.btn {
  border-width: 2px;
}
body {
  font-family: Anybody;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 8.125rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 10.15625rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.55rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.9375rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.125rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 6.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.6875rem;
    font-size: calc( 3.4937499999999995rem + (8.125 - 3.4937499999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (3.4937499999999995rem + (8.125 - 3.4937499999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.24rem;
    font-size: calc( 1.1925rem + (1.55 - 1.1925) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.1925rem + (1.55 - 1.1925) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.0875rem + (1.25 - 1.0875) * ((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: #e13243 !important;
}
.bg-success {
  background-color: #ffc91f !important;
}
.bg-info {
  background-color: #0bca17 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #0d172d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e13243 !important;
  border-color: #e13243 !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: #a41826 !important;
  border-color: #a41826 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a41826 !important;
  border-color: #a41826 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e13243 !important;
  border-color: #e13243 !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: #a41826 !important;
  border-color: #a41826 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a41826 !important;
  border-color: #a41826 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0bca17 !important;
  border-color: #0bca17 !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: #07780e !important;
  border-color: #07780e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #07780e !important;
  border-color: #07780e !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffc91f !important;
  border-color: #ffc91f !important;
  color: #1f1800 !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: #c79700 !important;
  border-color: #c79700 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #1f1800 !important;
  background-color: #c79700 !important;
  border-color: #c79700 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #0d172d !important;
  border-color: #0d172d !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #2b2b2b !important;
  border-color: #2b2b2b !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: #e13243;
  color: #e13243;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a41826 !important;
  background-color: transparent!important;
  border-color: #a41826 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e13243 !important;
  border-color: #e13243 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e13243;
  color: #e13243;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a41826 !important;
  background-color: transparent!important;
  border-color: #a41826 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e13243 !important;
  border-color: #e13243 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0bca17;
  color: #0bca17;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #07780e !important;
  background-color: transparent!important;
  border-color: #07780e !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0bca17 !important;
  border-color: #0bca17 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffc91f;
  color: #ffc91f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c79700 !important;
  background-color: transparent!important;
  border-color: #c79700 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #1f1800 !important;
  background-color: #ffc91f !important;
  border-color: #ffc91f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #0d172d;
  color: #0d172d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0d172d !important;
  border-color: #0d172d !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #2b2b2b;
  color: #2b2b2b;
}
.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: #2b2b2b !important;
  border-color: #2b2b2b !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: #e13243 !important;
}
.text-secondary {
  color: #e13243 !important;
}
.text-success {
  color: #ffc91f !important;
}
.text-info {
  color: #0bca17 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #0d172d !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #2B2B2B !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #971623 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #971623 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #b88c00 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #06690c !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #e13243;
}
.nav-tabs .nav-link:not(.active) {
  color: #2B2B2B;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0bca17;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #0d172d;
}
.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: #e13243;
  border-color: #e13243;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e13243;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fbe4e6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fffaeb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a7faac;
}
.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: #b5c6ea;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.55rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.9375rem;
}
.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: #e13243 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.55rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.9375rem;
}
blockquote {
  border-color: #e13243;
}
/* 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: #e13243;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e13243;
}
.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: #e13243;
  border-bottom-color: #e13243;
}
.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: #e13243 !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: #e13243 !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='%23e13243' %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;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 660px;
  }
}
@media (max-width: 639px) {
  .container {
    max-width: 500px;
  }
}
.row {
  margin-left: -20px;
  margin-right: -20px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 280px;
  min-height: 60px;
  padding: 12px 35px;
  line-height: 1.55;
  font-weight: 500;
  letter-spacing: -0.5px;
  border-radius: 10px;
  box-shadow: none !important;
  border: none !important;
}
.mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.mbr-section-btn .btn-black-outline {
  color: #2b2b2b !important;
  border: 2px solid #cecec1 !important;
}
.mbr-section-btn .btn-black-outline:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.mbr-section-btn .btn-white-outline {
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.mbr-section-btn .btn-white-outline:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
  border: 2px solid #ffffff !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: max-content !important;
  }
}
b {
  font-weight: 600 !important;
}
.cid-unlrCFYSy9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-unlrCFYSy9 nav.navbar {
  position: fixed;
}
.cid-unlrCFYSy9 .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-unlrCFYSy9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unlrCFYSy9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unlrCFYSy9 .dropdown-item:hover,
.cid-unlrCFYSy9 .dropdown-item:focus {
  background: #e13243 !important;
  color: #1d191f !important;
}
.cid-unlrCFYSy9 .dropdown-item:hover span {
  color: white;
}
.cid-unlrCFYSy9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unlrCFYSy9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unlrCFYSy9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unlrCFYSy9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unlrCFYSy9 .nav-link {
  position: relative;
}
.cid-unlrCFYSy9 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unlrCFYSy9 .container {
    flex-wrap: nowrap;
  }
}
.cid-unlrCFYSy9 .iconfont-wrapper {
  color: #646464 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unlrCFYSy9 .dropdown-menu,
.cid-unlrCFYSy9 .navbar.opened {
  background: #fafaf6 !important;
}
.cid-unlrCFYSy9 .nav-item:focus,
.cid-unlrCFYSy9 .nav-link:focus {
  outline: none;
}
.cid-unlrCFYSy9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unlrCFYSy9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unlrCFYSy9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unlrCFYSy9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unlrCFYSy9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unlrCFYSy9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unlrCFYSy9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 2px solid #dfdfd8;
  background: #fafaf6;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-unlrCFYSy9 .navbar.opened {
  transition: all 0.3s;
}
.cid-unlrCFYSy9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unlrCFYSy9 .navbar .navbar-logo img {
  width: auto;
}
.cid-unlrCFYSy9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unlrCFYSy9 .navbar.collapsed {
  justify-content: center;
}
.cid-unlrCFYSy9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unlrCFYSy9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unlrCFYSy9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unlrCFYSy9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unlrCFYSy9 .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-unlrCFYSy9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unlrCFYSy9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unlrCFYSy9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unlrCFYSy9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unlrCFYSy9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unlrCFYSy9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unlrCFYSy9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unlrCFYSy9 .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-unlrCFYSy9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unlrCFYSy9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unlrCFYSy9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unlrCFYSy9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-unlrCFYSy9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unlrCFYSy9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-unlrCFYSy9 .navbar.navbar-short {
  min-height: 70px;
}
.cid-unlrCFYSy9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unlrCFYSy9 .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-unlrCFYSy9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 10px;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0 auto auto;
}
.cid-unlrCFYSy9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unlrCFYSy9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unlrCFYSy9 .dropdown-item.active,
.cid-unlrCFYSy9 .dropdown-item:active {
  background-color: transparent;
}
.cid-unlrCFYSy9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unlrCFYSy9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unlrCFYSy9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unlrCFYSy9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafaf6;
}
.cid-unlrCFYSy9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unlrCFYSy9 .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #e13243 !important;
}
.cid-unlrCFYSy9 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unlrCFYSy9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unlrCFYSy9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unlrCFYSy9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unlrCFYSy9 button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: auto;
  margin-right: 12px;
}
.cid-unlrCFYSy9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unlrCFYSy9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unlrCFYSy9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unlrCFYSy9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unlrCFYSy9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unlrCFYSy9 button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e13243;
  transition: all 0.2s;
}
.cid-unlrCFYSy9 .navbar-toggler-close {
  position: fixed;
  right: 20px;
  top: 20px;
  margin-right: 0 !important;
}
.cid-unlrCFYSy9 .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unlrCFYSy9 .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unlrCFYSy9 .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unlrCFYSy9 .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unlrCFYSy9 .navbar-toggler-close .hamburger-bg {
  opacity: 0;
}
.cid-unlrCFYSy9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unlrCFYSy9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unlrCFYSy9 .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-unlrCFYSy9 .navbar {
    height: 70px;
  }
  .cid-unlrCFYSy9 .navbar.opened {
    height: auto;
  }
  .cid-unlrCFYSy9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unlrCFYSy9 .sidebar-brand {
  padding: 0 0 10px;
  margin: 0 auto 30px;
  border-bottom: 2px solid #646464;
}
.cid-unlrCFYSy9 .navbar-nav-main {
  width: 40%;
  margin: 0;
}
.cid-unlrCFYSy9 .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-unlrCFYSy9 .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-unlrCFYSy9 .navbar-nav-main .nav-item .nav-link:hover {
  color: #e13243 !important;
}
.cid-unlrCFYSy9 .navbar-nav-right {
  justify-content: flex-end;
}
.cid-unlrCFYSy9 .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-unlrCFYSy9 .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-unlrCFYSy9 .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-unlrCFYSy9 .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-unlrCFYSy9 {
    min-height: 0;
    height: 0;
  }
  .cid-unlrCFYSy9 .navbar,
  .cid-unlrCFYSy9 .navbar-short {
    min-height: 0 !important;
    height: 0 !important;
    border: none !important;
  }
  .cid-unlrCFYSy9 .container,
  .cid-unlrCFYSy9 .container-fluid {
    flex-wrap: nowrap;
    top: 50px;
    max-width: 100% !important;
  }
  .cid-unlrCFYSy9 .navbar-brand-main {
    display: none !important;
  }
  .cid-unlrCFYSy9 .navbar-nav-main {
    display: none !important;
  }
  .cid-unlrCFYSy9 .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-unlrCFYSy9 .sidbar-nav .nav-item {
    margin: 0 auto 15px !important;
    padding: 5px 0 !important;
    justify-content: center;
    text-align: center;
  }
  .cid-unlrCFYSy9 .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-unlrCFYSy9 .sidbar-nav .nav-item .nav-link:hover {
    color: #e13243 !important;
  }
  .cid-unlrCFYSy9 .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-unlrCFYSy9 .mbr-section-btn {
    margin-top: auto;
  }
  .cid-unlrCFYSy9 .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #e13243;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-unlrCFYSy9 .navbar-collapse.show {
    padding: 48px 40px 38px;
    position: fixed;
    background-color: #e13243;
    width: 420px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-unlrCFYSy9 .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-unlrCFYSy9 .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-unldS98Afa {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #efefec;
}
.cid-unldS98Afa .mbr-fallback-image.disabled {
  display: none;
}
.cid-unldS98Afa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unldS98Afa .row {
  align-items: stretch;
}
.cid-unldS98Afa .card {
  min-height: 800px;
}
@media (max-width: 767px) {
  .cid-unldS98Afa .card {
    min-height: 600px;
  }
}
.cid-unldS98Afa .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  padding: 0 2rem;
}
@media (max-width: 991px) {
  .cid-unldS98Afa .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-unldS98Afa .card-img {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../../assets/images/bria-b9e943e4949f909a-1024x1024.png");
}
.cid-unldS98Afa .overlay-img {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-color: #e13243;
  opacity: 0.7;
}
.cid-unldS98Afa .card-box {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 728px;
  align-items: stretch;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 6rem 0;
}
@media (max-width: 991px) {
  .cid-unldS98Afa .card-box {
    max-width: 485px;
    padding: 5rem 0;
  }
}
@media (max-width: 767px) {
  .cid-unldS98Afa .card-box {
    max-width: 100%;
    padding: 2rem 0;
  }
}
.cid-unldS98Afa .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
@media (max-width: 767px) {
  .cid-unldS98Afa .iconfont-wrapper {
    margin: 0 auto 16px;
  }
}
.cid-unldS98Afa .iconfont-wrapper .mbr-iconfont {
  font-size: 51px;
  color: #ffffff;
}
.cid-unldS98Afa .card-title {
  color: #FFFFFF;
  width: 100%;
}
.cid-unldS98Afa .card-subtitle {
  color: #FFFFFF;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-unldS98Afa .card-subtitle {
    margin-top: 16px;
  }
}
.cid-unldS98Afa .mbr-text {
  color: #FFFFFF;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .cid-unldS98Afa .mbr-text {
    margin-top: 50px;
  }
}
.cid-usfMJn2e7q {
  background-color: #efefec;
}
.cid-usfMJn2e7q .mbr-fallback-image.disabled {
  display: none;
}
.cid-usfMJn2e7q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usfMJn2e7q .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-usfMJn2e7q .container-fluid {
    padding: 0 12px;
  }
}
.cid-usfMJn2e7q .row {
  margin-top: -3px;
  border-radius: 5px;
  padding: 80px 64px 80px 28px;
  padding: 80px 28px 80px 64px;
}
@media (max-width: 992px) {
  .cid-usfMJn2e7q .row {
    padding: 48px 20px;
  }
}
@media (max-width: 992px) {
  .cid-usfMJn2e7q .row {
    padding: 48px 20px;
  }
}
.cid-usfMJn2e7q .card {
  padding: 0;
  border-radius: 0;
}
.cid-usfMJn2e7q .card:last-child {
  padding-right: 28px;
  justify-content: center;
  padding-right: 0;
  padding-left: 28px;
}
@media (max-width: 992px) {
  .cid-usfMJn2e7q .card:last-child {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-usfMJn2e7q .card:last-child {
    padding: 0;
  }
}
.cid-usfMJn2e7q .card .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-usfMJn2e7q .card .image-wrapper {
    margin-bottom: 80px;
  }
}
.cid-usfMJn2e7q .card .image-wrapper img {
  height: 600px;
  object-fit: cover;
  padding: 20px;
  border: 5px solid #e13243;
  border-radius: 200px;
}
@media (max-width: 768px) {
  .cid-usfMJn2e7q .card .image-wrapper img {
    height: 450px;
  }
}
.cid-usfMJn2e7q .card .tags-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-usfMJn2e7q .card .tags-wrapper {
    margin-bottom: 16px;
  }
}
.cid-usfMJn2e7q .card .tags-wrapper .tags {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-usfMJn2e7q .card .tags-wrapper .tags .mbr-section-subtitle {
  margin: 0 28px 8px 0;
}
.cid-usfMJn2e7q .card .tags-wrapper .tags .mbr-tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  margin: 0 6px 6px 0;
  border: 1px solid #e13243;
  border-radius: 30px;
}
.cid-usfMJn2e7q .card .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-usfMJn2e7q .card .mbr-section-btn .btn {
    width: 95%;
    min-height: 83px;
    border-radius: 70px;
  }
}
.cid-usfMJn2e7q .mbr-section-title {
  color: #ffffff;
}
.cid-usfMJn2e7q .mbr-section-subtitle {
  color: #ffffff;
}
.cid-usfMJn2e7q .mbr-tag {
  color: #ffffff;
}
.cid-usfMJn2e7q .mbr-section-subtitle,
.cid-usfMJn2e7q .tags-wrapper {
  color: #2b2b2b;
}
.cid-usfMJn2e7q .mbr-section-title,
.cid-usfMJn2e7q .mbr-section-btn {
  color: #2b2b2b;
}
.cid-utrHzFczzD {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #e13243;
}
.cid-utrHzFczzD .mbr-fallback-image.disabled {
  display: none;
}
.cid-utrHzFczzD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-utrHzFczzD .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-utrHzFczzD .row {
  background: #ffffff;
  align-items: center;
  padding: 3rem;
  border-radius: 3rem;
  width: fit-content;
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-utrHzFczzD .row {
    padding: 3rem 1rem;
    padding-bottom: 1rem;
    border-radius: 2rem;
  }
}
.cid-utrHzFczzD img {
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-utrHzFczzD img {
    border-radius: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utrHzFczzD .image-wrapper {
    padding: 1rem;
  }
}
.cid-usfW0HJcNx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #efefec;
  overflow: hidden;
}
.cid-usfW0HJcNx .mbr-fallback-image.disabled {
  display: none;
}
.cid-usfW0HJcNx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usfW0HJcNx .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-usfW0HJcNx .col-title {
    margin-bottom: 40px;
  }
}
.cid-usfW0HJcNx .mbr-section-title {
  color: #2B2B2B;
}
.cid-usfW0HJcNx .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-usfW0HJcNx .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-usfW0HJcNx .mbr-section-btn {
  margin-top: 10px;
}
.cid-usfW0HJcNx .mbr-section-btn .btn {
  padding: 5px 35px !important;
  min-width: max-content !important;
}
.cid-usfW0HJcNx .col-card {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-usfW0HJcNx .col-card {
    margin-bottom: 60px;
  }
}
.cid-usfW0HJcNx .card-wrap {
  border-radius: 0;
}
.cid-usfW0HJcNx .content-wrap {
  width: 100%;
  margin-top: 20px;
}
.cid-usfW0HJcNx .card-title {
  color: #2B2B2B;
}
.cid-usfW0HJcNx .mbr-text {
  color: #646464;
  margin-top: 8px;
}
.cid-usfW0HJcNx .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  transition: .3s all;
}
.cid-usfW0HJcNx .image-wrap img {
  height: 600px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-usfW0HJcNx .image-wrap img {
    height: 492px;
  }
}
@media (max-width: 991px) {
  .cid-usfW0HJcNx .image-wrap img {
    height: 336px;
  }
}
@media (max-width: 767px) {
  .cid-usfW0HJcNx .image-wrap img {
    height: auto !important;
    max-height: 400px;
  }
}
.cid-usfW0HJcNx .container,
.cid-usfW0HJcNx .container-fluid {
  position: relative;
}
.cid-usfW0HJcNx .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-usfW0HJcNx .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-usfW0HJcNx .circle-blur1 {
  top: 0;
  right: 50%;
  background-image: linear-gradient(132deg, #efefec 27%, #efefec 50%, #efefec 79%);
}
.cid-usfW0HJcNx .circle-blur2 {
  top: 12%;
  right: 40%;
  background-image: linear-gradient(132deg, #efefec 27%, #efefec 50%, #efefec 79%);
}
.cid-uFn8VyghRH {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #efefec;
  overflow: hidden;
}
.cid-uFn8VyghRH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFn8VyghRH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFn8VyghRH .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-uFn8VyghRH .col-title {
    margin-bottom: 40px;
  }
}
.cid-uFn8VyghRH .mbr-section-title {
  color: #2B2B2B;
}
.cid-uFn8VyghRH .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-uFn8VyghRH .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uFn8VyghRH .mbr-section-btn {
  margin-top: 10px;
}
.cid-uFn8VyghRH .mbr-section-btn .btn {
  padding: 5px 35px !important;
  min-width: max-content !important;
}
.cid-uFn8VyghRH .col-card {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-uFn8VyghRH .col-card {
    margin-bottom: 60px;
  }
}
.cid-uFn8VyghRH .card-wrap {
  border-radius: 0;
}
.cid-uFn8VyghRH .content-wrap {
  width: 100%;
  margin-top: 20px;
}
.cid-uFn8VyghRH .card-title {
  color: #2B2B2B;
}
.cid-uFn8VyghRH .mbr-text {
  color: #646464;
  margin-top: 8px;
}
.cid-uFn8VyghRH .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  transition: .3s all;
}
.cid-uFn8VyghRH .image-wrap img {
  height: 600px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-uFn8VyghRH .image-wrap img {
    height: 492px;
  }
}
@media (max-width: 991px) {
  .cid-uFn8VyghRH .image-wrap img {
    height: 336px;
  }
}
@media (max-width: 767px) {
  .cid-uFn8VyghRH .image-wrap img {
    height: auto !important;
    max-height: 400px;
  }
}
.cid-uFn8VyghRH .container,
.cid-uFn8VyghRH .container-fluid {
  position: relative;
}
.cid-uFn8VyghRH .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-uFn8VyghRH .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-uFn8VyghRH .circle-blur1 {
  top: 0;
  right: 50%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uFn8VyghRH .circle-blur2 {
  top: 12%;
  right: 40%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uGKlZQhHMK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefec;
}
.cid-uGKlZQhHMK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGKlZQhHMK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGKlZQhHMK .col-title {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-uGKlZQhHMK .col-title {
    margin-bottom: 50px;
  }
}
.cid-uGKlZQhHMK .mbr-section-title {
  color: #2B2B2B;
}
.cid-uGKlZQhHMK .mbr-section-main-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-uGKlZQhHMK .mbr-section-main-subtitle {
    margin-top: 16px;
  }
}
.cid-uGKlZQhHMK .col-text {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .cid-uGKlZQhHMK .col-text {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .cid-uGKlZQhHMK .col-text {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.cid-uGKlZQhHMK .text-container1 {
  width: 100%;
  padding: 0;
}
@media (min-width: 640px) and (max-width: 991px) {
  .cid-uGKlZQhHMK .text-container1 {
    max-width: 340px;
  }
}
.cid-uGKlZQhHMK .text-container2 {
  width: 100%;
  padding: 0;
}
@media (min-width: 640px) and (max-width: 991px) {
  .cid-uGKlZQhHMK .text-container2 {
    max-width: 280px;
    padding-left: 40px;
  }
}
.cid-uGKlZQhHMK .mbr-section-btn {
  margin-top: 16px;
}
.cid-uGKlZQhHMK .mbr-section-btn .btn {
  min-width: 280px;
  min-height: 60px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .cid-uGKlZQhHMK .mbr-section-btn {
    margin-top: 8px;
    width: 100%;
  }
  .cid-uGKlZQhHMK .mbr-section-btn .btn {
    width: 100%;
    min-width: max-content;
  }
}
.cid-uGKlZQhHMK .col-carousel {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-uGKlZQhHMK .col-carousel {
    padding-top: 30px;
  }
}
.cid-uGKlZQhHMK .col-border .border-line {
  height: 2px;
  background-color: #dfdfd8;
}
.cid-uGKlZQhHMK .name-text {
  color: #2A2A2A;
  margin-bottom: 0;
}
.cid-uGKlZQhHMK .roominess-text {
  color: #e13243;
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-uGKlZQhHMK .mbr-text {
  color: #2A2A2A;
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-uGKlZQhHMK .list {
  color: #2A2A2A;
  margin-top: 20px;
  width: 100%;
}
.cid-uGKlZQhHMK .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uGKlZQhHMK .list-item:not(:first-child) {
  margin-top: 12px;
}
.cid-uGKlZQhHMK .list-text {
  flex-grow: 1;
  color: #2A2A2A;
  margin-bottom: 0;
}
.cid-uGKlZQhHMK .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-uGKlZQhHMK .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #e13243;
}
.cid-uGKlZQhHMK .price-text {
  color: #2A2A2A;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-uGKlZQhHMK .carousel {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
}
.cid-uGKlZQhHMK .carousel img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-uGKlZQhHMK .carousel {
    height: 385px;
  }
}
@media (max-width: 991px) {
  .cid-uGKlZQhHMK .carousel {
    height: 350px;
  }
}
@media (max-width: 575px) {
  .cid-uGKlZQhHMK .carousel {
    height: 280px;
  }
}
.cid-uGKlZQhHMK .carousel-inner {
  display: flex;
  align-items: center;
  height: 100%;
  border-radius: 16px;
}
.cid-uGKlZQhHMK .carousel-item {
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}
.cid-uGKlZQhHMK .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uGKlZQhHMK .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uGKlZQhHMK .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uGKlZQhHMK .carousel-control {
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  font-size: 16px;
  background-color: #dfdfd8;
  color: #2B2B2B !important;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
.cid-uGKlZQhHMK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 16px;
}
.cid-uGKlZQhHMK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 16px;
}
.cid-uGKlZQhHMK .carousel-control:hover {
  background-color: #646464;
  color: #FFFFFF !important;
}
.cid-uGKlZQhHMK .carousel-indicators {
  display: none !important;
}
.cid-uGKlZQhHMK .item-menu-overlay {
  opacity: 0 !important;
}
.cid-usfW1tUbIV {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #efefec;
  overflow: hidden;
}
.cid-usfW1tUbIV .mbr-fallback-image.disabled {
  display: none;
}
.cid-usfW1tUbIV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usfW1tUbIV .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-usfW1tUbIV .col-title {
    margin-bottom: 40px;
  }
}
.cid-usfW1tUbIV .mbr-section-title {
  color: #2B2B2B;
}
.cid-usfW1tUbIV .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-usfW1tUbIV .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-usfW1tUbIV .mbr-section-btn {
  margin-top: 10px;
}
.cid-usfW1tUbIV .mbr-section-btn .btn {
  padding: 5px 35px !important;
  min-width: max-content !important;
}
.cid-usfW1tUbIV .col-card {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-usfW1tUbIV .col-card {
    margin-bottom: 60px;
  }
}
.cid-usfW1tUbIV .card-wrap {
  border-radius: 0;
}
.cid-usfW1tUbIV .content-wrap {
  width: 100%;
  margin-top: 20px;
}
.cid-usfW1tUbIV .card-title {
  color: #2B2B2B;
}
.cid-usfW1tUbIV .mbr-text {
  color: #646464;
  margin-top: 8px;
}
.cid-usfW1tUbIV .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  transition: .3s all;
}
.cid-usfW1tUbIV .image-wrap img {
  height: 600px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-usfW1tUbIV .image-wrap img {
    height: 492px;
  }
}
@media (max-width: 991px) {
  .cid-usfW1tUbIV .image-wrap img {
    height: 336px;
  }
}
@media (max-width: 767px) {
  .cid-usfW1tUbIV .image-wrap img {
    height: auto !important;
    max-height: 400px;
  }
}
.cid-usfW1tUbIV .container,
.cid-usfW1tUbIV .container-fluid {
  position: relative;
}
.cid-usfW1tUbIV .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-usfW1tUbIV .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-usfW1tUbIV .circle-blur1 {
  top: 0;
  right: 50%;
  background-image: linear-gradient(132deg, #efefec 27%, #efefec 50%, #efefec 79%);
}
.cid-usfW1tUbIV .circle-blur2 {
  top: 12%;
  right: 40%;
  background-image: linear-gradient(132deg, #efefec 27%, #efefec 50%, #efefec 79%);
}
.cid-uwv1yTrpFU {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #e13243;
}
.cid-uwv1yTrpFU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwv1yTrpFU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uwv1yTrpFU .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uwv1yTrpFU .row {
  background: #ffffff;
  align-items: center;
  padding: 3rem;
  border-radius: 3rem;
  width: fit-content;
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uwv1yTrpFU .row {
    padding: 3rem 1rem;
    padding-bottom: 1rem;
    border-radius: 2rem;
  }
}
.cid-uwv1yTrpFU img {
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-uwv1yTrpFU img {
    border-radius: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwv1yTrpFU .image-wrapper {
    padding: 1rem;
  }
}
.cid-unldXvIERd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefec;
}
.cid-unldXvIERd .mbr-fallback-image.disabled {
  display: none;
}
.cid-unldXvIERd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unldXvIERd .row {
  justify-content: left;
}
.cid-unldXvIERd .content-container {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  padding: 40px 30px;
  background-color: #efefec;
  border: 2px solid #e5ddd5;
  position: relative;
}
@media (max-width: 991px) {
  .cid-unldXvIERd .content-container {
    flex-wrap: wrap;
  }
}
.cid-unldXvIERd .text-item {
  width: 50%;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-unldXvIERd .text-item {
    width: 100%;
  }
}
.cid-unldXvIERd .btn-item {
  width: 50%;
  position: relative;
  z-index: 11;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-unldXvIERd .btn-item {
    width: 100%;
    padding: 0 !important;
    margin-top: 20px;
  }
}
.cid-unldXvIERd .mbr-section-title {
  color: #2B2B2B;
}
@media (max-width: 991px) {
  .cid-unldXvIERd .mbr-section-title {
    text-align: center !important;
  }
}
.cid-unldXvIERd .mbr-section-subtitle {
  color: #2B2B2B;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-unldXvIERd .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-unldXvIERd .mbr-section-btn .btn {
  min-width: auto !important;
}
@media (max-width: 991px) {
  .cid-unldXvIERd .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-unldXvIERd .circle-blur {
  position: absolute;
  top: 40%;
  left: 40%;
  bottom: auto;
  display: block;
  width: 500px;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(80deg, #e13243, #a47ee3);
  opacity: .9;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-unldXvIERd .circle-blur {
    display: none !important;
  }
}
.cid-unldU9Tojc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefec;
}
.cid-unldU9Tojc .mbr-fallback-image.disabled {
  display: none;
}
.cid-unldU9Tojc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unldU9Tojc .col-title {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-unldU9Tojc .col-title {
    margin-bottom: 50px;
  }
}
.cid-unldU9Tojc .mbr-section-title {
  color: #2B2B2B;
}
.cid-unldU9Tojc .mbr-section-main-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-unldU9Tojc .mbr-section-main-subtitle {
    margin-top: 16px;
  }
}
.cid-unldU9Tojc .col-text {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .cid-unldU9Tojc .col-text {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .cid-unldU9Tojc .col-text {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.cid-unldU9Tojc .text-container1 {
  width: 100%;
  padding: 0;
}
@media (min-width: 640px) and (max-width: 991px) {
  .cid-unldU9Tojc .text-container1 {
    max-width: 340px;
  }
}
.cid-unldU9Tojc .text-container2 {
  width: 100%;
  padding: 0;
}
@media (min-width: 640px) and (max-width: 991px) {
  .cid-unldU9Tojc .text-container2 {
    max-width: 280px;
    padding-left: 40px;
  }
}
.cid-unldU9Tojc .mbr-section-btn {
  margin-top: 16px;
}
.cid-unldU9Tojc .mbr-section-btn .btn {
  min-width: 280px;
  min-height: 60px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .cid-unldU9Tojc .mbr-section-btn {
    margin-top: 8px;
    width: 100%;
  }
  .cid-unldU9Tojc .mbr-section-btn .btn {
    width: 100%;
    min-width: max-content;
  }
}
.cid-unldU9Tojc .col-carousel {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-unldU9Tojc .col-carousel {
    padding-top: 30px;
  }
}
.cid-unldU9Tojc .col-border .border-line {
  height: 2px;
  background-color: #e13243;
}
.cid-unldU9Tojc .name-text {
  color: #2A2A2A;
  margin-bottom: 0;
}
.cid-unldU9Tojc .roominess-text {
  color: #e13243;
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-unldU9Tojc .mbr-text {
  color: #2A2A2A;
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-unldU9Tojc .list {
  color: #2A2A2A;
  margin-top: 20px;
  width: 100%;
}
.cid-unldU9Tojc .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-unldU9Tojc .list-item:not(:first-child) {
  margin-top: 12px;
}
.cid-unldU9Tojc .list-text {
  flex-grow: 1;
  color: #2A2A2A;
  margin-bottom: 0;
}
.cid-unldU9Tojc .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-unldU9Tojc .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #e13243;
}
.cid-unldU9Tojc .price-text {
  color: #2A2A2A;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-unldU9Tojc .carousel {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
}
.cid-unldU9Tojc .carousel img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-unldU9Tojc .carousel {
    height: 385px;
  }
}
@media (max-width: 991px) {
  .cid-unldU9Tojc .carousel {
    height: 350px;
  }
}
@media (max-width: 575px) {
  .cid-unldU9Tojc .carousel {
    height: 280px;
  }
}
.cid-unldU9Tojc .carousel-inner {
  display: flex;
  align-items: center;
  height: 100%;
  border-radius: 16px;
}
.cid-unldU9Tojc .carousel-item {
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}
.cid-unldU9Tojc .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-unldU9Tojc .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-unldU9Tojc .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-unldU9Tojc .carousel-control {
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  font-size: 16px;
  background-color: #dfdfd8;
  color: #2B2B2B !important;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
.cid-unldU9Tojc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 16px;
}
.cid-unldU9Tojc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 16px;
}
.cid-unldU9Tojc .carousel-control:hover {
  background-color: #646464;
  color: #FFFFFF !important;
}
.cid-unldU9Tojc .carousel-indicators {
  display: none !important;
}
.cid-unldU9Tojc .item-menu-overlay {
  opacity: 0 !important;
}
.cid-usg2ua9btk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefec;
}
.cid-usg2ua9btk .mbr-fallback-image.disabled {
  display: none;
}
.cid-usg2ua9btk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usg2ua9btk .row {
  justify-content: left;
}
.cid-usg2ua9btk .content-container {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  padding: 40px 30px;
  background-color: #efefec;
  border: 2px solid #e5ddd5;
  position: relative;
}
@media (max-width: 991px) {
  .cid-usg2ua9btk .content-container {
    flex-wrap: wrap;
  }
}
.cid-usg2ua9btk .text-item {
  width: 50%;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-usg2ua9btk .text-item {
    width: 100%;
  }
}
.cid-usg2ua9btk .btn-item {
  width: 50%;
  position: relative;
  z-index: 11;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-usg2ua9btk .btn-item {
    width: 100%;
    padding: 0 !important;
    margin-top: 20px;
  }
}
.cid-usg2ua9btk .mbr-section-title {
  color: #2B2B2B;
}
@media (max-width: 991px) {
  .cid-usg2ua9btk .mbr-section-title {
    text-align: center !important;
  }
}
.cid-usg2ua9btk .mbr-section-subtitle {
  color: #2B2B2B;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-usg2ua9btk .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-usg2ua9btk .mbr-section-btn .btn {
  min-width: auto !important;
}
@media (max-width: 991px) {
  .cid-usg2ua9btk .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-usg2ua9btk .circle-blur {
  position: absolute;
  top: 40%;
  left: 40%;
  bottom: auto;
  display: block;
  width: 500px;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(80deg, #e13243, #a47ee3);
  opacity: .9;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-usg2ua9btk .circle-blur {
    display: none !important;
  }
}
.cid-unleyo7lAR {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background: #efefec;
}
.cid-unleyo7lAR .mbr-fallback-image.disabled {
  display: none;
}
.cid-unleyo7lAR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-unleyo7lAR .row {
    margin-left: -10px;
    margin-right: -10px;
    justify-content: center;
  }
  .cid-unleyo7lAR .row > [class*="col"] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-unleyo7lAR .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-unleyo7lAR .col-title {
    flex-wrap: wrap;
  }
}
.cid-unleyo7lAR .mbr-section-title {
  color: #2B2B2B;
  width: 60%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-unleyo7lAR .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-unleyo7lAR .mbr-section-subtitle {
  color: #000000;
  padding-left: 40px;
  width: 40%;
  margin-left: auto;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-unleyo7lAR .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-unleyo7lAR .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-unleyo7lAR .mbr-section-btn {
    width: 100%;
  }
  .cid-unleyo7lAR .mbr-section-btn .btn {
    min-width: max-content !important;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-unleyo7lAR .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-unleyo7lAR .cards-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-unleyo7lAR .cards-container {
    padding: 0 !important;
  }
}
.cid-unleyo7lAR .col-card {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-unleyo7lAR .col-card {
    margin-bottom: 60px;
  }
}
.cid-unleyo7lAR .card-wrap {
  border-radius: 0;
}
.cid-unleyo7lAR .content-wrap {
  width: 100%;
  margin-top: 20px;
}
.cid-unleyo7lAR .card-title {
  color: #2B2B2B;
}
.cid-unleyo7lAR .mbr-text {
  color: #000000;
  margin-top: 8px;
}
.cid-unleyo7lAR .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  transition: .3s all;
}
.cid-unleyo7lAR .image-wrap img {
  height: 360px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-unleyo7lAR .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .cid-unleyo7lAR .image-wrap img {
    height: auto !important;
    max-height: 600px;
  }
}
.cid-unleyo7lAR .card-title,
.cid-unleyo7lAR .mbr-section-btn {
  text-align: center;
}
.cid-utrDP6h1T7 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background: #efefec;
  overflow: hidden;
}
.cid-utrDP6h1T7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utrDP6h1T7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utrDP6h1T7 .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-utrDP6h1T7 .col-title {
    margin-bottom: 40px;
  }
}
.cid-utrDP6h1T7 .mbr-section-title {
  color: #2B2B2B;
}
.cid-utrDP6h1T7 .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-utrDP6h1T7 .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-utrDP6h1T7 .mbr-section-btn {
  margin-top: 10px;
}
.cid-utrDP6h1T7 .mbr-section-btn .btn {
  padding: 5px 35px !important;
  min-width: max-content !important;
}
.cid-utrDP6h1T7 .col-card {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-utrDP6h1T7 .col-card {
    margin-bottom: 60px;
  }
}
.cid-utrDP6h1T7 .card-wrap {
  border-radius: 0;
}
.cid-utrDP6h1T7 .content-wrap {
  width: 100%;
  margin-top: 20px;
}
.cid-utrDP6h1T7 .card-title {
  color: #2B2B2B;
}
.cid-utrDP6h1T7 .mbr-text {
  color: #000000;
  margin-top: 8px;
}
.cid-utrDP6h1T7 .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  transition: .3s all;
}
.cid-utrDP6h1T7 .image-wrap img {
  height: 500px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-utrDP6h1T7 .image-wrap img {
    height: 410px;
  }
}
@media (max-width: 991px) {
  .cid-utrDP6h1T7 .image-wrap img {
    height: 280px;
  }
}
@media (max-width: 767px) {
  .cid-utrDP6h1T7 .image-wrap img {
    height: auto !important;
    max-height: 400px;
  }
}
.cid-utrDP6h1T7 .container,
.cid-utrDP6h1T7 .container-fluid {
  position: relative;
}
.cid-utrDP6h1T7 .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-utrDP6h1T7 .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-utrDP6h1T7 .circle-blur1 {
  top: 0;
  right: 50%;
  background-image: linear-gradient(132deg, #efefec 27%, #efefec 50%, #efefec 79%);
}
.cid-utrDP6h1T7 .circle-blur2 {
  top: 12%;
  right: 40%;
  background-image: linear-gradient(132deg, #efefec 27%, #efefec 50%, #efefec 79%);
}
.cid-utrDP6h1T7 .card-title,
.cid-utrDP6h1T7 .mbr-section-btn {
  text-align: center;
}
.cid-uFndsVpykE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefec;
}
.cid-uFndsVpykE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFndsVpykE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFndsVpykE .col-title {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-uFndsVpykE .col-title {
    margin-bottom: 50px;
  }
}
.cid-uFndsVpykE .mbr-section-title {
  color: #2B2B2B;
}
.cid-uFndsVpykE .mbr-section-main-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-uFndsVpykE .mbr-section-main-subtitle {
    margin-top: 16px;
  }
}
.cid-uFndsVpykE .col-text {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .cid-uFndsVpykE .col-text {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .cid-uFndsVpykE .col-text {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.cid-uFndsVpykE .text-container1 {
  width: 100%;
  padding: 0;
}
@media (min-width: 640px) and (max-width: 991px) {
  .cid-uFndsVpykE .text-container1 {
    max-width: 340px;
  }
}
.cid-uFndsVpykE .text-container2 {
  width: 100%;
  padding: 0;
}
@media (min-width: 640px) and (max-width: 991px) {
  .cid-uFndsVpykE .text-container2 {
    max-width: 280px;
    padding-left: 40px;
  }
}
.cid-uFndsVpykE .mbr-section-btn {
  margin-top: 16px;
}
.cid-uFndsVpykE .mbr-section-btn .btn {
  min-width: 280px;
  min-height: 60px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .cid-uFndsVpykE .mbr-section-btn {
    margin-top: 8px;
    width: 100%;
  }
  .cid-uFndsVpykE .mbr-section-btn .btn {
    width: 100%;
    min-width: max-content;
  }
}
.cid-uFndsVpykE .col-carousel {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-uFndsVpykE .col-carousel {
    padding-top: 30px;
  }
}
.cid-uFndsVpykE .col-border .border-line {
  height: 2px;
  background-color: #e13243;
}
.cid-uFndsVpykE .name-text {
  color: #2A2A2A;
  margin-bottom: 0;
}
.cid-uFndsVpykE .roominess-text {
  color: #e13243;
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-uFndsVpykE .mbr-text {
  color: #2A2A2A;
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-uFndsVpykE .list {
  color: #2A2A2A;
  margin-top: 20px;
  width: 100%;
}
.cid-uFndsVpykE .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uFndsVpykE .list-item:not(:first-child) {
  margin-top: 12px;
}
.cid-uFndsVpykE .list-text {
  flex-grow: 1;
  color: #2A2A2A;
  margin-bottom: 0;
}
.cid-uFndsVpykE .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-uFndsVpykE .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #e13243;
}
.cid-uFndsVpykE .price-text {
  color: #2A2A2A;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-uFndsVpykE .carousel {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
}
.cid-uFndsVpykE .carousel img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-uFndsVpykE .carousel {
    height: 385px;
  }
}
@media (max-width: 991px) {
  .cid-uFndsVpykE .carousel {
    height: 350px;
  }
}
@media (max-width: 575px) {
  .cid-uFndsVpykE .carousel {
    height: 280px;
  }
}
.cid-uFndsVpykE .carousel-inner {
  display: flex;
  align-items: center;
  height: 100%;
  border-radius: 16px;
}
.cid-uFndsVpykE .carousel-item {
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}
.cid-uFndsVpykE .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uFndsVpykE .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uFndsVpykE .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uFndsVpykE .carousel-control {
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  font-size: 16px;
  background-color: #dfdfd8;
  color: #2B2B2B !important;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
.cid-uFndsVpykE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 16px;
}
.cid-uFndsVpykE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 16px;
}
.cid-uFndsVpykE .carousel-control:hover {
  background-color: #646464;
  color: #FFFFFF !important;
}
.cid-uFndsVpykE .carousel-indicators {
  display: none !important;
}
.cid-uFndsVpykE .item-menu-overlay {
  opacity: 0 !important;
}
.cid-tEQeRAx4e6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e13243;
}
.cid-tEQeRAx4e6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-tEQeRAx4e6 .social-row {
    justify-content: center;
  }
  .cid-tEQeRAx4e6 .social-row .soc-item {
    margin-right: 0;
    margin: 0 0.5rem;
  }
}
.cid-tEQeRAx4e6 .mbr-section-subtitle {
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tEQeRAx4e6 a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tEQeRAx4e6 li {
  line-height: 2;
}
.cid-tEQeRAx4e6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 0.8rem;
  margin-bottom: 1rem;
  height: 3.2rem;
  width: 3.2rem;
}
.cid-tEQeRAx4e6 .soc-item:hover .mbr-iconfont {
  color: #e13243;
}
.cid-tEQeRAx4e6 .list {
  list-style: none;
  padding-left: 0;
  color: #ffe40e;
}
@media (max-width: 991px) {
  .cid-tEQeRAx4e6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tEQeRAx4e6 .list {
    margin-bottom: 0rem;
  }
}
.cid-tEQeRAx4e6 .mbr-text {
  color: #bbbbbb;
}
.cid-tEQeRAx4e6 .mbr-iconfont {
  transition: color 0.3s;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-tEQeRAx4e6 .list P {
  text-align: center;
}
.cid-t8P4nPLqW1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #213c33;
  overflow: hidden;
  border-top: 2px solid #dfdfd8;
}
.cid-t8P4nPLqW1 .mbr-text {
  color: #efefec;
}
.cid-t8P4nPLqW1 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-t8P4nPLqW1 undefined {
  text-align: center;
}
.cid-usgiQgGw39 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-usgiQgGw39 nav.navbar {
  position: fixed;
}
.cid-usgiQgGw39 .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-usgiQgGw39 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usgiQgGw39 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usgiQgGw39 .dropdown-item:hover,
.cid-usgiQgGw39 .dropdown-item:focus {
  background: #e13243 !important;
  color: #1d191f !important;
}
.cid-usgiQgGw39 .dropdown-item:hover span {
  color: white;
}
.cid-usgiQgGw39 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usgiQgGw39 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usgiQgGw39 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usgiQgGw39 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usgiQgGw39 .nav-link {
  position: relative;
}
.cid-usgiQgGw39 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usgiQgGw39 .container {
    flex-wrap: nowrap;
  }
}
.cid-usgiQgGw39 .iconfont-wrapper {
  color: #646464 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usgiQgGw39 .dropdown-menu,
.cid-usgiQgGw39 .navbar.opened {
  background: #fafaf6 !important;
}
.cid-usgiQgGw39 .nav-item:focus,
.cid-usgiQgGw39 .nav-link:focus {
  outline: none;
}
.cid-usgiQgGw39 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usgiQgGw39 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usgiQgGw39 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usgiQgGw39 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usgiQgGw39 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usgiQgGw39 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usgiQgGw39 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 2px solid #dfdfd8;
  background: #fafaf6;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-usgiQgGw39 .navbar.opened {
  transition: all 0.3s;
}
.cid-usgiQgGw39 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usgiQgGw39 .navbar .navbar-logo img {
  width: auto;
}
.cid-usgiQgGw39 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usgiQgGw39 .navbar.collapsed {
  justify-content: center;
}
.cid-usgiQgGw39 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usgiQgGw39 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-usgiQgGw39 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usgiQgGw39 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usgiQgGw39 .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-usgiQgGw39 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usgiQgGw39 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usgiQgGw39 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usgiQgGw39 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usgiQgGw39 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usgiQgGw39 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usgiQgGw39 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usgiQgGw39 .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-usgiQgGw39 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usgiQgGw39 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usgiQgGw39 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usgiQgGw39 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-usgiQgGw39 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usgiQgGw39 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-usgiQgGw39 .navbar.navbar-short {
  min-height: 70px;
}
.cid-usgiQgGw39 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usgiQgGw39 .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-usgiQgGw39 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 10px;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0 auto auto;
}
.cid-usgiQgGw39 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usgiQgGw39 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usgiQgGw39 .dropdown-item.active,
.cid-usgiQgGw39 .dropdown-item:active {
  background-color: transparent;
}
.cid-usgiQgGw39 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usgiQgGw39 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usgiQgGw39 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usgiQgGw39 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafaf6;
}
.cid-usgiQgGw39 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usgiQgGw39 .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #e13243 !important;
}
.cid-usgiQgGw39 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usgiQgGw39 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usgiQgGw39 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usgiQgGw39 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usgiQgGw39 button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: auto;
  margin-right: 12px;
}
.cid-usgiQgGw39 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-usgiQgGw39 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usgiQgGw39 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usgiQgGw39 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usgiQgGw39 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usgiQgGw39 button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e13243;
  transition: all 0.2s;
}
.cid-usgiQgGw39 .navbar-toggler-close {
  position: fixed;
  right: 20px;
  top: 20px;
  margin-right: 0 !important;
}
.cid-usgiQgGw39 .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usgiQgGw39 .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usgiQgGw39 .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usgiQgGw39 .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usgiQgGw39 .navbar-toggler-close .hamburger-bg {
  opacity: 0;
}
.cid-usgiQgGw39 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usgiQgGw39 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usgiQgGw39 .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-usgiQgGw39 .navbar {
    height: 70px;
  }
  .cid-usgiQgGw39 .navbar.opened {
    height: auto;
  }
  .cid-usgiQgGw39 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usgiQgGw39 .sidebar-brand {
  padding: 0 0 10px;
  margin: 0 auto 30px;
  border-bottom: 2px solid #646464;
}
.cid-usgiQgGw39 .navbar-nav-main {
  width: 40%;
  margin: 0;
}
.cid-usgiQgGw39 .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-usgiQgGw39 .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-usgiQgGw39 .navbar-nav-main .nav-item .nav-link:hover {
  color: #e13243 !important;
}
.cid-usgiQgGw39 .navbar-nav-right {
  justify-content: flex-end;
}
.cid-usgiQgGw39 .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-usgiQgGw39 .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-usgiQgGw39 .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-usgiQgGw39 .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-usgiQgGw39 {
    min-height: 0;
    height: 0;
  }
  .cid-usgiQgGw39 .navbar,
  .cid-usgiQgGw39 .navbar-short {
    min-height: 0 !important;
    height: 0 !important;
    border: none !important;
  }
  .cid-usgiQgGw39 .container,
  .cid-usgiQgGw39 .container-fluid {
    flex-wrap: nowrap;
    top: 50px;
    max-width: 100% !important;
  }
  .cid-usgiQgGw39 .navbar-brand-main {
    display: none !important;
  }
  .cid-usgiQgGw39 .navbar-nav-main {
    display: none !important;
  }
  .cid-usgiQgGw39 .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-usgiQgGw39 .sidbar-nav .nav-item {
    margin: 0 auto 15px !important;
    padding: 5px 0 !important;
    justify-content: center;
    text-align: center;
  }
  .cid-usgiQgGw39 .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-usgiQgGw39 .sidbar-nav .nav-item .nav-link:hover {
    color: #e13243 !important;
  }
  .cid-usgiQgGw39 .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-usgiQgGw39 .mbr-section-btn {
    margin-top: auto;
  }
  .cid-usgiQgGw39 .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #e13243;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-usgiQgGw39 .navbar-collapse.show {
    padding: 48px 40px 38px;
    position: fixed;
    background-color: #e13243;
    width: 420px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-usgiQgGw39 .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-usgiQgGw39 .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-usgfqGjdwo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #efefec;
  overflow: hidden;
}
.cid-usgfqGjdwo .mbr-fallback-image.disabled {
  display: none;
}
.cid-usgfqGjdwo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usgfqGjdwo .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-usgfqGjdwo .col-title {
    margin-bottom: 40px;
  }
}
.cid-usgfqGjdwo .mbr-section-title {
  color: #2B2B2B;
}
.cid-usgfqGjdwo .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-usgfqGjdwo .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-usgfqGjdwo .mbr-section-btn {
  margin-top: 10px;
}
.cid-usgfqGjdwo .mbr-section-btn .btn {
  padding: 5px 35px !important;
  min-width: max-content !important;
}
.cid-usgfqGjdwo .col-card {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-usgfqGjdwo .col-card {
    margin-bottom: 60px;
  }
}
.cid-usgfqGjdwo .card-wrap {
  border-radius: 0;
}
.cid-usgfqGjdwo .content-wrap {
  width: 100%;
  margin-top: 20px;
}
.cid-usgfqGjdwo .card-title {
  color: #2B2B2B;
}
.cid-usgfqGjdwo .mbr-text {
  color: #646464;
  margin-top: 8px;
}
.cid-usgfqGjdwo .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  transition: .3s all;
}
.cid-usgfqGjdwo .image-wrap img {
  height: 600px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-usgfqGjdwo .image-wrap img {
    height: 492px;
  }
}
@media (max-width: 991px) {
  .cid-usgfqGjdwo .image-wrap img {
    height: 336px;
  }
}
@media (max-width: 767px) {
  .cid-usgfqGjdwo .image-wrap img {
    height: auto !important;
    max-height: 400px;
  }
}
.cid-usgfqGjdwo .container,
.cid-usgfqGjdwo .container-fluid {
  position: relative;
}
.cid-usgfqGjdwo .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-usgfqGjdwo .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-usgfqGjdwo .circle-blur1 {
  top: 0;
  right: 50%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-usgfqGjdwo .circle-blur2 {
  top: 12%;
  right: 40%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uFn2Q9yCSV {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #efefec;
  overflow: hidden;
}
.cid-uFn2Q9yCSV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFn2Q9yCSV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFn2Q9yCSV .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-uFn2Q9yCSV .col-title {
    margin-bottom: 40px;
  }
}
.cid-uFn2Q9yCSV .mbr-section-title {
  color: #2B2B2B;
}
.cid-uFn2Q9yCSV .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-uFn2Q9yCSV .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uFn2Q9yCSV .mbr-section-btn {
  margin-top: 10px;
}
.cid-uFn2Q9yCSV .mbr-section-btn .btn {
  padding: 5px 35px !important;
  min-width: max-content !important;
}
.cid-uFn2Q9yCSV .col-card {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-uFn2Q9yCSV .col-card {
    margin-bottom: 60px;
  }
}
.cid-uFn2Q9yCSV .card-wrap {
  border-radius: 0;
}
.cid-uFn2Q9yCSV .content-wrap {
  width: 100%;
  margin-top: 20px;
}
.cid-uFn2Q9yCSV .card-title {
  color: #2B2B2B;
}
.cid-uFn2Q9yCSV .mbr-text {
  color: #646464;
  margin-top: 8px;
}
.cid-uFn2Q9yCSV .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  transition: .3s all;
}
.cid-uFn2Q9yCSV .image-wrap img {
  height: 600px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-uFn2Q9yCSV .image-wrap img {
    height: 492px;
  }
}
@media (max-width: 991px) {
  .cid-uFn2Q9yCSV .image-wrap img {
    height: 336px;
  }
}
@media (max-width: 767px) {
  .cid-uFn2Q9yCSV .image-wrap img {
    height: auto !important;
    max-height: 400px;
  }
}
.cid-uFn2Q9yCSV .container,
.cid-uFn2Q9yCSV .container-fluid {
  position: relative;
}
.cid-uFn2Q9yCSV .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-uFn2Q9yCSV .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-uFn2Q9yCSV .circle-blur1 {
  top: 0;
  right: 50%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uFn2Q9yCSV .circle-blur2 {
  top: 12%;
  right: 40%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uHrKiuMqrN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefec;
}
.cid-uHrKiuMqrN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHrKiuMqrN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHrKiuMqrN .col-title {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-uHrKiuMqrN .col-title {
    margin-bottom: 50px;
  }
}
.cid-uHrKiuMqrN .mbr-section-title {
  color: #2B2B2B;
}
.cid-uHrKiuMqrN .mbr-section-main-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-uHrKiuMqrN .mbr-section-main-subtitle {
    margin-top: 16px;
  }
}
.cid-uHrKiuMqrN .col-text {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .cid-uHrKiuMqrN .col-text {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .cid-uHrKiuMqrN .col-text {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.cid-uHrKiuMqrN .text-container1 {
  width: 100%;
  padding: 0;
}
@media (min-width: 640px) and (max-width: 991px) {
  .cid-uHrKiuMqrN .text-container1 {
    max-width: 340px;
  }
}
.cid-uHrKiuMqrN .text-container2 {
  width: 100%;
  padding: 0;
}
@media (min-width: 640px) and (max-width: 991px) {
  .cid-uHrKiuMqrN .text-container2 {
    max-width: 280px;
    padding-left: 40px;
  }
}
.cid-uHrKiuMqrN .mbr-section-btn {
  margin-top: 16px;
}
.cid-uHrKiuMqrN .mbr-section-btn .btn {
  min-width: 280px;
  min-height: 60px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .cid-uHrKiuMqrN .mbr-section-btn {
    margin-top: 8px;
    width: 100%;
  }
  .cid-uHrKiuMqrN .mbr-section-btn .btn {
    width: 100%;
    min-width: max-content;
  }
}
.cid-uHrKiuMqrN .col-carousel {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-uHrKiuMqrN .col-carousel {
    padding-top: 30px;
  }
}
.cid-uHrKiuMqrN .col-border .border-line {
  height: 2px;
  background-color: #dfdfd8;
}
.cid-uHrKiuMqrN .name-text {
  color: #2A2A2A;
  margin-bottom: 0;
}
.cid-uHrKiuMqrN .roominess-text {
  color: #e13243;
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-uHrKiuMqrN .mbr-text {
  color: #2A2A2A;
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-uHrKiuMqrN .list {
  color: #2A2A2A;
  margin-top: 20px;
  width: 100%;
}
.cid-uHrKiuMqrN .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uHrKiuMqrN .list-item:not(:first-child) {
  margin-top: 12px;
}
.cid-uHrKiuMqrN .list-text {
  flex-grow: 1;
  color: #2A2A2A;
  margin-bottom: 0;
}
.cid-uHrKiuMqrN .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-uHrKiuMqrN .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #e13243;
}
.cid-uHrKiuMqrN .price-text {
  color: #2A2A2A;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-uHrKiuMqrN .carousel {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
}
.cid-uHrKiuMqrN .carousel img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-uHrKiuMqrN .carousel {
    height: 385px;
  }
}
@media (max-width: 991px) {
  .cid-uHrKiuMqrN .carousel {
    height: 350px;
  }
}
@media (max-width: 575px) {
  .cid-uHrKiuMqrN .carousel {
    height: 280px;
  }
}
.cid-uHrKiuMqrN .carousel-inner {
  display: flex;
  align-items: center;
  height: 100%;
  border-radius: 16px;
}
.cid-uHrKiuMqrN .carousel-item {
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}
.cid-uHrKiuMqrN .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uHrKiuMqrN .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uHrKiuMqrN .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uHrKiuMqrN .carousel-control {
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  font-size: 16px;
  background-color: #dfdfd8;
  color: #2B2B2B !important;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
.cid-uHrKiuMqrN .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 16px;
}
.cid-uHrKiuMqrN .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 16px;
}
.cid-uHrKiuMqrN .carousel-control:hover {
  background-color: #646464;
  color: #FFFFFF !important;
}
.cid-uHrKiuMqrN .carousel-indicators {
  display: none !important;
}
.cid-uHrKiuMqrN .item-menu-overlay {
  opacity: 0 !important;
}
.cid-usgfpCmylG {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #efefec;
  overflow: hidden;
}
.cid-usgfpCmylG .mbr-fallback-image.disabled {
  display: none;
}
.cid-usgfpCmylG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usgfpCmylG .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-usgfpCmylG .col-title {
    margin-bottom: 40px;
  }
}
.cid-usgfpCmylG .mbr-section-title {
  color: #2B2B2B;
}
.cid-usgfpCmylG .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-usgfpCmylG .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-usgfpCmylG .mbr-section-btn {
  margin-top: 10px;
}
.cid-usgfpCmylG .mbr-section-btn .btn {
  padding: 5px 35px !important;
  min-width: max-content !important;
}
.cid-usgfpCmylG .col-card {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-usgfpCmylG .col-card {
    margin-bottom: 60px;
  }
}
.cid-usgfpCmylG .card-wrap {
  border-radius: 0;
}
.cid-usgfpCmylG .content-wrap {
  width: 100%;
  margin-top: 20px;
}
.cid-usgfpCmylG .card-title {
  color: #2B2B2B;
}
.cid-usgfpCmylG .mbr-text {
  color: #646464;
  margin-top: 8px;
}
.cid-usgfpCmylG .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  transition: .3s all;
}
.cid-usgfpCmylG .image-wrap img {
  height: 600px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-usgfpCmylG .image-wrap img {
    height: 492px;
  }
}
@media (max-width: 991px) {
  .cid-usgfpCmylG .image-wrap img {
    height: 336px;
  }
}
@media (max-width: 767px) {
  .cid-usgfpCmylG .image-wrap img {
    height: auto !important;
    max-height: 400px;
  }
}
.cid-usgfpCmylG .container,
.cid-usgfpCmylG .container-fluid {
  position: relative;
}
.cid-usgfpCmylG .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-usgfpCmylG .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-usgfpCmylG .circle-blur1 {
  top: 0;
  right: 50%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-usgfpCmylG .circle-blur2 {
  top: 12%;
  right: 40%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uFO8zVtPb7 {
  background-color: #efefec;
}
.cid-uFO8zVtPb7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFO8zVtPb7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFO8zVtPb7 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uFO8zVtPb7 .row {
  background: #ffffff;
  align-items: center;
  padding: 3rem;
  border-radius: 3rem;
  width: fit-content;
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uFO8zVtPb7 .row {
    padding: 3rem 1rem;
    padding-bottom: 1rem;
    border-radius: 2rem;
  }
}
.cid-uFO8zVtPb7 img {
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-uFO8zVtPb7 img {
    border-radius: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFO8zVtPb7 .image-wrapper {
    padding: 1rem;
  }
}
.cid-uwv4hMvkJ6 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #e13243;
}
.cid-uwv4hMvkJ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwv4hMvkJ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uwv4hMvkJ6 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uwv4hMvkJ6 .row {
  background: #ffffff;
  align-items: center;
  padding: 3rem;
  border-radius: 3rem;
  width: fit-content;
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uwv4hMvkJ6 .row {
    padding: 3rem 1rem;
    padding-bottom: 1rem;
    border-radius: 2rem;
  }
}
.cid-uwv4hMvkJ6 img {
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-uwv4hMvkJ6 img {
    border-radius: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwv4hMvkJ6 .image-wrapper {
    padding: 1rem;
  }
}
.cid-urAy7FNR6K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e13243;
}
.cid-urAy7FNR6K .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-urAy7FNR6K .social-row {
    justify-content: center;
  }
  .cid-urAy7FNR6K .social-row .soc-item {
    margin-right: 0;
    margin: 0 0.5rem;
  }
}
.cid-urAy7FNR6K .mbr-section-subtitle {
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}
.cid-urAy7FNR6K a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-urAy7FNR6K li {
  line-height: 2;
}
.cid-urAy7FNR6K .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 0.8rem;
  margin-bottom: 1rem;
  height: 3.2rem;
  width: 3.2rem;
}
.cid-urAy7FNR6K .soc-item:hover .mbr-iconfont {
  color: #e13243;
}
.cid-urAy7FNR6K .list {
  list-style: none;
  padding-left: 0;
  color: #ffe40e;
}
@media (max-width: 991px) {
  .cid-urAy7FNR6K .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urAy7FNR6K .list {
    margin-bottom: 0rem;
  }
}
.cid-urAy7FNR6K .mbr-text {
  color: #bbbbbb;
}
.cid-urAy7FNR6K .mbr-iconfont {
  transition: color 0.3s;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-urAy7FNR6K .list P {
  text-align: center;
}
.cid-usfHtowexO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-usfHtowexO nav.navbar {
  position: fixed;
}
.cid-usfHtowexO .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-usfHtowexO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usfHtowexO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usfHtowexO .dropdown-item:hover,
.cid-usfHtowexO .dropdown-item:focus {
  background: #e13243 !important;
  color: #1d191f !important;
}
.cid-usfHtowexO .dropdown-item:hover span {
  color: white;
}
.cid-usfHtowexO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usfHtowexO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usfHtowexO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usfHtowexO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usfHtowexO .nav-link {
  position: relative;
}
.cid-usfHtowexO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usfHtowexO .container {
    flex-wrap: nowrap;
  }
}
.cid-usfHtowexO .iconfont-wrapper {
  color: #646464 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usfHtowexO .dropdown-menu,
.cid-usfHtowexO .navbar.opened {
  background: #fafaf6 !important;
}
.cid-usfHtowexO .nav-item:focus,
.cid-usfHtowexO .nav-link:focus {
  outline: none;
}
.cid-usfHtowexO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usfHtowexO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usfHtowexO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usfHtowexO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usfHtowexO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usfHtowexO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usfHtowexO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 2px solid #dfdfd8;
  background: #fafaf6;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-usfHtowexO .navbar.opened {
  transition: all 0.3s;
}
.cid-usfHtowexO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usfHtowexO .navbar .navbar-logo img {
  width: auto;
}
.cid-usfHtowexO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usfHtowexO .navbar.collapsed {
  justify-content: center;
}
.cid-usfHtowexO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usfHtowexO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-usfHtowexO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usfHtowexO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usfHtowexO .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-usfHtowexO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usfHtowexO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usfHtowexO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usfHtowexO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usfHtowexO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usfHtowexO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usfHtowexO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usfHtowexO .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-usfHtowexO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usfHtowexO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usfHtowexO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usfHtowexO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-usfHtowexO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usfHtowexO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-usfHtowexO .navbar.navbar-short {
  min-height: 70px;
}
.cid-usfHtowexO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usfHtowexO .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-usfHtowexO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 10px;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0 auto auto;
}
.cid-usfHtowexO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usfHtowexO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usfHtowexO .dropdown-item.active,
.cid-usfHtowexO .dropdown-item:active {
  background-color: transparent;
}
.cid-usfHtowexO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usfHtowexO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usfHtowexO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usfHtowexO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafaf6;
}
.cid-usfHtowexO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usfHtowexO .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #e13243 !important;
}
.cid-usfHtowexO .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usfHtowexO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usfHtowexO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usfHtowexO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usfHtowexO button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: auto;
  margin-right: 12px;
}
.cid-usfHtowexO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-usfHtowexO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usfHtowexO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usfHtowexO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usfHtowexO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usfHtowexO button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e13243;
  transition: all 0.2s;
}
.cid-usfHtowexO .navbar-toggler-close {
  position: fixed;
  right: 20px;
  top: 20px;
  margin-right: 0 !important;
}
.cid-usfHtowexO .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usfHtowexO .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usfHtowexO .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usfHtowexO .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usfHtowexO .navbar-toggler-close .hamburger-bg {
  opacity: 0;
}
.cid-usfHtowexO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usfHtowexO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usfHtowexO .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-usfHtowexO .navbar {
    height: 70px;
  }
  .cid-usfHtowexO .navbar.opened {
    height: auto;
  }
  .cid-usfHtowexO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usfHtowexO .sidebar-brand {
  padding: 0 0 10px;
  margin: 0 auto 30px;
  border-bottom: 2px solid #646464;
}
.cid-usfHtowexO .navbar-nav-main {
  width: 40%;
  margin: 0;
}
.cid-usfHtowexO .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-usfHtowexO .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-usfHtowexO .navbar-nav-main .nav-item .nav-link:hover {
  color: #e13243 !important;
}
.cid-usfHtowexO .navbar-nav-right {
  justify-content: flex-end;
}
.cid-usfHtowexO .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-usfHtowexO .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-usfHtowexO .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-usfHtowexO .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-usfHtowexO {
    min-height: 0;
    height: 0;
  }
  .cid-usfHtowexO .navbar,
  .cid-usfHtowexO .navbar-short {
    min-height: 0 !important;
    height: 0 !important;
    border: none !important;
  }
  .cid-usfHtowexO .container,
  .cid-usfHtowexO .container-fluid {
    flex-wrap: nowrap;
    top: 50px;
    max-width: 100% !important;
  }
  .cid-usfHtowexO .navbar-brand-main {
    display: none !important;
  }
  .cid-usfHtowexO .navbar-nav-main {
    display: none !important;
  }
  .cid-usfHtowexO .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-usfHtowexO .sidbar-nav .nav-item {
    margin: 0 auto 15px !important;
    padding: 5px 0 !important;
    justify-content: center;
    text-align: center;
  }
  .cid-usfHtowexO .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-usfHtowexO .sidbar-nav .nav-item .nav-link:hover {
    color: #e13243 !important;
  }
  .cid-usfHtowexO .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-usfHtowexO .mbr-section-btn {
    margin-top: auto;
  }
  .cid-usfHtowexO .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #e13243;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-usfHtowexO .navbar-collapse.show {
    padding: 48px 40px 38px;
    position: fixed;
    background-color: #e13243;
    width: 420px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-usfHtowexO .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-usfHtowexO .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-usfHw2TmdH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e13243;
}
.cid-usfHw2TmdH .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-usfHw2TmdH .social-row {
    justify-content: center;
  }
  .cid-usfHw2TmdH .social-row .soc-item {
    margin-right: 0;
    margin: 0 0.5rem;
  }
}
.cid-usfHw2TmdH .mbr-section-subtitle {
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}
.cid-usfHw2TmdH a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-usfHw2TmdH li {
  line-height: 2;
}
.cid-usfHw2TmdH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 0.8rem;
  margin-bottom: 1rem;
  height: 3.2rem;
  width: 3.2rem;
}
.cid-usfHw2TmdH .soc-item:hover .mbr-iconfont {
  color: #e13243;
}
.cid-usfHw2TmdH .list {
  list-style: none;
  padding-left: 0;
  color: #ffe40e;
}
@media (max-width: 991px) {
  .cid-usfHw2TmdH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-usfHw2TmdH .list {
    margin-bottom: 0rem;
  }
}
.cid-usfHw2TmdH .mbr-text {
  color: #bbbbbb;
}
.cid-usfHw2TmdH .mbr-iconfont {
  transition: color 0.3s;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-usfHw2TmdH .list P {
  text-align: center;
}
.cid-usfHC1cIVR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-usfHC1cIVR nav.navbar {
  position: fixed;
}
.cid-usfHC1cIVR .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-usfHC1cIVR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usfHC1cIVR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usfHC1cIVR .dropdown-item:hover,
.cid-usfHC1cIVR .dropdown-item:focus {
  background: #e13243 !important;
  color: #1d191f !important;
}
.cid-usfHC1cIVR .dropdown-item:hover span {
  color: white;
}
.cid-usfHC1cIVR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usfHC1cIVR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usfHC1cIVR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usfHC1cIVR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usfHC1cIVR .nav-link {
  position: relative;
}
.cid-usfHC1cIVR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usfHC1cIVR .container {
    flex-wrap: nowrap;
  }
}
.cid-usfHC1cIVR .iconfont-wrapper {
  color: #646464 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usfHC1cIVR .dropdown-menu,
.cid-usfHC1cIVR .navbar.opened {
  background: #fafaf6 !important;
}
.cid-usfHC1cIVR .nav-item:focus,
.cid-usfHC1cIVR .nav-link:focus {
  outline: none;
}
.cid-usfHC1cIVR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usfHC1cIVR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usfHC1cIVR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usfHC1cIVR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usfHC1cIVR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usfHC1cIVR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usfHC1cIVR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 2px solid #dfdfd8;
  background: #fafaf6;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-usfHC1cIVR .navbar.opened {
  transition: all 0.3s;
}
.cid-usfHC1cIVR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usfHC1cIVR .navbar .navbar-logo img {
  width: auto;
}
.cid-usfHC1cIVR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usfHC1cIVR .navbar.collapsed {
  justify-content: center;
}
.cid-usfHC1cIVR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usfHC1cIVR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-usfHC1cIVR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usfHC1cIVR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usfHC1cIVR .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-usfHC1cIVR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usfHC1cIVR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usfHC1cIVR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usfHC1cIVR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usfHC1cIVR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usfHC1cIVR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usfHC1cIVR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usfHC1cIVR .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-usfHC1cIVR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usfHC1cIVR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usfHC1cIVR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usfHC1cIVR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-usfHC1cIVR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usfHC1cIVR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-usfHC1cIVR .navbar.navbar-short {
  min-height: 70px;
}
.cid-usfHC1cIVR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usfHC1cIVR .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-usfHC1cIVR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 10px;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0 auto auto;
}
.cid-usfHC1cIVR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usfHC1cIVR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usfHC1cIVR .dropdown-item.active,
.cid-usfHC1cIVR .dropdown-item:active {
  background-color: transparent;
}
.cid-usfHC1cIVR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usfHC1cIVR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usfHC1cIVR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usfHC1cIVR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafaf6;
}
.cid-usfHC1cIVR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usfHC1cIVR .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #e13243 !important;
}
.cid-usfHC1cIVR .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usfHC1cIVR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usfHC1cIVR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usfHC1cIVR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usfHC1cIVR button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: auto;
  margin-right: 12px;
}
.cid-usfHC1cIVR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-usfHC1cIVR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usfHC1cIVR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usfHC1cIVR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usfHC1cIVR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usfHC1cIVR button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e13243;
  transition: all 0.2s;
}
.cid-usfHC1cIVR .navbar-toggler-close {
  position: fixed;
  right: 20px;
  top: 20px;
  margin-right: 0 !important;
}
.cid-usfHC1cIVR .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usfHC1cIVR .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usfHC1cIVR .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usfHC1cIVR .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usfHC1cIVR .navbar-toggler-close .hamburger-bg {
  opacity: 0;
}
.cid-usfHC1cIVR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usfHC1cIVR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usfHC1cIVR .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-usfHC1cIVR .navbar {
    height: 70px;
  }
  .cid-usfHC1cIVR .navbar.opened {
    height: auto;
  }
  .cid-usfHC1cIVR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usfHC1cIVR .sidebar-brand {
  padding: 0 0 10px;
  margin: 0 auto 30px;
  border-bottom: 2px solid #646464;
}
.cid-usfHC1cIVR .navbar-nav-main {
  width: 40%;
  margin: 0;
}
.cid-usfHC1cIVR .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-usfHC1cIVR .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-usfHC1cIVR .navbar-nav-main .nav-item .nav-link:hover {
  color: #e13243 !important;
}
.cid-usfHC1cIVR .navbar-nav-right {
  justify-content: flex-end;
}
.cid-usfHC1cIVR .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-usfHC1cIVR .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-usfHC1cIVR .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-usfHC1cIVR .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-usfHC1cIVR {
    min-height: 0;
    height: 0;
  }
  .cid-usfHC1cIVR .navbar,
  .cid-usfHC1cIVR .navbar-short {
    min-height: 0 !important;
    height: 0 !important;
    border: none !important;
  }
  .cid-usfHC1cIVR .container,
  .cid-usfHC1cIVR .container-fluid {
    flex-wrap: nowrap;
    top: 50px;
    max-width: 100% !important;
  }
  .cid-usfHC1cIVR .navbar-brand-main {
    display: none !important;
  }
  .cid-usfHC1cIVR .navbar-nav-main {
    display: none !important;
  }
  .cid-usfHC1cIVR .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-usfHC1cIVR .sidbar-nav .nav-item {
    margin: 0 auto 15px !important;
    padding: 5px 0 !important;
    justify-content: center;
    text-align: center;
  }
  .cid-usfHC1cIVR .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-usfHC1cIVR .sidbar-nav .nav-item .nav-link:hover {
    color: #e13243 !important;
  }
  .cid-usfHC1cIVR .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-usfHC1cIVR .mbr-section-btn {
    margin-top: auto;
  }
  .cid-usfHC1cIVR .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #e13243;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-usfHC1cIVR .navbar-collapse.show {
    padding: 48px 40px 38px;
    position: fixed;
    background-color: #e13243;
    width: 420px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-usfHC1cIVR .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-usfHC1cIVR .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-usfHCTxx09 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e13243;
}
.cid-usfHCTxx09 .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-usfHCTxx09 .social-row {
    justify-content: center;
  }
  .cid-usfHCTxx09 .social-row .soc-item {
    margin-right: 0;
    margin: 0 0.5rem;
  }
}
.cid-usfHCTxx09 .mbr-section-subtitle {
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}
.cid-usfHCTxx09 a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-usfHCTxx09 li {
  line-height: 2;
}
.cid-usfHCTxx09 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 0.8rem;
  margin-bottom: 1rem;
  height: 3.2rem;
  width: 3.2rem;
}
.cid-usfHCTxx09 .soc-item:hover .mbr-iconfont {
  color: #e13243;
}
.cid-usfHCTxx09 .list {
  list-style: none;
  padding-left: 0;
  color: #ffe40e;
}
@media (max-width: 991px) {
  .cid-usfHCTxx09 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-usfHCTxx09 .list {
    margin-bottom: 0rem;
  }
}
.cid-usfHCTxx09 .mbr-text {
  color: #bbbbbb;
}
.cid-usfHCTxx09 .mbr-iconfont {
  transition: color 0.3s;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-usfHCTxx09 .list P {
  text-align: center;
}
.cid-usfHzxFiYA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-usfHzxFiYA nav.navbar {
  position: fixed;
}
.cid-usfHzxFiYA .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-usfHzxFiYA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usfHzxFiYA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usfHzxFiYA .dropdown-item:hover,
.cid-usfHzxFiYA .dropdown-item:focus {
  background: #e13243 !important;
  color: #1d191f !important;
}
.cid-usfHzxFiYA .dropdown-item:hover span {
  color: white;
}
.cid-usfHzxFiYA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usfHzxFiYA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usfHzxFiYA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usfHzxFiYA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usfHzxFiYA .nav-link {
  position: relative;
}
.cid-usfHzxFiYA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usfHzxFiYA .container {
    flex-wrap: nowrap;
  }
}
.cid-usfHzxFiYA .iconfont-wrapper {
  color: #646464 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usfHzxFiYA .dropdown-menu,
.cid-usfHzxFiYA .navbar.opened {
  background: #fafaf6 !important;
}
.cid-usfHzxFiYA .nav-item:focus,
.cid-usfHzxFiYA .nav-link:focus {
  outline: none;
}
.cid-usfHzxFiYA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usfHzxFiYA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usfHzxFiYA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usfHzxFiYA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usfHzxFiYA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usfHzxFiYA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usfHzxFiYA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 2px solid #dfdfd8;
  background: #fafaf6;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-usfHzxFiYA .navbar.opened {
  transition: all 0.3s;
}
.cid-usfHzxFiYA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usfHzxFiYA .navbar .navbar-logo img {
  width: auto;
}
.cid-usfHzxFiYA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usfHzxFiYA .navbar.collapsed {
  justify-content: center;
}
.cid-usfHzxFiYA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usfHzxFiYA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-usfHzxFiYA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usfHzxFiYA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usfHzxFiYA .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-usfHzxFiYA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usfHzxFiYA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usfHzxFiYA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usfHzxFiYA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usfHzxFiYA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usfHzxFiYA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usfHzxFiYA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usfHzxFiYA .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-usfHzxFiYA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usfHzxFiYA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usfHzxFiYA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usfHzxFiYA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-usfHzxFiYA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usfHzxFiYA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-usfHzxFiYA .navbar.navbar-short {
  min-height: 70px;
}
.cid-usfHzxFiYA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usfHzxFiYA .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-usfHzxFiYA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 10px;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0 auto auto;
}
.cid-usfHzxFiYA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usfHzxFiYA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usfHzxFiYA .dropdown-item.active,
.cid-usfHzxFiYA .dropdown-item:active {
  background-color: transparent;
}
.cid-usfHzxFiYA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usfHzxFiYA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usfHzxFiYA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usfHzxFiYA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafaf6;
}
.cid-usfHzxFiYA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usfHzxFiYA .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #e13243 !important;
}
.cid-usfHzxFiYA .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usfHzxFiYA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usfHzxFiYA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usfHzxFiYA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usfHzxFiYA button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: auto;
  margin-right: 12px;
}
.cid-usfHzxFiYA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-usfHzxFiYA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usfHzxFiYA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usfHzxFiYA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usfHzxFiYA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usfHzxFiYA button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e13243;
  transition: all 0.2s;
}
.cid-usfHzxFiYA .navbar-toggler-close {
  position: fixed;
  right: 20px;
  top: 20px;
  margin-right: 0 !important;
}
.cid-usfHzxFiYA .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usfHzxFiYA .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usfHzxFiYA .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usfHzxFiYA .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usfHzxFiYA .navbar-toggler-close .hamburger-bg {
  opacity: 0;
}
.cid-usfHzxFiYA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usfHzxFiYA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usfHzxFiYA .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-usfHzxFiYA .navbar {
    height: 70px;
  }
  .cid-usfHzxFiYA .navbar.opened {
    height: auto;
  }
  .cid-usfHzxFiYA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usfHzxFiYA .sidebar-brand {
  padding: 0 0 10px;
  margin: 0 auto 30px;
  border-bottom: 2px solid #646464;
}
.cid-usfHzxFiYA .navbar-nav-main {
  width: 40%;
  margin: 0;
}
.cid-usfHzxFiYA .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-usfHzxFiYA .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-usfHzxFiYA .navbar-nav-main .nav-item .nav-link:hover {
  color: #e13243 !important;
}
.cid-usfHzxFiYA .navbar-nav-right {
  justify-content: flex-end;
}
.cid-usfHzxFiYA .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-usfHzxFiYA .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-usfHzxFiYA .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-usfHzxFiYA .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-usfHzxFiYA {
    min-height: 0;
    height: 0;
  }
  .cid-usfHzxFiYA .navbar,
  .cid-usfHzxFiYA .navbar-short {
    min-height: 0 !important;
    height: 0 !important;
    border: none !important;
  }
  .cid-usfHzxFiYA .container,
  .cid-usfHzxFiYA .container-fluid {
    flex-wrap: nowrap;
    top: 50px;
    max-width: 100% !important;
  }
  .cid-usfHzxFiYA .navbar-brand-main {
    display: none !important;
  }
  .cid-usfHzxFiYA .navbar-nav-main {
    display: none !important;
  }
  .cid-usfHzxFiYA .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-usfHzxFiYA .sidbar-nav .nav-item {
    margin: 0 auto 15px !important;
    padding: 5px 0 !important;
    justify-content: center;
    text-align: center;
  }
  .cid-usfHzxFiYA .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-usfHzxFiYA .sidbar-nav .nav-item .nav-link:hover {
    color: #e13243 !important;
  }
  .cid-usfHzxFiYA .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-usfHzxFiYA .mbr-section-btn {
    margin-top: auto;
  }
  .cid-usfHzxFiYA .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #e13243;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-usfHzxFiYA .navbar-collapse.show {
    padding: 48px 40px 38px;
    position: fixed;
    background-color: #e13243;
    width: 420px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-usfHzxFiYA .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-usfHzxFiYA .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-usfHAhytV0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e13243;
}
.cid-usfHAhytV0 .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-usfHAhytV0 .social-row {
    justify-content: center;
  }
  .cid-usfHAhytV0 .social-row .soc-item {
    margin-right: 0;
    margin: 0 0.5rem;
  }
}
.cid-usfHAhytV0 .mbr-section-subtitle {
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}
.cid-usfHAhytV0 a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-usfHAhytV0 li {
  line-height: 2;
}
.cid-usfHAhytV0 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 0.8rem;
  margin-bottom: 1rem;
  height: 3.2rem;
  width: 3.2rem;
}
.cid-usfHAhytV0 .soc-item:hover .mbr-iconfont {
  color: #e13243;
}
.cid-usfHAhytV0 .list {
  list-style: none;
  padding-left: 0;
  color: #ffe40e;
}
@media (max-width: 991px) {
  .cid-usfHAhytV0 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-usfHAhytV0 .list {
    margin-bottom: 0rem;
  }
}
.cid-usfHAhytV0 .mbr-text {
  color: #bbbbbb;
}
.cid-usfHAhytV0 .mbr-iconfont {
  transition: color 0.3s;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-usfHAhytV0 .list P {
  text-align: center;
}
.cid-usfHEFfgNx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-usfHEFfgNx nav.navbar {
  position: fixed;
}
.cid-usfHEFfgNx .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-usfHEFfgNx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usfHEFfgNx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usfHEFfgNx .dropdown-item:hover,
.cid-usfHEFfgNx .dropdown-item:focus {
  background: #e13243 !important;
  color: #1d191f !important;
}
.cid-usfHEFfgNx .dropdown-item:hover span {
  color: white;
}
.cid-usfHEFfgNx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usfHEFfgNx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usfHEFfgNx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usfHEFfgNx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usfHEFfgNx .nav-link {
  position: relative;
}
.cid-usfHEFfgNx .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usfHEFfgNx .container {
    flex-wrap: nowrap;
  }
}
.cid-usfHEFfgNx .iconfont-wrapper {
  color: #646464 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usfHEFfgNx .dropdown-menu,
.cid-usfHEFfgNx .navbar.opened {
  background: #fafaf6 !important;
}
.cid-usfHEFfgNx .nav-item:focus,
.cid-usfHEFfgNx .nav-link:focus {
  outline: none;
}
.cid-usfHEFfgNx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usfHEFfgNx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usfHEFfgNx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usfHEFfgNx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usfHEFfgNx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usfHEFfgNx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usfHEFfgNx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 2px solid #dfdfd8;
  background: #fafaf6;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-usfHEFfgNx .navbar.opened {
  transition: all 0.3s;
}
.cid-usfHEFfgNx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usfHEFfgNx .navbar .navbar-logo img {
  width: auto;
}
.cid-usfHEFfgNx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usfHEFfgNx .navbar.collapsed {
  justify-content: center;
}
.cid-usfHEFfgNx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usfHEFfgNx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-usfHEFfgNx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usfHEFfgNx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usfHEFfgNx .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-usfHEFfgNx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usfHEFfgNx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usfHEFfgNx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usfHEFfgNx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usfHEFfgNx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usfHEFfgNx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usfHEFfgNx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usfHEFfgNx .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-usfHEFfgNx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usfHEFfgNx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usfHEFfgNx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usfHEFfgNx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-usfHEFfgNx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usfHEFfgNx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-usfHEFfgNx .navbar.navbar-short {
  min-height: 70px;
}
.cid-usfHEFfgNx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usfHEFfgNx .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-usfHEFfgNx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 10px;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0 auto auto;
}
.cid-usfHEFfgNx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usfHEFfgNx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usfHEFfgNx .dropdown-item.active,
.cid-usfHEFfgNx .dropdown-item:active {
  background-color: transparent;
}
.cid-usfHEFfgNx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usfHEFfgNx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usfHEFfgNx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usfHEFfgNx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafaf6;
}
.cid-usfHEFfgNx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usfHEFfgNx .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #e13243 !important;
}
.cid-usfHEFfgNx .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usfHEFfgNx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usfHEFfgNx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usfHEFfgNx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usfHEFfgNx button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: auto;
  margin-right: 12px;
}
.cid-usfHEFfgNx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-usfHEFfgNx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usfHEFfgNx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usfHEFfgNx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usfHEFfgNx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usfHEFfgNx button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e13243;
  transition: all 0.2s;
}
.cid-usfHEFfgNx .navbar-toggler-close {
  position: fixed;
  right: 20px;
  top: 20px;
  margin-right: 0 !important;
}
.cid-usfHEFfgNx .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usfHEFfgNx .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usfHEFfgNx .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usfHEFfgNx .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usfHEFfgNx .navbar-toggler-close .hamburger-bg {
  opacity: 0;
}
.cid-usfHEFfgNx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usfHEFfgNx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usfHEFfgNx .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-usfHEFfgNx .navbar {
    height: 70px;
  }
  .cid-usfHEFfgNx .navbar.opened {
    height: auto;
  }
  .cid-usfHEFfgNx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usfHEFfgNx .sidebar-brand {
  padding: 0 0 10px;
  margin: 0 auto 30px;
  border-bottom: 2px solid #646464;
}
.cid-usfHEFfgNx .navbar-nav-main {
  width: 40%;
  margin: 0;
}
.cid-usfHEFfgNx .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-usfHEFfgNx .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-usfHEFfgNx .navbar-nav-main .nav-item .nav-link:hover {
  color: #e13243 !important;
}
.cid-usfHEFfgNx .navbar-nav-right {
  justify-content: flex-end;
}
.cid-usfHEFfgNx .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-usfHEFfgNx .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-usfHEFfgNx .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-usfHEFfgNx .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-usfHEFfgNx {
    min-height: 0;
    height: 0;
  }
  .cid-usfHEFfgNx .navbar,
  .cid-usfHEFfgNx .navbar-short {
    min-height: 0 !important;
    height: 0 !important;
    border: none !important;
  }
  .cid-usfHEFfgNx .container,
  .cid-usfHEFfgNx .container-fluid {
    flex-wrap: nowrap;
    top: 50px;
    max-width: 100% !important;
  }
  .cid-usfHEFfgNx .navbar-brand-main {
    display: none !important;
  }
  .cid-usfHEFfgNx .navbar-nav-main {
    display: none !important;
  }
  .cid-usfHEFfgNx .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-usfHEFfgNx .sidbar-nav .nav-item {
    margin: 0 auto 15px !important;
    padding: 5px 0 !important;
    justify-content: center;
    text-align: center;
  }
  .cid-usfHEFfgNx .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-usfHEFfgNx .sidbar-nav .nav-item .nav-link:hover {
    color: #e13243 !important;
  }
  .cid-usfHEFfgNx .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-usfHEFfgNx .mbr-section-btn {
    margin-top: auto;
  }
  .cid-usfHEFfgNx .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #e13243;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-usfHEFfgNx .navbar-collapse.show {
    padding: 48px 40px 38px;
    position: fixed;
    background-color: #e13243;
    width: 420px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-usfHEFfgNx .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-usfHEFfgNx .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-usfHFnkObR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e13243;
}
.cid-usfHFnkObR .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-usfHFnkObR .social-row {
    justify-content: center;
  }
  .cid-usfHFnkObR .social-row .soc-item {
    margin-right: 0;
    margin: 0 0.5rem;
  }
}
.cid-usfHFnkObR .mbr-section-subtitle {
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}
.cid-usfHFnkObR a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-usfHFnkObR li {
  line-height: 2;
}
.cid-usfHFnkObR .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 0.8rem;
  margin-bottom: 1rem;
  height: 3.2rem;
  width: 3.2rem;
}
.cid-usfHFnkObR .soc-item:hover .mbr-iconfont {
  color: #e13243;
}
.cid-usfHFnkObR .list {
  list-style: none;
  padding-left: 0;
  color: #ffe40e;
}
@media (max-width: 991px) {
  .cid-usfHFnkObR .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-usfHFnkObR .list {
    margin-bottom: 0rem;
  }
}
.cid-usfHFnkObR .mbr-text {
  color: #bbbbbb;
}
.cid-usfHFnkObR .mbr-iconfont {
  transition: color 0.3s;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-usfHFnkObR .list P {
  text-align: center;
}
.cid-usfHH9zlaE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-usfHH9zlaE nav.navbar {
  position: fixed;
}
.cid-usfHH9zlaE .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-usfHH9zlaE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usfHH9zlaE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usfHH9zlaE .dropdown-item:hover,
.cid-usfHH9zlaE .dropdown-item:focus {
  background: #e13243 !important;
  color: #1d191f !important;
}
.cid-usfHH9zlaE .dropdown-item:hover span {
  color: white;
}
.cid-usfHH9zlaE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usfHH9zlaE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usfHH9zlaE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usfHH9zlaE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usfHH9zlaE .nav-link {
  position: relative;
}
.cid-usfHH9zlaE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usfHH9zlaE .container {
    flex-wrap: nowrap;
  }
}
.cid-usfHH9zlaE .iconfont-wrapper {
  color: #646464 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usfHH9zlaE .dropdown-menu,
.cid-usfHH9zlaE .navbar.opened {
  background: #fafaf6 !important;
}
.cid-usfHH9zlaE .nav-item:focus,
.cid-usfHH9zlaE .nav-link:focus {
  outline: none;
}
.cid-usfHH9zlaE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usfHH9zlaE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usfHH9zlaE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usfHH9zlaE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usfHH9zlaE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usfHH9zlaE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usfHH9zlaE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 2px solid #dfdfd8;
  background: #fafaf6;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-usfHH9zlaE .navbar.opened {
  transition: all 0.3s;
}
.cid-usfHH9zlaE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usfHH9zlaE .navbar .navbar-logo img {
  width: auto;
}
.cid-usfHH9zlaE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usfHH9zlaE .navbar.collapsed {
  justify-content: center;
}
.cid-usfHH9zlaE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usfHH9zlaE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-usfHH9zlaE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usfHH9zlaE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usfHH9zlaE .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-usfHH9zlaE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usfHH9zlaE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usfHH9zlaE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usfHH9zlaE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usfHH9zlaE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usfHH9zlaE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usfHH9zlaE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usfHH9zlaE .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-usfHH9zlaE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usfHH9zlaE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usfHH9zlaE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usfHH9zlaE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-usfHH9zlaE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usfHH9zlaE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-usfHH9zlaE .navbar.navbar-short {
  min-height: 70px;
}
.cid-usfHH9zlaE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usfHH9zlaE .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-usfHH9zlaE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 10px;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0 auto auto;
}
.cid-usfHH9zlaE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usfHH9zlaE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usfHH9zlaE .dropdown-item.active,
.cid-usfHH9zlaE .dropdown-item:active {
  background-color: transparent;
}
.cid-usfHH9zlaE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usfHH9zlaE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usfHH9zlaE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usfHH9zlaE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafaf6;
}
.cid-usfHH9zlaE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usfHH9zlaE .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #e13243 !important;
}
.cid-usfHH9zlaE .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usfHH9zlaE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usfHH9zlaE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usfHH9zlaE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usfHH9zlaE button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: auto;
  margin-right: 12px;
}
.cid-usfHH9zlaE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-usfHH9zlaE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usfHH9zlaE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usfHH9zlaE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usfHH9zlaE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usfHH9zlaE button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e13243;
  transition: all 0.2s;
}
.cid-usfHH9zlaE .navbar-toggler-close {
  position: fixed;
  right: 20px;
  top: 20px;
  margin-right: 0 !important;
}
.cid-usfHH9zlaE .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usfHH9zlaE .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usfHH9zlaE .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usfHH9zlaE .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usfHH9zlaE .navbar-toggler-close .hamburger-bg {
  opacity: 0;
}
.cid-usfHH9zlaE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usfHH9zlaE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usfHH9zlaE .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-usfHH9zlaE .navbar {
    height: 70px;
  }
  .cid-usfHH9zlaE .navbar.opened {
    height: auto;
  }
  .cid-usfHH9zlaE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usfHH9zlaE .sidebar-brand {
  padding: 0 0 10px;
  margin: 0 auto 30px;
  border-bottom: 2px solid #646464;
}
.cid-usfHH9zlaE .navbar-nav-main {
  width: 40%;
  margin: 0;
}
.cid-usfHH9zlaE .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-usfHH9zlaE .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-usfHH9zlaE .navbar-nav-main .nav-item .nav-link:hover {
  color: #e13243 !important;
}
.cid-usfHH9zlaE .navbar-nav-right {
  justify-content: flex-end;
}
.cid-usfHH9zlaE .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-usfHH9zlaE .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-usfHH9zlaE .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-usfHH9zlaE .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-usfHH9zlaE {
    min-height: 0;
    height: 0;
  }
  .cid-usfHH9zlaE .navbar,
  .cid-usfHH9zlaE .navbar-short {
    min-height: 0 !important;
    height: 0 !important;
    border: none !important;
  }
  .cid-usfHH9zlaE .container,
  .cid-usfHH9zlaE .container-fluid {
    flex-wrap: nowrap;
    top: 50px;
    max-width: 100% !important;
  }
  .cid-usfHH9zlaE .navbar-brand-main {
    display: none !important;
  }
  .cid-usfHH9zlaE .navbar-nav-main {
    display: none !important;
  }
  .cid-usfHH9zlaE .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-usfHH9zlaE .sidbar-nav .nav-item {
    margin: 0 auto 15px !important;
    padding: 5px 0 !important;
    justify-content: center;
    text-align: center;
  }
  .cid-usfHH9zlaE .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-usfHH9zlaE .sidbar-nav .nav-item .nav-link:hover {
    color: #e13243 !important;
  }
  .cid-usfHH9zlaE .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-usfHH9zlaE .mbr-section-btn {
    margin-top: auto;
  }
  .cid-usfHH9zlaE .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #e13243;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-usfHH9zlaE .navbar-collapse.show {
    padding: 48px 40px 38px;
    position: fixed;
    background-color: #e13243;
    width: 420px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-usfHH9zlaE .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-usfHH9zlaE .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-usg4csTJuU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #efefec;
  overflow: hidden;
}
.cid-usg4csTJuU .mbr-fallback-image.disabled {
  display: none;
}
.cid-usg4csTJuU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usg4csTJuU .row {
  position: relative;
  z-index: 10;
}
.cid-usg4csTJuU .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-usg4csTJuU .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.cid-usg4csTJuU .mbr-section-title {
  color: #2B2B2B;
  width: 65%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-usg4csTJuU .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-usg4csTJuU .mbr-section-subtitle {
  color: #000000;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-usg4csTJuU .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-usg4csTJuU .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.cid-usg4csTJuU .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-usg4csTJuU .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-usg4csTJuU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-usg4csTJuU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-usg4csTJuU .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-usg4csTJuU .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.cid-usg4csTJuU .mbr-text {
  color: #2B2B2B;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-usg4csTJuU .mbr-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.cid-usg4csTJuU .mbr-place {
  color: #2B2B2B;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-usg4csTJuU .mbr-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-usg4csTJuU .container,
.cid-usg4csTJuU .container-fluid {
  position: relative;
}
.cid-usg4csTJuU .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-usg4csTJuU .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-usg4csTJuU .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-usg4csTJuU .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #63cab3 27%, #63cab3 50%, #63cab3 79%);
}
.cid-usfHHNBbgF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e13243;
}
.cid-usfHHNBbgF .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-usfHHNBbgF .social-row {
    justify-content: center;
  }
  .cid-usfHHNBbgF .social-row .soc-item {
    margin-right: 0;
    margin: 0 0.5rem;
  }
}
.cid-usfHHNBbgF .mbr-section-subtitle {
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}
.cid-usfHHNBbgF a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-usfHHNBbgF li {
  line-height: 2;
}
.cid-usfHHNBbgF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 0.8rem;
  margin-bottom: 1rem;
  height: 3.2rem;
  width: 3.2rem;
}
.cid-usfHHNBbgF .soc-item:hover .mbr-iconfont {
  color: #e13243;
}
.cid-usfHHNBbgF .list {
  list-style: none;
  padding-left: 0;
  color: #ffe40e;
}
@media (max-width: 991px) {
  .cid-usfHHNBbgF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-usfHHNBbgF .list {
    margin-bottom: 0rem;
  }
}
.cid-usfHHNBbgF .mbr-text {
  color: #bbbbbb;
}
.cid-usfHHNBbgF .mbr-iconfont {
  transition: color 0.3s;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-usfHHNBbgF .list P {
  text-align: center;
}
.cid-utnZEWAzQc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #efefec;
  overflow: hidden;
}
.cid-utnZEWAzQc .mbr-fallback-image.disabled {
  display: none;
}
.cid-utnZEWAzQc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utnZEWAzQc .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-utnZEWAzQc .col-title {
    margin-bottom: 40px;
  }
}
.cid-utnZEWAzQc .mbr-section-title {
  color: #2B2B2B;
}
.cid-utnZEWAzQc .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-utnZEWAzQc .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-utnZEWAzQc .mbr-section-btn {
  margin-top: 10px;
}
.cid-utnZEWAzQc .mbr-section-btn .btn {
  padding: 5px 35px !important;
  min-width: max-content !important;
}
.cid-utnZEWAzQc .col-card {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-utnZEWAzQc .col-card {
    margin-bottom: 60px;
  }
}
.cid-utnZEWAzQc .card-wrap {
  border-radius: 0;
}
.cid-utnZEWAzQc .content-wrap {
  width: 100%;
  margin-top: 20px;
}
.cid-utnZEWAzQc .card-title {
  color: #2B2B2B;
}
.cid-utnZEWAzQc .mbr-text {
  color: #000000;
  margin-top: 8px;
  text-align: center;
}
.cid-utnZEWAzQc .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  transition: .3s all;
}
.cid-utnZEWAzQc .image-wrap img {
  height: 500px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-utnZEWAzQc .image-wrap img {
    height: 410px;
  }
}
@media (max-width: 991px) {
  .cid-utnZEWAzQc .image-wrap img {
    height: 280px;
  }
}
@media (max-width: 767px) {
  .cid-utnZEWAzQc .image-wrap img {
    height: auto !important;
    max-height: 400px;
  }
}
.cid-utnZEWAzQc .container,
.cid-utnZEWAzQc .container-fluid {
  position: relative;
}
.cid-utnZEWAzQc .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-utnZEWAzQc .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-utnZEWAzQc .circle-blur1 {
  top: 0;
  right: 50%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-utnZEWAzQc .circle-blur2 {
  top: 12%;
  right: 40%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-utnZEWAzQc .card-title,
.cid-utnZEWAzQc .mbr-section-btn {
  text-align: center;
}
.cid-utnZEXKOct {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #efefec;
}
.cid-utnZEXKOct .title {
  padding: 0 2rem;
  color: #000000;
  text-align: center;
}
.cid-utnZEXKOct .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-utnZEXKOct .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-utnZEXKOct a {
  display: flex;
}
.cid-utnZEXKOct .mbr-iconfont {
  font-size: 2.5rem;
  color: #e13243;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-utnZEXKOct .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-utnZEXKOct img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}
.cid-utnZEXKOct .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-utnZEXKOct .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-utnZEXKOct .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-utnZEXKOct .card-text {
  color: #232323;
}
.cid-utnZEXKOct .card-title {
  color: #e13243;
}
.cid-utnZEYmKVW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefec;
}
.cid-utnZEYmKVW .title {
  padding: 0 2rem;
  color: #000000;
  text-align: center;
}
.cid-utnZEYmKVW .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-utnZEYmKVW .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-utnZEYmKVW a {
  display: flex;
}
.cid-utnZEYmKVW .mbr-iconfont {
  font-size: 2.5rem;
  color: #e13243;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-utnZEYmKVW .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-utnZEYmKVW img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}
.cid-utnZEYmKVW .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-utnZEYmKVW .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-utnZEYmKVW .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-utnZEYmKVW .card-text {
  color: #232323;
}
.cid-utnZEYmKVW .card-title {
  color: #e13243;
}
.cid-utnZEYV8md {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefec;
}
.cid-utnZEYV8md .title {
  padding: 0 2rem;
  color: #000000;
  text-align: center;
}
.cid-utnZEYV8md .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-utnZEYV8md .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-utnZEYV8md a {
  display: flex;
}
.cid-utnZEYV8md .mbr-iconfont {
  font-size: 2.5rem;
  color: #e13243;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-utnZEYV8md .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-utnZEYV8md img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}
.cid-utnZEYV8md .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-utnZEYV8md .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-utnZEYV8md .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-utnZEYV8md .card-text {
  color: #232323;
}
.cid-utnZEYV8md .card-title {
  color: #e13243;
}
.cid-utnZEZzP0C {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefec;
}
.cid-utnZEZzP0C .title {
  padding: 0 2rem;
  color: #000000;
  text-align: center;
}
.cid-utnZEZzP0C .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-utnZEZzP0C .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-utnZEZzP0C a {
  display: flex;
}
.cid-utnZEZzP0C .mbr-iconfont {
  font-size: 2.5rem;
  color: #e13243;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-utnZEZzP0C .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-utnZEZzP0C img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}
.cid-utnZEZzP0C .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-utnZEZzP0C .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-utnZEZzP0C .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-utnZEZzP0C .card-text {
  color: #232323;
}
.cid-utnZEZzP0C .card-title {
  color: #e13243;
}
.cid-utnZF0gZhW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefec;
}
.cid-utnZF0gZhW .mbr-fallback-image.disabled {
  display: none;
}
.cid-utnZF0gZhW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utnZF0gZhW .row {
  justify-content: left;
}
.cid-utnZF0gZhW .content-container {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  padding: 40px 30px;
  background-color: #efefec;
  border: 2px solid #e5ddd5;
  position: relative;
}
@media (max-width: 991px) {
  .cid-utnZF0gZhW .content-container {
    flex-wrap: wrap;
  }
}
.cid-utnZF0gZhW .text-item {
  width: 50%;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-utnZF0gZhW .text-item {
    width: 100%;
  }
}
.cid-utnZF0gZhW .btn-item {
  width: 50%;
  position: relative;
  z-index: 11;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-utnZF0gZhW .btn-item {
    width: 100%;
    padding: 0 !important;
    margin-top: 20px;
  }
}
.cid-utnZF0gZhW .mbr-section-title {
  color: #2B2B2B;
}
@media (max-width: 991px) {
  .cid-utnZF0gZhW .mbr-section-title {
    text-align: center !important;
  }
}
.cid-utnZF0gZhW .mbr-section-subtitle {
  color: #2B2B2B;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-utnZF0gZhW .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-utnZF0gZhW .mbr-section-btn .btn {
  min-width: auto !important;
}
@media (max-width: 991px) {
  .cid-utnZF0gZhW .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-utnZF0gZhW .circle-blur {
  position: absolute;
  top: 40%;
  left: 40%;
  bottom: auto;
  display: block;
  width: 500px;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(80deg, #e13243, #a47ee3);
  opacity: .9;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-utnZF0gZhW .circle-blur {
    display: none !important;
  }
}
.cid-utnZF1yYe2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefec;
}
.cid-utnZF1yYe2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utnZF1yYe2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utnZF1yYe2 .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-utnZF1yYe2 .col-title {
    margin-bottom: 30px;
  }
}
.cid-utnZF1yYe2 .mbr-section-title {
  color: #2B2B2B;
}
@media (max-width: 991px) {
  .cid-utnZF1yYe2 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-utnZF1yYe2 .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-utnZF1yYe2 .mbr-section-subtitle {
    margin-top: 16px;
    text-align: center !important;
  }
}
.cid-utnZF1yYe2 .panel-group {
  border: none;
  padding: 0 !important;
}
.cid-utnZF1yYe2 .card {
  padding: 0 20px !important;
}
.cid-utnZF1yYe2 .card-border {
  height: 2px;
  width: 100%;
  background-color: #dfdfd8;
  margin-top: auto;
}
.cid-utnZF1yYe2 .card-border-top {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-utnZF1yYe2 .card-border-top2 {
    display: none;
  }
}
.cid-utnZF1yYe2 .mbr-iconfont {
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin-left: 1rem;
  padding: 8px;
  background-color: #e13243;
  transition: all ease-in-out 0.3s;
  border-radius: 50%;
}
.cid-utnZF1yYe2 .card-header {
  border-bottom: none !important;
  padding: 15px 0 !important;
}
.cid-utnZF1yYe2 .card-header:hover .mbr-iconfont {
  background-color: #cecec1 !important;
}
.cid-utnZF1yYe2 .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-utnZF1yYe2 .panel-body {
  padding-bottom: 20px;
}
.cid-utnZF1yYe2 .panel-text {
  margin-bottom: 20px !important;
  color: #646464;
}
.cid-utnZF1yYe2 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-utnZF1yYe2 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-utnZF1yYe2 .panel-title-edit {
  color: #2B2B2B;
}
.cid-uuLNj2h5R7 {
  background-color: #efefec;
}
.cid-uuLNj2h5R7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuLNj2h5R7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuLNj2h5R7 .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-uuLNj2h5R7 .container-fluid {
    padding: 0 12px;
  }
}
.cid-uuLNj2h5R7 .row {
  margin-top: -3px;
  border-radius: 5px;
  padding: 80px 64px 80px 28px;
  padding: 80px 28px 80px 64px;
}
@media (max-width: 992px) {
  .cid-uuLNj2h5R7 .row {
    padding: 48px 20px;
  }
}
@media (max-width: 992px) {
  .cid-uuLNj2h5R7 .row {
    padding: 48px 20px;
  }
}
.cid-uuLNj2h5R7 .card {
  padding: 0;
  border-radius: 0;
}
.cid-uuLNj2h5R7 .card:last-child {
  padding-right: 28px;
  justify-content: center;
  padding-right: 0;
  padding-left: 28px;
}
@media (max-width: 992px) {
  .cid-uuLNj2h5R7 .card:last-child {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uuLNj2h5R7 .card:last-child {
    padding: 0;
  }
}
.cid-uuLNj2h5R7 .card .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uuLNj2h5R7 .card .image-wrapper {
    margin-bottom: 80px;
  }
}
.cid-uuLNj2h5R7 .card .image-wrapper img {
  height: 600px;
  object-fit: cover;
  padding: 20px;
  border: 5px solid #e13243;
  border-radius: 200px;
}
@media (max-width: 768px) {
  .cid-uuLNj2h5R7 .card .image-wrapper img {
    height: 450px;
  }
}
.cid-uuLNj2h5R7 .card .tags-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uuLNj2h5R7 .card .tags-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uuLNj2h5R7 .card .tags-wrapper .tags {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uuLNj2h5R7 .card .tags-wrapper .tags .mbr-section-subtitle {
  margin: 0 28px 8px 0;
}
.cid-uuLNj2h5R7 .card .tags-wrapper .tags .mbr-tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  margin: 0 6px 6px 0;
  border: 1px solid #e13243;
  border-radius: 30px;
}
.cid-uuLNj2h5R7 .card .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uuLNj2h5R7 .card .mbr-section-btn .btn {
    width: 95%;
    min-height: 83px;
    border-radius: 70px;
  }
}
.cid-uuLNj2h5R7 .mbr-section-title {
  color: #ffffff;
}
.cid-uuLNj2h5R7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuLNj2h5R7 .mbr-tag {
  color: #ffffff;
}
.cid-uuLNj2h5R7 .mbr-section-subtitle,
.cid-uuLNj2h5R7 .tags-wrapper {
  color: #2b2b2b;
}
.cid-uuLNj2h5R7 .mbr-section-title,
.cid-uuLNj2h5R7 .mbr-section-btn {
  color: #2b2b2b;
}
.cid-uuLNig1Kuz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefec;
}
.cid-uuLNig1Kuz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuLNig1Kuz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuLNig1Kuz .row {
  justify-content: left;
}
.cid-uuLNig1Kuz .content-container {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  padding: 40px 30px;
  background-color: #efefec;
  border: 2px solid #e5ddd5;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uuLNig1Kuz .content-container {
    flex-wrap: wrap;
  }
}
.cid-uuLNig1Kuz .text-item {
  width: 50%;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-uuLNig1Kuz .text-item {
    width: 100%;
  }
}
.cid-uuLNig1Kuz .btn-item {
  width: 50%;
  position: relative;
  z-index: 11;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-uuLNig1Kuz .btn-item {
    width: 100%;
    padding: 0 !important;
    margin-top: 20px;
  }
}
.cid-uuLNig1Kuz .mbr-section-title {
  color: #2B2B2B;
}
@media (max-width: 991px) {
  .cid-uuLNig1Kuz .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uuLNig1Kuz .mbr-section-subtitle {
  color: #2B2B2B;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-uuLNig1Kuz .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uuLNig1Kuz .mbr-section-btn .btn {
  min-width: auto !important;
}
@media (max-width: 991px) {
  .cid-uuLNig1Kuz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uuLNig1Kuz .circle-blur {
  position: absolute;
  top: 40%;
  left: 40%;
  bottom: auto;
  display: block;
  width: 500px;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(80deg, #e13243, #a47ee3);
  opacity: .9;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-uuLNig1Kuz .circle-blur {
    display: none !important;
  }
}
.cid-utnZF2oKRd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e13243;
}
.cid-utnZF2oKRd .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-utnZF2oKRd .social-row {
    justify-content: center;
  }
  .cid-utnZF2oKRd .social-row .soc-item {
    margin-right: 0;
    margin: 0 0.5rem;
  }
}
.cid-utnZF2oKRd .mbr-section-subtitle {
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}
.cid-utnZF2oKRd a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-utnZF2oKRd li {
  line-height: 2;
}
.cid-utnZF2oKRd .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 0.8rem;
  margin-bottom: 1rem;
  height: 3.2rem;
  width: 3.2rem;
}
.cid-utnZF2oKRd .soc-item:hover .mbr-iconfont {
  color: #e13243;
}
.cid-utnZF2oKRd .list {
  list-style: none;
  padding-left: 0;
  color: #ffe40e;
}
@media (max-width: 991px) {
  .cid-utnZF2oKRd .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utnZF2oKRd .list {
    margin-bottom: 0rem;
  }
}
.cid-utnZF2oKRd .mbr-text {
  color: #bbbbbb;
}
.cid-utnZF2oKRd .mbr-iconfont {
  transition: color 0.3s;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-utnZF2oKRd .list P {
  text-align: center;
}
.cid-utnZF360os {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-utnZF360os nav.navbar {
  position: fixed;
}
.cid-utnZF360os .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-utnZF360os .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utnZF360os .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utnZF360os .dropdown-item:hover,
.cid-utnZF360os .dropdown-item:focus {
  background: #e13243 !important;
  color: #1d191f !important;
}
.cid-utnZF360os .dropdown-item:hover span {
  color: white;
}
.cid-utnZF360os .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utnZF360os .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utnZF360os .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utnZF360os .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utnZF360os .nav-link {
  position: relative;
}
.cid-utnZF360os .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utnZF360os .container {
    flex-wrap: nowrap;
  }
}
.cid-utnZF360os .iconfont-wrapper {
  color: #646464 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utnZF360os .dropdown-menu,
.cid-utnZF360os .navbar.opened {
  background: #fafaf6 !important;
}
.cid-utnZF360os .nav-item:focus,
.cid-utnZF360os .nav-link:focus {
  outline: none;
}
.cid-utnZF360os .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utnZF360os .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utnZF360os .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utnZF360os .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utnZF360os .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utnZF360os .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utnZF360os .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 2px solid #dfdfd8;
  background: #fafaf6;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-utnZF360os .navbar.opened {
  transition: all 0.3s;
}
.cid-utnZF360os .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utnZF360os .navbar .navbar-logo img {
  width: auto;
}
.cid-utnZF360os .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utnZF360os .navbar.collapsed {
  justify-content: center;
}
.cid-utnZF360os .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utnZF360os .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-utnZF360os .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utnZF360os .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utnZF360os .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-utnZF360os .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utnZF360os .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utnZF360os .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utnZF360os .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utnZF360os .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utnZF360os .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utnZF360os .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utnZF360os .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-utnZF360os .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utnZF360os .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utnZF360os .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utnZF360os .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-utnZF360os .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utnZF360os .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utnZF360os .navbar.navbar-short {
  min-height: 70px;
}
.cid-utnZF360os .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utnZF360os .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-utnZF360os .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 10px;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0 auto auto;
}
.cid-utnZF360os .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utnZF360os .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utnZF360os .dropdown-item.active,
.cid-utnZF360os .dropdown-item:active {
  background-color: transparent;
}
.cid-utnZF360os .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utnZF360os .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utnZF360os .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utnZF360os .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafaf6;
}
.cid-utnZF360os .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utnZF360os .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #e13243 !important;
}
.cid-utnZF360os .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utnZF360os .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utnZF360os ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utnZF360os .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utnZF360os button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: auto;
  margin-right: 12px;
}
.cid-utnZF360os button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-utnZF360os button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utnZF360os button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utnZF360os button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utnZF360os button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utnZF360os button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e13243;
  transition: all 0.2s;
}
.cid-utnZF360os .navbar-toggler-close {
  position: fixed;
  right: 20px;
  top: 20px;
  margin-right: 0 !important;
}
.cid-utnZF360os .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utnZF360os .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utnZF360os .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utnZF360os .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utnZF360os .navbar-toggler-close .hamburger-bg {
  opacity: 0;
}
.cid-utnZF360os .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-utnZF360os a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utnZF360os .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-utnZF360os .navbar {
    height: 70px;
  }
  .cid-utnZF360os .navbar.opened {
    height: auto;
  }
  .cid-utnZF360os .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utnZF360os .sidebar-brand {
  padding: 0 0 10px;
  margin: 0 auto 30px;
  border-bottom: 2px solid #646464;
}
.cid-utnZF360os .navbar-nav-main {
  width: 40%;
  margin: 0;
}
.cid-utnZF360os .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-utnZF360os .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-utnZF360os .navbar-nav-main .nav-item .nav-link:hover {
  color: #e13243 !important;
}
.cid-utnZF360os .navbar-nav-right {
  justify-content: flex-end;
}
.cid-utnZF360os .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-utnZF360os .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-utnZF360os .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-utnZF360os .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-utnZF360os {
    min-height: 0;
    height: 0;
  }
  .cid-utnZF360os .navbar,
  .cid-utnZF360os .navbar-short {
    min-height: 0 !important;
    height: 0 !important;
    border: none !important;
  }
  .cid-utnZF360os .container,
  .cid-utnZF360os .container-fluid {
    flex-wrap: nowrap;
    top: 50px;
    max-width: 100% !important;
  }
  .cid-utnZF360os .navbar-brand-main {
    display: none !important;
  }
  .cid-utnZF360os .navbar-nav-main {
    display: none !important;
  }
  .cid-utnZF360os .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-utnZF360os .sidbar-nav .nav-item {
    margin: 0 auto 15px !important;
    padding: 5px 0 !important;
    justify-content: center;
    text-align: center;
  }
  .cid-utnZF360os .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-utnZF360os .sidbar-nav .nav-item .nav-link:hover {
    color: #e13243 !important;
  }
  .cid-utnZF360os .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-utnZF360os .mbr-section-btn {
    margin-top: auto;
  }
  .cid-utnZF360os .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #e13243;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-utnZF360os .navbar-collapse.show {
    padding: 48px 40px 38px;
    position: fixed;
    background-color: #e13243;
    width: 420px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-utnZF360os .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-utnZF360os .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-uto5hatrR7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #efefec;
  overflow: hidden;
}
.cid-uto5hatrR7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uto5hatrR7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uto5hatrR7 .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-uto5hatrR7 .col-title {
    margin-bottom: 40px;
  }
}
.cid-uto5hatrR7 .mbr-section-title {
  color: #2B2B2B;
}
.cid-uto5hatrR7 .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-uto5hatrR7 .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uto5hatrR7 .mbr-section-btn {
  margin-top: 10px;
}
.cid-uto5hatrR7 .mbr-section-btn .btn {
  padding: 5px 35px !important;
  min-width: max-content !important;
}
.cid-uto5hatrR7 .col-card {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-uto5hatrR7 .col-card {
    margin-bottom: 60px;
  }
}
.cid-uto5hatrR7 .card-wrap {
  border-radius: 0;
}
.cid-uto5hatrR7 .content-wrap {
  width: 100%;
  margin-top: 20px;
}
.cid-uto5hatrR7 .card-title {
  color: #2B2B2B;
}
.cid-uto5hatrR7 .mbr-text {
  color: #000000;
  margin-top: 8px;
  text-align: center;
}
.cid-uto5hatrR7 .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  transition: .3s all;
}
.cid-uto5hatrR7 .image-wrap img {
  height: 500px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-uto5hatrR7 .image-wrap img {
    height: 410px;
  }
}
@media (max-width: 991px) {
  .cid-uto5hatrR7 .image-wrap img {
    height: 280px;
  }
}
@media (max-width: 767px) {
  .cid-uto5hatrR7 .image-wrap img {
    height: auto !important;
    max-height: 400px;
  }
}
.cid-uto5hatrR7 .container,
.cid-uto5hatrR7 .container-fluid {
  position: relative;
}
.cid-uto5hatrR7 .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-uto5hatrR7 .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-uto5hatrR7 .circle-blur1 {
  top: 0;
  right: 50%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uto5hatrR7 .circle-blur2 {
  top: 12%;
  right: 40%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uto5hatrR7 .card-title,
.cid-uto5hatrR7 .mbr-section-btn {
  text-align: center;
}
.cid-uto5hblQdy {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #efefec;
}
.cid-uto5hblQdy .title {
  padding: 0 2rem;
  color: #000000;
  text-align: center;
}
.cid-uto5hblQdy .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-uto5hblQdy .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-uto5hblQdy a {
  display: flex;
}
.cid-uto5hblQdy .mbr-iconfont {
  font-size: 2.5rem;
  color: #e13243;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uto5hblQdy .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-uto5hblQdy img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}
.cid-uto5hblQdy .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-uto5hblQdy .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uto5hblQdy .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-uto5hblQdy .card-text {
  color: #232323;
}
.cid-uto5hblQdy .card-title {
  color: #e13243;
}
.cid-uto5hccAln {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefec;
}
.cid-uto5hccAln .title {
  padding: 0 2rem;
  color: #000000;
  text-align: center;
}
.cid-uto5hccAln .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-uto5hccAln .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-uto5hccAln a {
  display: flex;
}
.cid-uto5hccAln .mbr-iconfont {
  font-size: 2.5rem;
  color: #e13243;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uto5hccAln .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-uto5hccAln img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}
.cid-uto5hccAln .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-uto5hccAln .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uto5hccAln .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-uto5hccAln .card-text {
  color: #232323;
}
.cid-uto5hccAln .card-title {
  color: #e13243;
}
.cid-uto5hcWHme {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefec;
}
.cid-uto5hcWHme .title {
  padding: 0 2rem;
  color: #000000;
  text-align: center;
}
.cid-uto5hcWHme .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-uto5hcWHme .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-uto5hcWHme a {
  display: flex;
}
.cid-uto5hcWHme .mbr-iconfont {
  font-size: 2.5rem;
  color: #e13243;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uto5hcWHme .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-uto5hcWHme img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}
.cid-uto5hcWHme .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-uto5hcWHme .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uto5hcWHme .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-uto5hcWHme .card-text {
  color: #232323;
}
.cid-uto5hcWHme .card-title {
  color: #e13243;
}
.cid-uto5hdvut5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefec;
}
.cid-uto5hdvut5 .title {
  padding: 0 2rem;
  color: #000000;
  text-align: center;
}
.cid-uto5hdvut5 .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-uto5hdvut5 .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-uto5hdvut5 a {
  display: flex;
}
.cid-uto5hdvut5 .mbr-iconfont {
  font-size: 2.5rem;
  color: #e13243;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uto5hdvut5 .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-uto5hdvut5 img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}
.cid-uto5hdvut5 .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-uto5hdvut5 .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uto5hdvut5 .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-uto5hdvut5 .card-text {
  color: #232323;
}
.cid-uto5hdvut5 .card-title {
  color: #e13243;
}
.cid-uto5hee0Er {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefec;
}
.cid-uto5hee0Er .mbr-fallback-image.disabled {
  display: none;
}
.cid-uto5hee0Er .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uto5hee0Er .row {
  justify-content: left;
}
.cid-uto5hee0Er .content-container {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  padding: 40px 30px;
  background-color: #efefec;
  border: 2px solid #e5ddd5;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uto5hee0Er .content-container {
    flex-wrap: wrap;
  }
}
.cid-uto5hee0Er .text-item {
  width: 50%;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-uto5hee0Er .text-item {
    width: 100%;
  }
}
.cid-uto5hee0Er .btn-item {
  width: 50%;
  position: relative;
  z-index: 11;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-uto5hee0Er .btn-item {
    width: 100%;
    padding: 0 !important;
    margin-top: 20px;
  }
}
.cid-uto5hee0Er .mbr-section-title {
  color: #2B2B2B;
}
@media (max-width: 991px) {
  .cid-uto5hee0Er .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uto5hee0Er .mbr-section-subtitle {
  color: #2B2B2B;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-uto5hee0Er .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uto5hee0Er .mbr-section-btn .btn {
  min-width: auto !important;
}
@media (max-width: 991px) {
  .cid-uto5hee0Er .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uto5hee0Er .circle-blur {
  position: absolute;
  top: 40%;
  left: 40%;
  bottom: auto;
  display: block;
  width: 500px;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(80deg, #e13243, #a47ee3);
  opacity: .9;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-uto5hee0Er .circle-blur {
    display: none !important;
  }
}
.cid-uto5heUb4A {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefec;
}
.cid-uto5heUb4A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uto5heUb4A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uto5heUb4A .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-uto5heUb4A .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uto5heUb4A .embla__button--next,
.cid-uto5heUb4A .embla__button--prev {
  display: flex;
}
.cid-uto5heUb4A .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;
}
@media (max-width: 768px) {
  .cid-uto5heUb4A .embla__button {
    display: none;
  }
}
.cid-uto5heUb4A .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uto5heUb4A .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uto5heUb4A .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uto5heUb4A .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uto5heUb4A .embla__button {
    top: auto;
  }
}
.cid-uto5heUb4A .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uto5heUb4A .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-uto5heUb4A .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-uto5heUb4A .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uto5heUb4A .embla {
  position: relative;
  width: 100%;
}
.cid-uto5heUb4A .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uto5heUb4A .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uto5heUb4A .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uto5heUb4A .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uto5hfLeuN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefec;
}
.cid-uto5hfLeuN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uto5hfLeuN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uto5hfLeuN .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-uto5hfLeuN .col-title {
    margin-bottom: 30px;
  }
}
.cid-uto5hfLeuN .mbr-section-title {
  color: #2B2B2B;
}
@media (max-width: 991px) {
  .cid-uto5hfLeuN .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uto5hfLeuN .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-uto5hfLeuN .mbr-section-subtitle {
    margin-top: 16px;
    text-align: center !important;
  }
}
.cid-uto5hfLeuN .panel-group {
  border: none;
  padding: 0 !important;
}
.cid-uto5hfLeuN .card {
  padding: 0 20px !important;
}
.cid-uto5hfLeuN .card-border {
  height: 2px;
  width: 100%;
  background-color: #dfdfd8;
  margin-top: auto;
}
.cid-uto5hfLeuN .card-border-top {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uto5hfLeuN .card-border-top2 {
    display: none;
  }
}
.cid-uto5hfLeuN .mbr-iconfont {
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin-left: 1rem;
  padding: 8px;
  background-color: #e13243;
  transition: all ease-in-out 0.3s;
  border-radius: 50%;
}
.cid-uto5hfLeuN .card-header {
  border-bottom: none !important;
  padding: 15px 0 !important;
}
.cid-uto5hfLeuN .card-header:hover .mbr-iconfont {
  background-color: #cecec1 !important;
}
.cid-uto5hfLeuN .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uto5hfLeuN .panel-body {
  padding-bottom: 20px;
}
.cid-uto5hfLeuN .panel-text {
  margin-bottom: 20px !important;
  color: #646464;
}
.cid-uto5hfLeuN .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uto5hfLeuN .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uto5hfLeuN .panel-title-edit {
  color: #2B2B2B;
}
.cid-uuLMVbsHVE {
  background-color: #efefec;
}
.cid-uuLMVbsHVE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuLMVbsHVE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuLMVbsHVE .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-uuLMVbsHVE .container-fluid {
    padding: 0 12px;
  }
}
.cid-uuLMVbsHVE .row {
  margin-top: -3px;
  border-radius: 5px;
  padding: 80px 64px 80px 28px;
  padding: 80px 28px 80px 64px;
}
@media (max-width: 992px) {
  .cid-uuLMVbsHVE .row {
    padding: 48px 20px;
  }
}
@media (max-width: 992px) {
  .cid-uuLMVbsHVE .row {
    padding: 48px 20px;
  }
}
.cid-uuLMVbsHVE .card {
  padding: 0;
  border-radius: 0;
}
.cid-uuLMVbsHVE .card:last-child {
  padding-right: 28px;
  justify-content: center;
  padding-right: 0;
  padding-left: 28px;
}
@media (max-width: 992px) {
  .cid-uuLMVbsHVE .card:last-child {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uuLMVbsHVE .card:last-child {
    padding: 0;
  }
}
.cid-uuLMVbsHVE .card .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uuLMVbsHVE .card .image-wrapper {
    margin-bottom: 80px;
  }
}
.cid-uuLMVbsHVE .card .image-wrapper img {
  height: 600px;
  object-fit: cover;
  padding: 20px;
  border: 5px solid #e13243;
  border-radius: 200px;
}
@media (max-width: 768px) {
  .cid-uuLMVbsHVE .card .image-wrapper img {
    height: 450px;
  }
}
.cid-uuLMVbsHVE .card .tags-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uuLMVbsHVE .card .tags-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uuLMVbsHVE .card .tags-wrapper .tags {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uuLMVbsHVE .card .tags-wrapper .tags .mbr-section-subtitle {
  margin: 0 28px 8px 0;
}
.cid-uuLMVbsHVE .card .tags-wrapper .tags .mbr-tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  margin: 0 6px 6px 0;
  border: 1px solid #e13243;
  border-radius: 30px;
}
.cid-uuLMVbsHVE .card .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uuLMVbsHVE .card .mbr-section-btn .btn {
    width: 95%;
    min-height: 83px;
    border-radius: 70px;
  }
}
.cid-uuLMVbsHVE .mbr-section-title {
  color: #ffffff;
}
.cid-uuLMVbsHVE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuLMVbsHVE .mbr-tag {
  color: #ffffff;
}
.cid-uuLMVbsHVE .mbr-section-subtitle,
.cid-uuLMVbsHVE .tags-wrapper {
  color: #2b2b2b;
}
.cid-uuLMVbsHVE .mbr-section-title,
.cid-uuLMVbsHVE .mbr-section-btn {
  color: #2b2b2b;
}
.cid-uuLNajwlmj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefec;
}
.cid-uuLNajwlmj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuLNajwlmj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuLNajwlmj .row {
  justify-content: left;
}
.cid-uuLNajwlmj .content-container {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  padding: 40px 30px;
  background-color: #efefec;
  border: 2px solid #e5ddd5;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uuLNajwlmj .content-container {
    flex-wrap: wrap;
  }
}
.cid-uuLNajwlmj .text-item {
  width: 50%;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-uuLNajwlmj .text-item {
    width: 100%;
  }
}
.cid-uuLNajwlmj .btn-item {
  width: 50%;
  position: relative;
  z-index: 11;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-uuLNajwlmj .btn-item {
    width: 100%;
    padding: 0 !important;
    margin-top: 20px;
  }
}
.cid-uuLNajwlmj .mbr-section-title {
  color: #2B2B2B;
}
@media (max-width: 991px) {
  .cid-uuLNajwlmj .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uuLNajwlmj .mbr-section-subtitle {
  color: #2B2B2B;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-uuLNajwlmj .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uuLNajwlmj .mbr-section-btn .btn {
  min-width: auto !important;
}
@media (max-width: 991px) {
  .cid-uuLNajwlmj .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uuLNajwlmj .circle-blur {
  position: absolute;
  top: 40%;
  left: 40%;
  bottom: auto;
  display: block;
  width: 500px;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(80deg, #e13243, #a47ee3);
  opacity: .9;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-uuLNajwlmj .circle-blur {
    display: none !important;
  }
}
.cid-uto5hgz80D {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e13243;
}
.cid-uto5hgz80D .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uto5hgz80D .social-row {
    justify-content: center;
  }
  .cid-uto5hgz80D .social-row .soc-item {
    margin-right: 0;
    margin: 0 0.5rem;
  }
}
.cid-uto5hgz80D .mbr-section-subtitle {
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}
.cid-uto5hgz80D a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uto5hgz80D li {
  line-height: 2;
}
.cid-uto5hgz80D .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 0.8rem;
  margin-bottom: 1rem;
  height: 3.2rem;
  width: 3.2rem;
}
.cid-uto5hgz80D .soc-item:hover .mbr-iconfont {
  color: #e13243;
}
.cid-uto5hgz80D .list {
  list-style: none;
  padding-left: 0;
  color: #ffe40e;
}
@media (max-width: 991px) {
  .cid-uto5hgz80D .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uto5hgz80D .list {
    margin-bottom: 0rem;
  }
}
.cid-uto5hgz80D .mbr-text {
  color: #bbbbbb;
}
.cid-uto5hgz80D .mbr-iconfont {
  transition: color 0.3s;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-uto5hgz80D .list P {
  text-align: center;
}
.cid-uto5hhk0ui {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-uto5hhk0ui nav.navbar {
  position: fixed;
}
.cid-uto5hhk0ui .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-uto5hhk0ui .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uto5hhk0ui .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uto5hhk0ui .dropdown-item:hover,
.cid-uto5hhk0ui .dropdown-item:focus {
  background: #e13243 !important;
  color: #1d191f !important;
}
.cid-uto5hhk0ui .dropdown-item:hover span {
  color: white;
}
.cid-uto5hhk0ui .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uto5hhk0ui .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uto5hhk0ui .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uto5hhk0ui .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uto5hhk0ui .nav-link {
  position: relative;
}
.cid-uto5hhk0ui .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uto5hhk0ui .container {
    flex-wrap: nowrap;
  }
}
.cid-uto5hhk0ui .iconfont-wrapper {
  color: #646464 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uto5hhk0ui .dropdown-menu,
.cid-uto5hhk0ui .navbar.opened {
  background: #fafaf6 !important;
}
.cid-uto5hhk0ui .nav-item:focus,
.cid-uto5hhk0ui .nav-link:focus {
  outline: none;
}
.cid-uto5hhk0ui .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uto5hhk0ui .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uto5hhk0ui .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uto5hhk0ui .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uto5hhk0ui .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uto5hhk0ui .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uto5hhk0ui .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 2px solid #dfdfd8;
  background: #fafaf6;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-uto5hhk0ui .navbar.opened {
  transition: all 0.3s;
}
.cid-uto5hhk0ui .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uto5hhk0ui .navbar .navbar-logo img {
  width: auto;
}
.cid-uto5hhk0ui .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uto5hhk0ui .navbar.collapsed {
  justify-content: center;
}
.cid-uto5hhk0ui .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uto5hhk0ui .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uto5hhk0ui .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uto5hhk0ui .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uto5hhk0ui .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-uto5hhk0ui .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uto5hhk0ui .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uto5hhk0ui .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uto5hhk0ui .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uto5hhk0ui .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uto5hhk0ui .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uto5hhk0ui .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uto5hhk0ui .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-uto5hhk0ui .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uto5hhk0ui .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uto5hhk0ui .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uto5hhk0ui .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uto5hhk0ui .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uto5hhk0ui .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uto5hhk0ui .navbar.navbar-short {
  min-height: 70px;
}
.cid-uto5hhk0ui .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uto5hhk0ui .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-uto5hhk0ui .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 10px;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0 auto auto;
}
.cid-uto5hhk0ui .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uto5hhk0ui .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uto5hhk0ui .dropdown-item.active,
.cid-uto5hhk0ui .dropdown-item:active {
  background-color: transparent;
}
.cid-uto5hhk0ui .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uto5hhk0ui .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uto5hhk0ui .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uto5hhk0ui .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafaf6;
}
.cid-uto5hhk0ui .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uto5hhk0ui .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #e13243 !important;
}
.cid-uto5hhk0ui .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uto5hhk0ui .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uto5hhk0ui ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uto5hhk0ui .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uto5hhk0ui button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: auto;
  margin-right: 12px;
}
.cid-uto5hhk0ui button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uto5hhk0ui button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uto5hhk0ui button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uto5hhk0ui button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uto5hhk0ui button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uto5hhk0ui button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e13243;
  transition: all 0.2s;
}
.cid-uto5hhk0ui .navbar-toggler-close {
  position: fixed;
  right: 20px;
  top: 20px;
  margin-right: 0 !important;
}
.cid-uto5hhk0ui .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uto5hhk0ui .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uto5hhk0ui .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uto5hhk0ui .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uto5hhk0ui .navbar-toggler-close .hamburger-bg {
  opacity: 0;
}
.cid-uto5hhk0ui .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uto5hhk0ui a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uto5hhk0ui .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-uto5hhk0ui .navbar {
    height: 70px;
  }
  .cid-uto5hhk0ui .navbar.opened {
    height: auto;
  }
  .cid-uto5hhk0ui .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uto5hhk0ui .sidebar-brand {
  padding: 0 0 10px;
  margin: 0 auto 30px;
  border-bottom: 2px solid #646464;
}
.cid-uto5hhk0ui .navbar-nav-main {
  width: 40%;
  margin: 0;
}
.cid-uto5hhk0ui .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-uto5hhk0ui .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-uto5hhk0ui .navbar-nav-main .nav-item .nav-link:hover {
  color: #e13243 !important;
}
.cid-uto5hhk0ui .navbar-nav-right {
  justify-content: flex-end;
}
.cid-uto5hhk0ui .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-uto5hhk0ui .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-uto5hhk0ui .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-uto5hhk0ui .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-uto5hhk0ui {
    min-height: 0;
    height: 0;
  }
  .cid-uto5hhk0ui .navbar,
  .cid-uto5hhk0ui .navbar-short {
    min-height: 0 !important;
    height: 0 !important;
    border: none !important;
  }
  .cid-uto5hhk0ui .container,
  .cid-uto5hhk0ui .container-fluid {
    flex-wrap: nowrap;
    top: 50px;
    max-width: 100% !important;
  }
  .cid-uto5hhk0ui .navbar-brand-main {
    display: none !important;
  }
  .cid-uto5hhk0ui .navbar-nav-main {
    display: none !important;
  }
  .cid-uto5hhk0ui .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-uto5hhk0ui .sidbar-nav .nav-item {
    margin: 0 auto 15px !important;
    padding: 5px 0 !important;
    justify-content: center;
    text-align: center;
  }
  .cid-uto5hhk0ui .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-uto5hhk0ui .sidbar-nav .nav-item .nav-link:hover {
    color: #e13243 !important;
  }
  .cid-uto5hhk0ui .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-uto5hhk0ui .mbr-section-btn {
    margin-top: auto;
  }
  .cid-uto5hhk0ui .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #e13243;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-uto5hhk0ui .navbar-collapse.show {
    padding: 48px 40px 38px;
    position: fixed;
    background-color: #e13243;
    width: 420px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-uto5hhk0ui .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-uto5hhk0ui .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-utrwyWhTJr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #efefec;
  overflow: hidden;
}
.cid-utrwyWhTJr .mbr-fallback-image.disabled {
  display: none;
}
.cid-utrwyWhTJr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utrwyWhTJr .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-utrwyWhTJr .col-title {
    margin-bottom: 40px;
  }
}
.cid-utrwyWhTJr .mbr-section-title {
  color: #2B2B2B;
}
.cid-utrwyWhTJr .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-utrwyWhTJr .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-utrwyWhTJr .mbr-section-btn {
  margin-top: 10px;
}
.cid-utrwyWhTJr .mbr-section-btn .btn {
  padding: 5px 35px !important;
  min-width: max-content !important;
}
.cid-utrwyWhTJr .col-card {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-utrwyWhTJr .col-card {
    margin-bottom: 60px;
  }
}
.cid-utrwyWhTJr .card-wrap {
  border-radius: 0;
}
.cid-utrwyWhTJr .content-wrap {
  width: 100%;
  margin-top: 20px;
}
.cid-utrwyWhTJr .card-title {
  color: #2B2B2B;
}
.cid-utrwyWhTJr .mbr-text {
  color: #000000;
  margin-top: 8px;
  text-align: center;
}
.cid-utrwyWhTJr .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  transition: .3s all;
}
.cid-utrwyWhTJr .image-wrap img {
  height: 500px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-utrwyWhTJr .image-wrap img {
    height: 410px;
  }
}
@media (max-width: 991px) {
  .cid-utrwyWhTJr .image-wrap img {
    height: 280px;
  }
}
@media (max-width: 767px) {
  .cid-utrwyWhTJr .image-wrap img {
    height: auto !important;
    max-height: 400px;
  }
}
.cid-utrwyWhTJr .container,
.cid-utrwyWhTJr .container-fluid {
  position: relative;
}
.cid-utrwyWhTJr .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-utrwyWhTJr .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-utrwyWhTJr .circle-blur1 {
  top: 0;
  right: 50%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-utrwyWhTJr .circle-blur2 {
  top: 12%;
  right: 40%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-utrwyWhTJr .card-title,
.cid-utrwyWhTJr .mbr-section-btn {
  text-align: center;
}
.cid-utrwyXqYoR {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #efefec;
}
.cid-utrwyXqYoR .title {
  padding: 0 2rem;
  color: #000000;
  text-align: center;
}
.cid-utrwyXqYoR .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-utrwyXqYoR .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-utrwyXqYoR a {
  display: flex;
}
.cid-utrwyXqYoR .mbr-iconfont {
  font-size: 2.5rem;
  color: #e13243;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-utrwyXqYoR .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-utrwyXqYoR img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}
.cid-utrwyXqYoR .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-utrwyXqYoR .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-utrwyXqYoR .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-utrwyXqYoR .card-text {
  color: #232323;
}
.cid-utrwyXqYoR .card-title {
  color: #e13243;
}
.cid-utrwyYcSQh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefec;
}
.cid-utrwyYcSQh .title {
  padding: 0 2rem;
  color: #000000;
  text-align: center;
}
.cid-utrwyYcSQh .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-utrwyYcSQh .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-utrwyYcSQh a {
  display: flex;
}
.cid-utrwyYcSQh .mbr-iconfont {
  font-size: 2.5rem;
  color: #e13243;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-utrwyYcSQh .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-utrwyYcSQh img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}
.cid-utrwyYcSQh .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-utrwyYcSQh .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-utrwyYcSQh .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-utrwyYcSQh .card-text {
  color: #232323;
}
.cid-utrwyYcSQh .card-title {
  color: #e13243;
}
.cid-utrwyYPQio {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefec;
}
.cid-utrwyYPQio .title {
  padding: 0 2rem;
  color: #000000;
  text-align: center;
}
.cid-utrwyYPQio .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-utrwyYPQio .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-utrwyYPQio a {
  display: flex;
}
.cid-utrwyYPQio .mbr-iconfont {
  font-size: 2.5rem;
  color: #e13243;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-utrwyYPQio .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-utrwyYPQio img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}
.cid-utrwyYPQio .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-utrwyYPQio .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-utrwyYPQio .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-utrwyYPQio .card-text {
  color: #232323;
}
.cid-utrwyYPQio .card-title {
  color: #e13243;
}
.cid-utrwyZm1qX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefec;
}
.cid-utrwyZm1qX .title {
  padding: 0 2rem;
  color: #000000;
  text-align: center;
}
.cid-utrwyZm1qX .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-utrwyZm1qX .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-utrwyZm1qX a {
  display: flex;
}
.cid-utrwyZm1qX .mbr-iconfont {
  font-size: 2.5rem;
  color: #e13243;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-utrwyZm1qX .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-utrwyZm1qX img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}
.cid-utrwyZm1qX .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-utrwyZm1qX .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-utrwyZm1qX .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-utrwyZm1qX .card-text {
  color: #232323;
}
.cid-utrwyZm1qX .card-title {
  color: #e13243;
}
.cid-utrADLsMGy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefec;
}
.cid-utrADLsMGy .title {
  padding: 0 2rem;
  color: #000000;
  text-align: center;
}
.cid-utrADLsMGy .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-utrADLsMGy .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-utrADLsMGy a {
  display: flex;
}
.cid-utrADLsMGy .mbr-iconfont {
  font-size: 2.5rem;
  color: #e13243;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-utrADLsMGy .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-utrADLsMGy img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}
.cid-utrADLsMGy .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-utrADLsMGy .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-utrADLsMGy .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-utrADLsMGy .card-text {
  color: #232323;
}
.cid-utrADLsMGy .card-title {
  color: #e13243;
}
.cid-utrAEuz2XO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefec;
}
.cid-utrAEuz2XO .title {
  padding: 0 2rem;
  color: #000000;
  text-align: center;
}
.cid-utrAEuz2XO .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-utrAEuz2XO .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-utrAEuz2XO a {
  display: flex;
}
.cid-utrAEuz2XO .mbr-iconfont {
  font-size: 2.5rem;
  color: #e13243;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-utrAEuz2XO .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-utrAEuz2XO img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}
.cid-utrAEuz2XO .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-utrAEuz2XO .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-utrAEuz2XO .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-utrAEuz2XO .card-text {
  color: #232323;
}
.cid-utrAEuz2XO .card-title {
  color: #e13243;
}
.cid-utrBecMxw1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefec;
}
.cid-utrBecMxw1 .title {
  padding: 0 2rem;
  color: #000000;
  text-align: center;
}
.cid-utrBecMxw1 .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-utrBecMxw1 .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-utrBecMxw1 a {
  display: flex;
}
.cid-utrBecMxw1 .mbr-iconfont {
  font-size: 2.5rem;
  color: #e13243;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-utrBecMxw1 .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-utrBecMxw1 img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}
.cid-utrBecMxw1 .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-utrBecMxw1 .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-utrBecMxw1 .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-utrBecMxw1 .card-text {
  color: #232323;
}
.cid-utrBecMxw1 .card-title {
  color: #e13243;
}
.cid-utrwz020D1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefec;
}
.cid-utrwz020D1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utrwz020D1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utrwz020D1 .row {
  justify-content: left;
}
.cid-utrwz020D1 .content-container {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  padding: 40px 30px;
  background-color: #efefec;
  border: 2px solid #e5ddd5;
  position: relative;
}
@media (max-width: 991px) {
  .cid-utrwz020D1 .content-container {
    flex-wrap: wrap;
  }
}
.cid-utrwz020D1 .text-item {
  width: 50%;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-utrwz020D1 .text-item {
    width: 100%;
  }
}
.cid-utrwz020D1 .btn-item {
  width: 50%;
  position: relative;
  z-index: 11;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-utrwz020D1 .btn-item {
    width: 100%;
    padding: 0 !important;
    margin-top: 20px;
  }
}
.cid-utrwz020D1 .mbr-section-title {
  color: #2B2B2B;
}
@media (max-width: 991px) {
  .cid-utrwz020D1 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-utrwz020D1 .mbr-section-subtitle {
  color: #2B2B2B;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-utrwz020D1 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-utrwz020D1 .mbr-section-btn .btn {
  min-width: auto !important;
}
@media (max-width: 991px) {
  .cid-utrwz020D1 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-utrwz020D1 .circle-blur {
  position: absolute;
  top: 40%;
  left: 40%;
  bottom: auto;
  display: block;
  width: 500px;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(80deg, #e13243, #a47ee3);
  opacity: .9;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-utrwz020D1 .circle-blur {
    display: none !important;
  }
}
.cid-utrwz1rbF0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefec;
}
.cid-utrwz1rbF0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utrwz1rbF0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utrwz1rbF0 .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-utrwz1rbF0 .col-title {
    margin-bottom: 30px;
  }
}
.cid-utrwz1rbF0 .mbr-section-title {
  color: #2B2B2B;
}
@media (max-width: 991px) {
  .cid-utrwz1rbF0 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-utrwz1rbF0 .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-utrwz1rbF0 .mbr-section-subtitle {
    margin-top: 16px;
    text-align: center !important;
  }
}
.cid-utrwz1rbF0 .panel-group {
  border: none;
  padding: 0 !important;
}
.cid-utrwz1rbF0 .card {
  padding: 0 20px !important;
}
.cid-utrwz1rbF0 .card-border {
  height: 2px;
  width: 100%;
  background-color: #dfdfd8;
  margin-top: auto;
}
.cid-utrwz1rbF0 .card-border-top {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-utrwz1rbF0 .card-border-top2 {
    display: none;
  }
}
.cid-utrwz1rbF0 .mbr-iconfont {
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin-left: 1rem;
  padding: 8px;
  background-color: #e13243;
  transition: all ease-in-out 0.3s;
  border-radius: 50%;
}
.cid-utrwz1rbF0 .card-header {
  border-bottom: none !important;
  padding: 15px 0 !important;
}
.cid-utrwz1rbF0 .card-header:hover .mbr-iconfont {
  background-color: #cecec1 !important;
}
.cid-utrwz1rbF0 .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-utrwz1rbF0 .panel-body {
  padding-bottom: 20px;
}
.cid-utrwz1rbF0 .panel-text {
  margin-bottom: 20px !important;
  color: #646464;
}
.cid-utrwz1rbF0 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-utrwz1rbF0 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-utrwz1rbF0 .panel-title-edit {
  color: #2B2B2B;
}
.cid-uuLNraZn8D {
  background-color: #efefec;
}
.cid-uuLNraZn8D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuLNraZn8D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuLNraZn8D .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-uuLNraZn8D .container-fluid {
    padding: 0 12px;
  }
}
.cid-uuLNraZn8D .row {
  margin-top: -3px;
  border-radius: 5px;
  padding: 80px 64px 80px 28px;
  padding: 80px 28px 80px 64px;
}
@media (max-width: 992px) {
  .cid-uuLNraZn8D .row {
    padding: 48px 20px;
  }
}
@media (max-width: 992px) {
  .cid-uuLNraZn8D .row {
    padding: 48px 20px;
  }
}
.cid-uuLNraZn8D .card {
  padding: 0;
  border-radius: 0;
}
.cid-uuLNraZn8D .card:last-child {
  padding-right: 28px;
  justify-content: center;
  padding-right: 0;
  padding-left: 28px;
}
@media (max-width: 992px) {
  .cid-uuLNraZn8D .card:last-child {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uuLNraZn8D .card:last-child {
    padding: 0;
  }
}
.cid-uuLNraZn8D .card .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uuLNraZn8D .card .image-wrapper {
    margin-bottom: 80px;
  }
}
.cid-uuLNraZn8D .card .image-wrapper img {
  height: 600px;
  object-fit: cover;
  padding: 20px;
  border: 5px solid #e13243;
  border-radius: 200px;
}
@media (max-width: 768px) {
  .cid-uuLNraZn8D .card .image-wrapper img {
    height: 450px;
  }
}
.cid-uuLNraZn8D .card .tags-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uuLNraZn8D .card .tags-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uuLNraZn8D .card .tags-wrapper .tags {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uuLNraZn8D .card .tags-wrapper .tags .mbr-section-subtitle {
  margin: 0 28px 8px 0;
}
.cid-uuLNraZn8D .card .tags-wrapper .tags .mbr-tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  margin: 0 6px 6px 0;
  border: 1px solid #e13243;
  border-radius: 30px;
}
.cid-uuLNraZn8D .card .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uuLNraZn8D .card .mbr-section-btn .btn {
    width: 95%;
    min-height: 83px;
    border-radius: 70px;
  }
}
.cid-uuLNraZn8D .mbr-section-title {
  color: #ffffff;
}
.cid-uuLNraZn8D .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuLNraZn8D .mbr-tag {
  color: #ffffff;
}
.cid-uuLNraZn8D .mbr-section-subtitle,
.cid-uuLNraZn8D .tags-wrapper {
  color: #2b2b2b;
}
.cid-uuLNraZn8D .mbr-section-title,
.cid-uuLNraZn8D .mbr-section-btn {
  color: #2b2b2b;
}
.cid-uuLNti9YPO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefec;
}
.cid-uuLNti9YPO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuLNti9YPO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuLNti9YPO .row {
  justify-content: left;
}
.cid-uuLNti9YPO .content-container {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  padding: 40px 30px;
  background-color: #efefec;
  border: 2px solid #e5ddd5;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uuLNti9YPO .content-container {
    flex-wrap: wrap;
  }
}
.cid-uuLNti9YPO .text-item {
  width: 50%;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-uuLNti9YPO .text-item {
    width: 100%;
  }
}
.cid-uuLNti9YPO .btn-item {
  width: 50%;
  position: relative;
  z-index: 11;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-uuLNti9YPO .btn-item {
    width: 100%;
    padding: 0 !important;
    margin-top: 20px;
  }
}
.cid-uuLNti9YPO .mbr-section-title {
  color: #2B2B2B;
}
@media (max-width: 991px) {
  .cid-uuLNti9YPO .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uuLNti9YPO .mbr-section-subtitle {
  color: #2B2B2B;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-uuLNti9YPO .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uuLNti9YPO .mbr-section-btn .btn {
  min-width: auto !important;
}
@media (max-width: 991px) {
  .cid-uuLNti9YPO .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uuLNti9YPO .circle-blur {
  position: absolute;
  top: 40%;
  left: 40%;
  bottom: auto;
  display: block;
  width: 500px;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(80deg, #e13243, #a47ee3);
  opacity: .9;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-uuLNti9YPO .circle-blur {
    display: none !important;
  }
}
.cid-utrwz2e8BM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e13243;
}
.cid-utrwz2e8BM .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-utrwz2e8BM .social-row {
    justify-content: center;
  }
  .cid-utrwz2e8BM .social-row .soc-item {
    margin-right: 0;
    margin: 0 0.5rem;
  }
}
.cid-utrwz2e8BM .mbr-section-subtitle {
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}
.cid-utrwz2e8BM a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-utrwz2e8BM li {
  line-height: 2;
}
.cid-utrwz2e8BM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 0.8rem;
  margin-bottom: 1rem;
  height: 3.2rem;
  width: 3.2rem;
}
.cid-utrwz2e8BM .soc-item:hover .mbr-iconfont {
  color: #e13243;
}
.cid-utrwz2e8BM .list {
  list-style: none;
  padding-left: 0;
  color: #ffe40e;
}
@media (max-width: 991px) {
  .cid-utrwz2e8BM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utrwz2e8BM .list {
    margin-bottom: 0rem;
  }
}
.cid-utrwz2e8BM .mbr-text {
  color: #bbbbbb;
}
.cid-utrwz2e8BM .mbr-iconfont {
  transition: color 0.3s;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-utrwz2e8BM .list P {
  text-align: center;
}
.cid-utrwz2TIRR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-utrwz2TIRR nav.navbar {
  position: fixed;
}
.cid-utrwz2TIRR .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-utrwz2TIRR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utrwz2TIRR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utrwz2TIRR .dropdown-item:hover,
.cid-utrwz2TIRR .dropdown-item:focus {
  background: #e13243 !important;
  color: #1d191f !important;
}
.cid-utrwz2TIRR .dropdown-item:hover span {
  color: white;
}
.cid-utrwz2TIRR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utrwz2TIRR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utrwz2TIRR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utrwz2TIRR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utrwz2TIRR .nav-link {
  position: relative;
}
.cid-utrwz2TIRR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utrwz2TIRR .container {
    flex-wrap: nowrap;
  }
}
.cid-utrwz2TIRR .iconfont-wrapper {
  color: #646464 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utrwz2TIRR .dropdown-menu,
.cid-utrwz2TIRR .navbar.opened {
  background: #fafaf6 !important;
}
.cid-utrwz2TIRR .nav-item:focus,
.cid-utrwz2TIRR .nav-link:focus {
  outline: none;
}
.cid-utrwz2TIRR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utrwz2TIRR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utrwz2TIRR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utrwz2TIRR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utrwz2TIRR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utrwz2TIRR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utrwz2TIRR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 2px solid #dfdfd8;
  background: #fafaf6;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-utrwz2TIRR .navbar.opened {
  transition: all 0.3s;
}
.cid-utrwz2TIRR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utrwz2TIRR .navbar .navbar-logo img {
  width: auto;
}
.cid-utrwz2TIRR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utrwz2TIRR .navbar.collapsed {
  justify-content: center;
}
.cid-utrwz2TIRR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utrwz2TIRR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-utrwz2TIRR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utrwz2TIRR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utrwz2TIRR .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-utrwz2TIRR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utrwz2TIRR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utrwz2TIRR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utrwz2TIRR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utrwz2TIRR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utrwz2TIRR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utrwz2TIRR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utrwz2TIRR .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-utrwz2TIRR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utrwz2TIRR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utrwz2TIRR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utrwz2TIRR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-utrwz2TIRR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utrwz2TIRR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utrwz2TIRR .navbar.navbar-short {
  min-height: 70px;
}
.cid-utrwz2TIRR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utrwz2TIRR .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-utrwz2TIRR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 10px;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0 auto auto;
}
.cid-utrwz2TIRR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utrwz2TIRR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utrwz2TIRR .dropdown-item.active,
.cid-utrwz2TIRR .dropdown-item:active {
  background-color: transparent;
}
.cid-utrwz2TIRR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utrwz2TIRR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utrwz2TIRR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utrwz2TIRR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafaf6;
}
.cid-utrwz2TIRR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utrwz2TIRR .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #e13243 !important;
}
.cid-utrwz2TIRR .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utrwz2TIRR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utrwz2TIRR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utrwz2TIRR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utrwz2TIRR button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: auto;
  margin-right: 12px;
}
.cid-utrwz2TIRR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-utrwz2TIRR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utrwz2TIRR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utrwz2TIRR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utrwz2TIRR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utrwz2TIRR button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e13243;
  transition: all 0.2s;
}
.cid-utrwz2TIRR .navbar-toggler-close {
  position: fixed;
  right: 20px;
  top: 20px;
  margin-right: 0 !important;
}
.cid-utrwz2TIRR .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utrwz2TIRR .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utrwz2TIRR .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utrwz2TIRR .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utrwz2TIRR .navbar-toggler-close .hamburger-bg {
  opacity: 0;
}
.cid-utrwz2TIRR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-utrwz2TIRR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utrwz2TIRR .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-utrwz2TIRR .navbar {
    height: 70px;
  }
  .cid-utrwz2TIRR .navbar.opened {
    height: auto;
  }
  .cid-utrwz2TIRR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utrwz2TIRR .sidebar-brand {
  padding: 0 0 10px;
  margin: 0 auto 30px;
  border-bottom: 2px solid #646464;
}
.cid-utrwz2TIRR .navbar-nav-main {
  width: 40%;
  margin: 0;
}
.cid-utrwz2TIRR .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-utrwz2TIRR .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-utrwz2TIRR .navbar-nav-main .nav-item .nav-link:hover {
  color: #e13243 !important;
}
.cid-utrwz2TIRR .navbar-nav-right {
  justify-content: flex-end;
}
.cid-utrwz2TIRR .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-utrwz2TIRR .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-utrwz2TIRR .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-utrwz2TIRR .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-utrwz2TIRR {
    min-height: 0;
    height: 0;
  }
  .cid-utrwz2TIRR .navbar,
  .cid-utrwz2TIRR .navbar-short {
    min-height: 0 !important;
    height: 0 !important;
    border: none !important;
  }
  .cid-utrwz2TIRR .container,
  .cid-utrwz2TIRR .container-fluid {
    flex-wrap: nowrap;
    top: 50px;
    max-width: 100% !important;
  }
  .cid-utrwz2TIRR .navbar-brand-main {
    display: none !important;
  }
  .cid-utrwz2TIRR .navbar-nav-main {
    display: none !important;
  }
  .cid-utrwz2TIRR .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-utrwz2TIRR .sidbar-nav .nav-item {
    margin: 0 auto 15px !important;
    padding: 5px 0 !important;
    justify-content: center;
    text-align: center;
  }
  .cid-utrwz2TIRR .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-utrwz2TIRR .sidbar-nav .nav-item .nav-link:hover {
    color: #e13243 !important;
  }
  .cid-utrwz2TIRR .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-utrwz2TIRR .mbr-section-btn {
    margin-top: auto;
  }
  .cid-utrwz2TIRR .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #e13243;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-utrwz2TIRR .navbar-collapse.show {
    padding: 48px 40px 38px;
    position: fixed;
    background-color: #e13243;
    width: 420px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-utrwz2TIRR .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-utrwz2TIRR .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-uFmZZNOQZm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #efefec;
  overflow: hidden;
}
.cid-uFmZZNOQZm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFmZZNOQZm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFmZZNOQZm .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-uFmZZNOQZm .col-title {
    margin-bottom: 40px;
  }
}
.cid-uFmZZNOQZm .mbr-section-title {
  color: #2B2B2B;
}
.cid-uFmZZNOQZm .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-uFmZZNOQZm .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uFmZZNOQZm .mbr-section-btn {
  margin-top: 10px;
}
.cid-uFmZZNOQZm .mbr-section-btn .btn {
  padding: 5px 35px !important;
  min-width: max-content !important;
}
.cid-uFmZZNOQZm .col-card {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-uFmZZNOQZm .col-card {
    margin-bottom: 60px;
  }
}
.cid-uFmZZNOQZm .card-wrap {
  border-radius: 0;
}
.cid-uFmZZNOQZm .content-wrap {
  width: 100%;
  margin-top: 20px;
}
.cid-uFmZZNOQZm .card-title {
  color: #2B2B2B;
}
.cid-uFmZZNOQZm .mbr-text {
  color: #000000;
  margin-top: 8px;
  text-align: center;
}
.cid-uFmZZNOQZm .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  transition: .3s all;
}
.cid-uFmZZNOQZm .image-wrap img {
  height: 500px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-uFmZZNOQZm .image-wrap img {
    height: 410px;
  }
}
@media (max-width: 991px) {
  .cid-uFmZZNOQZm .image-wrap img {
    height: 280px;
  }
}
@media (max-width: 767px) {
  .cid-uFmZZNOQZm .image-wrap img {
    height: auto !important;
    max-height: 400px;
  }
}
.cid-uFmZZNOQZm .container,
.cid-uFmZZNOQZm .container-fluid {
  position: relative;
}
.cid-uFmZZNOQZm .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-uFmZZNOQZm .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-uFmZZNOQZm .circle-blur1 {
  top: 0;
  right: 50%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uFmZZNOQZm .circle-blur2 {
  top: 12%;
  right: 40%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uFmZZNOQZm .card-title,
.cid-uFmZZNOQZm .mbr-section-btn {
  text-align: center;
}
.cid-uFmZZP47RW {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #efefec;
}
.cid-uFmZZP47RW .title {
  padding: 0 2rem;
  color: #000000;
  text-align: center;
}
.cid-uFmZZP47RW .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-uFmZZP47RW .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-uFmZZP47RW a {
  display: flex;
}
.cid-uFmZZP47RW .mbr-iconfont {
  font-size: 2.5rem;
  color: #e13243;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFmZZP47RW .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-uFmZZP47RW img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}
.cid-uFmZZP47RW .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-uFmZZP47RW .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uFmZZP47RW .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-uFmZZP47RW .card-text {
  color: #232323;
}
.cid-uFmZZP47RW .card-title {
  color: #e13243;
}
.cid-uFmZZQhfzN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefec;
}
.cid-uFmZZQhfzN .title {
  padding: 0 2rem;
  color: #000000;
  text-align: center;
}
.cid-uFmZZQhfzN .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-uFmZZQhfzN .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-uFmZZQhfzN a {
  display: flex;
}
.cid-uFmZZQhfzN .mbr-iconfont {
  font-size: 2.5rem;
  color: #e13243;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFmZZQhfzN .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-uFmZZQhfzN img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}
.cid-uFmZZQhfzN .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-uFmZZQhfzN .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uFmZZQhfzN .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-uFmZZQhfzN .card-text {
  color: #232323;
}
.cid-uFmZZQhfzN .card-title {
  color: #e13243;
}
.cid-uFmZZR108I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefec;
}
.cid-uFmZZR108I .title {
  padding: 0 2rem;
  color: #000000;
  text-align: center;
}
.cid-uFmZZR108I .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-uFmZZR108I .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-uFmZZR108I a {
  display: flex;
}
.cid-uFmZZR108I .mbr-iconfont {
  font-size: 2.5rem;
  color: #e13243;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFmZZR108I .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-uFmZZR108I img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}
.cid-uFmZZR108I .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-uFmZZR108I .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uFmZZR108I .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-uFmZZR108I .card-text {
  color: #232323;
}
.cid-uFmZZR108I .card-title {
  color: #e13243;
}
.cid-uFmZZRIWSI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefec;
}
.cid-uFmZZRIWSI .title {
  padding: 0 2rem;
  color: #000000;
  text-align: center;
}
.cid-uFmZZRIWSI .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-uFmZZRIWSI .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-uFmZZRIWSI a {
  display: flex;
}
.cid-uFmZZRIWSI .mbr-iconfont {
  font-size: 2.5rem;
  color: #e13243;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFmZZRIWSI .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-uFmZZRIWSI img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}
.cid-uFmZZRIWSI .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-uFmZZRIWSI .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uFmZZRIWSI .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-uFmZZRIWSI .card-text {
  color: #232323;
}
.cid-uFmZZRIWSI .card-title {
  color: #e13243;
}
.cid-uFmZZSo1hY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefec;
}
.cid-uFmZZSo1hY .title {
  padding: 0 2rem;
  color: #000000;
  text-align: center;
}
.cid-uFmZZSo1hY .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-uFmZZSo1hY .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-uFmZZSo1hY a {
  display: flex;
}
.cid-uFmZZSo1hY .mbr-iconfont {
  font-size: 2.5rem;
  color: #e13243;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFmZZSo1hY .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-uFmZZSo1hY img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}
.cid-uFmZZSo1hY .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-uFmZZSo1hY .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uFmZZSo1hY .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-uFmZZSo1hY .card-text {
  color: #232323;
}
.cid-uFmZZSo1hY .card-title {
  color: #e13243;
}
.cid-uFmZZT3Mcd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefec;
}
.cid-uFmZZT3Mcd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFmZZT3Mcd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFmZZT3Mcd .row {
  justify-content: left;
}
.cid-uFmZZT3Mcd .content-container {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  padding: 40px 30px;
  background-color: #efefec;
  border: 2px solid #e5ddd5;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uFmZZT3Mcd .content-container {
    flex-wrap: wrap;
  }
}
.cid-uFmZZT3Mcd .text-item {
  width: 50%;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-uFmZZT3Mcd .text-item {
    width: 100%;
  }
}
.cid-uFmZZT3Mcd .btn-item {
  width: 50%;
  position: relative;
  z-index: 11;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-uFmZZT3Mcd .btn-item {
    width: 100%;
    padding: 0 !important;
    margin-top: 20px;
  }
}
.cid-uFmZZT3Mcd .mbr-section-title {
  color: #2B2B2B;
}
@media (max-width: 991px) {
  .cid-uFmZZT3Mcd .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uFmZZT3Mcd .mbr-section-subtitle {
  color: #2B2B2B;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-uFmZZT3Mcd .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uFmZZT3Mcd .mbr-section-btn .btn {
  min-width: auto !important;
}
@media (max-width: 991px) {
  .cid-uFmZZT3Mcd .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uFmZZT3Mcd .circle-blur {
  position: absolute;
  top: 40%;
  left: 40%;
  bottom: auto;
  display: block;
  width: 500px;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(80deg, #e13243, #a47ee3);
  opacity: .9;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-uFmZZT3Mcd .circle-blur {
    display: none !important;
  }
}
.cid-uFmZZUsdju {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefec;
}
.cid-uFmZZUsdju .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFmZZUsdju .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFmZZUsdju .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-uFmZZUsdju .col-title {
    margin-bottom: 30px;
  }
}
.cid-uFmZZUsdju .mbr-section-title {
  color: #2B2B2B;
}
@media (max-width: 991px) {
  .cid-uFmZZUsdju .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uFmZZUsdju .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-uFmZZUsdju .mbr-section-subtitle {
    margin-top: 16px;
    text-align: center !important;
  }
}
.cid-uFmZZUsdju .panel-group {
  border: none;
  padding: 0 !important;
}
.cid-uFmZZUsdju .card {
  padding: 0 20px !important;
}
.cid-uFmZZUsdju .card-border {
  height: 2px;
  width: 100%;
  background-color: #dfdfd8;
  margin-top: auto;
}
.cid-uFmZZUsdju .card-border-top {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uFmZZUsdju .card-border-top2 {
    display: none;
  }
}
.cid-uFmZZUsdju .mbr-iconfont {
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin-left: 1rem;
  padding: 8px;
  background-color: #e13243;
  transition: all ease-in-out 0.3s;
  border-radius: 50%;
}
.cid-uFmZZUsdju .card-header {
  border-bottom: none !important;
  padding: 15px 0 !important;
}
.cid-uFmZZUsdju .card-header:hover .mbr-iconfont {
  background-color: #cecec1 !important;
}
.cid-uFmZZUsdju .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uFmZZUsdju .panel-body {
  padding-bottom: 20px;
}
.cid-uFmZZUsdju .panel-text {
  margin-bottom: 20px !important;
  color: #646464;
}
.cid-uFmZZUsdju .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFmZZUsdju .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uFmZZUsdju .panel-title-edit {
  color: #2B2B2B;
}
.cid-uFmZZVif1g {
  background-color: #efefec;
}
.cid-uFmZZVif1g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFmZZVif1g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFmZZVif1g .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-uFmZZVif1g .container-fluid {
    padding: 0 12px;
  }
}
.cid-uFmZZVif1g .row {
  margin-top: -3px;
  border-radius: 5px;
  padding: 80px 64px 80px 28px;
  padding: 80px 28px 80px 64px;
}
@media (max-width: 992px) {
  .cid-uFmZZVif1g .row {
    padding: 48px 20px;
  }
}
@media (max-width: 992px) {
  .cid-uFmZZVif1g .row {
    padding: 48px 20px;
  }
}
.cid-uFmZZVif1g .card {
  padding: 0;
  border-radius: 0;
}
.cid-uFmZZVif1g .card:last-child {
  padding-right: 28px;
  justify-content: center;
  padding-right: 0;
  padding-left: 28px;
}
@media (max-width: 992px) {
  .cid-uFmZZVif1g .card:last-child {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFmZZVif1g .card:last-child {
    padding: 0;
  }
}
.cid-uFmZZVif1g .card .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uFmZZVif1g .card .image-wrapper {
    margin-bottom: 80px;
  }
}
.cid-uFmZZVif1g .card .image-wrapper img {
  height: 600px;
  object-fit: cover;
  padding: 20px;
  border: 5px solid #e13243;
  border-radius: 200px;
}
@media (max-width: 768px) {
  .cid-uFmZZVif1g .card .image-wrapper img {
    height: 450px;
  }
}
.cid-uFmZZVif1g .card .tags-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFmZZVif1g .card .tags-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uFmZZVif1g .card .tags-wrapper .tags {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uFmZZVif1g .card .tags-wrapper .tags .mbr-section-subtitle {
  margin: 0 28px 8px 0;
}
.cid-uFmZZVif1g .card .tags-wrapper .tags .mbr-tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  margin: 0 6px 6px 0;
  border: 1px solid #e13243;
  border-radius: 30px;
}
.cid-uFmZZVif1g .card .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uFmZZVif1g .card .mbr-section-btn .btn {
    width: 95%;
    min-height: 83px;
    border-radius: 70px;
  }
}
.cid-uFmZZVif1g .mbr-section-title {
  color: #ffffff;
}
.cid-uFmZZVif1g .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFmZZVif1g .mbr-tag {
  color: #ffffff;
}
.cid-uFmZZVif1g .mbr-section-subtitle,
.cid-uFmZZVif1g .tags-wrapper {
  color: #2b2b2b;
}
.cid-uFmZZVif1g .mbr-section-title,
.cid-uFmZZVif1g .mbr-section-btn {
  color: #2b2b2b;
}
.cid-uFmZZVZNO7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefec;
}
.cid-uFmZZVZNO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFmZZVZNO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFmZZVZNO7 .row {
  justify-content: left;
}
.cid-uFmZZVZNO7 .content-container {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  padding: 40px 30px;
  background-color: #efefec;
  border: 2px solid #e5ddd5;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uFmZZVZNO7 .content-container {
    flex-wrap: wrap;
  }
}
.cid-uFmZZVZNO7 .text-item {
  width: 50%;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-uFmZZVZNO7 .text-item {
    width: 100%;
  }
}
.cid-uFmZZVZNO7 .btn-item {
  width: 50%;
  position: relative;
  z-index: 11;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-uFmZZVZNO7 .btn-item {
    width: 100%;
    padding: 0 !important;
    margin-top: 20px;
  }
}
.cid-uFmZZVZNO7 .mbr-section-title {
  color: #2B2B2B;
}
@media (max-width: 991px) {
  .cid-uFmZZVZNO7 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uFmZZVZNO7 .mbr-section-subtitle {
  color: #2B2B2B;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-uFmZZVZNO7 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uFmZZVZNO7 .mbr-section-btn .btn {
  min-width: auto !important;
}
@media (max-width: 991px) {
  .cid-uFmZZVZNO7 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uFmZZVZNO7 .circle-blur {
  position: absolute;
  top: 40%;
  left: 40%;
  bottom: auto;
  display: block;
  width: 500px;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(80deg, #e13243, #a47ee3);
  opacity: .9;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-uFmZZVZNO7 .circle-blur {
    display: none !important;
  }
}
.cid-uFmZZWBa1t {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e13243;
}
.cid-uFmZZWBa1t .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uFmZZWBa1t .social-row {
    justify-content: center;
  }
  .cid-uFmZZWBa1t .social-row .soc-item {
    margin-right: 0;
    margin: 0 0.5rem;
  }
}
.cid-uFmZZWBa1t .mbr-section-subtitle {
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}
.cid-uFmZZWBa1t a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFmZZWBa1t li {
  line-height: 2;
}
.cid-uFmZZWBa1t .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 0.8rem;
  margin-bottom: 1rem;
  height: 3.2rem;
  width: 3.2rem;
}
.cid-uFmZZWBa1t .soc-item:hover .mbr-iconfont {
  color: #e13243;
}
.cid-uFmZZWBa1t .list {
  list-style: none;
  padding-left: 0;
  color: #ffe40e;
}
@media (max-width: 991px) {
  .cid-uFmZZWBa1t .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFmZZWBa1t .list {
    margin-bottom: 0rem;
  }
}
.cid-uFmZZWBa1t .mbr-text {
  color: #bbbbbb;
}
.cid-uFmZZWBa1t .mbr-iconfont {
  transition: color 0.3s;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-uFmZZWBa1t .list P {
  text-align: center;
}
.cid-uFmZZXftkK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-uFmZZXftkK nav.navbar {
  position: fixed;
}
.cid-uFmZZXftkK .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-uFmZZXftkK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFmZZXftkK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFmZZXftkK .dropdown-item:hover,
.cid-uFmZZXftkK .dropdown-item:focus {
  background: #e13243 !important;
  color: #1d191f !important;
}
.cid-uFmZZXftkK .dropdown-item:hover span {
  color: white;
}
.cid-uFmZZXftkK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFmZZXftkK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFmZZXftkK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFmZZXftkK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFmZZXftkK .nav-link {
  position: relative;
}
.cid-uFmZZXftkK .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFmZZXftkK .container {
    flex-wrap: nowrap;
  }
}
.cid-uFmZZXftkK .iconfont-wrapper {
  color: #646464 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFmZZXftkK .dropdown-menu,
.cid-uFmZZXftkK .navbar.opened {
  background: #fafaf6 !important;
}
.cid-uFmZZXftkK .nav-item:focus,
.cid-uFmZZXftkK .nav-link:focus {
  outline: none;
}
.cid-uFmZZXftkK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFmZZXftkK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFmZZXftkK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFmZZXftkK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFmZZXftkK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFmZZXftkK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFmZZXftkK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 2px solid #dfdfd8;
  background: #fafaf6;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-uFmZZXftkK .navbar.opened {
  transition: all 0.3s;
}
.cid-uFmZZXftkK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFmZZXftkK .navbar .navbar-logo img {
  width: auto;
}
.cid-uFmZZXftkK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFmZZXftkK .navbar.collapsed {
  justify-content: center;
}
.cid-uFmZZXftkK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFmZZXftkK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFmZZXftkK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFmZZXftkK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFmZZXftkK .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-uFmZZXftkK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFmZZXftkK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFmZZXftkK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFmZZXftkK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFmZZXftkK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFmZZXftkK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFmZZXftkK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFmZZXftkK .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-uFmZZXftkK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFmZZXftkK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFmZZXftkK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFmZZXftkK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uFmZZXftkK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFmZZXftkK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFmZZXftkK .navbar.navbar-short {
  min-height: 70px;
}
.cid-uFmZZXftkK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFmZZXftkK .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-uFmZZXftkK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 10px;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0 auto auto;
}
.cid-uFmZZXftkK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFmZZXftkK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFmZZXftkK .dropdown-item.active,
.cid-uFmZZXftkK .dropdown-item:active {
  background-color: transparent;
}
.cid-uFmZZXftkK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFmZZXftkK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFmZZXftkK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFmZZXftkK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafaf6;
}
.cid-uFmZZXftkK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFmZZXftkK .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #e13243 !important;
}
.cid-uFmZZXftkK .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFmZZXftkK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFmZZXftkK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFmZZXftkK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFmZZXftkK button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: auto;
  margin-right: 12px;
}
.cid-uFmZZXftkK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFmZZXftkK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFmZZXftkK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFmZZXftkK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFmZZXftkK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFmZZXftkK button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e13243;
  transition: all 0.2s;
}
.cid-uFmZZXftkK .navbar-toggler-close {
  position: fixed;
  right: 20px;
  top: 20px;
  margin-right: 0 !important;
}
.cid-uFmZZXftkK .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFmZZXftkK .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFmZZXftkK .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFmZZXftkK .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFmZZXftkK .navbar-toggler-close .hamburger-bg {
  opacity: 0;
}
.cid-uFmZZXftkK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFmZZXftkK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFmZZXftkK .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-uFmZZXftkK .navbar {
    height: 70px;
  }
  .cid-uFmZZXftkK .navbar.opened {
    height: auto;
  }
  .cid-uFmZZXftkK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFmZZXftkK .sidebar-brand {
  padding: 0 0 10px;
  margin: 0 auto 30px;
  border-bottom: 2px solid #646464;
}
.cid-uFmZZXftkK .navbar-nav-main {
  width: 40%;
  margin: 0;
}
.cid-uFmZZXftkK .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-uFmZZXftkK .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-uFmZZXftkK .navbar-nav-main .nav-item .nav-link:hover {
  color: #e13243 !important;
}
.cid-uFmZZXftkK .navbar-nav-right {
  justify-content: flex-end;
}
.cid-uFmZZXftkK .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-uFmZZXftkK .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-uFmZZXftkK .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-uFmZZXftkK .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-uFmZZXftkK {
    min-height: 0;
    height: 0;
  }
  .cid-uFmZZXftkK .navbar,
  .cid-uFmZZXftkK .navbar-short {
    min-height: 0 !important;
    height: 0 !important;
    border: none !important;
  }
  .cid-uFmZZXftkK .container,
  .cid-uFmZZXftkK .container-fluid {
    flex-wrap: nowrap;
    top: 50px;
    max-width: 100% !important;
  }
  .cid-uFmZZXftkK .navbar-brand-main {
    display: none !important;
  }
  .cid-uFmZZXftkK .navbar-nav-main {
    display: none !important;
  }
  .cid-uFmZZXftkK .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-uFmZZXftkK .sidbar-nav .nav-item {
    margin: 0 auto 15px !important;
    padding: 5px 0 !important;
    justify-content: center;
    text-align: center;
  }
  .cid-uFmZZXftkK .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-uFmZZXftkK .sidbar-nav .nav-item .nav-link:hover {
    color: #e13243 !important;
  }
  .cid-uFmZZXftkK .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-uFmZZXftkK .mbr-section-btn {
    margin-top: auto;
  }
  .cid-uFmZZXftkK .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #e13243;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-uFmZZXftkK .navbar-collapse.show {
    padding: 48px 40px 38px;
    position: fixed;
    background-color: #e13243;
    width: 420px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-uFmZZXftkK .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-uFmZZXftkK .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-uFn3yyUOax {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #efefec;
  overflow: hidden;
}
.cid-uFn3yyUOax .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFn3yyUOax .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFn3yyUOax .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-uFn3yyUOax .col-title {
    margin-bottom: 40px;
  }
}
.cid-uFn3yyUOax .mbr-section-title {
  color: #2B2B2B;
}
.cid-uFn3yyUOax .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-uFn3yyUOax .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uFn3yyUOax .mbr-section-btn {
  margin-top: 10px;
}
.cid-uFn3yyUOax .mbr-section-btn .btn {
  padding: 5px 35px !important;
  min-width: max-content !important;
}
.cid-uFn3yyUOax .col-card {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-uFn3yyUOax .col-card {
    margin-bottom: 60px;
  }
}
.cid-uFn3yyUOax .card-wrap {
  border-radius: 0;
}
.cid-uFn3yyUOax .content-wrap {
  width: 100%;
  margin-top: 20px;
}
.cid-uFn3yyUOax .card-title {
  color: #2B2B2B;
}
.cid-uFn3yyUOax .mbr-text {
  color: #000000;
  margin-top: 8px;
  text-align: center;
}
.cid-uFn3yyUOax .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  transition: .3s all;
}
.cid-uFn3yyUOax .image-wrap img {
  height: 500px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-uFn3yyUOax .image-wrap img {
    height: 410px;
  }
}
@media (max-width: 991px) {
  .cid-uFn3yyUOax .image-wrap img {
    height: 280px;
  }
}
@media (max-width: 767px) {
  .cid-uFn3yyUOax .image-wrap img {
    height: auto !important;
    max-height: 400px;
  }
}
.cid-uFn3yyUOax .container,
.cid-uFn3yyUOax .container-fluid {
  position: relative;
}
.cid-uFn3yyUOax .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-uFn3yyUOax .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-uFn3yyUOax .circle-blur1 {
  top: 0;
  right: 50%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uFn3yyUOax .circle-blur2 {
  top: 12%;
  right: 40%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uFn3yyUOax .card-title,
.cid-uFn3yyUOax .mbr-section-btn {
  text-align: center;
}
.cid-uFn3yAiy8P {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #efefec;
}
.cid-uFn3yAiy8P .title {
  padding: 0 2rem;
  color: #000000;
  text-align: center;
}
.cid-uFn3yAiy8P .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-uFn3yAiy8P .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-uFn3yAiy8P a {
  display: flex;
}
.cid-uFn3yAiy8P .mbr-iconfont {
  font-size: 2.5rem;
  color: #e13243;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFn3yAiy8P .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-uFn3yAiy8P img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}
.cid-uFn3yAiy8P .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-uFn3yAiy8P .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uFn3yAiy8P .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-uFn3yAiy8P .card-text {
  color: #232323;
}
.cid-uFn3yAiy8P .card-title {
  color: #e13243;
}
.cid-uFn3yAZMRX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefec;
}
.cid-uFn3yAZMRX .title {
  padding: 0 2rem;
  color: #000000;
  text-align: center;
}
.cid-uFn3yAZMRX .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-uFn3yAZMRX .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-uFn3yAZMRX a {
  display: flex;
}
.cid-uFn3yAZMRX .mbr-iconfont {
  font-size: 2.5rem;
  color: #e13243;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFn3yAZMRX .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-uFn3yAZMRX img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}
.cid-uFn3yAZMRX .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-uFn3yAZMRX .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uFn3yAZMRX .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-uFn3yAZMRX .card-text {
  color: #232323;
}
.cid-uFn3yAZMRX .card-title {
  color: #e13243;
}
.cid-uFn3yBFZU4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefec;
}
.cid-uFn3yBFZU4 .title {
  padding: 0 2rem;
  color: #000000;
  text-align: center;
}
.cid-uFn3yBFZU4 .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-uFn3yBFZU4 .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-uFn3yBFZU4 a {
  display: flex;
}
.cid-uFn3yBFZU4 .mbr-iconfont {
  font-size: 2.5rem;
  color: #e13243;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFn3yBFZU4 .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-uFn3yBFZU4 img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}
.cid-uFn3yBFZU4 .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-uFn3yBFZU4 .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uFn3yBFZU4 .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-uFn3yBFZU4 .card-text {
  color: #232323;
}
.cid-uFn3yBFZU4 .card-title {
  color: #e13243;
}
.cid-uFn3yDrafL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefec;
}
.cid-uFn3yDrafL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFn3yDrafL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFn3yDrafL .row {
  justify-content: left;
}
.cid-uFn3yDrafL .content-container {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  padding: 40px 30px;
  background-color: #efefec;
  border: 2px solid #e5ddd5;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uFn3yDrafL .content-container {
    flex-wrap: wrap;
  }
}
.cid-uFn3yDrafL .text-item {
  width: 50%;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-uFn3yDrafL .text-item {
    width: 100%;
  }
}
.cid-uFn3yDrafL .btn-item {
  width: 50%;
  position: relative;
  z-index: 11;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-uFn3yDrafL .btn-item {
    width: 100%;
    padding: 0 !important;
    margin-top: 20px;
  }
}
.cid-uFn3yDrafL .mbr-section-title {
  color: #2B2B2B;
}
@media (max-width: 991px) {
  .cid-uFn3yDrafL .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uFn3yDrafL .mbr-section-subtitle {
  color: #2B2B2B;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-uFn3yDrafL .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uFn3yDrafL .mbr-section-btn .btn {
  min-width: auto !important;
}
@media (max-width: 991px) {
  .cid-uFn3yDrafL .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uFn3yDrafL .circle-blur {
  position: absolute;
  top: 40%;
  left: 40%;
  bottom: auto;
  display: block;
  width: 500px;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(80deg, #e13243, #a47ee3);
  opacity: .9;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-uFn3yDrafL .circle-blur {
    display: none !important;
  }
}
.cid-uFn3yEPNHI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefec;
}
.cid-uFn3yEPNHI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFn3yEPNHI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFn3yEPNHI .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-uFn3yEPNHI .col-title {
    margin-bottom: 30px;
  }
}
.cid-uFn3yEPNHI .mbr-section-title {
  color: #2B2B2B;
}
@media (max-width: 991px) {
  .cid-uFn3yEPNHI .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uFn3yEPNHI .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-uFn3yEPNHI .mbr-section-subtitle {
    margin-top: 16px;
    text-align: center !important;
  }
}
.cid-uFn3yEPNHI .panel-group {
  border: none;
  padding: 0 !important;
}
.cid-uFn3yEPNHI .card {
  padding: 0 20px !important;
}
.cid-uFn3yEPNHI .card-border {
  height: 2px;
  width: 100%;
  background-color: #dfdfd8;
  margin-top: auto;
}
.cid-uFn3yEPNHI .card-border-top {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uFn3yEPNHI .card-border-top2 {
    display: none;
  }
}
.cid-uFn3yEPNHI .mbr-iconfont {
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin-left: 1rem;
  padding: 8px;
  background-color: #e13243;
  transition: all ease-in-out 0.3s;
  border-radius: 50%;
}
.cid-uFn3yEPNHI .card-header {
  border-bottom: none !important;
  padding: 15px 0 !important;
}
.cid-uFn3yEPNHI .card-header:hover .mbr-iconfont {
  background-color: #cecec1 !important;
}
.cid-uFn3yEPNHI .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uFn3yEPNHI .panel-body {
  padding-bottom: 20px;
}
.cid-uFn3yEPNHI .panel-text {
  margin-bottom: 20px !important;
  color: #646464;
}
.cid-uFn3yEPNHI .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFn3yEPNHI .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uFn3yEPNHI .panel-title-edit {
  color: #2B2B2B;
}
.cid-uFn3yFA6jm {
  background-color: #efefec;
}
.cid-uFn3yFA6jm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFn3yFA6jm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFn3yFA6jm .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-uFn3yFA6jm .container-fluid {
    padding: 0 12px;
  }
}
.cid-uFn3yFA6jm .row {
  margin-top: -3px;
  border-radius: 5px;
  padding: 80px 64px 80px 28px;
  padding: 80px 28px 80px 64px;
}
@media (max-width: 992px) {
  .cid-uFn3yFA6jm .row {
    padding: 48px 20px;
  }
}
@media (max-width: 992px) {
  .cid-uFn3yFA6jm .row {
    padding: 48px 20px;
  }
}
.cid-uFn3yFA6jm .card {
  padding: 0;
  border-radius: 0;
}
.cid-uFn3yFA6jm .card:last-child {
  padding-right: 28px;
  justify-content: center;
  padding-right: 0;
  padding-left: 28px;
}
@media (max-width: 992px) {
  .cid-uFn3yFA6jm .card:last-child {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFn3yFA6jm .card:last-child {
    padding: 0;
  }
}
.cid-uFn3yFA6jm .card .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uFn3yFA6jm .card .image-wrapper {
    margin-bottom: 80px;
  }
}
.cid-uFn3yFA6jm .card .image-wrapper img {
  height: 600px;
  object-fit: cover;
  padding: 20px;
  border: 5px solid #e13243;
  border-radius: 200px;
}
@media (max-width: 768px) {
  .cid-uFn3yFA6jm .card .image-wrapper img {
    height: 450px;
  }
}
.cid-uFn3yFA6jm .card .tags-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFn3yFA6jm .card .tags-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uFn3yFA6jm .card .tags-wrapper .tags {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uFn3yFA6jm .card .tags-wrapper .tags .mbr-section-subtitle {
  margin: 0 28px 8px 0;
}
.cid-uFn3yFA6jm .card .tags-wrapper .tags .mbr-tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  margin: 0 6px 6px 0;
  border: 1px solid #e13243;
  border-radius: 30px;
}
.cid-uFn3yFA6jm .card .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uFn3yFA6jm .card .mbr-section-btn .btn {
    width: 95%;
    min-height: 83px;
    border-radius: 70px;
  }
}
.cid-uFn3yFA6jm .mbr-section-title {
  color: #ffffff;
}
.cid-uFn3yFA6jm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFn3yFA6jm .mbr-tag {
  color: #ffffff;
}
.cid-uFn3yFA6jm .mbr-section-subtitle,
.cid-uFn3yFA6jm .tags-wrapper {
  color: #2b2b2b;
}
.cid-uFn3yFA6jm .mbr-section-title,
.cid-uFn3yFA6jm .mbr-section-btn {
  color: #2b2b2b;
}
.cid-uFn3yGhlFm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefec;
}
.cid-uFn3yGhlFm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFn3yGhlFm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFn3yGhlFm .row {
  justify-content: left;
}
.cid-uFn3yGhlFm .content-container {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  padding: 40px 30px;
  background-color: #efefec;
  border: 2px solid #e5ddd5;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uFn3yGhlFm .content-container {
    flex-wrap: wrap;
  }
}
.cid-uFn3yGhlFm .text-item {
  width: 50%;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-uFn3yGhlFm .text-item {
    width: 100%;
  }
}
.cid-uFn3yGhlFm .btn-item {
  width: 50%;
  position: relative;
  z-index: 11;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-uFn3yGhlFm .btn-item {
    width: 100%;
    padding: 0 !important;
    margin-top: 20px;
  }
}
.cid-uFn3yGhlFm .mbr-section-title {
  color: #2B2B2B;
}
@media (max-width: 991px) {
  .cid-uFn3yGhlFm .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uFn3yGhlFm .mbr-section-subtitle {
  color: #2B2B2B;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-uFn3yGhlFm .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uFn3yGhlFm .mbr-section-btn .btn {
  min-width: auto !important;
}
@media (max-width: 991px) {
  .cid-uFn3yGhlFm .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uFn3yGhlFm .circle-blur {
  position: absolute;
  top: 40%;
  left: 40%;
  bottom: auto;
  display: block;
  width: 500px;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(80deg, #e13243, #a47ee3);
  opacity: .9;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-uFn3yGhlFm .circle-blur {
    display: none !important;
  }
}
.cid-uFn3yGUbJ3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e13243;
}
.cid-uFn3yGUbJ3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uFn3yGUbJ3 .social-row {
    justify-content: center;
  }
  .cid-uFn3yGUbJ3 .social-row .soc-item {
    margin-right: 0;
    margin: 0 0.5rem;
  }
}
.cid-uFn3yGUbJ3 .mbr-section-subtitle {
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}
.cid-uFn3yGUbJ3 a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFn3yGUbJ3 li {
  line-height: 2;
}
.cid-uFn3yGUbJ3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 0.8rem;
  margin-bottom: 1rem;
  height: 3.2rem;
  width: 3.2rem;
}
.cid-uFn3yGUbJ3 .soc-item:hover .mbr-iconfont {
  color: #e13243;
}
.cid-uFn3yGUbJ3 .list {
  list-style: none;
  padding-left: 0;
  color: #ffe40e;
}
@media (max-width: 991px) {
  .cid-uFn3yGUbJ3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFn3yGUbJ3 .list {
    margin-bottom: 0rem;
  }
}
.cid-uFn3yGUbJ3 .mbr-text {
  color: #bbbbbb;
}
.cid-uFn3yGUbJ3 .mbr-iconfont {
  transition: color 0.3s;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-uFn3yGUbJ3 .list P {
  text-align: center;
}
.cid-uFn3yHBKQY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-uFn3yHBKQY nav.navbar {
  position: fixed;
}
.cid-uFn3yHBKQY .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-uFn3yHBKQY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFn3yHBKQY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFn3yHBKQY .dropdown-item:hover,
.cid-uFn3yHBKQY .dropdown-item:focus {
  background: #e13243 !important;
  color: #1d191f !important;
}
.cid-uFn3yHBKQY .dropdown-item:hover span {
  color: white;
}
.cid-uFn3yHBKQY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFn3yHBKQY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFn3yHBKQY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFn3yHBKQY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFn3yHBKQY .nav-link {
  position: relative;
}
.cid-uFn3yHBKQY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFn3yHBKQY .container {
    flex-wrap: nowrap;
  }
}
.cid-uFn3yHBKQY .iconfont-wrapper {
  color: #646464 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFn3yHBKQY .dropdown-menu,
.cid-uFn3yHBKQY .navbar.opened {
  background: #fafaf6 !important;
}
.cid-uFn3yHBKQY .nav-item:focus,
.cid-uFn3yHBKQY .nav-link:focus {
  outline: none;
}
.cid-uFn3yHBKQY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFn3yHBKQY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFn3yHBKQY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFn3yHBKQY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFn3yHBKQY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFn3yHBKQY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFn3yHBKQY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 2px solid #dfdfd8;
  background: #fafaf6;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-uFn3yHBKQY .navbar.opened {
  transition: all 0.3s;
}
.cid-uFn3yHBKQY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFn3yHBKQY .navbar .navbar-logo img {
  width: auto;
}
.cid-uFn3yHBKQY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFn3yHBKQY .navbar.collapsed {
  justify-content: center;
}
.cid-uFn3yHBKQY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFn3yHBKQY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFn3yHBKQY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFn3yHBKQY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFn3yHBKQY .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-uFn3yHBKQY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFn3yHBKQY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFn3yHBKQY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFn3yHBKQY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFn3yHBKQY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFn3yHBKQY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFn3yHBKQY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFn3yHBKQY .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-uFn3yHBKQY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFn3yHBKQY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFn3yHBKQY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFn3yHBKQY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uFn3yHBKQY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFn3yHBKQY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFn3yHBKQY .navbar.navbar-short {
  min-height: 70px;
}
.cid-uFn3yHBKQY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFn3yHBKQY .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-uFn3yHBKQY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 10px;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0 auto auto;
}
.cid-uFn3yHBKQY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFn3yHBKQY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFn3yHBKQY .dropdown-item.active,
.cid-uFn3yHBKQY .dropdown-item:active {
  background-color: transparent;
}
.cid-uFn3yHBKQY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFn3yHBKQY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFn3yHBKQY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFn3yHBKQY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafaf6;
}
.cid-uFn3yHBKQY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFn3yHBKQY .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #e13243 !important;
}
.cid-uFn3yHBKQY .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFn3yHBKQY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFn3yHBKQY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFn3yHBKQY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFn3yHBKQY button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: auto;
  margin-right: 12px;
}
.cid-uFn3yHBKQY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFn3yHBKQY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFn3yHBKQY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFn3yHBKQY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFn3yHBKQY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFn3yHBKQY button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e13243;
  transition: all 0.2s;
}
.cid-uFn3yHBKQY .navbar-toggler-close {
  position: fixed;
  right: 20px;
  top: 20px;
  margin-right: 0 !important;
}
.cid-uFn3yHBKQY .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFn3yHBKQY .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFn3yHBKQY .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFn3yHBKQY .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFn3yHBKQY .navbar-toggler-close .hamburger-bg {
  opacity: 0;
}
.cid-uFn3yHBKQY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFn3yHBKQY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFn3yHBKQY .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-uFn3yHBKQY .navbar {
    height: 70px;
  }
  .cid-uFn3yHBKQY .navbar.opened {
    height: auto;
  }
  .cid-uFn3yHBKQY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFn3yHBKQY .sidebar-brand {
  padding: 0 0 10px;
  margin: 0 auto 30px;
  border-bottom: 2px solid #646464;
}
.cid-uFn3yHBKQY .navbar-nav-main {
  width: 40%;
  margin: 0;
}
.cid-uFn3yHBKQY .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-uFn3yHBKQY .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-uFn3yHBKQY .navbar-nav-main .nav-item .nav-link:hover {
  color: #e13243 !important;
}
.cid-uFn3yHBKQY .navbar-nav-right {
  justify-content: flex-end;
}
.cid-uFn3yHBKQY .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-uFn3yHBKQY .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-uFn3yHBKQY .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-uFn3yHBKQY .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-uFn3yHBKQY {
    min-height: 0;
    height: 0;
  }
  .cid-uFn3yHBKQY .navbar,
  .cid-uFn3yHBKQY .navbar-short {
    min-height: 0 !important;
    height: 0 !important;
    border: none !important;
  }
  .cid-uFn3yHBKQY .container,
  .cid-uFn3yHBKQY .container-fluid {
    flex-wrap: nowrap;
    top: 50px;
    max-width: 100% !important;
  }
  .cid-uFn3yHBKQY .navbar-brand-main {
    display: none !important;
  }
  .cid-uFn3yHBKQY .navbar-nav-main {
    display: none !important;
  }
  .cid-uFn3yHBKQY .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-uFn3yHBKQY .sidbar-nav .nav-item {
    margin: 0 auto 15px !important;
    padding: 5px 0 !important;
    justify-content: center;
    text-align: center;
  }
  .cid-uFn3yHBKQY .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-uFn3yHBKQY .sidbar-nav .nav-item .nav-link:hover {
    color: #e13243 !important;
  }
  .cid-uFn3yHBKQY .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-uFn3yHBKQY .mbr-section-btn {
    margin-top: auto;
  }
  .cid-uFn3yHBKQY .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #e13243;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-uFn3yHBKQY .navbar-collapse.show {
    padding: 48px 40px 38px;
    position: fixed;
    background-color: #e13243;
    width: 420px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-uFn3yHBKQY .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-uFn3yHBKQY .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-uFO5LxjRIw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #efefec;
  overflow: hidden;
}
.cid-uFO5LxjRIw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFO5LxjRIw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFO5LxjRIw .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-uFO5LxjRIw .col-title {
    margin-bottom: 40px;
  }
}
.cid-uFO5LxjRIw .mbr-section-title {
  color: #2B2B2B;
}
.cid-uFO5LxjRIw .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-uFO5LxjRIw .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uFO5LxjRIw .mbr-section-btn {
  margin-top: 10px;
}
.cid-uFO5LxjRIw .mbr-section-btn .btn {
  padding: 5px 35px !important;
  min-width: max-content !important;
}
.cid-uFO5LxjRIw .col-card {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-uFO5LxjRIw .col-card {
    margin-bottom: 60px;
  }
}
.cid-uFO5LxjRIw .card-wrap {
  border-radius: 0;
}
.cid-uFO5LxjRIw .content-wrap {
  width: 100%;
  margin-top: 20px;
}
.cid-uFO5LxjRIw .card-title {
  color: #2B2B2B;
}
.cid-uFO5LxjRIw .mbr-text {
  color: #000000;
  margin-top: 8px;
  text-align: center;
}
.cid-uFO5LxjRIw .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  transition: .3s all;
}
.cid-uFO5LxjRIw .image-wrap img {
  height: 500px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-uFO5LxjRIw .image-wrap img {
    height: 410px;
  }
}
@media (max-width: 991px) {
  .cid-uFO5LxjRIw .image-wrap img {
    height: 280px;
  }
}
@media (max-width: 767px) {
  .cid-uFO5LxjRIw .image-wrap img {
    height: auto !important;
    max-height: 400px;
  }
}
.cid-uFO5LxjRIw .container,
.cid-uFO5LxjRIw .container-fluid {
  position: relative;
}
.cid-uFO5LxjRIw .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-uFO5LxjRIw .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-uFO5LxjRIw .circle-blur1 {
  top: 0;
  right: 50%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uFO5LxjRIw .circle-blur2 {
  top: 12%;
  right: 40%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uFO5LxjRIw .card-title,
.cid-uFO5LxjRIw .mbr-section-btn {
  text-align: center;
}
.cid-uFO5Lyv8Pj {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #efefec;
}
.cid-uFO5Lyv8Pj .title {
  padding: 0 2rem;
  color: #000000;
  text-align: center;
}
.cid-uFO5Lyv8Pj .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-uFO5Lyv8Pj .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-uFO5Lyv8Pj a {
  display: flex;
}
.cid-uFO5Lyv8Pj .mbr-iconfont {
  font-size: 2.5rem;
  color: #e13243;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFO5Lyv8Pj .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-uFO5Lyv8Pj img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}
.cid-uFO5Lyv8Pj .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-uFO5Lyv8Pj .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uFO5Lyv8Pj .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-uFO5Lyv8Pj .card-text {
  color: #232323;
}
.cid-uFO5Lyv8Pj .card-title {
  color: #e13243;
}
.cid-uFO5Lzf85b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefec;
}
.cid-uFO5Lzf85b .title {
  padding: 0 2rem;
  color: #000000;
  text-align: center;
}
.cid-uFO5Lzf85b .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-uFO5Lzf85b .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-uFO5Lzf85b a {
  display: flex;
}
.cid-uFO5Lzf85b .mbr-iconfont {
  font-size: 2.5rem;
  color: #e13243;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFO5Lzf85b .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-uFO5Lzf85b img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}
.cid-uFO5Lzf85b .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-uFO5Lzf85b .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uFO5Lzf85b .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-uFO5Lzf85b .card-text {
  color: #232323;
}
.cid-uFO5Lzf85b .card-title {
  color: #e13243;
}
.cid-uFO5LzSqmV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefec;
}
.cid-uFO5LzSqmV .title {
  padding: 0 2rem;
  color: #000000;
  text-align: center;
}
.cid-uFO5LzSqmV .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-uFO5LzSqmV .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-uFO5LzSqmV a {
  display: flex;
}
.cid-uFO5LzSqmV .mbr-iconfont {
  font-size: 2.5rem;
  color: #e13243;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFO5LzSqmV .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-uFO5LzSqmV img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}
.cid-uFO5LzSqmV .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-uFO5LzSqmV .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uFO5LzSqmV .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-uFO5LzSqmV .card-text {
  color: #232323;
}
.cid-uFO5LzSqmV .card-title {
  color: #e13243;
}
.cid-uFO5LApTUz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefec;
}
.cid-uFO5LApTUz .title {
  padding: 0 2rem;
  color: #000000;
  text-align: center;
}
.cid-uFO5LApTUz .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-uFO5LApTUz .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-uFO5LApTUz a {
  display: flex;
}
.cid-uFO5LApTUz .mbr-iconfont {
  font-size: 2.5rem;
  color: #e13243;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFO5LApTUz .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-uFO5LApTUz img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}
.cid-uFO5LApTUz .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-uFO5LApTUz .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uFO5LApTUz .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-uFO5LApTUz .card-text {
  color: #232323;
}
.cid-uFO5LApTUz .card-title {
  color: #e13243;
}
.cid-uFO5LB0UeP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefec;
}
.cid-uFO5LB0UeP .title {
  padding: 0 2rem;
  color: #000000;
  text-align: center;
}
.cid-uFO5LB0UeP .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-uFO5LB0UeP .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-uFO5LB0UeP a {
  display: flex;
}
.cid-uFO5LB0UeP .mbr-iconfont {
  font-size: 2.5rem;
  color: #e13243;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFO5LB0UeP .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-uFO5LB0UeP img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}
.cid-uFO5LB0UeP .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-uFO5LB0UeP .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uFO5LB0UeP .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-uFO5LB0UeP .card-text {
  color: #232323;
}
.cid-uFO5LB0UeP .card-title {
  color: #e13243;
}
.cid-uFO7hdAUXX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefec;
}
.cid-uFO7hdAUXX .title {
  padding: 0 2rem;
  color: #000000;
  text-align: center;
}
.cid-uFO7hdAUXX .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-uFO7hdAUXX .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-uFO7hdAUXX a {
  display: flex;
}
.cid-uFO7hdAUXX .mbr-iconfont {
  font-size: 2.5rem;
  color: #e13243;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFO7hdAUXX .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-uFO7hdAUXX img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}
.cid-uFO7hdAUXX .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-uFO7hdAUXX .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uFO7hdAUXX .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-uFO7hdAUXX .card-text {
  color: #232323;
}
.cid-uFO7hdAUXX .card-title {
  color: #e13243;
}
.cid-uFO7iLX7U5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefec;
}
.cid-uFO7iLX7U5 .title {
  padding: 0 2rem;
  color: #000000;
  text-align: center;
}
.cid-uFO7iLX7U5 .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-uFO7iLX7U5 .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-uFO7iLX7U5 a {
  display: flex;
}
.cid-uFO7iLX7U5 .mbr-iconfont {
  font-size: 2.5rem;
  color: #e13243;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFO7iLX7U5 .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-uFO7iLX7U5 img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}
.cid-uFO7iLX7U5 .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-uFO7iLX7U5 .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uFO7iLX7U5 .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-uFO7iLX7U5 .card-text {
  color: #232323;
}
.cid-uFO7iLX7U5 .card-title {
  color: #e13243;
}
.cid-uFO7jlGmM0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefec;
}
.cid-uFO7jlGmM0 .title {
  padding: 0 2rem;
  color: #000000;
  text-align: center;
}
.cid-uFO7jlGmM0 .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-uFO7jlGmM0 .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-uFO7jlGmM0 a {
  display: flex;
}
.cid-uFO7jlGmM0 .mbr-iconfont {
  font-size: 2.5rem;
  color: #e13243;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFO7jlGmM0 .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-uFO7jlGmM0 img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}
.cid-uFO7jlGmM0 .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-uFO7jlGmM0 .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uFO7jlGmM0 .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-uFO7jlGmM0 .card-text {
  color: #232323;
}
.cid-uFO7jlGmM0 .card-title {
  color: #e13243;
}
.cid-uFO5LDRc2K {
  background-color: #efefec;
}
.cid-uFO5LDRc2K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFO5LDRc2K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFO5LDRc2K .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-uFO5LDRc2K .container-fluid {
    padding: 0 12px;
  }
}
.cid-uFO5LDRc2K .row {
  margin-top: -3px;
  border-radius: 5px;
  padding: 80px 64px 80px 28px;
  padding: 80px 28px 80px 64px;
}
@media (max-width: 992px) {
  .cid-uFO5LDRc2K .row {
    padding: 48px 20px;
  }
}
@media (max-width: 992px) {
  .cid-uFO5LDRc2K .row {
    padding: 48px 20px;
  }
}
.cid-uFO5LDRc2K .card {
  padding: 0;
  border-radius: 0;
}
.cid-uFO5LDRc2K .card:last-child {
  padding-right: 28px;
  justify-content: center;
  padding-right: 0;
  padding-left: 28px;
}
@media (max-width: 992px) {
  .cid-uFO5LDRc2K .card:last-child {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFO5LDRc2K .card:last-child {
    padding: 0;
  }
}
.cid-uFO5LDRc2K .card .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uFO5LDRc2K .card .image-wrapper {
    margin-bottom: 80px;
  }
}
.cid-uFO5LDRc2K .card .image-wrapper img {
  height: 600px;
  object-fit: cover;
  padding: 20px;
  border: 5px solid #e13243;
  border-radius: 200px;
}
@media (max-width: 768px) {
  .cid-uFO5LDRc2K .card .image-wrapper img {
    height: 450px;
  }
}
.cid-uFO5LDRc2K .card .tags-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFO5LDRc2K .card .tags-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uFO5LDRc2K .card .tags-wrapper .tags {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uFO5LDRc2K .card .tags-wrapper .tags .mbr-section-subtitle {
  margin: 0 28px 8px 0;
}
.cid-uFO5LDRc2K .card .tags-wrapper .tags .mbr-tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  margin: 0 6px 6px 0;
  border: 1px solid #e13243;
  border-radius: 30px;
}
.cid-uFO5LDRc2K .card .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uFO5LDRc2K .card .mbr-section-btn .btn {
    width: 95%;
    min-height: 83px;
    border-radius: 70px;
  }
}
.cid-uFO5LDRc2K .mbr-section-title {
  color: #ffffff;
}
.cid-uFO5LDRc2K .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFO5LDRc2K .mbr-tag {
  color: #ffffff;
}
.cid-uFO5LDRc2K .mbr-section-subtitle,
.cid-uFO5LDRc2K .tags-wrapper {
  color: #2b2b2b;
}
.cid-uFO5LDRc2K .mbr-section-title,
.cid-uFO5LDRc2K .mbr-section-btn {
  color: #2b2b2b;
}
.cid-uFO5LF9jBm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e13243;
}
.cid-uFO5LF9jBm .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uFO5LF9jBm .social-row {
    justify-content: center;
  }
  .cid-uFO5LF9jBm .social-row .soc-item {
    margin-right: 0;
    margin: 0 0.5rem;
  }
}
.cid-uFO5LF9jBm .mbr-section-subtitle {
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}
.cid-uFO5LF9jBm a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFO5LF9jBm li {
  line-height: 2;
}
.cid-uFO5LF9jBm .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 0.8rem;
  margin-bottom: 1rem;
  height: 3.2rem;
  width: 3.2rem;
}
.cid-uFO5LF9jBm .soc-item:hover .mbr-iconfont {
  color: #e13243;
}
.cid-uFO5LF9jBm .list {
  list-style: none;
  padding-left: 0;
  color: #ffe40e;
}
@media (max-width: 991px) {
  .cid-uFO5LF9jBm .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFO5LF9jBm .list {
    margin-bottom: 0rem;
  }
}
.cid-uFO5LF9jBm .mbr-text {
  color: #bbbbbb;
}
.cid-uFO5LF9jBm .mbr-iconfont {
  transition: color 0.3s;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-uFO5LF9jBm .list P {
  text-align: center;
}
.cid-uFO5LFOiaO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-uFO5LFOiaO nav.navbar {
  position: fixed;
}
.cid-uFO5LFOiaO .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-uFO5LFOiaO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFO5LFOiaO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFO5LFOiaO .dropdown-item:hover,
.cid-uFO5LFOiaO .dropdown-item:focus {
  background: #e13243 !important;
  color: #1d191f !important;
}
.cid-uFO5LFOiaO .dropdown-item:hover span {
  color: white;
}
.cid-uFO5LFOiaO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFO5LFOiaO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFO5LFOiaO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFO5LFOiaO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFO5LFOiaO .nav-link {
  position: relative;
}
.cid-uFO5LFOiaO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFO5LFOiaO .container {
    flex-wrap: nowrap;
  }
}
.cid-uFO5LFOiaO .iconfont-wrapper {
  color: #646464 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFO5LFOiaO .dropdown-menu,
.cid-uFO5LFOiaO .navbar.opened {
  background: #fafaf6 !important;
}
.cid-uFO5LFOiaO .nav-item:focus,
.cid-uFO5LFOiaO .nav-link:focus {
  outline: none;
}
.cid-uFO5LFOiaO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFO5LFOiaO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFO5LFOiaO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFO5LFOiaO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFO5LFOiaO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFO5LFOiaO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFO5LFOiaO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 2px solid #dfdfd8;
  background: #fafaf6;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-uFO5LFOiaO .navbar.opened {
  transition: all 0.3s;
}
.cid-uFO5LFOiaO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFO5LFOiaO .navbar .navbar-logo img {
  width: auto;
}
.cid-uFO5LFOiaO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFO5LFOiaO .navbar.collapsed {
  justify-content: center;
}
.cid-uFO5LFOiaO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFO5LFOiaO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFO5LFOiaO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFO5LFOiaO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFO5LFOiaO .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-uFO5LFOiaO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFO5LFOiaO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFO5LFOiaO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFO5LFOiaO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFO5LFOiaO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFO5LFOiaO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFO5LFOiaO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFO5LFOiaO .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-uFO5LFOiaO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFO5LFOiaO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFO5LFOiaO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFO5LFOiaO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uFO5LFOiaO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFO5LFOiaO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFO5LFOiaO .navbar.navbar-short {
  min-height: 70px;
}
.cid-uFO5LFOiaO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFO5LFOiaO .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-uFO5LFOiaO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 10px;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0 auto auto;
}
.cid-uFO5LFOiaO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFO5LFOiaO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFO5LFOiaO .dropdown-item.active,
.cid-uFO5LFOiaO .dropdown-item:active {
  background-color: transparent;
}
.cid-uFO5LFOiaO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFO5LFOiaO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFO5LFOiaO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFO5LFOiaO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafaf6;
}
.cid-uFO5LFOiaO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFO5LFOiaO .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #e13243 !important;
}
.cid-uFO5LFOiaO .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFO5LFOiaO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFO5LFOiaO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFO5LFOiaO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFO5LFOiaO button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: auto;
  margin-right: 12px;
}
.cid-uFO5LFOiaO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFO5LFOiaO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFO5LFOiaO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFO5LFOiaO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFO5LFOiaO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFO5LFOiaO button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e13243;
  transition: all 0.2s;
}
.cid-uFO5LFOiaO .navbar-toggler-close {
  position: fixed;
  right: 20px;
  top: 20px;
  margin-right: 0 !important;
}
.cid-uFO5LFOiaO .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFO5LFOiaO .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFO5LFOiaO .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFO5LFOiaO .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFO5LFOiaO .navbar-toggler-close .hamburger-bg {
  opacity: 0;
}
.cid-uFO5LFOiaO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFO5LFOiaO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFO5LFOiaO .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-uFO5LFOiaO .navbar {
    height: 70px;
  }
  .cid-uFO5LFOiaO .navbar.opened {
    height: auto;
  }
  .cid-uFO5LFOiaO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFO5LFOiaO .sidebar-brand {
  padding: 0 0 10px;
  margin: 0 auto 30px;
  border-bottom: 2px solid #646464;
}
.cid-uFO5LFOiaO .navbar-nav-main {
  width: 40%;
  margin: 0;
}
.cid-uFO5LFOiaO .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-uFO5LFOiaO .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-uFO5LFOiaO .navbar-nav-main .nav-item .nav-link:hover {
  color: #e13243 !important;
}
.cid-uFO5LFOiaO .navbar-nav-right {
  justify-content: flex-end;
}
.cid-uFO5LFOiaO .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-uFO5LFOiaO .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-uFO5LFOiaO .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-uFO5LFOiaO .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-uFO5LFOiaO {
    min-height: 0;
    height: 0;
  }
  .cid-uFO5LFOiaO .navbar,
  .cid-uFO5LFOiaO .navbar-short {
    min-height: 0 !important;
    height: 0 !important;
    border: none !important;
  }
  .cid-uFO5LFOiaO .container,
  .cid-uFO5LFOiaO .container-fluid {
    flex-wrap: nowrap;
    top: 50px;
    max-width: 100% !important;
  }
  .cid-uFO5LFOiaO .navbar-brand-main {
    display: none !important;
  }
  .cid-uFO5LFOiaO .navbar-nav-main {
    display: none !important;
  }
  .cid-uFO5LFOiaO .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-uFO5LFOiaO .sidbar-nav .nav-item {
    margin: 0 auto 15px !important;
    padding: 5px 0 !important;
    justify-content: center;
    text-align: center;
  }
  .cid-uFO5LFOiaO .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-uFO5LFOiaO .sidbar-nav .nav-item .nav-link:hover {
    color: #e13243 !important;
  }
  .cid-uFO5LFOiaO .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-uFO5LFOiaO .mbr-section-btn {
    margin-top: auto;
  }
  .cid-uFO5LFOiaO .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #e13243;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-uFO5LFOiaO .navbar-collapse.show {
    padding: 48px 40px 38px;
    position: fixed;
    background-color: #e13243;
    width: 420px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-uFO5LFOiaO .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-uFO5LFOiaO .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-urAxoggMpo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #efefec;
  overflow: hidden;
}
.cid-urAxoggMpo .mbr-fallback-image.disabled {
  display: none;
}
.cid-urAxoggMpo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urAxoggMpo .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-urAxoggMpo .col-title {
    margin-bottom: 40px;
  }
}
.cid-urAxoggMpo .mbr-section-title {
  color: #2B2B2B;
}
.cid-urAxoggMpo .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-urAxoggMpo .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-urAxoggMpo .mbr-section-btn {
  margin-top: 10px;
}
.cid-urAxoggMpo .mbr-section-btn .btn {
  padding: 5px 35px !important;
  min-width: max-content !important;
}
.cid-urAxoggMpo .col-card {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-urAxoggMpo .col-card {
    margin-bottom: 60px;
  }
}
.cid-urAxoggMpo .card-wrap {
  border-radius: 0;
}
.cid-urAxoggMpo .content-wrap {
  width: 100%;
  margin-top: 20px;
}
.cid-urAxoggMpo .card-title {
  color: #2B2B2B;
}
.cid-urAxoggMpo .mbr-text {
  color: #000000;
  margin-top: 8px;
  text-align: center;
}
.cid-urAxoggMpo .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  transition: .3s all;
}
.cid-urAxoggMpo .image-wrap img {
  height: 500px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-urAxoggMpo .image-wrap img {
    height: 410px;
  }
}
@media (max-width: 991px) {
  .cid-urAxoggMpo .image-wrap img {
    height: 280px;
  }
}
@media (max-width: 767px) {
  .cid-urAxoggMpo .image-wrap img {
    height: auto !important;
    max-height: 400px;
  }
}
.cid-urAxoggMpo .container,
.cid-urAxoggMpo .container-fluid {
  position: relative;
}
.cid-urAxoggMpo .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-urAxoggMpo .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-urAxoggMpo .circle-blur1 {
  top: 0;
  right: 50%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-urAxoggMpo .circle-blur2 {
  top: 12%;
  right: 40%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-urAxoggMpo .card-title,
.cid-urAxoggMpo .mbr-section-btn {
  text-align: center;
}
.cid-usqm4BGwq6 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #efefec;
}
.cid-usqm4BGwq6 .title {
  padding: 0 2rem;
  color: #000000;
  text-align: center;
}
.cid-usqm4BGwq6 .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-usqm4BGwq6 .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-usqm4BGwq6 a {
  display: flex;
}
.cid-usqm4BGwq6 .mbr-iconfont {
  font-size: 2.5rem;
  color: #e13243;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-usqm4BGwq6 .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-usqm4BGwq6 img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}
.cid-usqm4BGwq6 .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-usqm4BGwq6 .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-usqm4BGwq6 .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-usqm4BGwq6 .card-text {
  color: #232323;
}
.cid-usqm4BGwq6 .card-title {
  color: #e13243;
}
.cid-utnZjJTlhy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefec;
}
.cid-utnZjJTlhy .mbr-fallback-image.disabled {
  display: none;
}
.cid-utnZjJTlhy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utnZjJTlhy .row {
  justify-content: left;
}
.cid-utnZjJTlhy .content-container {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  padding: 40px 30px;
  background-color: #efefec;
  border: 2px solid #e5ddd5;
  position: relative;
}
@media (max-width: 991px) {
  .cid-utnZjJTlhy .content-container {
    flex-wrap: wrap;
  }
}
.cid-utnZjJTlhy .text-item {
  width: 50%;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-utnZjJTlhy .text-item {
    width: 100%;
  }
}
.cid-utnZjJTlhy .btn-item {
  width: 50%;
  position: relative;
  z-index: 11;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-utnZjJTlhy .btn-item {
    width: 100%;
    padding: 0 !important;
    margin-top: 20px;
  }
}
.cid-utnZjJTlhy .mbr-section-title {
  color: #2B2B2B;
}
@media (max-width: 991px) {
  .cid-utnZjJTlhy .mbr-section-title {
    text-align: center !important;
  }
}
.cid-utnZjJTlhy .mbr-section-subtitle {
  color: #2B2B2B;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-utnZjJTlhy .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-utnZjJTlhy .mbr-section-btn .btn {
  min-width: auto !important;
}
@media (max-width: 991px) {
  .cid-utnZjJTlhy .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-utnZjJTlhy .circle-blur {
  position: absolute;
  top: 40%;
  left: 40%;
  bottom: auto;
  display: block;
  width: 500px;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(80deg, #e13243, #a47ee3);
  opacity: .9;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-utnZjJTlhy .circle-blur {
    display: none !important;
  }
}
.cid-urACv9Bzqh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefec;
}
.cid-urACv9Bzqh .mbr-fallback-image.disabled {
  display: none;
}
.cid-urACv9Bzqh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urACv9Bzqh .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-urACv9Bzqh .col-title {
    margin-bottom: 30px;
  }
}
.cid-urACv9Bzqh .mbr-section-title {
  color: #2B2B2B;
}
@media (max-width: 991px) {
  .cid-urACv9Bzqh .mbr-section-title {
    text-align: center !important;
  }
}
.cid-urACv9Bzqh .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-urACv9Bzqh .mbr-section-subtitle {
    margin-top: 16px;
    text-align: center !important;
  }
}
.cid-urACv9Bzqh .panel-group {
  border: none;
  padding: 0 !important;
}
.cid-urACv9Bzqh .card {
  padding: 0 20px !important;
}
.cid-urACv9Bzqh .card-border {
  height: 2px;
  width: 100%;
  background-color: #dfdfd8;
  margin-top: auto;
}
.cid-urACv9Bzqh .card-border-top {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-urACv9Bzqh .card-border-top2 {
    display: none;
  }
}
.cid-urACv9Bzqh .mbr-iconfont {
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin-left: 1rem;
  padding: 8px;
  background-color: #e13243;
  transition: all ease-in-out 0.3s;
  border-radius: 50%;
}
.cid-urACv9Bzqh .card-header {
  border-bottom: none !important;
  padding: 15px 0 !important;
}
.cid-urACv9Bzqh .card-header:hover .mbr-iconfont {
  background-color: #cecec1 !important;
}
.cid-urACv9Bzqh .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-urACv9Bzqh .panel-body {
  padding-bottom: 20px;
}
.cid-urACv9Bzqh .panel-text {
  margin-bottom: 20px !important;
  color: #646464;
}
.cid-urACv9Bzqh .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-urACv9Bzqh .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-urACv9Bzqh .panel-title-edit {
  color: #2B2B2B;
}
.cid-uuLMEj5MLj {
  background-color: #efefec;
}
.cid-uuLMEj5MLj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuLMEj5MLj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuLMEj5MLj .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-uuLMEj5MLj .container-fluid {
    padding: 0 12px;
  }
}
.cid-uuLMEj5MLj .row {
  margin-top: -3px;
  border-radius: 5px;
  padding: 80px 64px 80px 28px;
  padding: 80px 28px 80px 64px;
}
@media (max-width: 992px) {
  .cid-uuLMEj5MLj .row {
    padding: 48px 20px;
  }
}
@media (max-width: 992px) {
  .cid-uuLMEj5MLj .row {
    padding: 48px 20px;
  }
}
.cid-uuLMEj5MLj .card {
  padding: 0;
  border-radius: 0;
}
.cid-uuLMEj5MLj .card:last-child {
  padding-right: 28px;
  justify-content: center;
  padding-right: 0;
  padding-left: 28px;
}
@media (max-width: 992px) {
  .cid-uuLMEj5MLj .card:last-child {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uuLMEj5MLj .card:last-child {
    padding: 0;
  }
}
.cid-uuLMEj5MLj .card .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uuLMEj5MLj .card .image-wrapper {
    margin-bottom: 80px;
  }
}
.cid-uuLMEj5MLj .card .image-wrapper img {
  height: 600px;
  object-fit: cover;
  padding: 20px;
  border: 5px solid #e13243;
  border-radius: 200px;
}
@media (max-width: 768px) {
  .cid-uuLMEj5MLj .card .image-wrapper img {
    height: 450px;
  }
}
.cid-uuLMEj5MLj .card .tags-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uuLMEj5MLj .card .tags-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uuLMEj5MLj .card .tags-wrapper .tags {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uuLMEj5MLj .card .tags-wrapper .tags .mbr-section-subtitle {
  margin: 0 28px 8px 0;
}
.cid-uuLMEj5MLj .card .tags-wrapper .tags .mbr-tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  margin: 0 6px 6px 0;
  border: 1px solid #e13243;
  border-radius: 30px;
}
.cid-uuLMEj5MLj .card .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uuLMEj5MLj .card .mbr-section-btn .btn {
    width: 95%;
    min-height: 83px;
    border-radius: 70px;
  }
}
.cid-uuLMEj5MLj .mbr-section-title {
  color: #ffffff;
}
.cid-uuLMEj5MLj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuLMEj5MLj .mbr-tag {
  color: #ffffff;
}
.cid-uuLMEj5MLj .mbr-section-subtitle,
.cid-uuLMEj5MLj .tags-wrapper {
  color: #2b2b2b;
}
.cid-uuLMEj5MLj .mbr-section-title,
.cid-uuLMEj5MLj .mbr-section-btn {
  color: #2b2b2b;
}
.cid-urAycXz9G2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e13243;
}
.cid-urAycXz9G2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-urAycXz9G2 .social-row {
    justify-content: center;
  }
  .cid-urAycXz9G2 .social-row .soc-item {
    margin-right: 0;
    margin: 0 0.5rem;
  }
}
.cid-urAycXz9G2 .mbr-section-subtitle {
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}
.cid-urAycXz9G2 a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-urAycXz9G2 li {
  line-height: 2;
}
.cid-urAycXz9G2 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 0.8rem;
  margin-bottom: 1rem;
  height: 3.2rem;
  width: 3.2rem;
}
.cid-urAycXz9G2 .soc-item:hover .mbr-iconfont {
  color: #e13243;
}
.cid-urAycXz9G2 .list {
  list-style: none;
  padding-left: 0;
  color: #ffe40e;
}
@media (max-width: 991px) {
  .cid-urAycXz9G2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urAycXz9G2 .list {
    margin-bottom: 0rem;
  }
}
.cid-urAycXz9G2 .mbr-text {
  color: #bbbbbb;
}
.cid-urAycXz9G2 .mbr-iconfont {
  transition: color 0.3s;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-urAycXz9G2 .list P {
  text-align: center;
}
.cid-usgiMThJ0M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-usgiMThJ0M nav.navbar {
  position: fixed;
}
.cid-usgiMThJ0M .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-usgiMThJ0M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usgiMThJ0M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usgiMThJ0M .dropdown-item:hover,
.cid-usgiMThJ0M .dropdown-item:focus {
  background: #e13243 !important;
  color: #1d191f !important;
}
.cid-usgiMThJ0M .dropdown-item:hover span {
  color: white;
}
.cid-usgiMThJ0M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usgiMThJ0M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usgiMThJ0M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usgiMThJ0M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usgiMThJ0M .nav-link {
  position: relative;
}
.cid-usgiMThJ0M .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usgiMThJ0M .container {
    flex-wrap: nowrap;
  }
}
.cid-usgiMThJ0M .iconfont-wrapper {
  color: #646464 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usgiMThJ0M .dropdown-menu,
.cid-usgiMThJ0M .navbar.opened {
  background: #fafaf6 !important;
}
.cid-usgiMThJ0M .nav-item:focus,
.cid-usgiMThJ0M .nav-link:focus {
  outline: none;
}
.cid-usgiMThJ0M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usgiMThJ0M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usgiMThJ0M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usgiMThJ0M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usgiMThJ0M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usgiMThJ0M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usgiMThJ0M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 2px solid #dfdfd8;
  background: #fafaf6;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-usgiMThJ0M .navbar.opened {
  transition: all 0.3s;
}
.cid-usgiMThJ0M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usgiMThJ0M .navbar .navbar-logo img {
  width: auto;
}
.cid-usgiMThJ0M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usgiMThJ0M .navbar.collapsed {
  justify-content: center;
}
.cid-usgiMThJ0M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usgiMThJ0M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-usgiMThJ0M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usgiMThJ0M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usgiMThJ0M .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-usgiMThJ0M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usgiMThJ0M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usgiMThJ0M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usgiMThJ0M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usgiMThJ0M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usgiMThJ0M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usgiMThJ0M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usgiMThJ0M .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-usgiMThJ0M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usgiMThJ0M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usgiMThJ0M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usgiMThJ0M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-usgiMThJ0M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usgiMThJ0M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-usgiMThJ0M .navbar.navbar-short {
  min-height: 70px;
}
.cid-usgiMThJ0M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usgiMThJ0M .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-usgiMThJ0M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 10px;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0 auto auto;
}
.cid-usgiMThJ0M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usgiMThJ0M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usgiMThJ0M .dropdown-item.active,
.cid-usgiMThJ0M .dropdown-item:active {
  background-color: transparent;
}
.cid-usgiMThJ0M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usgiMThJ0M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usgiMThJ0M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usgiMThJ0M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafaf6;
}
.cid-usgiMThJ0M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usgiMThJ0M .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #e13243 !important;
}
.cid-usgiMThJ0M .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usgiMThJ0M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usgiMThJ0M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usgiMThJ0M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usgiMThJ0M button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: auto;
  margin-right: 12px;
}
.cid-usgiMThJ0M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-usgiMThJ0M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usgiMThJ0M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usgiMThJ0M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usgiMThJ0M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usgiMThJ0M button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e13243;
  transition: all 0.2s;
}
.cid-usgiMThJ0M .navbar-toggler-close {
  position: fixed;
  right: 20px;
  top: 20px;
  margin-right: 0 !important;
}
.cid-usgiMThJ0M .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usgiMThJ0M .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usgiMThJ0M .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usgiMThJ0M .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usgiMThJ0M .navbar-toggler-close .hamburger-bg {
  opacity: 0;
}
.cid-usgiMThJ0M .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usgiMThJ0M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usgiMThJ0M .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-usgiMThJ0M .navbar {
    height: 70px;
  }
  .cid-usgiMThJ0M .navbar.opened {
    height: auto;
  }
  .cid-usgiMThJ0M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usgiMThJ0M .sidebar-brand {
  padding: 0 0 10px;
  margin: 0 auto 30px;
  border-bottom: 2px solid #646464;
}
.cid-usgiMThJ0M .navbar-nav-main {
  width: 40%;
  margin: 0;
}
.cid-usgiMThJ0M .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-usgiMThJ0M .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-usgiMThJ0M .navbar-nav-main .nav-item .nav-link:hover {
  color: #e13243 !important;
}
.cid-usgiMThJ0M .navbar-nav-right {
  justify-content: flex-end;
}
.cid-usgiMThJ0M .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-usgiMThJ0M .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-usgiMThJ0M .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-usgiMThJ0M .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-usgiMThJ0M {
    min-height: 0;
    height: 0;
  }
  .cid-usgiMThJ0M .navbar,
  .cid-usgiMThJ0M .navbar-short {
    min-height: 0 !important;
    height: 0 !important;
    border: none !important;
  }
  .cid-usgiMThJ0M .container,
  .cid-usgiMThJ0M .container-fluid {
    flex-wrap: nowrap;
    top: 50px;
    max-width: 100% !important;
  }
  .cid-usgiMThJ0M .navbar-brand-main {
    display: none !important;
  }
  .cid-usgiMThJ0M .navbar-nav-main {
    display: none !important;
  }
  .cid-usgiMThJ0M .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-usgiMThJ0M .sidbar-nav .nav-item {
    margin: 0 auto 15px !important;
    padding: 5px 0 !important;
    justify-content: center;
    text-align: center;
  }
  .cid-usgiMThJ0M .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-usgiMThJ0M .sidbar-nav .nav-item .nav-link:hover {
    color: #e13243 !important;
  }
  .cid-usgiMThJ0M .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-usgiMThJ0M .mbr-section-btn {
    margin-top: auto;
  }
  .cid-usgiMThJ0M .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #e13243;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-usgiMThJ0M .navbar-collapse.show {
    padding: 48px 40px 38px;
    position: fixed;
    background-color: #e13243;
    width: 420px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-usgiMThJ0M .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-usgiMThJ0M .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-uGK3z9ggRC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #efefec;
  overflow: hidden;
}
.cid-uGK3z9ggRC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGK3z9ggRC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGK3z9ggRC .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-uGK3z9ggRC .col-title {
    margin-bottom: 40px;
  }
}
.cid-uGK3z9ggRC .mbr-section-title {
  color: #2B2B2B;
}
.cid-uGK3z9ggRC .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-uGK3z9ggRC .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uGK3z9ggRC .mbr-section-btn {
  margin-top: 10px;
}
.cid-uGK3z9ggRC .mbr-section-btn .btn {
  padding: 5px 35px !important;
  min-width: max-content !important;
}
.cid-uGK3z9ggRC .col-card {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-uGK3z9ggRC .col-card {
    margin-bottom: 60px;
  }
}
.cid-uGK3z9ggRC .card-wrap {
  border-radius: 0;
}
.cid-uGK3z9ggRC .content-wrap {
  width: 100%;
  margin-top: 20px;
}
.cid-uGK3z9ggRC .card-title {
  color: #2B2B2B;
}
.cid-uGK3z9ggRC .mbr-text {
  color: #000000;
  margin-top: 8px;
  text-align: center;
}
.cid-uGK3z9ggRC .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  transition: .3s all;
}
.cid-uGK3z9ggRC .image-wrap img {
  height: 500px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-uGK3z9ggRC .image-wrap img {
    height: 410px;
  }
}
@media (max-width: 991px) {
  .cid-uGK3z9ggRC .image-wrap img {
    height: 280px;
  }
}
@media (max-width: 767px) {
  .cid-uGK3z9ggRC .image-wrap img {
    height: auto !important;
    max-height: 400px;
  }
}
.cid-uGK3z9ggRC .container,
.cid-uGK3z9ggRC .container-fluid {
  position: relative;
}
.cid-uGK3z9ggRC .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-uGK3z9ggRC .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-uGK3z9ggRC .circle-blur1 {
  top: 0;
  right: 50%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uGK3z9ggRC .circle-blur2 {
  top: 12%;
  right: 40%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uGK3z9ggRC .card-title,
.cid-uGK3z9ggRC .mbr-section-btn {
  text-align: center;
}
.cid-uGK3z9Jh2d {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #efefec;
}
.cid-uGK3z9Jh2d .title {
  padding: 0 2rem;
  color: #000000;
  text-align: center;
}
.cid-uGK3z9Jh2d .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-uGK3z9Jh2d .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-uGK3z9Jh2d a {
  display: flex;
}
.cid-uGK3z9Jh2d .mbr-iconfont {
  font-size: 2.5rem;
  color: #e13243;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uGK3z9Jh2d .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-uGK3z9Jh2d img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}
.cid-uGK3z9Jh2d .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-uGK3z9Jh2d .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uGK3z9Jh2d .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-uGK3z9Jh2d .card-text {
  color: #232323;
}
.cid-uGK3z9Jh2d .card-title {
  color: #e13243;
}
.cid-uGK3zabn9H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefec;
}
.cid-uGK3zabn9H .title {
  padding: 0 2rem;
  color: #000000;
  text-align: center;
}
.cid-uGK3zabn9H .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-uGK3zabn9H .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-uGK3zabn9H a {
  display: flex;
}
.cid-uGK3zabn9H .mbr-iconfont {
  font-size: 2.5rem;
  color: #e13243;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uGK3zabn9H .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-uGK3zabn9H img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}
.cid-uGK3zabn9H .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-uGK3zabn9H .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uGK3zabn9H .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-uGK3zabn9H .card-text {
  color: #232323;
}
.cid-uGK3zabn9H .card-title {
  color: #e13243;
}
.cid-uGK3zaFytN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefec;
}
.cid-uGK3zaFytN .title {
  padding: 0 2rem;
  color: #000000;
  text-align: center;
}
.cid-uGK3zaFytN .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-uGK3zaFytN .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-uGK3zaFytN a {
  display: flex;
}
.cid-uGK3zaFytN .mbr-iconfont {
  font-size: 2.5rem;
  color: #e13243;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uGK3zaFytN .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-uGK3zaFytN img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}
.cid-uGK3zaFytN .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-uGK3zaFytN .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uGK3zaFytN .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-uGK3zaFytN .card-text {
  color: #232323;
}
.cid-uGK3zaFytN .card-title {
  color: #e13243;
}
.cid-uGK3zb7Nsr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefec;
}
.cid-uGK3zb7Nsr .title {
  padding: 0 2rem;
  color: #000000;
  text-align: center;
}
.cid-uGK3zb7Nsr .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-uGK3zb7Nsr .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-uGK3zb7Nsr a {
  display: flex;
}
.cid-uGK3zb7Nsr .mbr-iconfont {
  font-size: 2.5rem;
  color: #e13243;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uGK3zb7Nsr .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-uGK3zb7Nsr img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}
.cid-uGK3zb7Nsr .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-uGK3zb7Nsr .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uGK3zb7Nsr .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-uGK3zb7Nsr .card-text {
  color: #232323;
}
.cid-uGK3zb7Nsr .card-title {
  color: #e13243;
}
.cid-uGK3zbzUtZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefec;
}
.cid-uGK3zbzUtZ .title {
  padding: 0 2rem;
  color: #000000;
  text-align: center;
}
.cid-uGK3zbzUtZ .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-uGK3zbzUtZ .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-uGK3zbzUtZ a {
  display: flex;
}
.cid-uGK3zbzUtZ .mbr-iconfont {
  font-size: 2.5rem;
  color: #e13243;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uGK3zbzUtZ .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-uGK3zbzUtZ img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}
.cid-uGK3zbzUtZ .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-uGK3zbzUtZ .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uGK3zbzUtZ .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-uGK3zbzUtZ .card-text {
  color: #232323;
}
.cid-uGK3zbzUtZ .card-title {
  color: #e13243;
}
.cid-uGK3zc1KK9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefec;
}
.cid-uGK3zc1KK9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGK3zc1KK9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGK3zc1KK9 .row {
  justify-content: left;
}
.cid-uGK3zc1KK9 .content-container {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  padding: 40px 30px;
  background-color: #efefec;
  border: 2px solid #e5ddd5;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uGK3zc1KK9 .content-container {
    flex-wrap: wrap;
  }
}
.cid-uGK3zc1KK9 .text-item {
  width: 50%;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-uGK3zc1KK9 .text-item {
    width: 100%;
  }
}
.cid-uGK3zc1KK9 .btn-item {
  width: 50%;
  position: relative;
  z-index: 11;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-uGK3zc1KK9 .btn-item {
    width: 100%;
    padding: 0 !important;
    margin-top: 20px;
  }
}
.cid-uGK3zc1KK9 .mbr-section-title {
  color: #2B2B2B;
}
@media (max-width: 991px) {
  .cid-uGK3zc1KK9 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uGK3zc1KK9 .mbr-section-subtitle {
  color: #2B2B2B;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-uGK3zc1KK9 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uGK3zc1KK9 .mbr-section-btn .btn {
  min-width: auto !important;
}
@media (max-width: 991px) {
  .cid-uGK3zc1KK9 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uGK3zc1KK9 .circle-blur {
  position: absolute;
  top: 40%;
  left: 40%;
  bottom: auto;
  display: block;
  width: 500px;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(80deg, #e13243, #a47ee3);
  opacity: .9;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-uGK3zc1KK9 .circle-blur {
    display: none !important;
  }
}
.cid-uGK3zcw61n {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefec;
}
.cid-uGK3zcw61n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGK3zcw61n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGK3zcw61n .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-uGK3zcw61n .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uGK3zcw61n .embla__button--next,
.cid-uGK3zcw61n .embla__button--prev {
  display: flex;
}
.cid-uGK3zcw61n .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;
}
@media (max-width: 768px) {
  .cid-uGK3zcw61n .embla__button {
    display: none;
  }
}
.cid-uGK3zcw61n .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uGK3zcw61n .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uGK3zcw61n .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGK3zcw61n .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uGK3zcw61n .embla__button {
    top: auto;
  }
}
.cid-uGK3zcw61n .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uGK3zcw61n .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-uGK3zcw61n .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-uGK3zcw61n .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uGK3zcw61n .embla {
  position: relative;
  width: 100%;
}
.cid-uGK3zcw61n .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uGK3zcw61n .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uGK3zcw61n .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uGK3zcw61n .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uGK3zcw61n .user_text {
  text-align: center;
}
.cid-uGK3zd6Zes {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefec;
}
.cid-uGK3zd6Zes .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGK3zd6Zes .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGK3zd6Zes .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-uGK3zd6Zes .col-title {
    margin-bottom: 30px;
  }
}
.cid-uGK3zd6Zes .mbr-section-title {
  color: #2B2B2B;
}
@media (max-width: 991px) {
  .cid-uGK3zd6Zes .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uGK3zd6Zes .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-uGK3zd6Zes .mbr-section-subtitle {
    margin-top: 16px;
    text-align: center !important;
  }
}
.cid-uGK3zd6Zes .panel-group {
  border: none;
  padding: 0 !important;
}
.cid-uGK3zd6Zes .card {
  padding: 0 20px !important;
}
.cid-uGK3zd6Zes .card-border {
  height: 2px;
  width: 100%;
  background-color: #dfdfd8;
  margin-top: auto;
}
.cid-uGK3zd6Zes .card-border-top {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uGK3zd6Zes .card-border-top2 {
    display: none;
  }
}
.cid-uGK3zd6Zes .mbr-iconfont {
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin-left: 1rem;
  padding: 8px;
  background-color: #e13243;
  transition: all ease-in-out 0.3s;
  border-radius: 50%;
}
.cid-uGK3zd6Zes .card-header {
  border-bottom: none !important;
  padding: 15px 0 !important;
}
.cid-uGK3zd6Zes .card-header:hover .mbr-iconfont {
  background-color: #cecec1 !important;
}
.cid-uGK3zd6Zes .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uGK3zd6Zes .panel-body {
  padding-bottom: 20px;
}
.cid-uGK3zd6Zes .panel-text {
  margin-bottom: 20px !important;
  color: #646464;
}
.cid-uGK3zd6Zes .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uGK3zd6Zes .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uGK3zd6Zes .panel-title-edit {
  color: #2B2B2B;
}
.cid-uGK3zdwt6m {
  background-color: #efefec;
}
.cid-uGK3zdwt6m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGK3zdwt6m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGK3zdwt6m .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-uGK3zdwt6m .container-fluid {
    padding: 0 12px;
  }
}
.cid-uGK3zdwt6m .row {
  margin-top: -3px;
  border-radius: 5px;
  padding: 80px 64px 80px 28px;
  padding: 80px 28px 80px 64px;
}
@media (max-width: 992px) {
  .cid-uGK3zdwt6m .row {
    padding: 48px 20px;
  }
}
@media (max-width: 992px) {
  .cid-uGK3zdwt6m .row {
    padding: 48px 20px;
  }
}
.cid-uGK3zdwt6m .card {
  padding: 0;
  border-radius: 0;
}
.cid-uGK3zdwt6m .card:last-child {
  padding-right: 28px;
  justify-content: center;
  padding-right: 0;
  padding-left: 28px;
}
@media (max-width: 992px) {
  .cid-uGK3zdwt6m .card:last-child {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uGK3zdwt6m .card:last-child {
    padding: 0;
  }
}
.cid-uGK3zdwt6m .card .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uGK3zdwt6m .card .image-wrapper {
    margin-bottom: 80px;
  }
}
.cid-uGK3zdwt6m .card .image-wrapper img {
  height: 600px;
  object-fit: cover;
  padding: 20px;
  border: 5px solid #e13243;
  border-radius: 200px;
}
@media (max-width: 768px) {
  .cid-uGK3zdwt6m .card .image-wrapper img {
    height: 450px;
  }
}
.cid-uGK3zdwt6m .card .tags-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGK3zdwt6m .card .tags-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uGK3zdwt6m .card .tags-wrapper .tags {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uGK3zdwt6m .card .tags-wrapper .tags .mbr-section-subtitle {
  margin: 0 28px 8px 0;
}
.cid-uGK3zdwt6m .card .tags-wrapper .tags .mbr-tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  margin: 0 6px 6px 0;
  border: 1px solid #e13243;
  border-radius: 30px;
}
.cid-uGK3zdwt6m .card .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uGK3zdwt6m .card .mbr-section-btn .btn {
    width: 95%;
    min-height: 83px;
    border-radius: 70px;
  }
}
.cid-uGK3zdwt6m .mbr-section-title {
  color: #ffffff;
}
.cid-uGK3zdwt6m .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGK3zdwt6m .mbr-tag {
  color: #ffffff;
}
.cid-uGK3zdwt6m .mbr-section-subtitle,
.cid-uGK3zdwt6m .tags-wrapper {
  color: #2b2b2b;
}
.cid-uGK3zdwt6m .mbr-section-title,
.cid-uGK3zdwt6m .mbr-section-btn {
  color: #2b2b2b;
}
.cid-uGK3zdSqhc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefec;
}
.cid-uGK3zdSqhc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGK3zdSqhc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGK3zdSqhc .row {
  justify-content: left;
}
.cid-uGK3zdSqhc .content-container {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  padding: 40px 30px;
  background-color: #efefec;
  border: 2px solid #e5ddd5;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uGK3zdSqhc .content-container {
    flex-wrap: wrap;
  }
}
.cid-uGK3zdSqhc .text-item {
  width: 50%;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-uGK3zdSqhc .text-item {
    width: 100%;
  }
}
.cid-uGK3zdSqhc .btn-item {
  width: 50%;
  position: relative;
  z-index: 11;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-uGK3zdSqhc .btn-item {
    width: 100%;
    padding: 0 !important;
    margin-top: 20px;
  }
}
.cid-uGK3zdSqhc .mbr-section-title {
  color: #2B2B2B;
}
@media (max-width: 991px) {
  .cid-uGK3zdSqhc .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uGK3zdSqhc .mbr-section-subtitle {
  color: #2B2B2B;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-uGK3zdSqhc .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uGK3zdSqhc .mbr-section-btn .btn {
  min-width: auto !important;
}
@media (max-width: 991px) {
  .cid-uGK3zdSqhc .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uGK3zdSqhc .circle-blur {
  position: absolute;
  top: 40%;
  left: 40%;
  bottom: auto;
  display: block;
  width: 500px;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(80deg, #e13243, #a47ee3);
  opacity: .9;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-uGK3zdSqhc .circle-blur {
    display: none !important;
  }
}
.cid-uGK3zesYUG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e13243;
}
.cid-uGK3zesYUG .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uGK3zesYUG .social-row {
    justify-content: center;
  }
  .cid-uGK3zesYUG .social-row .soc-item {
    margin-right: 0;
    margin: 0 0.5rem;
  }
}
.cid-uGK3zesYUG .mbr-section-subtitle {
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}
.cid-uGK3zesYUG a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uGK3zesYUG li {
  line-height: 2;
}
.cid-uGK3zesYUG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 0.8rem;
  margin-bottom: 1rem;
  height: 3.2rem;
  width: 3.2rem;
}
.cid-uGK3zesYUG .soc-item:hover .mbr-iconfont {
  color: #e13243;
}
.cid-uGK3zesYUG .list {
  list-style: none;
  padding-left: 0;
  color: #ffe40e;
}
@media (max-width: 991px) {
  .cid-uGK3zesYUG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGK3zesYUG .list {
    margin-bottom: 0rem;
  }
}
.cid-uGK3zesYUG .mbr-text {
  color: #bbbbbb;
}
.cid-uGK3zesYUG .mbr-iconfont {
  transition: color 0.3s;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-uGK3zesYUG .list P {
  text-align: center;
}
.cid-uGK3zf2qFx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-uGK3zf2qFx nav.navbar {
  position: fixed;
}
.cid-uGK3zf2qFx .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-uGK3zf2qFx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uGK3zf2qFx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uGK3zf2qFx .dropdown-item:hover,
.cid-uGK3zf2qFx .dropdown-item:focus {
  background: #e13243 !important;
  color: #1d191f !important;
}
.cid-uGK3zf2qFx .dropdown-item:hover span {
  color: white;
}
.cid-uGK3zf2qFx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uGK3zf2qFx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uGK3zf2qFx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uGK3zf2qFx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uGK3zf2qFx .nav-link {
  position: relative;
}
.cid-uGK3zf2qFx .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uGK3zf2qFx .container {
    flex-wrap: nowrap;
  }
}
.cid-uGK3zf2qFx .iconfont-wrapper {
  color: #646464 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGK3zf2qFx .dropdown-menu,
.cid-uGK3zf2qFx .navbar.opened {
  background: #fafaf6 !important;
}
.cid-uGK3zf2qFx .nav-item:focus,
.cid-uGK3zf2qFx .nav-link:focus {
  outline: none;
}
.cid-uGK3zf2qFx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGK3zf2qFx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGK3zf2qFx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGK3zf2qFx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGK3zf2qFx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGK3zf2qFx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGK3zf2qFx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 2px solid #dfdfd8;
  background: #fafaf6;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-uGK3zf2qFx .navbar.opened {
  transition: all 0.3s;
}
.cid-uGK3zf2qFx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGK3zf2qFx .navbar .navbar-logo img {
  width: auto;
}
.cid-uGK3zf2qFx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGK3zf2qFx .navbar.collapsed {
  justify-content: center;
}
.cid-uGK3zf2qFx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGK3zf2qFx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGK3zf2qFx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGK3zf2qFx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGK3zf2qFx .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-uGK3zf2qFx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGK3zf2qFx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGK3zf2qFx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGK3zf2qFx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGK3zf2qFx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGK3zf2qFx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGK3zf2qFx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGK3zf2qFx .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-uGK3zf2qFx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGK3zf2qFx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGK3zf2qFx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGK3zf2qFx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uGK3zf2qFx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGK3zf2qFx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGK3zf2qFx .navbar.navbar-short {
  min-height: 70px;
}
.cid-uGK3zf2qFx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGK3zf2qFx .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-uGK3zf2qFx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 10px;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0 auto auto;
}
.cid-uGK3zf2qFx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGK3zf2qFx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGK3zf2qFx .dropdown-item.active,
.cid-uGK3zf2qFx .dropdown-item:active {
  background-color: transparent;
}
.cid-uGK3zf2qFx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGK3zf2qFx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGK3zf2qFx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGK3zf2qFx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafaf6;
}
.cid-uGK3zf2qFx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGK3zf2qFx .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #e13243 !important;
}
.cid-uGK3zf2qFx .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGK3zf2qFx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGK3zf2qFx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGK3zf2qFx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGK3zf2qFx button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: auto;
  margin-right: 12px;
}
.cid-uGK3zf2qFx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGK3zf2qFx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGK3zf2qFx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGK3zf2qFx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGK3zf2qFx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGK3zf2qFx button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e13243;
  transition: all 0.2s;
}
.cid-uGK3zf2qFx .navbar-toggler-close {
  position: fixed;
  right: 20px;
  top: 20px;
  margin-right: 0 !important;
}
.cid-uGK3zf2qFx .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGK3zf2qFx .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGK3zf2qFx .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGK3zf2qFx .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGK3zf2qFx .navbar-toggler-close .hamburger-bg {
  opacity: 0;
}
.cid-uGK3zf2qFx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uGK3zf2qFx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGK3zf2qFx .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-uGK3zf2qFx .navbar {
    height: 70px;
  }
  .cid-uGK3zf2qFx .navbar.opened {
    height: auto;
  }
  .cid-uGK3zf2qFx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGK3zf2qFx .sidebar-brand {
  padding: 0 0 10px;
  margin: 0 auto 30px;
  border-bottom: 2px solid #646464;
}
.cid-uGK3zf2qFx .navbar-nav-main {
  width: 40%;
  margin: 0;
}
.cid-uGK3zf2qFx .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-uGK3zf2qFx .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-uGK3zf2qFx .navbar-nav-main .nav-item .nav-link:hover {
  color: #e13243 !important;
}
.cid-uGK3zf2qFx .navbar-nav-right {
  justify-content: flex-end;
}
.cid-uGK3zf2qFx .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-uGK3zf2qFx .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-uGK3zf2qFx .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-uGK3zf2qFx .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-uGK3zf2qFx {
    min-height: 0;
    height: 0;
  }
  .cid-uGK3zf2qFx .navbar,
  .cid-uGK3zf2qFx .navbar-short {
    min-height: 0 !important;
    height: 0 !important;
    border: none !important;
  }
  .cid-uGK3zf2qFx .container,
  .cid-uGK3zf2qFx .container-fluid {
    flex-wrap: nowrap;
    top: 50px;
    max-width: 100% !important;
  }
  .cid-uGK3zf2qFx .navbar-brand-main {
    display: none !important;
  }
  .cid-uGK3zf2qFx .navbar-nav-main {
    display: none !important;
  }
  .cid-uGK3zf2qFx .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-uGK3zf2qFx .sidbar-nav .nav-item {
    margin: 0 auto 15px !important;
    padding: 5px 0 !important;
    justify-content: center;
    text-align: center;
  }
  .cid-uGK3zf2qFx .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-uGK3zf2qFx .sidbar-nav .nav-item .nav-link:hover {
    color: #e13243 !important;
  }
  .cid-uGK3zf2qFx .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-uGK3zf2qFx .mbr-section-btn {
    margin-top: auto;
  }
  .cid-uGK3zf2qFx .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #e13243;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-uGK3zf2qFx .navbar-collapse.show {
    padding: 48px 40px 38px;
    position: fixed;
    background-color: #e13243;
    width: 420px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-uGK3zf2qFx .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-uGK3zf2qFx .navbar-collapse.show {
    width: 100% !important;
  }
}
