.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Prompt;
}
.display-1 {
  font-family: 'Prompt', sans-serif;
  font-size: 6rem;
  line-height: 1.05;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Prompt', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Prompt', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Prompt', sans-serif;
  font-size: 2.4rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3rem;
}
.display-7 {
  font-family: 'Teachers', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #4b3a69 !important;
}
.bg-success {
  background-color: #87ceeb !important;
}
.bg-info {
  background-color: #f7fff7 !important;
}
.bg-warning {
  background-color: #ffb2ef !important;
}
.bg-danger {
  background-color: #ff9063 !important;
}
.btn-primary {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-primary,
.btn-primary:active {
  background-color: #4b3a69 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #624c8a !important;
  border-color: #624c8a !important;
}
.btn-secondary {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffe66d !important;
  border-color: #000000 !important;
  color: #6d5a00 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #6d5a00 !important;
  background-color: #ffefa0 !important;
  border-color: #ffefa0 !important;
}
.btn-info {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-info,
.btn-info:active {
  background-color: #f7fff7 !important;
  border-color: #000000 !important;
  color: #00f700 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #00f700 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-success,
.btn-success:active {
  background-color: #87ceeb !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b3e0f2 !important;
  border-color: #b3e0f2 !important;
}
.btn-warning {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffb2ef !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffe5fa !important;
  border-color: #ffe5fa !important;
}
.btn-danger {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9063 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ffb496 !important;
  border-color: #ffb496 !important;
}
.btn-white {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #000000 !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #4b3a69;
  color: #4b3a69;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #231b31 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #231b31 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4b3a69 !important;
  border-color: #4b3a69 !important;
}
.btn-secondary-outline {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffe66d;
  color: #ffe66d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffd716 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #ffd716 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #6d5a00 !important;
  background-color: #ffe66d !important;
  border-color: #ffe66d !important;
}
.btn-info-outline {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f7fff7;
  color: #f7fff7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a0ffa0 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #a0ffa0 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #00f700 !important;
  background-color: #f7fff7 !important;
  border-color: #f7fff7 !important;
}
.btn-success-outline {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #87ceeb;
  color: #87ceeb;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3db0df !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #3db0df !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #87ceeb !important;
  border-color: #87ceeb !important;
}
.btn-warning-outline {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffb2ef;
  color: #ffb2ef;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff5bdd !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #ff5bdd !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffb2ef !important;
  border-color: #ffb2ef !important;
}
.btn-danger-outline {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9063;
  color: #ff9063;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff520c !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #ff520c !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9063 !important;
  border-color: #ff9063 !important;
}
.btn-black-outline {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.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;
  box-shadow: none;
  border-color: #cfcfcf !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #4b3a69 !important;
}
.text-secondary {
  color: #ffe66d !important;
}
.text-success {
  color: #87ceeb !important;
}
.text-info {
  color: #f7fff7 !important;
}
.text-warning {
  color: #ffb2ef !important;
}
.text-danger {
  color: #ff9063 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1c1627 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ffd507 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #30aadc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #91ff91 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff4cda !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fc4900 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #4b3a69;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f7fff7;
}
.alert-warning {
  background-color: #ffb2ef;
}
.alert-danger {
  background-color: #ff9063;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4b3a69;
  border-color: #4b3a69;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #4b3a69;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #8872b1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Teachers', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #4b3a69 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Teachers', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #4b3a69;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4b3a69;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4b3a69;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #4b3a69;
  border-bottom-color: #4b3a69;
}
.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: #4b3a69 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffe66d !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='%234b3a69' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 12px 28px;
  border-radius: 5rem !important;
  border-width: 3px !important;
  font-weight: 400 !important;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  transform: translate(0.2rem, 0.2rem);
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 12px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.content-wrapper,
.image-wrap,
.google-map,
.item-wrapper {
  border-radius: 1rem !important;
}
.item-wrap {
  border-radius: 20px;
}
.form-control {
  border-radius: 20rem !important;
}
.cid-uDxMjdRLKs {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDxMjdRLKs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uDxMjdRLKs .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDxMjdRLKs .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDxMjdRLKs .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-uDxMjdRLKs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDxMjdRLKs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDxMjdRLKs .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uDxMjdRLKs .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uDxMjdRLKs .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-uDxMjdRLKs .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uDxMjdRLKs .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uDxMjdRLKs .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uDxMjdRLKs .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uDxMjdRLKs .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDxMjdRLKs .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDxMjdRLKs .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-uDxMjdRLKs .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #f96e47;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uDxMjdRLKs .nav-link::before {
    left: 8px;
  }
}
.cid-uDxMjdRLKs .nav-link:hover {
  opacity: 1;
}
.cid-uDxMjdRLKs .nav-link:hover::before {
  opacity: 1;
}
.cid-uDxMjdRLKs .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDxMjdRLKs .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDxMjdRLKs .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-uDxMjdRLKs .navbar-caption:hover,
.cid-uDxMjdRLKs .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-uDxMjdRLKs .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDxMjdRLKs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uDxMjdRLKs .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #f2f2f2;
  box-shadow: none;
  position: relative;
  border: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uDxMjdRLKs .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uDxMjdRLKs .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-uDxMjdRLKs .menu-container {
    margin: 16px;
  }
}
.cid-uDxMjdRLKs .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uDxMjdRLKs .iconfont-wrapper:hover,
.cid-uDxMjdRLKs .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uDxMjdRLKs .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #f2f2f2;
}
.cid-uDxMjdRLKs .nav-item:focus,
.cid-uDxMjdRLKs .nav-link:focus {
  outline: none;
}
.cid-uDxMjdRLKs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDxMjdRLKs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDxMjdRLKs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDxMjdRLKs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDxMjdRLKs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDxMjdRLKs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDxMjdRLKs .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uDxMjdRLKs .navbar.opened {
  transition: all 0.3s;
}
.cid-uDxMjdRLKs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDxMjdRLKs .navbar .navbar-logo img {
  width: auto;
}
.cid-uDxMjdRLKs .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uDxMjdRLKs .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uDxMjdRLKs .navbar.collapsed {
  justify-content: center;
}
.cid-uDxMjdRLKs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDxMjdRLKs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDxMjdRLKs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uDxMjdRLKs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDxMjdRLKs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDxMjdRLKs .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-uDxMjdRLKs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDxMjdRLKs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDxMjdRLKs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDxMjdRLKs .navbar {
    min-height: 72px;
  }
  .cid-uDxMjdRLKs .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDxMjdRLKs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDxMjdRLKs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDxMjdRLKs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDxMjdRLKs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDxMjdRLKs .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-uDxMjdRLKs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDxMjdRLKs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDxMjdRLKs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDxMjdRLKs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDxMjdRLKs .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDxMjdRLKs .dropdown-item.active,
.cid-uDxMjdRLKs .dropdown-item:active {
  background-color: transparent;
}
.cid-uDxMjdRLKs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDxMjdRLKs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDxMjdRLKs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDxMjdRLKs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-uDxMjdRLKs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDxMjdRLKs .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDxMjdRLKs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDxMjdRLKs .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDxMjdRLKs .navbar-buttons {
    text-align: left;
  }
}
.cid-uDxMjdRLKs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDxMjdRLKs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f96e47;
}
.cid-uDxMjdRLKs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDxMjdRLKs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDxMjdRLKs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDxMjdRLKs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDxMjdRLKs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDxMjdRLKs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDxMjdRLKs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDxMjdRLKs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDxMjdRLKs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDxMjdRLKs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDxMjdRLKs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uDxMjdRLKs .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDxMjdRLKs .navbar {
    height: 70px;
  }
  .cid-uDxMjdRLKs .navbar.opened {
    height: auto;
  }
  .cid-uDxMjdRLKs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDxMjdRLKs .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDxMjdRLKs .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDxMjdRLKs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDxMjdRLKs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uDxMjdRLKs .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDxMjdRLKs .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uDxMjdRLKs .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uDxMjdRLKs .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uDxMjdRLKs .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-uDxMjdRLKs .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uDxMjdRLKs .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDxMjdRLKs .navbar-brand {
    margin-right: auto;
  }
  .cid-uDxMjdRLKs .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f2f2f2;
  }
  .cid-uDxMjdRLKs .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDxMjdRLKs .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDxMjdRLKs .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDxMjdRLKs .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDxMjdRLKs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDxMjdRLKs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uDxMjdRLKs .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDxMjdRLKs .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDxMjdRLKs .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uDxMjdRLKs .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDxMjdRLKs .navbar-brand,
.cid-uDxMjdRLKs .navbar-toggler,
.cid-uDxMjdRLKs .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uDxMcJfvWT {
  background-color: #e7e7e7;
}
.cid-uDxMcJfvWT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxMcJfvWT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxMcJfvWT .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uDxMcJfvWT .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uDxMcJfvWT .container {
    padding: 0 26px;
  }
}
.cid-uDxMcJfvWT .row {
  justify-content: center;
}
.cid-uDxMcJfvWT .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 1000px;
  padding: 100px;
}
@media (max-width: 1440px) {
  .cid-uDxMcJfvWT .content-wrapper {
    height: 800px;
    padding: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uDxMcJfvWT .content-wrapper {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .cid-uDxMcJfvWT .content-wrapper {
    height: auto;
  }
}
.cid-uDxMcJfvWT .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uDxMcJfvWT .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: 1;
  pointer-events: none;
  background-color: #000000;
  opacity: .5;
}
.cid-uDxMcJfvWT .content-wrapper .content-wrap {
  width: 100%;
  position: relative;
  z-index: 2;
}
.cid-uDxMcJfvWT .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uDxMcJfvWT .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uDxMcJfvWT .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDxMcJfvWT .mbr-section-title {
  color: #ffffff;
}
.cid-uDxMcJfvWT .mbr-text,
.cid-uDxMcJfvWT .text-wrapper {
  color: #ffffff;
}
.cid-uDsiW8WEgT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uDsiW8WEgT .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uDsiW8WEgT .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uDsiW8WEgT .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #4b3a69;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  border-radius: 0;
  content: "✓";
}
.cid-uDsiW8WEgT .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uDsiW8WEgT .mbr-text {
  color: #3d5943;
}
.cid-uDsjHaM2iG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uDsjHaM2iG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDsjHaM2iG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDsjHaM2iG .card {
  justify-content: flex-end;
}
.cid-uDsjHaM2iG .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uDsjHaM2iG .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDsjHaM2iG .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uDsjHaM2iG .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uDsjHaM2iG .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDsjHaM2iG .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDsjHaM2iG .mbr-section-title {
  color: #000000;
}
.cid-uDsjHaM2iG .mbr-desc {
  color: #000000;
}
.cid-uDsjHaM2iG .mbr-text,
.cid-uDsjHaM2iG .text-wrapper {
  color: #000000;
}
.cid-uDxNdsdq8C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4b3a69;
}
.cid-uDxNdsdq8C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxNdsdq8C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxNdsdq8C .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uDxNdsdq8C .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uDxNdsdq8C .container {
    padding: 0 30px;
  }
}
.cid-uDxNdsdq8C .card-wrapper {
  padding: 40px 3rem;
  border-radius: 3em;
  background-color: #e7e7e7;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uDxNdsdq8C .card-wrapper {
    display: block;
    padding: 30px 20px;
  }
}
.cid-uDxNdsdq8C .card-wrapper .title-wrapper {
  margin-right: 50px;
  min-width: 250px;
}
@media (max-width: 992px) {
  .cid-uDxNdsdq8C .card-wrapper .title-wrapper {
    margin: 0;
  }
}
.cid-uDxNdsdq8C .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uDxNdsdq8C .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDxNdsdq8C .mbr-section-title {
  color: #2b2b2b;
}
.cid-uDxNdsdq8C .mbr-text {
  color: #000000;
}
.cid-uDxOlxLtC1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uDxOlxLtC1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxOlxLtC1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxOlxLtC1 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uDxOlxLtC1 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDxOlxLtC1 .icon-wrap {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uDxOlxLtC1 .icon-wrap {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-uDxOlxLtC1 .icon-wrap .mbr-iconfont {
  display: inline-flex;
  width: 70px;
  height: 70px;
  color: #000000;
  font-size: 70px;
}
@media (max-width: 992px) {
  .cid-uDxOlxLtC1 .icon-wrap .mbr-iconfont {
    width: 48px;
    height: 48px;
    font-size: 48px;
  }
}
.cid-uDxOlxLtC1 .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uDxOlxLtC1 .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uDxOlxLtC1 .items-wrap .card_2 {
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uDxOlxLtC1 .items-wrap .card_2 {
    padding-top: 0;
  }
}
.cid-uDxOlxLtC1 .items-wrap .card_3 {
  padding-top: 400px;
}
@media (max-width: 992px) {
  .cid-uDxOlxLtC1 .items-wrap .card_3 {
    padding-top: 0;
  }
}
.cid-uDxOlxLtC1 .item .item-wrapper .card-box {
  padding: 42px 28px;
  background-color: #4b3a69;
  min-height: 600px;
}
@media (max-width: 992px) {
  .cid-uDxOlxLtC1 .item .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uDxOlxLtC1 .item .item-wrapper .card-box .item-number {
  margin-bottom: 32px;
}
.cid-uDxOlxLtC1 .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-uDxOlxLtC1 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uDxOlxLtC1 .mbr-section-title {
  color: #000000;
}
.cid-uDxOlxLtC1 .item-title {
  color: #ffffff;
}
.cid-uDxOlxLtC1 .item-number {
  color: #ffffff;
}
.cid-uDxOlxLtC1 .item-text {
  color: #ffffff;
}
.cid-uDxPUCrn4M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4b3a69;
}
.cid-uDxPUCrn4M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxPUCrn4M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxPUCrn4M .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #e7e7e7;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uDxPUCrn4M .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-uDxPUCrn4M .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uDxPUCrn4M .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uDxPUCrn4M .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uDxPUCrn4M .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uDxPUCrn4M .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uDxPUCrn4M .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uDxPUCrn4M .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-uDxPUCrn4M .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-uDxPUCrn4M .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDxPUCrn4M .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-uDxPUCrn4M .mbr-section-title {
  color: #212529;
}
.cid-uDxPUCrn4M .mbr-desc {
  color: #212529;
}
.cid-uDxPDrFkMm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e7e7e7;
}
.cid-uDxPDrFkMm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxPDrFkMm .col-12 {
  padding: 0;
}
.cid-uDxPDrFkMm .row {
  margin: 0;
}
.cid-uDxPDrFkMm .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uDxPDrFkMm .card-margin {
    margin-top: -1px;
  }
}
.cid-uDxPDrFkMm .card-wrapper {
  min-height: 500px;
  border: 1px solid #4b3a69;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uDxPDrFkMm .card-wrapper {
    padding: 1rem;
  }
}
.cid-uDxPDrFkMm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxPDrFkMm .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uDxPDrFkMm .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uDxPDrFkMm .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uDxPDrFkMm .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uDxPDrFkMm .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
.cid-uDxPDrFkMm .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uDxPDrFkMm .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDxPDrFkMm .image-wrapper {
    padding: 1rem;
  }
}
.cid-uDxPDrFkMm .mbr-section-title {
  color: #221b35;
}
.cid-uDxPDrFkMm .mbr-text,
.cid-uDxPDrFkMm .mbr-section-btn {
  color: #221b35;
}
.cid-uDxNDW9oot {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uDxNDW9oot .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxNDW9oot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxNDW9oot .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uDxNDW9oot .items-wrap {
  justify-content: center;
}
.cid-uDxNDW9oot .item {
  margin-bottom: 32px;
}
.cid-uDxNDW9oot .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uDxNDW9oot .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uDxNDW9oot .mbr-section-title {
  color: #000000;
}
.cid-uDxNDW9oot .item-title {
  color: #191c25;
}
.cid-uDxNDW9oot .item-text {
  color: #191c25;
}
.cid-uDsjJyzh0S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uDsjJyzh0S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDsjJyzh0S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDsjJyzh0S .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uDsjJyzh0S .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uDsjJyzh0S .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDsjJyzh0S .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uDsjJyzh0S .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDsjJyzh0S .mbr-section-title {
  color: #000000;
}
.cid-uDsjJyzh0S .mbr-desc {
  color: #000000;
}
.cid-uDsjJyzh0S .mbr-text {
  color: #000000;
}
.cid-uhtTItS7uJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4b3a69;
}
.cid-uhtTItS7uJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhtTItS7uJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhtTItS7uJ .content-wrapper {
  padding: 80px 90px;
  background-color: #e7e7e7;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uhtTItS7uJ .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uhtTItS7uJ .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uhtTItS7uJ .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
  padding-right: 0;
  padding-left: 48px;
}
@media (max-width: 1199px) {
  .cid-uhtTItS7uJ .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uhtTItS7uJ .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 1199px) {
  .cid-uhtTItS7uJ .content-wrapper .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uhtTItS7uJ .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uhtTItS7uJ .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uhtTItS7uJ .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uhtTItS7uJ .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uhtTItS7uJ .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uhtTItS7uJ .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uhtTItS7uJ .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uhtTItS7uJ .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #4b3a69;
}
@media (max-width: 992px) {
  .cid-uhtTItS7uJ .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uhtTItS7uJ .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uhtTItS7uJ .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uhtTItS7uJ .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhtTItS7uJ .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uhtTItS7uJ .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uhtTItS7uJ .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uhtTItS7uJ .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uhtTItS7uJ .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uhtTItS7uJ .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uhtTItS7uJ .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uhtTItS7uJ .mbr-section-title {
  color: #050f0f;
}
.cid-uhtTItS7uJ .mbr-text {
  color: #050f0f;
}
.cid-uhtTItS7uJ .panel-title-edit {
  color: #050f0f;
}
.cid-uhtTItS7uJ .panel-text {
  color: #050f0f;
}
.cid-uhtTItS7uJ .panel-title-edit,
.cid-uhtTItS7uJ .icon-wrapper {
  color: #ffffff;
}
.cid-uDscZU1Aka {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uDscZU1Aka .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDscZU1Aka .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDscZU1Aka .content-wrapper {
  padding: 0 60px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uDscZU1Aka .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uDscZU1Aka .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 80px;
}
@media (max-width: 1199px) {
  .cid-uDscZU1Aka .content-wrapper .content-wrap {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uDscZU1Aka .content-wrapper .content-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uDscZU1Aka .content-wrapper .content-wrap .text-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uDscZU1Aka .content-wrapper .content-wrap .text-wrapper {
    position: static;
  }
}
.cid-uDscZU1Aka .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uDscZU1Aka .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uDscZU1Aka .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDscZU1Aka .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uDscZU1Aka .content-wrapper .items-wrapper {
  padding-left: 80px;
  border-left: 3px solid #4b3a69;
  width: 50%;
}
@media (max-width: 1199px) {
  .cid-uDscZU1Aka .content-wrapper .items-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uDscZU1Aka .content-wrapper .items-wrapper {
    border-left: none;
    border-top: 3px solid #4b3a69;
    padding-left: 0;
    width: 100%;
  }
}
.cid-uDscZU1Aka .content-wrapper .items-wrapper .item {
  padding: 32px 0;
}
@media (max-width: 992px) {
  .cid-uDscZU1Aka .content-wrapper .items-wrapper .item {
    padding: 32px 0 0;
  }
}
.cid-uDscZU1Aka .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uDscZU1Aka .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uDscZU1Aka .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
    margin-bottom: 0;
  }
}
.cid-uDscZU1Aka .mbr-section-title {
  color: #050f0f;
}
.cid-uDscZU1Aka .mbr-text {
  color: #050f0f;
}
.cid-uDscZU1Aka .item-title {
  color: #050f0f;
}
.cid-uDscZU1Aka .item-text {
  color: #050f0f;
}
.cid-uDseI5R4p9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e7e7e7;
}
.cid-uDseI5R4p9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDseI5R4p9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDseI5R4p9 .row {
  justify-content: center;
}
.cid-uDseI5R4p9 .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uDseI5R4p9 .col-title {
    margin-bottom: 20px;
  }
}
.cid-uDseI5R4p9 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-uDseI5R4p9 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uDseI5R4p9 .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uDseI5R4p9 .card-row {
  align-items: stretch;
}
.cid-uDseI5R4p9 .card {
  padding: 10px;
}
.cid-uDseI5R4p9 .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #4b3a69;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-uDseI5R4p9 .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-uDseI5R4p9 .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uDseI5R4p9 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uDseI5R4p9 .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-uDseI5R4p9 .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-uDseI5R4p9 .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #4b3a69;
  }
}
.cid-uDseI5R4p9 .card-wrapper:hover .card-box {
  background-color: #ffffff;
}
.cid-uDseI5R4p9 .card-wrapper:hover .iconfont-wrapper {
  background-color: #4b3a69;
}
.cid-uDseI5R4p9 .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-uDseI5R4p9 .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uDxQeezxvB {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #e7e7e7;
}
.cid-uDxQeezxvB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxQeezxvB .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uDxQeezxvB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxQeezxvB h1 {
  max-width: 800px;
}
.cid-uDxQeezxvB p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uDxQeezxvB {
    align-items: center;
  }
  .cid-uDxQeezxvB .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uDxQeezxvB .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uDxQeezxvB {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uDxQeezxvB .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uDxQeezxvB .content-wrap {
    width: 100%;
  }
}
.cid-uDxQeezxvB .mbr-section-subtitle,
.cid-uDxQeezxvB .line {
  color: #291f1e;
}
.cid-uDxQeezxvB .mbr-text,
.cid-uDxQeezxvB .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uDxQeezxvB .mbr-section-title {
  color: #291f1e;
}
.cid-uhtTGmhKql {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uhtTGmhKql .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhtTGmhKql .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhtTGmhKql .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uhtTGmhKql .content-wrapper {
    padding: 0;
  }
}
.cid-uhtTGmhKql .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uhtTGmhKql .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uhtTGmhKql .content-wrapper .google-map {
  border: 3px solid #e7e7e7;
  box-shadow: 4px 4px 0 0 #e7e7e7;
}
.cid-uhtTGmhKql .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uhtTGmhKql .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uhtTGmhKql .mbr-section-title {
  color: #050f0f;
}
.cid-uhtTGmhKql .mbr-section-title,
.cid-uhtTGmhKql .mbr-section-btn {
  color: #4b3a69;
  text-align: center;
}
.cid-uDsfTVzmtb {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e7e7e7;
}
.cid-uDsfTVzmtb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDsfTVzmtb .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uDsfTVzmtb .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDsfTVzmtb .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uDsfTVzmtb a {
  font-weight: 600;
}
.cid-uDsfTVzmtb a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uDsfTVzmtb .col-lg-3,
  .cid-uDsfTVzmtb .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uDsfTVzmtb .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uDsfTVzmtb .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uDsfTVzmtb h5 {
  margin: 0;
}
.cid-uDsfTVzmtb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDsfTVzmtb .iconfont-wrapper {
  position: relative;
}
.cid-uDsfTVzmtb .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uDsfTVzmtb .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uDsfTVzmtb .sociconfont-wrapper {
  display: flex;
}
.cid-uDsfTVzmtb .card-title,
.cid-uDsfTVzmtb .iconfont-wrapper {
  color: #000000;
}
.cid-uDsfTVzmtb .card-text {
  color: #000000;
}
.cid-uDsfTVzmtb .mbr-section-title {
  color: #000000;
}
.cid-uDsfTVzmtb .main-title,
.cid-uDsfTVzmtb .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uDshIy1Jl0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4b3a69;
}
.cid-uDshIy1Jl0 [class^='socicon-']:before,
.cid-uDshIy1Jl0 [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-uDshIy1Jl0 .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #2e6b75;
  transition: all 0.3s;
  border-color: #2e6b75;
}
.cid-uDshIy1Jl0 .btn-social:hover {
  background: #2e6b75;
}
.cid-uDshIy1Jl0 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-uDshIy1Jl0 .btn-social:hover span {
  color: #ffffff !important;
}
.cid-uDshIy1Jl0 .mbr-section-title {
  color: #2e6b75;
}
.cid-uDshIy1Jl0 .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-uDshIy1Jl0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDshIy1Jl0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDsg3RkfYJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e7e7e7;
  overflow: hidden;
}
.cid-uDsg3RkfYJ .media-container-row .mbr-text {
  color: #000000;
}
.cid-uDBn2PxN7r {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDBn2PxN7r .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uDBn2PxN7r .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDBn2PxN7r .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDBn2PxN7r .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-uDBn2PxN7r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDBn2PxN7r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDBn2PxN7r .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uDBn2PxN7r .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uDBn2PxN7r .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-uDBn2PxN7r .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uDBn2PxN7r .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uDBn2PxN7r .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uDBn2PxN7r .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uDBn2PxN7r .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDBn2PxN7r .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDBn2PxN7r .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-uDBn2PxN7r .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #f96e47;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uDBn2PxN7r .nav-link::before {
    left: 8px;
  }
}
.cid-uDBn2PxN7r .nav-link:hover {
  opacity: 1;
}
.cid-uDBn2PxN7r .nav-link:hover::before {
  opacity: 1;
}
.cid-uDBn2PxN7r .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDBn2PxN7r .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDBn2PxN7r .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-uDBn2PxN7r .navbar-caption:hover,
.cid-uDBn2PxN7r .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-uDBn2PxN7r .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDBn2PxN7r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uDBn2PxN7r .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #f2f2f2;
  box-shadow: none;
  position: relative;
  border: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uDBn2PxN7r .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uDBn2PxN7r .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-uDBn2PxN7r .menu-container {
    margin: 16px;
  }
}
.cid-uDBn2PxN7r .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uDBn2PxN7r .iconfont-wrapper:hover,
.cid-uDBn2PxN7r .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uDBn2PxN7r .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #f2f2f2;
}
.cid-uDBn2PxN7r .nav-item:focus,
.cid-uDBn2PxN7r .nav-link:focus {
  outline: none;
}
.cid-uDBn2PxN7r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDBn2PxN7r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDBn2PxN7r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDBn2PxN7r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDBn2PxN7r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDBn2PxN7r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDBn2PxN7r .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uDBn2PxN7r .navbar.opened {
  transition: all 0.3s;
}
.cid-uDBn2PxN7r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDBn2PxN7r .navbar .navbar-logo img {
  width: auto;
}
.cid-uDBn2PxN7r .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uDBn2PxN7r .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uDBn2PxN7r .navbar.collapsed {
  justify-content: center;
}
.cid-uDBn2PxN7r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDBn2PxN7r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDBn2PxN7r .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uDBn2PxN7r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDBn2PxN7r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDBn2PxN7r .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-uDBn2PxN7r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDBn2PxN7r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDBn2PxN7r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDBn2PxN7r .navbar {
    min-height: 72px;
  }
  .cid-uDBn2PxN7r .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDBn2PxN7r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDBn2PxN7r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDBn2PxN7r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDBn2PxN7r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDBn2PxN7r .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-uDBn2PxN7r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDBn2PxN7r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDBn2PxN7r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDBn2PxN7r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDBn2PxN7r .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDBn2PxN7r .dropdown-item.active,
.cid-uDBn2PxN7r .dropdown-item:active {
  background-color: transparent;
}
.cid-uDBn2PxN7r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDBn2PxN7r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDBn2PxN7r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDBn2PxN7r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-uDBn2PxN7r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDBn2PxN7r .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDBn2PxN7r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDBn2PxN7r .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDBn2PxN7r .navbar-buttons {
    text-align: left;
  }
}
.cid-uDBn2PxN7r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDBn2PxN7r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f96e47;
}
.cid-uDBn2PxN7r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDBn2PxN7r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDBn2PxN7r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDBn2PxN7r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDBn2PxN7r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDBn2PxN7r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDBn2PxN7r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDBn2PxN7r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDBn2PxN7r .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDBn2PxN7r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDBn2PxN7r .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uDBn2PxN7r .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDBn2PxN7r .navbar {
    height: 70px;
  }
  .cid-uDBn2PxN7r .navbar.opened {
    height: auto;
  }
  .cid-uDBn2PxN7r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDBn2PxN7r .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDBn2PxN7r .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDBn2PxN7r .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDBn2PxN7r .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uDBn2PxN7r .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDBn2PxN7r .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uDBn2PxN7r .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uDBn2PxN7r .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uDBn2PxN7r .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-uDBn2PxN7r .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uDBn2PxN7r .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDBn2PxN7r .navbar-brand {
    margin-right: auto;
  }
  .cid-uDBn2PxN7r .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f2f2f2;
  }
  .cid-uDBn2PxN7r .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDBn2PxN7r .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDBn2PxN7r .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDBn2PxN7r .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDBn2PxN7r .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDBn2PxN7r .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uDBn2PxN7r .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDBn2PxN7r .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDBn2PxN7r .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uDBn2PxN7r .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDBn2PxN7r .navbar-brand,
.cid-uDBn2PxN7r .navbar-toggler,
.cid-uDBn2PxN7r .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uDBn2QF63N {
  background-color: #e7e7e7;
}
.cid-uDBn2QF63N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDBn2QF63N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDBn2QF63N .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uDBn2QF63N .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uDBn2QF63N .container {
    padding: 0 26px;
  }
}
.cid-uDBn2QF63N .row {
  justify-content: center;
}
.cid-uDBn2QF63N .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 1000px;
  padding: 100px;
}
@media (max-width: 1440px) {
  .cid-uDBn2QF63N .content-wrapper {
    height: 800px;
    padding: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uDBn2QF63N .content-wrapper {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .cid-uDBn2QF63N .content-wrapper {
    height: auto;
  }
}
.cid-uDBn2QF63N .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uDBn2QF63N .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: 1;
  pointer-events: none;
  background-color: #000000;
  opacity: .5;
}
.cid-uDBn2QF63N .content-wrapper .content-wrap {
  width: 100%;
  position: relative;
  z-index: 2;
}
.cid-uDBn2QF63N .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uDBn2QF63N .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uDBn2QF63N .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDBn2QF63N .mbr-section-title {
  color: #ffffff;
}
.cid-uDBn2QF63N .mbr-text,
.cid-uDBn2QF63N .text-wrapper {
  color: #ffffff;
}
.cid-uDBn2RlXCp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uDBn2RlXCp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDBn2RlXCp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDBn2RlXCp .card {
  justify-content: flex-end;
}
.cid-uDBn2RlXCp .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uDBn2RlXCp .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDBn2RlXCp .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uDBn2RlXCp .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uDBn2RlXCp .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDBn2RlXCp .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDBn2RlXCp .mbr-section-title {
  color: #000000;
}
.cid-uDBn2RlXCp .mbr-desc {
  color: #000000;
}
.cid-uDBn2RlXCp .mbr-text,
.cid-uDBn2RlXCp .text-wrapper {
  color: #000000;
}
.cid-uDBn2SpSzT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uDBn2SpSzT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDBn2SpSzT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDBn2SpSzT .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uDBn2SpSzT .content-wrapper {
    padding: 0;
  }
}
.cid-uDBn2SpSzT .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uDBn2SpSzT .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDBn2SpSzT .content-wrapper .google-map {
  border: 3px solid #e7e7e7;
  box-shadow: 4px 4px 0 0 #e7e7e7;
}
.cid-uDBn2SpSzT .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uDBn2SpSzT .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uDBn2SpSzT .mbr-section-title {
  color: #050f0f;
}
.cid-uDBn2SpSzT .mbr-section-title,
.cid-uDBn2SpSzT .mbr-section-btn {
  color: #4b3a69;
  text-align: center;
}
.cid-uDBn2TbiPx {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e7e7e7;
}
.cid-uDBn2TbiPx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDBn2TbiPx .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uDBn2TbiPx .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDBn2TbiPx .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uDBn2TbiPx a {
  font-weight: 600;
}
.cid-uDBn2TbiPx a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uDBn2TbiPx .col-lg-3,
  .cid-uDBn2TbiPx .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uDBn2TbiPx .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uDBn2TbiPx .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uDBn2TbiPx h5 {
  margin: 0;
}
.cid-uDBn2TbiPx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDBn2TbiPx .iconfont-wrapper {
  position: relative;
}
.cid-uDBn2TbiPx .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uDBn2TbiPx .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uDBn2TbiPx .sociconfont-wrapper {
  display: flex;
}
.cid-uDBn2TbiPx .card-title,
.cid-uDBn2TbiPx .iconfont-wrapper {
  color: #000000;
}
.cid-uDBn2TbiPx .card-text {
  color: #000000;
}
.cid-uDBn2TbiPx .mbr-section-title {
  color: #000000;
}
.cid-uDBn2TbiPx .main-title,
.cid-uDBn2TbiPx .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uDBn2U2Mia {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4b3a69;
}
.cid-uDBn2U2Mia [class^='socicon-']:before,
.cid-uDBn2U2Mia [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-uDBn2U2Mia .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #2e6b75;
  transition: all 0.3s;
  border-color: #2e6b75;
}
.cid-uDBn2U2Mia .btn-social:hover {
  background: #2e6b75;
}
.cid-uDBn2U2Mia .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-uDBn2U2Mia .btn-social:hover span {
  color: #ffffff !important;
}
.cid-uDBn2U2Mia .mbr-section-title {
  color: #2e6b75;
}
.cid-uDBn2U2Mia .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-uDBn2U2Mia .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDBn2U2Mia .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDBn2UH07X {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e7e7e7;
  overflow: hidden;
}
.cid-uDBn2UH07X .media-container-row .mbr-text {
  color: #000000;
}
.cid-uDBmCbG3C9 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDBmCbG3C9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uDBmCbG3C9 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDBmCbG3C9 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDBmCbG3C9 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-uDBmCbG3C9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDBmCbG3C9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDBmCbG3C9 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uDBmCbG3C9 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uDBmCbG3C9 .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-uDBmCbG3C9 .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uDBmCbG3C9 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uDBmCbG3C9 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uDBmCbG3C9 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uDBmCbG3C9 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDBmCbG3C9 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDBmCbG3C9 .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-uDBmCbG3C9 .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #f96e47;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uDBmCbG3C9 .nav-link::before {
    left: 8px;
  }
}
.cid-uDBmCbG3C9 .nav-link:hover {
  opacity: 1;
}
.cid-uDBmCbG3C9 .nav-link:hover::before {
  opacity: 1;
}
.cid-uDBmCbG3C9 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDBmCbG3C9 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDBmCbG3C9 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-uDBmCbG3C9 .navbar-caption:hover,
.cid-uDBmCbG3C9 .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-uDBmCbG3C9 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDBmCbG3C9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uDBmCbG3C9 .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #f2f2f2;
  box-shadow: none;
  position: relative;
  border: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uDBmCbG3C9 .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uDBmCbG3C9 .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-uDBmCbG3C9 .menu-container {
    margin: 16px;
  }
}
.cid-uDBmCbG3C9 .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uDBmCbG3C9 .iconfont-wrapper:hover,
.cid-uDBmCbG3C9 .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uDBmCbG3C9 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #f2f2f2;
}
.cid-uDBmCbG3C9 .nav-item:focus,
.cid-uDBmCbG3C9 .nav-link:focus {
  outline: none;
}
.cid-uDBmCbG3C9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDBmCbG3C9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDBmCbG3C9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDBmCbG3C9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDBmCbG3C9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDBmCbG3C9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDBmCbG3C9 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uDBmCbG3C9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uDBmCbG3C9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDBmCbG3C9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uDBmCbG3C9 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uDBmCbG3C9 .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uDBmCbG3C9 .navbar.collapsed {
  justify-content: center;
}
.cid-uDBmCbG3C9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDBmCbG3C9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDBmCbG3C9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uDBmCbG3C9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDBmCbG3C9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDBmCbG3C9 .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-uDBmCbG3C9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDBmCbG3C9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDBmCbG3C9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDBmCbG3C9 .navbar {
    min-height: 72px;
  }
  .cid-uDBmCbG3C9 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDBmCbG3C9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDBmCbG3C9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDBmCbG3C9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDBmCbG3C9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDBmCbG3C9 .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-uDBmCbG3C9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDBmCbG3C9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDBmCbG3C9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDBmCbG3C9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDBmCbG3C9 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDBmCbG3C9 .dropdown-item.active,
.cid-uDBmCbG3C9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uDBmCbG3C9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDBmCbG3C9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDBmCbG3C9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDBmCbG3C9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-uDBmCbG3C9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDBmCbG3C9 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDBmCbG3C9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDBmCbG3C9 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDBmCbG3C9 .navbar-buttons {
    text-align: left;
  }
}
.cid-uDBmCbG3C9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDBmCbG3C9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f96e47;
}
.cid-uDBmCbG3C9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDBmCbG3C9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDBmCbG3C9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDBmCbG3C9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDBmCbG3C9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDBmCbG3C9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDBmCbG3C9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDBmCbG3C9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDBmCbG3C9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDBmCbG3C9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDBmCbG3C9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uDBmCbG3C9 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDBmCbG3C9 .navbar {
    height: 70px;
  }
  .cid-uDBmCbG3C9 .navbar.opened {
    height: auto;
  }
  .cid-uDBmCbG3C9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDBmCbG3C9 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDBmCbG3C9 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDBmCbG3C9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDBmCbG3C9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uDBmCbG3C9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDBmCbG3C9 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uDBmCbG3C9 .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uDBmCbG3C9 .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uDBmCbG3C9 .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-uDBmCbG3C9 .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uDBmCbG3C9 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDBmCbG3C9 .navbar-brand {
    margin-right: auto;
  }
  .cid-uDBmCbG3C9 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f2f2f2;
  }
  .cid-uDBmCbG3C9 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDBmCbG3C9 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDBmCbG3C9 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDBmCbG3C9 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDBmCbG3C9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDBmCbG3C9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uDBmCbG3C9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDBmCbG3C9 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDBmCbG3C9 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uDBmCbG3C9 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDBmCbG3C9 .navbar-brand,
.cid-uDBmCbG3C9 .navbar-toggler,
.cid-uDBmCbG3C9 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uDBmCcBYEt {
  background-color: #e7e7e7;
}
.cid-uDBmCcBYEt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDBmCcBYEt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDBmCcBYEt .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uDBmCcBYEt .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uDBmCcBYEt .container {
    padding: 0 26px;
  }
}
.cid-uDBmCcBYEt .row {
  justify-content: center;
}
.cid-uDBmCcBYEt .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 1000px;
  padding: 100px;
}
@media (max-width: 1440px) {
  .cid-uDBmCcBYEt .content-wrapper {
    height: 800px;
    padding: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uDBmCcBYEt .content-wrapper {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .cid-uDBmCcBYEt .content-wrapper {
    height: auto;
  }
}
.cid-uDBmCcBYEt .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uDBmCcBYEt .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: 1;
  pointer-events: none;
  background-color: #000000;
  opacity: .5;
}
.cid-uDBmCcBYEt .content-wrapper .content-wrap {
  width: 100%;
  position: relative;
  z-index: 2;
}
.cid-uDBmCcBYEt .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uDBmCcBYEt .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uDBmCcBYEt .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDBmCcBYEt .mbr-section-title {
  color: #ffffff;
}
.cid-uDBmCcBYEt .mbr-text,
.cid-uDBmCcBYEt .text-wrapper {
  color: #ffffff;
}
.cid-uDBmCebQXd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uDBmCebQXd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDBmCebQXd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDBmCebQXd .card {
  justify-content: flex-end;
}
.cid-uDBmCebQXd .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uDBmCebQXd .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDBmCebQXd .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uDBmCebQXd .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uDBmCebQXd .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDBmCebQXd .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDBmCebQXd .mbr-section-title {
  color: #000000;
}
.cid-uDBmCebQXd .mbr-desc {
  color: #000000;
}
.cid-uDBmCebQXd .mbr-text,
.cid-uDBmCebQXd .text-wrapper {
  color: #000000;
}
.cid-uDBmCoCrmO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uDBmCoCrmO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDBmCoCrmO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDBmCoCrmO .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uDBmCoCrmO .content-wrapper {
    padding: 0;
  }
}
.cid-uDBmCoCrmO .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uDBmCoCrmO .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDBmCoCrmO .content-wrapper .google-map {
  border: 3px solid #e7e7e7;
  box-shadow: 4px 4px 0 0 #e7e7e7;
}
.cid-uDBmCoCrmO .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uDBmCoCrmO .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uDBmCoCrmO .mbr-section-title {
  color: #050f0f;
}
.cid-uDBmCoCrmO .mbr-section-title,
.cid-uDBmCoCrmO .mbr-section-btn {
  color: #4b3a69;
  text-align: center;
}
.cid-uDBmCprw95 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e7e7e7;
}
.cid-uDBmCprw95 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDBmCprw95 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uDBmCprw95 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDBmCprw95 .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uDBmCprw95 a {
  font-weight: 600;
}
.cid-uDBmCprw95 a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uDBmCprw95 .col-lg-3,
  .cid-uDBmCprw95 .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uDBmCprw95 .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uDBmCprw95 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uDBmCprw95 h5 {
  margin: 0;
}
.cid-uDBmCprw95 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDBmCprw95 .iconfont-wrapper {
  position: relative;
}
.cid-uDBmCprw95 .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uDBmCprw95 .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uDBmCprw95 .sociconfont-wrapper {
  display: flex;
}
.cid-uDBmCprw95 .card-title,
.cid-uDBmCprw95 .iconfont-wrapper {
  color: #000000;
}
.cid-uDBmCprw95 .card-text {
  color: #000000;
}
.cid-uDBmCprw95 .mbr-section-title {
  color: #000000;
}
.cid-uDBmCprw95 .main-title,
.cid-uDBmCprw95 .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uDBmCqJdgD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4b3a69;
}
.cid-uDBmCqJdgD [class^='socicon-']:before,
.cid-uDBmCqJdgD [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-uDBmCqJdgD .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #2e6b75;
  transition: all 0.3s;
  border-color: #2e6b75;
}
.cid-uDBmCqJdgD .btn-social:hover {
  background: #2e6b75;
}
.cid-uDBmCqJdgD .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-uDBmCqJdgD .btn-social:hover span {
  color: #ffffff !important;
}
.cid-uDBmCqJdgD .mbr-section-title {
  color: #2e6b75;
}
.cid-uDBmCqJdgD .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-uDBmCqJdgD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDBmCqJdgD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDBmCrYKPS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e7e7e7;
  overflow: hidden;
}
.cid-uDBmCrYKPS .media-container-row .mbr-text {
  color: #000000;
}
.cid-uDxS7T044P {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDxS7T044P .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uDxS7T044P .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDxS7T044P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDxS7T044P .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-uDxS7T044P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDxS7T044P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDxS7T044P .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uDxS7T044P .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uDxS7T044P .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-uDxS7T044P .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uDxS7T044P .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uDxS7T044P .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uDxS7T044P .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uDxS7T044P .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDxS7T044P .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDxS7T044P .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-uDxS7T044P .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #f96e47;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uDxS7T044P .nav-link::before {
    left: 8px;
  }
}
.cid-uDxS7T044P .nav-link:hover {
  opacity: 1;
}
.cid-uDxS7T044P .nav-link:hover::before {
  opacity: 1;
}
.cid-uDxS7T044P .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDxS7T044P .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDxS7T044P .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-uDxS7T044P .navbar-caption:hover,
.cid-uDxS7T044P .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-uDxS7T044P .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDxS7T044P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uDxS7T044P .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #f2f2f2;
  box-shadow: none;
  position: relative;
  border: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uDxS7T044P .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uDxS7T044P .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-uDxS7T044P .menu-container {
    margin: 16px;
  }
}
.cid-uDxS7T044P .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uDxS7T044P .iconfont-wrapper:hover,
.cid-uDxS7T044P .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uDxS7T044P .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #f2f2f2;
}
.cid-uDxS7T044P .nav-item:focus,
.cid-uDxS7T044P .nav-link:focus {
  outline: none;
}
.cid-uDxS7T044P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDxS7T044P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDxS7T044P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDxS7T044P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDxS7T044P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDxS7T044P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDxS7T044P .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uDxS7T044P .navbar.opened {
  transition: all 0.3s;
}
.cid-uDxS7T044P .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDxS7T044P .navbar .navbar-logo img {
  width: auto;
}
.cid-uDxS7T044P .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uDxS7T044P .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uDxS7T044P .navbar.collapsed {
  justify-content: center;
}
.cid-uDxS7T044P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDxS7T044P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDxS7T044P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uDxS7T044P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDxS7T044P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDxS7T044P .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-uDxS7T044P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDxS7T044P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDxS7T044P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDxS7T044P .navbar {
    min-height: 72px;
  }
  .cid-uDxS7T044P .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDxS7T044P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDxS7T044P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDxS7T044P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDxS7T044P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDxS7T044P .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-uDxS7T044P .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDxS7T044P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDxS7T044P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDxS7T044P .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDxS7T044P .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDxS7T044P .dropdown-item.active,
.cid-uDxS7T044P .dropdown-item:active {
  background-color: transparent;
}
.cid-uDxS7T044P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDxS7T044P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDxS7T044P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDxS7T044P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-uDxS7T044P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDxS7T044P .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDxS7T044P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDxS7T044P .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDxS7T044P .navbar-buttons {
    text-align: left;
  }
}
.cid-uDxS7T044P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDxS7T044P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f96e47;
}
.cid-uDxS7T044P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDxS7T044P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDxS7T044P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDxS7T044P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDxS7T044P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDxS7T044P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDxS7T044P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDxS7T044P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDxS7T044P .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDxS7T044P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDxS7T044P .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uDxS7T044P .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDxS7T044P .navbar {
    height: 70px;
  }
  .cid-uDxS7T044P .navbar.opened {
    height: auto;
  }
  .cid-uDxS7T044P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDxS7T044P .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDxS7T044P .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDxS7T044P .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDxS7T044P .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uDxS7T044P .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDxS7T044P .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uDxS7T044P .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uDxS7T044P .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uDxS7T044P .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-uDxS7T044P .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uDxS7T044P .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDxS7T044P .navbar-brand {
    margin-right: auto;
  }
  .cid-uDxS7T044P .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f2f2f2;
  }
  .cid-uDxS7T044P .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDxS7T044P .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDxS7T044P .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDxS7T044P .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDxS7T044P .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDxS7T044P .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uDxS7T044P .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDxS7T044P .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDxS7T044P .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uDxS7T044P .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDxS7T044P .navbar-brand,
.cid-uDxS7T044P .navbar-toggler,
.cid-uDxS7T044P .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uDxS7XmfSZ {
  background-color: #e7e7e7;
}
.cid-uDxS7XmfSZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxS7XmfSZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxS7XmfSZ .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uDxS7XmfSZ .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uDxS7XmfSZ .container {
    padding: 0 26px;
  }
}
.cid-uDxS7XmfSZ .row {
  justify-content: center;
}
.cid-uDxS7XmfSZ .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 1000px;
  padding: 100px;
}
@media (max-width: 1440px) {
  .cid-uDxS7XmfSZ .content-wrapper {
    height: 800px;
    padding: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uDxS7XmfSZ .content-wrapper {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .cid-uDxS7XmfSZ .content-wrapper {
    height: auto;
  }
}
.cid-uDxS7XmfSZ .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uDxS7XmfSZ .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: 1;
  pointer-events: none;
  background-color: #000000;
  opacity: .5;
}
.cid-uDxS7XmfSZ .content-wrapper .content-wrap {
  width: 100%;
  position: relative;
  z-index: 2;
}
.cid-uDxS7XmfSZ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uDxS7XmfSZ .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uDxS7XmfSZ .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDxS7XmfSZ .mbr-section-title {
  color: #ffffff;
}
.cid-uDxS7XmfSZ .mbr-text,
.cid-uDxS7XmfSZ .text-wrapper {
  color: #ffffff;
}
.cid-uDxS81GBvn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uDxS81GBvn .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uDxS81GBvn .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uDxS81GBvn .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #4b3a69;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  border-radius: 0;
  content: "✓";
}
.cid-uDxS81GBvn .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uDxS81GBvn .mbr-text {
  color: #3d5943;
}
.cid-uDxS84DSO0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uDxS84DSO0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxS84DSO0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxS84DSO0 .card {
  justify-content: flex-end;
}
.cid-uDxS84DSO0 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uDxS84DSO0 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDxS84DSO0 .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uDxS84DSO0 .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uDxS84DSO0 .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDxS84DSO0 .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDxS84DSO0 .mbr-section-title {
  color: #000000;
}
.cid-uDxS84DSO0 .mbr-desc {
  color: #000000;
}
.cid-uDxS84DSO0 .mbr-text,
.cid-uDxS84DSO0 .text-wrapper {
  color: #000000;
}
.cid-uDxS85OTQm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4b3a69;
}
.cid-uDxS85OTQm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxS85OTQm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxS85OTQm .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uDxS85OTQm .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uDxS85OTQm .container {
    padding: 0 30px;
  }
}
.cid-uDxS85OTQm .card-wrapper {
  padding: 40px 3rem;
  border-radius: 3em;
  background-color: #e7e7e7;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uDxS85OTQm .card-wrapper {
    display: block;
    padding: 30px 20px;
  }
}
.cid-uDxS85OTQm .card-wrapper .title-wrapper {
  margin-right: 50px;
  min-width: 250px;
}
@media (max-width: 992px) {
  .cid-uDxS85OTQm .card-wrapper .title-wrapper {
    margin: 0;
  }
}
.cid-uDxS85OTQm .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uDxS85OTQm .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDxS85OTQm .mbr-section-title {
  color: #2b2b2b;
}
.cid-uDxS85OTQm .mbr-text {
  color: #000000;
}
.cid-uDxS86Y2GS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uDxS86Y2GS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxS86Y2GS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxS86Y2GS .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uDxS86Y2GS .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDxS86Y2GS .icon-wrap {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uDxS86Y2GS .icon-wrap {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-uDxS86Y2GS .icon-wrap .mbr-iconfont {
  display: inline-flex;
  width: 70px;
  height: 70px;
  color: #000000;
  font-size: 70px;
}
@media (max-width: 992px) {
  .cid-uDxS86Y2GS .icon-wrap .mbr-iconfont {
    width: 48px;
    height: 48px;
    font-size: 48px;
  }
}
.cid-uDxS86Y2GS .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uDxS86Y2GS .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uDxS86Y2GS .items-wrap .card_2 {
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uDxS86Y2GS .items-wrap .card_2 {
    padding-top: 0;
  }
}
.cid-uDxS86Y2GS .items-wrap .card_3 {
  padding-top: 400px;
}
@media (max-width: 992px) {
  .cid-uDxS86Y2GS .items-wrap .card_3 {
    padding-top: 0;
  }
}
.cid-uDxS86Y2GS .item .item-wrapper .card-box {
  padding: 42px 28px;
  background-color: #4b3a69;
  min-height: 600px;
}
@media (max-width: 992px) {
  .cid-uDxS86Y2GS .item .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uDxS86Y2GS .item .item-wrapper .card-box .item-number {
  margin-bottom: 32px;
}
.cid-uDxS86Y2GS .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-uDxS86Y2GS .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uDxS86Y2GS .mbr-section-title {
  color: #000000;
}
.cid-uDxS86Y2GS .item-title {
  color: #ffffff;
}
.cid-uDxS86Y2GS .item-number {
  color: #ffffff;
}
.cid-uDxS86Y2GS .item-text {
  color: #ffffff;
}
.cid-uDxS88zCkL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4b3a69;
}
.cid-uDxS88zCkL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxS88zCkL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxS88zCkL .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #e7e7e7;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uDxS88zCkL .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-uDxS88zCkL .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uDxS88zCkL .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uDxS88zCkL .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uDxS88zCkL .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uDxS88zCkL .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uDxS88zCkL .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uDxS88zCkL .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-uDxS88zCkL .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-uDxS88zCkL .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDxS88zCkL .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-uDxS88zCkL .mbr-section-title {
  color: #212529;
}
.cid-uDxS88zCkL .mbr-desc {
  color: #212529;
}
.cid-uDxS89GcRj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e7e7e7;
}
.cid-uDxS89GcRj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxS89GcRj .col-12 {
  padding: 0;
}
.cid-uDxS89GcRj .row {
  margin: 0;
}
.cid-uDxS89GcRj .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uDxS89GcRj .card-margin {
    margin-top: -1px;
  }
}
.cid-uDxS89GcRj .card-wrapper {
  min-height: 500px;
  border: 1px solid #4b3a69;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uDxS89GcRj .card-wrapper {
    padding: 1rem;
  }
}
.cid-uDxS89GcRj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxS89GcRj .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uDxS89GcRj .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uDxS89GcRj .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uDxS89GcRj .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uDxS89GcRj .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
.cid-uDxS89GcRj .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uDxS89GcRj .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDxS89GcRj .image-wrapper {
    padding: 1rem;
  }
}
.cid-uDxS89GcRj .mbr-section-title {
  color: #221b35;
}
.cid-uDxS89GcRj .mbr-text,
.cid-uDxS89GcRj .mbr-section-btn {
  color: #221b35;
}
.cid-uDxS8aNWLR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uDxS8aNWLR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxS8aNWLR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxS8aNWLR .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uDxS8aNWLR .items-wrap {
  justify-content: center;
}
.cid-uDxS8aNWLR .item {
  margin-bottom: 32px;
}
.cid-uDxS8aNWLR .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uDxS8aNWLR .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uDxS8aNWLR .mbr-section-title {
  color: #000000;
}
.cid-uDxS8aNWLR .item-title {
  color: #191c25;
}
.cid-uDxS8aNWLR .item-text {
  color: #191c25;
}
.cid-uDxS8c4NPB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uDxS8c4NPB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxS8c4NPB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxS8c4NPB .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uDxS8c4NPB .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uDxS8c4NPB .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDxS8c4NPB .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uDxS8c4NPB .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDxS8c4NPB .mbr-section-title {
  color: #000000;
}
.cid-uDxS8c4NPB .mbr-desc {
  color: #000000;
}
.cid-uDxS8c4NPB .mbr-text {
  color: #000000;
}
.cid-uDxS8djMD1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4b3a69;
}
.cid-uDxS8djMD1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxS8djMD1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxS8djMD1 .content-wrapper {
  padding: 80px 90px;
  background-color: #e7e7e7;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uDxS8djMD1 .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uDxS8djMD1 .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uDxS8djMD1 .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
  padding-right: 0;
  padding-left: 48px;
}
@media (max-width: 1199px) {
  .cid-uDxS8djMD1 .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uDxS8djMD1 .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 1199px) {
  .cid-uDxS8djMD1 .content-wrapper .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uDxS8djMD1 .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uDxS8djMD1 .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uDxS8djMD1 .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uDxS8djMD1 .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDxS8djMD1 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uDxS8djMD1 .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uDxS8djMD1 .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uDxS8djMD1 .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #4b3a69;
}
@media (max-width: 992px) {
  .cid-uDxS8djMD1 .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uDxS8djMD1 .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uDxS8djMD1 .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uDxS8djMD1 .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uDxS8djMD1 .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uDxS8djMD1 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uDxS8djMD1 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uDxS8djMD1 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uDxS8djMD1 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uDxS8djMD1 .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uDxS8djMD1 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uDxS8djMD1 .mbr-section-title {
  color: #050f0f;
}
.cid-uDxS8djMD1 .mbr-text {
  color: #050f0f;
}
.cid-uDxS8djMD1 .panel-title-edit {
  color: #050f0f;
}
.cid-uDxS8djMD1 .panel-text {
  color: #050f0f;
}
.cid-uDxS8djMD1 .panel-title-edit,
.cid-uDxS8djMD1 .icon-wrapper {
  color: #ffffff;
}
.cid-uDxS8eCxdw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uDxS8eCxdw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxS8eCxdw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxS8eCxdw .content-wrapper {
  padding: 0 60px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uDxS8eCxdw .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uDxS8eCxdw .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 80px;
}
@media (max-width: 1199px) {
  .cid-uDxS8eCxdw .content-wrapper .content-wrap {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uDxS8eCxdw .content-wrapper .content-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uDxS8eCxdw .content-wrapper .content-wrap .text-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uDxS8eCxdw .content-wrapper .content-wrap .text-wrapper {
    position: static;
  }
}
.cid-uDxS8eCxdw .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uDxS8eCxdw .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uDxS8eCxdw .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDxS8eCxdw .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uDxS8eCxdw .content-wrapper .items-wrapper {
  padding-left: 80px;
  border-left: 3px solid #4b3a69;
  width: 50%;
}
@media (max-width: 1199px) {
  .cid-uDxS8eCxdw .content-wrapper .items-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uDxS8eCxdw .content-wrapper .items-wrapper {
    border-left: none;
    border-top: 3px solid #4b3a69;
    padding-left: 0;
    width: 100%;
  }
}
.cid-uDxS8eCxdw .content-wrapper .items-wrapper .item {
  padding: 32px 0;
}
@media (max-width: 992px) {
  .cid-uDxS8eCxdw .content-wrapper .items-wrapper .item {
    padding: 32px 0 0;
  }
}
.cid-uDxS8eCxdw .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uDxS8eCxdw .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uDxS8eCxdw .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
    margin-bottom: 0;
  }
}
.cid-uDxS8eCxdw .mbr-section-title {
  color: #050f0f;
}
.cid-uDxS8eCxdw .mbr-text {
  color: #050f0f;
}
.cid-uDxS8eCxdw .item-title {
  color: #050f0f;
}
.cid-uDxS8eCxdw .item-text {
  color: #050f0f;
}
.cid-uDxS8fZh6r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e7e7e7;
}
.cid-uDxS8fZh6r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxS8fZh6r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxS8fZh6r .row {
  justify-content: center;
}
.cid-uDxS8fZh6r .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uDxS8fZh6r .col-title {
    margin-bottom: 20px;
  }
}
.cid-uDxS8fZh6r .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-uDxS8fZh6r .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uDxS8fZh6r .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uDxS8fZh6r .card-row {
  align-items: stretch;
}
.cid-uDxS8fZh6r .card {
  padding: 10px;
}
.cid-uDxS8fZh6r .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #4b3a69;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-uDxS8fZh6r .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-uDxS8fZh6r .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uDxS8fZh6r .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uDxS8fZh6r .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-uDxS8fZh6r .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-uDxS8fZh6r .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #4b3a69;
  }
}
.cid-uDxS8fZh6r .card-wrapper:hover .card-box {
  background-color: #ffffff;
}
.cid-uDxS8fZh6r .card-wrapper:hover .iconfont-wrapper {
  background-color: #4b3a69;
}
.cid-uDxS8fZh6r .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-uDxS8fZh6r .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uDxS8hoQkN {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #e7e7e7;
}
.cid-uDxS8hoQkN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxS8hoQkN .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uDxS8hoQkN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxS8hoQkN h1 {
  max-width: 800px;
}
.cid-uDxS8hoQkN p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uDxS8hoQkN {
    align-items: center;
  }
  .cid-uDxS8hoQkN .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uDxS8hoQkN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uDxS8hoQkN {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uDxS8hoQkN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uDxS8hoQkN .content-wrap {
    width: 100%;
  }
}
.cid-uDxS8hoQkN .mbr-section-subtitle,
.cid-uDxS8hoQkN .line {
  color: #291f1e;
}
.cid-uDxS8hoQkN .mbr-text,
.cid-uDxS8hoQkN .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uDxS8hoQkN .mbr-section-title {
  color: #291f1e;
}
.cid-uDBGOtaO7s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4b3a69;
}
.cid-uDBGOtaO7s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDBGOtaO7s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDBGOtaO7s .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #e7e7e7;
  background-color: #e7e7e7;
}
@media (max-width: 992px) {
  .cid-uDBGOtaO7s .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uDBGOtaO7s .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #4b3a69, #e7e7e7 50%);
  opacity: .5;
}
.cid-uDBGOtaO7s .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDBGOtaO7s .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDBGOtaO7s .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #e7e7e7;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uDBGOtaO7s .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uDBGOtaO7s .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uDBGOtaO7s .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uDBGOtaO7s .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uDBGOtaO7s .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #4b3a69;
  border-radius: 100%;
}
.cid-uDBGOtaO7s .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #080813;
}
.cid-uDBGOtaO7s .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uDBGOtaO7s .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uDBGOtaO7s .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uDBGOtaO7s .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDBGOtaO7s .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uDBGOtaO7s .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uDBGOtaO7s .panel-title-edit {
  color: #ffffff;
}
.cid-uDBGOtaO7s .panel-text {
  color: #ffffff;
}
.cid-uDBGOtaO7s .panel-title-edit,
.cid-uDBGOtaO7s .icon-wrapper {
  color: #000000;
}
.cid-uDBGOtaO7s .panel-text,
.cid-uDBGOtaO7s .panel-body {
  color: #000000;
}
.cid-uDxS8iE4Hu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uDxS8iE4Hu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxS8iE4Hu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxS8iE4Hu .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uDxS8iE4Hu .content-wrapper {
    padding: 0;
  }
}
.cid-uDxS8iE4Hu .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uDxS8iE4Hu .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDxS8iE4Hu .content-wrapper .google-map {
  border: 3px solid #e7e7e7;
  box-shadow: 4px 4px 0 0 #e7e7e7;
}
.cid-uDxS8iE4Hu .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uDxS8iE4Hu .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uDxS8iE4Hu .mbr-section-title {
  color: #050f0f;
}
.cid-uDxS8iE4Hu .mbr-section-title,
.cid-uDxS8iE4Hu .mbr-section-btn {
  color: #4b3a69;
  text-align: center;
}
.cid-uDxS8k13wt {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e7e7e7;
}
.cid-uDxS8k13wt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxS8k13wt .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uDxS8k13wt .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDxS8k13wt .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uDxS8k13wt a {
  font-weight: 600;
}
.cid-uDxS8k13wt a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uDxS8k13wt .col-lg-3,
  .cid-uDxS8k13wt .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uDxS8k13wt .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uDxS8k13wt .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uDxS8k13wt h5 {
  margin: 0;
}
.cid-uDxS8k13wt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxS8k13wt .iconfont-wrapper {
  position: relative;
}
.cid-uDxS8k13wt .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uDxS8k13wt .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uDxS8k13wt .sociconfont-wrapper {
  display: flex;
}
.cid-uDxS8k13wt .card-title,
.cid-uDxS8k13wt .iconfont-wrapper {
  color: #000000;
}
.cid-uDxS8k13wt .card-text {
  color: #000000;
}
.cid-uDxS8k13wt .mbr-section-title {
  color: #000000;
}
.cid-uDxS8k13wt .main-title,
.cid-uDxS8k13wt .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uDxS8m5fKC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4b3a69;
}
.cid-uDxS8m5fKC [class^='socicon-']:before,
.cid-uDxS8m5fKC [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-uDxS8m5fKC .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #2e6b75;
  transition: all 0.3s;
  border-color: #2e6b75;
}
.cid-uDxS8m5fKC .btn-social:hover {
  background: #2e6b75;
}
.cid-uDxS8m5fKC .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-uDxS8m5fKC .btn-social:hover span {
  color: #ffffff !important;
}
.cid-uDxS8m5fKC .mbr-section-title {
  color: #2e6b75;
}
.cid-uDxS8m5fKC .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-uDxS8m5fKC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxS8m5fKC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxS8ofE4T {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e7e7e7;
  overflow: hidden;
}
.cid-uDxS8ofE4T .media-container-row .mbr-text {
  color: #000000;
}
.cid-uDxSVg6uyF {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDxSVg6uyF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uDxSVg6uyF .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDxSVg6uyF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDxSVg6uyF .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-uDxSVg6uyF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDxSVg6uyF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDxSVg6uyF .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uDxSVg6uyF .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uDxSVg6uyF .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-uDxSVg6uyF .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uDxSVg6uyF .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uDxSVg6uyF .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uDxSVg6uyF .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uDxSVg6uyF .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDxSVg6uyF .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDxSVg6uyF .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-uDxSVg6uyF .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #f96e47;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uDxSVg6uyF .nav-link::before {
    left: 8px;
  }
}
.cid-uDxSVg6uyF .nav-link:hover {
  opacity: 1;
}
.cid-uDxSVg6uyF .nav-link:hover::before {
  opacity: 1;
}
.cid-uDxSVg6uyF .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDxSVg6uyF .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDxSVg6uyF .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-uDxSVg6uyF .navbar-caption:hover,
.cid-uDxSVg6uyF .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-uDxSVg6uyF .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDxSVg6uyF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uDxSVg6uyF .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #f2f2f2;
  box-shadow: none;
  position: relative;
  border: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uDxSVg6uyF .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uDxSVg6uyF .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-uDxSVg6uyF .menu-container {
    margin: 16px;
  }
}
.cid-uDxSVg6uyF .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uDxSVg6uyF .iconfont-wrapper:hover,
.cid-uDxSVg6uyF .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uDxSVg6uyF .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #f2f2f2;
}
.cid-uDxSVg6uyF .nav-item:focus,
.cid-uDxSVg6uyF .nav-link:focus {
  outline: none;
}
.cid-uDxSVg6uyF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDxSVg6uyF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDxSVg6uyF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDxSVg6uyF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDxSVg6uyF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDxSVg6uyF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDxSVg6uyF .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uDxSVg6uyF .navbar.opened {
  transition: all 0.3s;
}
.cid-uDxSVg6uyF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDxSVg6uyF .navbar .navbar-logo img {
  width: auto;
}
.cid-uDxSVg6uyF .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uDxSVg6uyF .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uDxSVg6uyF .navbar.collapsed {
  justify-content: center;
}
.cid-uDxSVg6uyF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDxSVg6uyF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDxSVg6uyF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uDxSVg6uyF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDxSVg6uyF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDxSVg6uyF .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-uDxSVg6uyF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDxSVg6uyF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDxSVg6uyF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDxSVg6uyF .navbar {
    min-height: 72px;
  }
  .cid-uDxSVg6uyF .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDxSVg6uyF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDxSVg6uyF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDxSVg6uyF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDxSVg6uyF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDxSVg6uyF .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-uDxSVg6uyF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDxSVg6uyF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDxSVg6uyF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDxSVg6uyF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDxSVg6uyF .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDxSVg6uyF .dropdown-item.active,
.cid-uDxSVg6uyF .dropdown-item:active {
  background-color: transparent;
}
.cid-uDxSVg6uyF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDxSVg6uyF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDxSVg6uyF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDxSVg6uyF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-uDxSVg6uyF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDxSVg6uyF .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDxSVg6uyF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDxSVg6uyF .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDxSVg6uyF .navbar-buttons {
    text-align: left;
  }
}
.cid-uDxSVg6uyF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDxSVg6uyF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f96e47;
}
.cid-uDxSVg6uyF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDxSVg6uyF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDxSVg6uyF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDxSVg6uyF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDxSVg6uyF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDxSVg6uyF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDxSVg6uyF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDxSVg6uyF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDxSVg6uyF .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDxSVg6uyF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDxSVg6uyF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uDxSVg6uyF .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDxSVg6uyF .navbar {
    height: 70px;
  }
  .cid-uDxSVg6uyF .navbar.opened {
    height: auto;
  }
  .cid-uDxSVg6uyF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDxSVg6uyF .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDxSVg6uyF .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDxSVg6uyF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDxSVg6uyF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uDxSVg6uyF .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDxSVg6uyF .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uDxSVg6uyF .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uDxSVg6uyF .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uDxSVg6uyF .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-uDxSVg6uyF .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uDxSVg6uyF .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDxSVg6uyF .navbar-brand {
    margin-right: auto;
  }
  .cid-uDxSVg6uyF .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f2f2f2;
  }
  .cid-uDxSVg6uyF .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDxSVg6uyF .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDxSVg6uyF .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDxSVg6uyF .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDxSVg6uyF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDxSVg6uyF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uDxSVg6uyF .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDxSVg6uyF .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDxSVg6uyF .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uDxSVg6uyF .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDxSVg6uyF .navbar-brand,
.cid-uDxSVg6uyF .navbar-toggler,
.cid-uDxSVg6uyF .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uDxSVhmaMK {
  background-color: #e7e7e7;
}
.cid-uDxSVhmaMK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxSVhmaMK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxSVhmaMK .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uDxSVhmaMK .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uDxSVhmaMK .container {
    padding: 0 26px;
  }
}
.cid-uDxSVhmaMK .row {
  justify-content: center;
}
.cid-uDxSVhmaMK .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 1000px;
  padding: 100px;
}
@media (max-width: 1440px) {
  .cid-uDxSVhmaMK .content-wrapper {
    height: 800px;
    padding: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uDxSVhmaMK .content-wrapper {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .cid-uDxSVhmaMK .content-wrapper {
    height: auto;
  }
}
.cid-uDxSVhmaMK .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uDxSVhmaMK .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: 1;
  pointer-events: none;
  background-color: #000000;
  opacity: .5;
}
.cid-uDxSVhmaMK .content-wrapper .content-wrap {
  width: 100%;
  position: relative;
  z-index: 2;
}
.cid-uDxSVhmaMK .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uDxSVhmaMK .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uDxSVhmaMK .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDxSVhmaMK .mbr-section-title {
  color: #ffffff;
}
.cid-uDxSVhmaMK .mbr-text,
.cid-uDxSVhmaMK .text-wrapper {
  color: #ffffff;
}
.cid-uDxSVixt2Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uDxSVixt2Y .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uDxSVixt2Y .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uDxSVixt2Y .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #4b3a69;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  border-radius: 0;
  content: "✓";
}
.cid-uDxSVixt2Y .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uDxSVixt2Y .mbr-text {
  color: #3d5943;
}
.cid-uDxSVkO4qn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uDxSVkO4qn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxSVkO4qn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxSVkO4qn .card {
  justify-content: flex-end;
}
.cid-uDxSVkO4qn .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uDxSVkO4qn .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDxSVkO4qn .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uDxSVkO4qn .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uDxSVkO4qn .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDxSVkO4qn .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDxSVkO4qn .mbr-section-title {
  color: #000000;
}
.cid-uDxSVkO4qn .mbr-desc {
  color: #000000;
}
.cid-uDxSVkO4qn .mbr-text,
.cid-uDxSVkO4qn .text-wrapper {
  color: #000000;
}
.cid-uDxSVlOzBV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4b3a69;
}
.cid-uDxSVlOzBV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxSVlOzBV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxSVlOzBV .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uDxSVlOzBV .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uDxSVlOzBV .container {
    padding: 0 30px;
  }
}
.cid-uDxSVlOzBV .card-wrapper {
  padding: 40px 3rem;
  border-radius: 3em;
  background-color: #e7e7e7;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uDxSVlOzBV .card-wrapper {
    display: block;
    padding: 30px 20px;
  }
}
.cid-uDxSVlOzBV .card-wrapper .title-wrapper {
  margin-right: 50px;
  min-width: 250px;
}
@media (max-width: 992px) {
  .cid-uDxSVlOzBV .card-wrapper .title-wrapper {
    margin: 0;
  }
}
.cid-uDxSVlOzBV .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uDxSVlOzBV .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDxSVlOzBV .mbr-section-title {
  color: #2b2b2b;
}
.cid-uDxSVlOzBV .mbr-text {
  color: #000000;
}
.cid-uDxSVnEIVS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uDxSVnEIVS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxSVnEIVS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxSVnEIVS .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uDxSVnEIVS .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDxSVnEIVS .icon-wrap {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uDxSVnEIVS .icon-wrap {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-uDxSVnEIVS .icon-wrap .mbr-iconfont {
  display: inline-flex;
  width: 70px;
  height: 70px;
  color: #000000;
  font-size: 70px;
}
@media (max-width: 992px) {
  .cid-uDxSVnEIVS .icon-wrap .mbr-iconfont {
    width: 48px;
    height: 48px;
    font-size: 48px;
  }
}
.cid-uDxSVnEIVS .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uDxSVnEIVS .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uDxSVnEIVS .items-wrap .card_2 {
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uDxSVnEIVS .items-wrap .card_2 {
    padding-top: 0;
  }
}
.cid-uDxSVnEIVS .items-wrap .card_3 {
  padding-top: 400px;
}
@media (max-width: 992px) {
  .cid-uDxSVnEIVS .items-wrap .card_3 {
    padding-top: 0;
  }
}
.cid-uDxSVnEIVS .item .item-wrapper .card-box {
  padding: 42px 28px;
  background-color: #4b3a69;
  min-height: 600px;
}
@media (max-width: 992px) {
  .cid-uDxSVnEIVS .item .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uDxSVnEIVS .item .item-wrapper .card-box .item-number {
  margin-bottom: 32px;
}
.cid-uDxSVnEIVS .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-uDxSVnEIVS .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uDxSVnEIVS .mbr-section-title {
  color: #000000;
}
.cid-uDxSVnEIVS .item-title {
  color: #ffffff;
}
.cid-uDxSVnEIVS .item-number {
  color: #ffffff;
}
.cid-uDxSVnEIVS .item-text {
  color: #ffffff;
}
.cid-uDxSVqOBsJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4b3a69;
}
.cid-uDxSVqOBsJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxSVqOBsJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxSVqOBsJ .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #e7e7e7;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uDxSVqOBsJ .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-uDxSVqOBsJ .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uDxSVqOBsJ .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uDxSVqOBsJ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uDxSVqOBsJ .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uDxSVqOBsJ .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uDxSVqOBsJ .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uDxSVqOBsJ .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-uDxSVqOBsJ .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-uDxSVqOBsJ .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDxSVqOBsJ .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-uDxSVqOBsJ .mbr-section-title {
  color: #212529;
}
.cid-uDxSVqOBsJ .mbr-desc {
  color: #212529;
}
.cid-uDxSVt3sVg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e7e7e7;
}
.cid-uDxSVt3sVg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxSVt3sVg .col-12 {
  padding: 0;
}
.cid-uDxSVt3sVg .row {
  margin: 0;
}
.cid-uDxSVt3sVg .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uDxSVt3sVg .card-margin {
    margin-top: -1px;
  }
}
.cid-uDxSVt3sVg .card-wrapper {
  min-height: 500px;
  border: 1px solid #4b3a69;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uDxSVt3sVg .card-wrapper {
    padding: 1rem;
  }
}
.cid-uDxSVt3sVg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxSVt3sVg .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uDxSVt3sVg .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uDxSVt3sVg .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uDxSVt3sVg .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uDxSVt3sVg .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
.cid-uDxSVt3sVg .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uDxSVt3sVg .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDxSVt3sVg .image-wrapper {
    padding: 1rem;
  }
}
.cid-uDxSVt3sVg .mbr-section-title {
  color: #221b35;
}
.cid-uDxSVt3sVg .mbr-text,
.cid-uDxSVt3sVg .mbr-section-btn {
  color: #221b35;
}
.cid-uDxSVuBxhd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uDxSVuBxhd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxSVuBxhd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxSVuBxhd .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uDxSVuBxhd .items-wrap {
  justify-content: center;
}
.cid-uDxSVuBxhd .item {
  margin-bottom: 32px;
}
.cid-uDxSVuBxhd .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uDxSVuBxhd .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uDxSVuBxhd .mbr-section-title {
  color: #000000;
}
.cid-uDxSVuBxhd .item-title {
  color: #191c25;
}
.cid-uDxSVuBxhd .item-text {
  color: #191c25;
}
.cid-uDxSVw7pcy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uDxSVw7pcy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxSVw7pcy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxSVw7pcy .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uDxSVw7pcy .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uDxSVw7pcy .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDxSVw7pcy .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uDxSVw7pcy .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDxSVw7pcy .mbr-section-title {
  color: #000000;
}
.cid-uDxSVw7pcy .mbr-desc {
  color: #000000;
}
.cid-uDxSVw7pcy .mbr-text {
  color: #000000;
}
.cid-uDxSVxnpej {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4b3a69;
}
.cid-uDxSVxnpej .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxSVxnpej .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxSVxnpej .content-wrapper {
  padding: 80px 90px;
  background-color: #e7e7e7;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uDxSVxnpej .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uDxSVxnpej .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uDxSVxnpej .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
  padding-right: 0;
  padding-left: 48px;
}
@media (max-width: 1199px) {
  .cid-uDxSVxnpej .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uDxSVxnpej .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 1199px) {
  .cid-uDxSVxnpej .content-wrapper .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uDxSVxnpej .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uDxSVxnpej .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uDxSVxnpej .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uDxSVxnpej .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDxSVxnpej .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uDxSVxnpej .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uDxSVxnpej .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uDxSVxnpej .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #4b3a69;
}
@media (max-width: 992px) {
  .cid-uDxSVxnpej .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uDxSVxnpej .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uDxSVxnpej .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uDxSVxnpej .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uDxSVxnpej .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uDxSVxnpej .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uDxSVxnpej .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uDxSVxnpej .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uDxSVxnpej .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uDxSVxnpej .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uDxSVxnpej .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uDxSVxnpej .mbr-section-title {
  color: #050f0f;
}
.cid-uDxSVxnpej .mbr-text {
  color: #050f0f;
}
.cid-uDxSVxnpej .panel-title-edit {
  color: #050f0f;
}
.cid-uDxSVxnpej .panel-text {
  color: #050f0f;
}
.cid-uDxSVxnpej .panel-title-edit,
.cid-uDxSVxnpej .icon-wrapper {
  color: #ffffff;
}
.cid-uDxSVyIHGy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uDxSVyIHGy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxSVyIHGy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxSVyIHGy .content-wrapper {
  padding: 0 60px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uDxSVyIHGy .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uDxSVyIHGy .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 80px;
}
@media (max-width: 1199px) {
  .cid-uDxSVyIHGy .content-wrapper .content-wrap {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uDxSVyIHGy .content-wrapper .content-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uDxSVyIHGy .content-wrapper .content-wrap .text-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uDxSVyIHGy .content-wrapper .content-wrap .text-wrapper {
    position: static;
  }
}
.cid-uDxSVyIHGy .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uDxSVyIHGy .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uDxSVyIHGy .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDxSVyIHGy .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uDxSVyIHGy .content-wrapper .items-wrapper {
  padding-left: 80px;
  border-left: 3px solid #4b3a69;
  width: 50%;
}
@media (max-width: 1199px) {
  .cid-uDxSVyIHGy .content-wrapper .items-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uDxSVyIHGy .content-wrapper .items-wrapper {
    border-left: none;
    border-top: 3px solid #4b3a69;
    padding-left: 0;
    width: 100%;
  }
}
.cid-uDxSVyIHGy .content-wrapper .items-wrapper .item {
  padding: 32px 0;
}
@media (max-width: 992px) {
  .cid-uDxSVyIHGy .content-wrapper .items-wrapper .item {
    padding: 32px 0 0;
  }
}
.cid-uDxSVyIHGy .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uDxSVyIHGy .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uDxSVyIHGy .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
    margin-bottom: 0;
  }
}
.cid-uDxSVyIHGy .mbr-section-title {
  color: #050f0f;
}
.cid-uDxSVyIHGy .mbr-text {
  color: #050f0f;
}
.cid-uDxSVyIHGy .item-title {
  color: #050f0f;
}
.cid-uDxSVyIHGy .item-text {
  color: #050f0f;
}
.cid-uDxSVzWyLb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e7e7e7;
}
.cid-uDxSVzWyLb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxSVzWyLb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxSVzWyLb .row {
  justify-content: center;
}
.cid-uDxSVzWyLb .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uDxSVzWyLb .col-title {
    margin-bottom: 20px;
  }
}
.cid-uDxSVzWyLb .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-uDxSVzWyLb .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uDxSVzWyLb .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uDxSVzWyLb .card-row {
  align-items: stretch;
}
.cid-uDxSVzWyLb .card {
  padding: 10px;
}
.cid-uDxSVzWyLb .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #4b3a69;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-uDxSVzWyLb .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-uDxSVzWyLb .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uDxSVzWyLb .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uDxSVzWyLb .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-uDxSVzWyLb .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-uDxSVzWyLb .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #4b3a69;
  }
}
.cid-uDxSVzWyLb .card-wrapper:hover .card-box {
  background-color: #ffffff;
}
.cid-uDxSVzWyLb .card-wrapper:hover .iconfont-wrapper {
  background-color: #4b3a69;
}
.cid-uDxSVzWyLb .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-uDxSVzWyLb .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uDxSVBhduP {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #e7e7e7;
}
.cid-uDxSVBhduP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxSVBhduP .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uDxSVBhduP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxSVBhduP h1 {
  max-width: 800px;
}
.cid-uDxSVBhduP p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uDxSVBhduP {
    align-items: center;
  }
  .cid-uDxSVBhduP .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uDxSVBhduP .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uDxSVBhduP {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uDxSVBhduP .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uDxSVBhduP .content-wrap {
    width: 100%;
  }
}
.cid-uDxSVBhduP .mbr-section-subtitle,
.cid-uDxSVBhduP .line {
  color: #291f1e;
}
.cid-uDxSVBhduP .mbr-text,
.cid-uDxSVBhduP .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uDxSVBhduP .mbr-section-title {
  color: #291f1e;
}
.cid-uDBK62K4xk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uDBK62K4xk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDBK62K4xk .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-uDBK62K4xk .container {
    padding: 0 20px;
  }
}
.cid-uDBK62K4xk .row {
  margin: 0;
}
.cid-uDBK62K4xk .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uDBK62K4xk .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDBK62K4xk .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uDBK62K4xk .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uDBK62K4xk .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uDBK62K4xk .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uDBK62K4xk .mbr-section-title {
  color: #000000;
}
.cid-uDBI3FsZEU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4b3a69;
}
.cid-uDBI3FsZEU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDBI3FsZEU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDBI3FsZEU .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #e7e7e7;
  background-color: #e7e7e7;
}
@media (max-width: 992px) {
  .cid-uDBI3FsZEU .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uDBI3FsZEU .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #4b3a69, #e7e7e7 50%);
  opacity: .5;
}
.cid-uDBI3FsZEU .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDBI3FsZEU .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDBI3FsZEU .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #e7e7e7;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uDBI3FsZEU .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uDBI3FsZEU .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uDBI3FsZEU .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uDBI3FsZEU .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uDBI3FsZEU .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #4b3a69;
  border-radius: 100%;
}
.cid-uDBI3FsZEU .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #080813;
}
.cid-uDBI3FsZEU .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uDBI3FsZEU .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uDBI3FsZEU .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uDBI3FsZEU .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDBI3FsZEU .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uDBI3FsZEU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uDBI3FsZEU .panel-title-edit {
  color: #ffffff;
}
.cid-uDBI3FsZEU .panel-text {
  color: #ffffff;
}
.cid-uDBI3FsZEU .panel-title-edit,
.cid-uDBI3FsZEU .icon-wrapper {
  color: #000000;
}
.cid-uDBI3FsZEU .panel-text,
.cid-uDBI3FsZEU .panel-body {
  color: #000000;
}
.cid-uDxSVCq6lQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uDxSVCq6lQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxSVCq6lQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxSVCq6lQ .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uDxSVCq6lQ .content-wrapper {
    padding: 0;
  }
}
.cid-uDxSVCq6lQ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uDxSVCq6lQ .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDxSVCq6lQ .content-wrapper .google-map {
  border: 3px solid #e7e7e7;
  box-shadow: 4px 4px 0 0 #e7e7e7;
}
.cid-uDxSVCq6lQ .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uDxSVCq6lQ .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uDxSVCq6lQ .mbr-section-title {
  color: #050f0f;
}
.cid-uDxSVCq6lQ .mbr-section-title,
.cid-uDxSVCq6lQ .mbr-section-btn {
  color: #4b3a69;
  text-align: center;
}
.cid-uDxSVDXdFA {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e7e7e7;
}
.cid-uDxSVDXdFA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxSVDXdFA .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uDxSVDXdFA .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDxSVDXdFA .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uDxSVDXdFA a {
  font-weight: 600;
}
.cid-uDxSVDXdFA a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uDxSVDXdFA .col-lg-3,
  .cid-uDxSVDXdFA .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uDxSVDXdFA .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uDxSVDXdFA .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uDxSVDXdFA h5 {
  margin: 0;
}
.cid-uDxSVDXdFA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxSVDXdFA .iconfont-wrapper {
  position: relative;
}
.cid-uDxSVDXdFA .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uDxSVDXdFA .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uDxSVDXdFA .sociconfont-wrapper {
  display: flex;
}
.cid-uDxSVDXdFA .card-title,
.cid-uDxSVDXdFA .iconfont-wrapper {
  color: #000000;
}
.cid-uDxSVDXdFA .card-text {
  color: #000000;
}
.cid-uDxSVDXdFA .mbr-section-title {
  color: #000000;
}
.cid-uDxSVDXdFA .main-title,
.cid-uDxSVDXdFA .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uDxSVFk48P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4b3a69;
}
.cid-uDxSVFk48P [class^='socicon-']:before,
.cid-uDxSVFk48P [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-uDxSVFk48P .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #2e6b75;
  transition: all 0.3s;
  border-color: #2e6b75;
}
.cid-uDxSVFk48P .btn-social:hover {
  background: #2e6b75;
}
.cid-uDxSVFk48P .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-uDxSVFk48P .btn-social:hover span {
  color: #ffffff !important;
}
.cid-uDxSVFk48P .mbr-section-title {
  color: #2e6b75;
}
.cid-uDxSVFk48P .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-uDxSVFk48P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxSVFk48P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxSVGIRQm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e7e7e7;
  overflow: hidden;
}
.cid-uDxSVGIRQm .media-container-row .mbr-text {
  color: #000000;
}
.cid-uDxTwJB1io {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDxTwJB1io .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uDxTwJB1io .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDxTwJB1io .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDxTwJB1io .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-uDxTwJB1io .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDxTwJB1io .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDxTwJB1io .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uDxTwJB1io .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uDxTwJB1io .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-uDxTwJB1io .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uDxTwJB1io .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uDxTwJB1io .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uDxTwJB1io .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uDxTwJB1io .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDxTwJB1io .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDxTwJB1io .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-uDxTwJB1io .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #f96e47;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uDxTwJB1io .nav-link::before {
    left: 8px;
  }
}
.cid-uDxTwJB1io .nav-link:hover {
  opacity: 1;
}
.cid-uDxTwJB1io .nav-link:hover::before {
  opacity: 1;
}
.cid-uDxTwJB1io .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDxTwJB1io .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDxTwJB1io .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-uDxTwJB1io .navbar-caption:hover,
.cid-uDxTwJB1io .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-uDxTwJB1io .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDxTwJB1io .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uDxTwJB1io .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #f2f2f2;
  box-shadow: none;
  position: relative;
  border: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uDxTwJB1io .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uDxTwJB1io .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-uDxTwJB1io .menu-container {
    margin: 16px;
  }
}
.cid-uDxTwJB1io .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uDxTwJB1io .iconfont-wrapper:hover,
.cid-uDxTwJB1io .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uDxTwJB1io .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #f2f2f2;
}
.cid-uDxTwJB1io .nav-item:focus,
.cid-uDxTwJB1io .nav-link:focus {
  outline: none;
}
.cid-uDxTwJB1io .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDxTwJB1io .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDxTwJB1io .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDxTwJB1io .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDxTwJB1io .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDxTwJB1io .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDxTwJB1io .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uDxTwJB1io .navbar.opened {
  transition: all 0.3s;
}
.cid-uDxTwJB1io .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDxTwJB1io .navbar .navbar-logo img {
  width: auto;
}
.cid-uDxTwJB1io .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uDxTwJB1io .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uDxTwJB1io .navbar.collapsed {
  justify-content: center;
}
.cid-uDxTwJB1io .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDxTwJB1io .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDxTwJB1io .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uDxTwJB1io .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDxTwJB1io .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDxTwJB1io .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-uDxTwJB1io .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDxTwJB1io .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDxTwJB1io .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDxTwJB1io .navbar {
    min-height: 72px;
  }
  .cid-uDxTwJB1io .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDxTwJB1io .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDxTwJB1io .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDxTwJB1io .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDxTwJB1io .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDxTwJB1io .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-uDxTwJB1io .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDxTwJB1io .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDxTwJB1io .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDxTwJB1io .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDxTwJB1io .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDxTwJB1io .dropdown-item.active,
.cid-uDxTwJB1io .dropdown-item:active {
  background-color: transparent;
}
.cid-uDxTwJB1io .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDxTwJB1io .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDxTwJB1io .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDxTwJB1io .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-uDxTwJB1io .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDxTwJB1io .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDxTwJB1io ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDxTwJB1io .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDxTwJB1io .navbar-buttons {
    text-align: left;
  }
}
.cid-uDxTwJB1io button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDxTwJB1io button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f96e47;
}
.cid-uDxTwJB1io button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDxTwJB1io button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDxTwJB1io button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDxTwJB1io button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDxTwJB1io nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDxTwJB1io nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDxTwJB1io nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDxTwJB1io nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDxTwJB1io .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDxTwJB1io a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDxTwJB1io .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uDxTwJB1io .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDxTwJB1io .navbar {
    height: 70px;
  }
  .cid-uDxTwJB1io .navbar.opened {
    height: auto;
  }
  .cid-uDxTwJB1io .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDxTwJB1io .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDxTwJB1io .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDxTwJB1io .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDxTwJB1io .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uDxTwJB1io .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDxTwJB1io .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uDxTwJB1io .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uDxTwJB1io .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uDxTwJB1io .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-uDxTwJB1io .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uDxTwJB1io .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDxTwJB1io .navbar-brand {
    margin-right: auto;
  }
  .cid-uDxTwJB1io .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f2f2f2;
  }
  .cid-uDxTwJB1io .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDxTwJB1io .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDxTwJB1io .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDxTwJB1io .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDxTwJB1io .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDxTwJB1io .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uDxTwJB1io .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDxTwJB1io .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDxTwJB1io .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uDxTwJB1io .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDxTwJB1io .navbar-brand,
.cid-uDxTwJB1io .navbar-toggler,
.cid-uDxTwJB1io .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uDxTwL7MuK {
  background-color: #e7e7e7;
}
.cid-uDxTwL7MuK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxTwL7MuK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxTwL7MuK .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uDxTwL7MuK .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uDxTwL7MuK .container {
    padding: 0 26px;
  }
}
.cid-uDxTwL7MuK .row {
  justify-content: center;
}
.cid-uDxTwL7MuK .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 1000px;
  padding: 100px;
}
@media (max-width: 1440px) {
  .cid-uDxTwL7MuK .content-wrapper {
    height: 800px;
    padding: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uDxTwL7MuK .content-wrapper {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .cid-uDxTwL7MuK .content-wrapper {
    height: auto;
  }
}
.cid-uDxTwL7MuK .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uDxTwL7MuK .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: 1;
  pointer-events: none;
  background-color: #000000;
  opacity: .5;
}
.cid-uDxTwL7MuK .content-wrapper .content-wrap {
  width: 100%;
  position: relative;
  z-index: 2;
}
.cid-uDxTwL7MuK .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uDxTwL7MuK .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uDxTwL7MuK .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDxTwL7MuK .mbr-section-title {
  color: #ffffff;
}
.cid-uDxTwL7MuK .mbr-text,
.cid-uDxTwL7MuK .text-wrapper {
  color: #ffffff;
}
.cid-uDxTwMi7TO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uDxTwMi7TO .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uDxTwMi7TO .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uDxTwMi7TO .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #4b3a69;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  border-radius: 0;
  content: "✓";
}
.cid-uDxTwMi7TO .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uDxTwMi7TO .mbr-text {
  color: #3d5943;
}
.cid-uDxTwNnp0L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uDxTwNnp0L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxTwNnp0L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxTwNnp0L .card {
  justify-content: flex-end;
}
.cid-uDxTwNnp0L .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uDxTwNnp0L .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDxTwNnp0L .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uDxTwNnp0L .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uDxTwNnp0L .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDxTwNnp0L .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDxTwNnp0L .mbr-section-title {
  color: #000000;
}
.cid-uDxTwNnp0L .mbr-desc {
  color: #000000;
}
.cid-uDxTwNnp0L .mbr-text,
.cid-uDxTwNnp0L .text-wrapper {
  color: #000000;
}
.cid-uDxTwOAnao {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4b3a69;
}
.cid-uDxTwOAnao .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxTwOAnao .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxTwOAnao .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uDxTwOAnao .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uDxTwOAnao .container {
    padding: 0 30px;
  }
}
.cid-uDxTwOAnao .card-wrapper {
  padding: 40px 3rem;
  border-radius: 3em;
  background-color: #e7e7e7;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uDxTwOAnao .card-wrapper {
    display: block;
    padding: 30px 20px;
  }
}
.cid-uDxTwOAnao .card-wrapper .title-wrapper {
  margin-right: 50px;
  min-width: 250px;
}
@media (max-width: 992px) {
  .cid-uDxTwOAnao .card-wrapper .title-wrapper {
    margin: 0;
  }
}
.cid-uDxTwOAnao .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uDxTwOAnao .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDxTwOAnao .mbr-section-title {
  color: #2b2b2b;
}
.cid-uDxTwOAnao .mbr-text {
  color: #000000;
}
.cid-uDxTwOAnao .mbr-section-title,
.cid-uDxTwOAnao .mbr-section-btn {
  color: #000000;
}
.cid-uDxTwPEjxy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uDxTwPEjxy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxTwPEjxy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxTwPEjxy .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uDxTwPEjxy .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDxTwPEjxy .icon-wrap {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uDxTwPEjxy .icon-wrap {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-uDxTwPEjxy .icon-wrap .mbr-iconfont {
  display: inline-flex;
  width: 70px;
  height: 70px;
  color: #000000;
  font-size: 70px;
}
@media (max-width: 992px) {
  .cid-uDxTwPEjxy .icon-wrap .mbr-iconfont {
    width: 48px;
    height: 48px;
    font-size: 48px;
  }
}
.cid-uDxTwPEjxy .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uDxTwPEjxy .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uDxTwPEjxy .items-wrap .card_2 {
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uDxTwPEjxy .items-wrap .card_2 {
    padding-top: 0;
  }
}
.cid-uDxTwPEjxy .items-wrap .card_3 {
  padding-top: 400px;
}
@media (max-width: 992px) {
  .cid-uDxTwPEjxy .items-wrap .card_3 {
    padding-top: 0;
  }
}
.cid-uDxTwPEjxy .item .item-wrapper .card-box {
  padding: 42px 28px;
  background-color: #4b3a69;
  min-height: 600px;
}
@media (max-width: 992px) {
  .cid-uDxTwPEjxy .item .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uDxTwPEjxy .item .item-wrapper .card-box .item-number {
  margin-bottom: 32px;
}
.cid-uDxTwPEjxy .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-uDxTwPEjxy .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uDxTwPEjxy .mbr-section-title {
  color: #000000;
}
.cid-uDxTwPEjxy .item-title {
  color: #ffffff;
}
.cid-uDxTwPEjxy .item-number {
  color: #ffffff;
}
.cid-uDxTwPEjxy .item-text {
  color: #ffffff;
}
.cid-uDxTwR9pRV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4b3a69;
}
.cid-uDxTwR9pRV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxTwR9pRV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxTwR9pRV .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #e7e7e7;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uDxTwR9pRV .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-uDxTwR9pRV .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uDxTwR9pRV .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uDxTwR9pRV .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uDxTwR9pRV .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uDxTwR9pRV .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uDxTwR9pRV .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uDxTwR9pRV .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-uDxTwR9pRV .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-uDxTwR9pRV .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDxTwR9pRV .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-uDxTwR9pRV .mbr-section-title {
  color: #212529;
}
.cid-uDxTwR9pRV .mbr-desc {
  color: #212529;
}
.cid-uDxTwSk2xC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e7e7e7;
}
.cid-uDxTwSk2xC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxTwSk2xC .col-12 {
  padding: 0;
}
.cid-uDxTwSk2xC .row {
  margin: 0;
}
.cid-uDxTwSk2xC .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uDxTwSk2xC .card-margin {
    margin-top: -1px;
  }
}
.cid-uDxTwSk2xC .card-wrapper {
  min-height: 500px;
  border: 1px solid #4b3a69;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uDxTwSk2xC .card-wrapper {
    padding: 1rem;
  }
}
.cid-uDxTwSk2xC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxTwSk2xC .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uDxTwSk2xC .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uDxTwSk2xC .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uDxTwSk2xC .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uDxTwSk2xC .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
.cid-uDxTwSk2xC .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uDxTwSk2xC .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDxTwSk2xC .image-wrapper {
    padding: 1rem;
  }
}
.cid-uDxTwSk2xC .mbr-section-title {
  color: #221b35;
}
.cid-uDxTwSk2xC .mbr-text,
.cid-uDxTwSk2xC .mbr-section-btn {
  color: #221b35;
}
.cid-uDxTwUbiWq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uDxTwUbiWq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxTwUbiWq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxTwUbiWq .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uDxTwUbiWq .items-wrap {
  justify-content: center;
}
.cid-uDxTwUbiWq .item {
  margin-bottom: 32px;
}
.cid-uDxTwUbiWq .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uDxTwUbiWq .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uDxTwUbiWq .mbr-section-title {
  color: #000000;
}
.cid-uDxTwUbiWq .item-title {
  color: #191c25;
}
.cid-uDxTwUbiWq .item-text {
  color: #191c25;
}
.cid-uDxTwX6OgW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uDxTwX6OgW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxTwX6OgW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxTwX6OgW .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uDxTwX6OgW .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uDxTwX6OgW .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDxTwX6OgW .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uDxTwX6OgW .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDxTwX6OgW .mbr-section-title {
  color: #000000;
}
.cid-uDxTwX6OgW .mbr-desc {
  color: #000000;
}
.cid-uDxTwX6OgW .mbr-text {
  color: #000000;
}
.cid-uDxTx0nzj1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4b3a69;
}
.cid-uDxTx0nzj1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxTx0nzj1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxTx0nzj1 .content-wrapper {
  padding: 80px 90px;
  background-color: #e7e7e7;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uDxTx0nzj1 .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uDxTx0nzj1 .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uDxTx0nzj1 .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
  padding-right: 0;
  padding-left: 48px;
}
@media (max-width: 1199px) {
  .cid-uDxTx0nzj1 .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uDxTx0nzj1 .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 1199px) {
  .cid-uDxTx0nzj1 .content-wrapper .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uDxTx0nzj1 .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uDxTx0nzj1 .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uDxTx0nzj1 .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uDxTx0nzj1 .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDxTx0nzj1 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uDxTx0nzj1 .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uDxTx0nzj1 .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uDxTx0nzj1 .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #4b3a69;
}
@media (max-width: 992px) {
  .cid-uDxTx0nzj1 .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uDxTx0nzj1 .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uDxTx0nzj1 .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uDxTx0nzj1 .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uDxTx0nzj1 .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uDxTx0nzj1 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uDxTx0nzj1 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uDxTx0nzj1 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uDxTx0nzj1 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uDxTx0nzj1 .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uDxTx0nzj1 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uDxTx0nzj1 .mbr-section-title {
  color: #050f0f;
}
.cid-uDxTx0nzj1 .mbr-text {
  color: #050f0f;
}
.cid-uDxTx0nzj1 .panel-title-edit {
  color: #050f0f;
}
.cid-uDxTx0nzj1 .panel-text {
  color: #050f0f;
}
.cid-uDxTx0nzj1 .panel-title-edit,
.cid-uDxTx0nzj1 .icon-wrapper {
  color: #ffffff;
}
.cid-uDxTx64Pnl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uDxTx64Pnl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxTx64Pnl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxTx64Pnl .content-wrapper {
  padding: 0 60px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uDxTx64Pnl .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uDxTx64Pnl .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 80px;
}
@media (max-width: 1199px) {
  .cid-uDxTx64Pnl .content-wrapper .content-wrap {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uDxTx64Pnl .content-wrapper .content-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uDxTx64Pnl .content-wrapper .content-wrap .text-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uDxTx64Pnl .content-wrapper .content-wrap .text-wrapper {
    position: static;
  }
}
.cid-uDxTx64Pnl .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uDxTx64Pnl .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uDxTx64Pnl .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDxTx64Pnl .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uDxTx64Pnl .content-wrapper .items-wrapper {
  padding-left: 80px;
  border-left: 3px solid #4b3a69;
  width: 50%;
}
@media (max-width: 1199px) {
  .cid-uDxTx64Pnl .content-wrapper .items-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uDxTx64Pnl .content-wrapper .items-wrapper {
    border-left: none;
    border-top: 3px solid #4b3a69;
    padding-left: 0;
    width: 100%;
  }
}
.cid-uDxTx64Pnl .content-wrapper .items-wrapper .item {
  padding: 32px 0;
}
@media (max-width: 992px) {
  .cid-uDxTx64Pnl .content-wrapper .items-wrapper .item {
    padding: 32px 0 0;
  }
}
.cid-uDxTx64Pnl .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uDxTx64Pnl .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uDxTx64Pnl .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
    margin-bottom: 0;
  }
}
.cid-uDxTx64Pnl .mbr-section-title {
  color: #050f0f;
}
.cid-uDxTx64Pnl .mbr-text {
  color: #050f0f;
}
.cid-uDxTx64Pnl .item-title {
  color: #050f0f;
}
.cid-uDxTx64Pnl .item-text {
  color: #050f0f;
}
.cid-uDxTxaRBCA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e7e7e7;
}
.cid-uDxTxaRBCA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxTxaRBCA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxTxaRBCA .row {
  justify-content: center;
}
.cid-uDxTxaRBCA .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uDxTxaRBCA .col-title {
    margin-bottom: 20px;
  }
}
.cid-uDxTxaRBCA .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-uDxTxaRBCA .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uDxTxaRBCA .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uDxTxaRBCA .card-row {
  align-items: stretch;
}
.cid-uDxTxaRBCA .card {
  padding: 10px;
}
.cid-uDxTxaRBCA .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #4b3a69;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-uDxTxaRBCA .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-uDxTxaRBCA .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uDxTxaRBCA .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uDxTxaRBCA .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-uDxTxaRBCA .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-uDxTxaRBCA .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #4b3a69;
  }
}
.cid-uDxTxaRBCA .card-wrapper:hover .card-box {
  background-color: #ffffff;
}
.cid-uDxTxaRBCA .card-wrapper:hover .iconfont-wrapper {
  background-color: #4b3a69;
}
.cid-uDxTxaRBCA .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-uDxTxaRBCA .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uDxTxdx24G {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #e7e7e7;
}
.cid-uDxTxdx24G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxTxdx24G .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uDxTxdx24G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxTxdx24G h1 {
  max-width: 800px;
}
.cid-uDxTxdx24G p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uDxTxdx24G {
    align-items: center;
  }
  .cid-uDxTxdx24G .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uDxTxdx24G .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uDxTxdx24G {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uDxTxdx24G .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uDxTxdx24G .content-wrap {
    width: 100%;
  }
}
.cid-uDxTxdx24G .mbr-section-subtitle,
.cid-uDxTxdx24G .line {
  color: #291f1e;
}
.cid-uDxTxdx24G .mbr-text,
.cid-uDxTxdx24G .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uDxTxdx24G .mbr-section-title {
  color: #291f1e;
}
.cid-uDBKnPgC40 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uDBKnPgC40 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDBKnPgC40 .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-uDBKnPgC40 .container {
    padding: 0 20px;
  }
}
.cid-uDBKnPgC40 .row {
  margin: 0;
}
.cid-uDBKnPgC40 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uDBKnPgC40 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDBKnPgC40 .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uDBKnPgC40 .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uDBKnPgC40 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uDBKnPgC40 .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uDBKnPgC40 .mbr-section-title {
  color: #000000;
}
.cid-uDBIwVD5EV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4b3a69;
}
.cid-uDBIwVD5EV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDBIwVD5EV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDBIwVD5EV .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #e7e7e7;
  background-color: #e7e7e7;
}
@media (max-width: 992px) {
  .cid-uDBIwVD5EV .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uDBIwVD5EV .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #4b3a69, #e7e7e7 50%);
  opacity: .5;
}
.cid-uDBIwVD5EV .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDBIwVD5EV .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDBIwVD5EV .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #e7e7e7;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uDBIwVD5EV .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uDBIwVD5EV .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uDBIwVD5EV .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uDBIwVD5EV .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uDBIwVD5EV .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #4b3a69;
  border-radius: 100%;
}
.cid-uDBIwVD5EV .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #080813;
}
.cid-uDBIwVD5EV .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uDBIwVD5EV .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uDBIwVD5EV .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uDBIwVD5EV .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDBIwVD5EV .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uDBIwVD5EV .mbr-section-title {
  color: #080813;
  text-align: center;
}
.cid-uDBIwVD5EV .panel-title-edit {
  color: #ffffff;
}
.cid-uDBIwVD5EV .panel-text {
  color: #ffffff;
}
.cid-uDBIwVD5EV .panel-title-edit,
.cid-uDBIwVD5EV .icon-wrapper {
  color: #000000;
}
.cid-uDBIwVD5EV .panel-text,
.cid-uDBIwVD5EV .panel-body {
  color: #080813;
}
.cid-uDxTxeKwnC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uDxTxeKwnC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxTxeKwnC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxTxeKwnC .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uDxTxeKwnC .content-wrapper {
    padding: 0;
  }
}
.cid-uDxTxeKwnC .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uDxTxeKwnC .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDxTxeKwnC .content-wrapper .google-map {
  border: 3px solid #e7e7e7;
  box-shadow: 4px 4px 0 0 #e7e7e7;
}
.cid-uDxTxeKwnC .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uDxTxeKwnC .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uDxTxeKwnC .mbr-section-title {
  color: #050f0f;
}
.cid-uDxTxeKwnC .mbr-section-title,
.cid-uDxTxeKwnC .mbr-section-btn {
  color: #4b3a69;
  text-align: center;
}
.cid-uDxTxgi5Ku {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e7e7e7;
}
.cid-uDxTxgi5Ku .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxTxgi5Ku .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uDxTxgi5Ku .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDxTxgi5Ku .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uDxTxgi5Ku a {
  font-weight: 600;
}
.cid-uDxTxgi5Ku a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uDxTxgi5Ku .col-lg-3,
  .cid-uDxTxgi5Ku .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uDxTxgi5Ku .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uDxTxgi5Ku .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uDxTxgi5Ku h5 {
  margin: 0;
}
.cid-uDxTxgi5Ku .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxTxgi5Ku .iconfont-wrapper {
  position: relative;
}
.cid-uDxTxgi5Ku .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uDxTxgi5Ku .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uDxTxgi5Ku .sociconfont-wrapper {
  display: flex;
}
.cid-uDxTxgi5Ku .card-title,
.cid-uDxTxgi5Ku .iconfont-wrapper {
  color: #000000;
}
.cid-uDxTxgi5Ku .card-text {
  color: #000000;
}
.cid-uDxTxgi5Ku .mbr-section-title {
  color: #000000;
}
.cid-uDxTxgi5Ku .main-title,
.cid-uDxTxgi5Ku .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uDxTxhxAdT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4b3a69;
}
.cid-uDxTxhxAdT [class^='socicon-']:before,
.cid-uDxTxhxAdT [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-uDxTxhxAdT .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #2e6b75;
  transition: all 0.3s;
  border-color: #2e6b75;
}
.cid-uDxTxhxAdT .btn-social:hover {
  background: #2e6b75;
}
.cid-uDxTxhxAdT .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-uDxTxhxAdT .btn-social:hover span {
  color: #ffffff !important;
}
.cid-uDxTxhxAdT .mbr-section-title {
  color: #2e6b75;
}
.cid-uDxTxhxAdT .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-uDxTxhxAdT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxTxhxAdT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxTxiJLWv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e7e7e7;
  overflow: hidden;
}
.cid-uDxTxiJLWv .media-container-row .mbr-text {
  color: #000000;
}
