.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #ffffff;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #5e60ce !important;
}
.bg-success {
  background-color: #27d283 !important;
}
.bg-info {
  background-color: #0dc7ec !important;
}
.bg-warning {
  background-color: #f9bb00 !important;
}
.bg-danger {
  background-color: #d42536 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5e60ce !important;
  border-color: #5e60ce !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #8587da !important;
  border-color: #8587da !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8587da !important;
  border-color: #8587da !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #0dc7ec !important;
  border-color: #0dc7ec !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #38d5f4 !important;
  border-color: #38d5f4 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #38d5f4 !important;
  border-color: #38d5f4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #27d283 !important;
  border-color: #27d283 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #4ede9b !important;
  border-color: #4ede9b !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #4ede9b !important;
  border-color: #4ede9b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f9bb00 !important;
  border-color: #f9bb00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffcb2d !important;
  border-color: #ffcb2d !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffcb2d !important;
  border-color: #ffcb2d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d42536 !important;
  border-color: #d42536 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e04c5b !important;
  border-color: #e04c5b !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e04c5b !important;
  border-color: #e04c5b !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #5e60ce;
  color: #5e60ce;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #3234a4 !important;
  background-color: transparent !important;
  border-color: #3234a4 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5e60ce !important;
  border-color: #5e60ce !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0dc7ec;
  color: #0dc7ec;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #08829a !important;
  background-color: transparent !important;
  border-color: #08829a !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0dc7ec !important;
  border-color: #0dc7ec !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #27d283;
  color: #27d283;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #198955 !important;
  background-color: transparent !important;
  border-color: #198955 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #27d283 !important;
  border-color: #27d283 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f9bb00;
  color: #f9bb00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a27a00 !important;
  background-color: transparent !important;
  border-color: #a27a00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f9bb00 !important;
  border-color: #f9bb00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #d42536;
  color: #d42536;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #8a1823 !important;
  background-color: transparent !important;
  border-color: #8a1823 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d42536 !important;
  border-color: #d42536 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #5e60ce !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #27d283 !important;
}
.text-info {
  color: #0dc7ec !important;
}
.text-warning {
  color: #f9bb00 !important;
}
.text-danger {
  color: #d42536 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2e3098 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #177c4d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #08758b !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #936e00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #7d1620 !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: #5e60ce;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0dc7ec;
}
.alert-warning {
  background-color: #f9bb00;
}
.alert-danger {
  background-color: #d42536;
}
.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: #5e60ce;
  border-color: #5e60ce;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #5e60ce;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fafafe;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cff6e4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c9f4fc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff1c6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f7ced2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #5e60ce !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #5e60ce;
}
/* 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: #5e60ce;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #5e60ce;
}
.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: #5e60ce;
  border-bottom-color: #5e60ce;
}
.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: #5e60ce !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: #ffffff !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='%235e60ce' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-u9g6y8kqGZ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u9g6y8kqGZ .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-u9g6y8kqGZ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u9g6y8kqGZ .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-u9g6y8kqGZ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u9g6y8kqGZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9g6y8kqGZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9g6y8kqGZ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-u9g6y8kqGZ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-u9g6y8kqGZ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-u9g6y8kqGZ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-u9g6y8kqGZ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u9g6y8kqGZ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u9g6y8kqGZ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-u9g6y8kqGZ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u9g6y8kqGZ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u9g6y8kqGZ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u9g6y8kqGZ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u9g6y8kqGZ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u9g6y8kqGZ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-u9g6y8kqGZ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u9g6y8kqGZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-u9g6y8kqGZ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-u9g6y8kqGZ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u9g6y8kqGZ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u9g6y8kqGZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9g6y8kqGZ .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: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-u9g6y8kqGZ .nav-item:focus,
.cid-u9g6y8kqGZ .nav-link:focus {
  outline: none;
}
.cid-u9g6y8kqGZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9g6y8kqGZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9g6y8kqGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9g6y8kqGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9g6y8kqGZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9g6y8kqGZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9g6y8kqGZ .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-u9g6y8kqGZ .navbar.opened {
  transition: all 0.3s;
}
.cid-u9g6y8kqGZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9g6y8kqGZ .navbar .navbar-logo img {
  width: auto;
}
.cid-u9g6y8kqGZ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u9g6y8kqGZ .navbar.collapsed {
  justify-content: center;
}
.cid-u9g6y8kqGZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9g6y8kqGZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9g6y8kqGZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u9g6y8kqGZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9g6y8kqGZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9g6y8kqGZ .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-u9g6y8kqGZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9g6y8kqGZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9g6y8kqGZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u9g6y8kqGZ .navbar {
    min-height: 72px;
  }
  .cid-u9g6y8kqGZ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u9g6y8kqGZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9g6y8kqGZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9g6y8kqGZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9g6y8kqGZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9g6y8kqGZ .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-u9g6y8kqGZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9g6y8kqGZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u9g6y8kqGZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9g6y8kqGZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9g6y8kqGZ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u9g6y8kqGZ .dropdown-item.active,
.cid-u9g6y8kqGZ .dropdown-item:active {
  background-color: transparent;
}
.cid-u9g6y8kqGZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9g6y8kqGZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9g6y8kqGZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9g6y8kqGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u9g6y8kqGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u9g6y8kqGZ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u9g6y8kqGZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9g6y8kqGZ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u9g6y8kqGZ .navbar-buttons {
    text-align: left;
  }
}
.cid-u9g6y8kqGZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9g6y8kqGZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u9g6y8kqGZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9g6y8kqGZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9g6y8kqGZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9g6y8kqGZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9g6y8kqGZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9g6y8kqGZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9g6y8kqGZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9g6y8kqGZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9g6y8kqGZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u9g6y8kqGZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9g6y8kqGZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9g6y8kqGZ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9g6y8kqGZ .navbar {
    height: 70px;
  }
  .cid-u9g6y8kqGZ .navbar.opened {
    height: auto;
  }
  .cid-u9g6y8kqGZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9g6y8kqGZ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u9g6y8kqGZ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u9g6y8kqGZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u9g6y8kqGZ .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-u9g6y8kqGZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u9g6y8kqGZ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u9g6y8kqGZ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u9g6y8kqGZ .navbar-brand {
    margin-right: auto;
  }
  .cid-u9g6y8kqGZ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-u9g6y8kqGZ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u9g6y8kqGZ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u9g6y8kqGZ .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-u9g6y8kqGZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u9g6y8kqGZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u9g6y8kqGZ .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-u9g6y8kqGZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u9g6y8kqGZ .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-u9g6y8kqGZ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u9g6y8kqGZ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u94crJ0DHM {
  display: flex;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg-1920x1281.jpg");
}
.cid-u94crJ0DHM .mbr-overlay {
  background-color: #000000;
  opacity: 0;
}
@media (min-width: 768px) {
  .cid-u94crJ0DHM {
    align-items: flex-end;
  }
  .cid-u94crJ0DHM .row {
    justify-content: flex-start;
  }
  .cid-u94crJ0DHM .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u94crJ0DHM .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u94crJ0DHM {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-u94crJ0DHM .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u94crJ0DHM .content-wrap {
    width: 100%;
  }
}
.cid-u94crJ0DHM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u94crJ0DHM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u94crJ0DHM .mbr-section-title,
.cid-u94crJ0DHM .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-u94crJ0DHM .mbr-text,
.cid-u94crJ0DHM .mbr-section-btn {
  text-align: left;
}
.cid-u94crJ0DHM .mbr-section-title {
  color: #5e60ce;
}
.cid-uUT3YOSIhP {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uUT3YOSIhP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUT3YOSIhP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUT3YOSIhP .mbr-text {
  color: #000000;
}
.cid-uUT3YOSIhP .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uUT3YOSIhP .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uUT3YOSIhP .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uUT3YOSIhP .mbr-section-subtitle,
.cid-uUT3YOSIhP .main-button {
  color: #000000;
}
.cid-uFjKX0nTZV {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uFjKX0nTZV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFjKX0nTZV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFjKX0nTZV .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFjKX0nTZV .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uFjKX0nTZV .item-wrapper {
  background: #5e60ce;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uFjKX0nTZV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uFjKX0nTZV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uFjKX0nTZV .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #000000;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 80px;
  border-radius: 50%;
}
.cid-uFjKX0nTZV .mbr-section-title {
  color: #000000;
}
.cid-uFjKX0nTZV .mbr-section-subtitle {
  color: #000000;
}
.cid-uFjKX0nTZV .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uFjKX0nTZV .card-box .item-footer {
  margin-top: auto;
}
.cid-uFjKX0nTZV .content-head {
  max-width: 800px;
}
.cid-uFjKX0nTZV .card-text,
.cid-uFjKX0nTZV .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uFjKX0nTZV .card-title,
.cid-uFjKX0nTZV .iconfont-wrapper {
  color: #ffffff;
}
.cid-uFAzBkYaGl {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #edefeb;
}
.cid-uFAzBkYaGl img,
.cid-uFAzBkYaGl .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uFAzBkYaGl .item:focus,
.cid-uFAzBkYaGl span:focus {
  outline: none;
}
.cid-uFAzBkYaGl .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFAzBkYaGl .item {
    margin-bottom: 1rem;
  }
}
.cid-uFAzBkYaGl .item-wrapper {
  position: relative;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uFAzBkYaGl .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uFAzBkYaGl .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uFAzBkYaGl .item-wrapper .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-uFAzBkYaGl .item-wrapper .item-footer {
  padding-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uFAzBkYaGl .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uFAzBkYaGl .item-wrapper .item-footer {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uFAzBkYaGl .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uFAzBkYaGl .item-wrapper .item-footer {
    padding-bottom: 1.25rem;
  }
}
.cid-uFAzBkYaGl .mbr-section-title {
  color: #232323;
}
.cid-uFAzBkYaGl .mbr-text,
.cid-uFAzBkYaGl .mbr-section-btn {
  text-align: center;
}
.cid-uFAzBkYaGl .item-title {
  text-align: left;
}
.cid-uFAzBkYaGl .content-head {
  max-width: 800px;
}
.cid-uFAzBkYaGl .mbr-text,
.cid-uFAzBkYaGl .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uFkimD5jYn {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #190947;
}
.cid-uFkimD5jYn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFkimD5jYn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFkimD5jYn .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uFkimD5jYn .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uFkimD5jYn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uFkimD5jYn .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFkimD5jYn .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFkimD5jYn .header-menu li p {
  margin: 0;
}
.cid-uFkimD5jYn .content-head {
  max-width: 800px;
}
.cid-uFkimD5jYn .mbr-section-title {
  color: #ffffff;
}
.cid-uFkimD5jYn .mbr-text,
.cid-uFkimD5jYn .mbr-section-btn {
  color: #ffffff;
}
.cid-uTqOmb6jl8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #190947;
}
.cid-uTqOmb6jl8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTqOmb6jl8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uTqOmb6jl8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTqOmb6jl8 .row {
  flex-direction: row-reverse;
}
.cid-uTqOmb6jl8 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uTqOmb6jl8 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uTqOmb6jl8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTqOmb6jl8 .mbr-section-title {
  color: #ffffff;
}
.cid-uTqOmb6jl8 .mbr-text,
.cid-uTqOmb6jl8 .mbr-section-btn {
  color: #ffffff;
}
.cid-uTqOvFgdRy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #190947;
}
.cid-uTqOvFgdRy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTqOvFgdRy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uTqOvFgdRy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTqOvFgdRy .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uTqOvFgdRy .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uTqOvFgdRy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTqOvFgdRy .mbr-section-title {
  color: #ffffff;
}
.cid-uTqOvFgdRy .mbr-text,
.cid-uTqOvFgdRy .mbr-section-btn {
  color: #ffffff;
}
.cid-uTqOFQJkea {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #190947;
}
.cid-uTqOFQJkea .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTqOFQJkea .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uTqOFQJkea .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTqOFQJkea .row {
  flex-direction: row-reverse;
}
.cid-uTqOFQJkea .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uTqOFQJkea .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uTqOFQJkea .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTqOFQJkea .mbr-section-title {
  color: #ffffff;
}
.cid-uTqOFQJkea .mbr-text,
.cid-uTqOFQJkea .mbr-section-btn {
  color: #ffffff;
}
.cid-uTqOIZuqOB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #190947;
}
.cid-uTqOIZuqOB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTqOIZuqOB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uTqOIZuqOB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTqOIZuqOB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uTqOIZuqOB .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uTqOIZuqOB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTqOIZuqOB .mbr-section-title {
  color: #ffffff;
}
.cid-uTqOIZuqOB .mbr-text,
.cid-uTqOIZuqOB .mbr-section-btn {
  color: #ffffff;
}
.cid-uTqOJVWczw {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #190947;
}
.cid-uTqOJVWczw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTqOJVWczw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uTqOJVWczw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTqOJVWczw .row {
  flex-direction: row-reverse;
}
.cid-uTqOJVWczw .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uTqOJVWczw .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uTqOJVWczw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTqOJVWczw .mbr-section-title {
  color: #ffffff;
}
.cid-uTqOJVWczw .mbr-text,
.cid-uTqOJVWczw .mbr-section-btn {
  color: #ffffff;
}
.cid-uUWwVZ1Ojs {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUWwVZ1Ojs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUWwVZ1Ojs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUWwVZ1Ojs .row {
  flex-direction: row-reverse;
}
.cid-uUWxJWOS98 {
  background-color: #ffffff;
}
.cid-uUWxJWOS98 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUWxJWOS98 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUWxJWOS98 .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uUWxJWOS98 .card-wrapper {
    padding: 1.5rem;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUWxJWOS98 .card-wrapper {
    padding: 2.25rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
@media (min-width: 992px) {
  .cid-uUWxJWOS98 .card-wrapper {
    padding: 4rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
.cid-uUWxJWOS98 .wrap {
  background: url("../../../assets/images/fonctionnalit-copie.png-1233x578.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uUWxJWOS98 .wrap .inner-wrap {
  padding: 40px;
}
.cid-uUWxJWOS98 .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUWxJWOS98 .mbr-text {
  color: #000000;
}
.cid-uUWxJWOS98 .mbr-text,
.cid-uUWxJWOS98 .mbr-section-btn {
  color: #ffffff;
}
.cid-uUWsU9YNv1 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #5e60ce;
}
.cid-uUWsU9YNv1 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uUWsU9YNv1 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uUWsU9YNv1 .item-head {
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uUWsU9YNv1 .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUWsU9YNv1 .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uUWsU9YNv1 .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #000000;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uUWsU9YNv1 .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uUWsU9YNv1 .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-uUWsU9YNv1 .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #000000;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uUWsU9YNv1 .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uUWsU9YNv1 .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-uUWsU9YNv1 .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-uUWsU9YNv1 .btn {
  width: -webkit-fill-available;
}
.cid-uUWsU9YNv1 .item:focus,
.cid-uUWsU9YNv1 span:focus {
  outline: none;
}
.cid-uUWsU9YNv1 .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-uUWsU9YNv1 .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUWsU9YNv1 .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uUWsU9YNv1 .mbr-section-title {
  color: #ffffff;
}
.cid-uUWsU9YNv1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUWsU9YNv1 .mbr-text,
.cid-uUWsU9YNv1 .mbr-section-btn {
  text-align: left;
}
.cid-uUWsU9YNv1 .item-title {
  text-align: left;
  color: #000000;
}
.cid-uUWsU9YNv1 .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uUWsU9YNv1 .content-head {
  max-width: 800px;
}
.cid-uUWsU9YNv1 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uUWsU9YNv1 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uUWsU9YNv1 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uUWsU9YNv1 .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-uUWsU9YNv1 .mbr-text UL {
  text-align: left;
}
.cid-uUWsU9YNv1 .mbr-text {
  color: #ffffff;
}
.cid-u96YHDDWsY {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
@media (max-width: 767px) {
  .cid-u96YHDDWsY {
    padding-bottom: 9rem;
  }
}
.cid-u96YHDDWsY img,
.cid-u96YHDDWsY .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-u96YHDDWsY img,
  .cid-u96YHDDWsY .item-img {
    height: 225px;
    object-fit: cover;
  }
}
.cid-u96YHDDWsY .mbr-text {
  color: #000000;
}
.cid-u96YHDDWsY .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u96YHDDWsY .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u96YHDDWsY .main-button {
    margin-bottom: 2rem;
  }
}
.cid-u96YHDDWsY .mbr-text UL {
  text-align: left;
}
.cid-u96YHDDWsY .mbr-section-subtitle,
.cid-u96YHDDWsY .main-button {
  color: #000000;
}
.cid-u96YHDDWsY .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-u96YHDDWsY .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-u96YHDDWsY .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u96YHDDWsY .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u96YHDDWsY .item-title {
  text-align: center;
}
.cid-u96YHDDWsY .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u96YHDDWsY .main-text {
    padding-left: 0;
    padding-right: 32px;
  }
}
.cid-uV1rZXe4nE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uV1rZXe4nE .mbr-text {
  color: #000000;
}
.cid-uV1rZXe4nE .mbr-section-subtitle {
  color: #000000;
}
.cid-uV1rZXe4nE .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uUVx8h5OyE {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uUVx8h5OyE .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uUVx8h5OyE .item-wrapper {
  margin-bottom: 2rem;
}
.cid-uUVx8h5OyE .card-title,
.cid-uUVx8h5OyE .iconfont-wrapper {
  color: #000000;
}
.cid-uUVx8h5OyE .card-text {
  color: #000000;
  text-align: center;
}
.cid-uUVx8h5OyE .content-head {
  max-width: 800px;
}
.cid-uUVx8h5OyE .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uUVx8h5OyE .card-title,
.cid-uUVx8h5OyE .img-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uUVx8h5OyE .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uUVx8h5OyE .mbr-section-subtitle {
  color: #000000;
}
.cid-u94crJ4RQU {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #5e60ce;
}
.cid-u94crJ4RQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u94crJ4RQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u94crJ4RQU .title .num {
  width: 100%;
  display: block;
}
.cid-u94crJ4RQU .title .card-title {
  z-index: 1;
}
.cid-u94crJ4RQU .num {
  color: #ffffff;
  text-align: center;
}
.cid-u94crJ4RQU .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u94crJ4RQU * {
    text-align: center !important;
  }
  .cid-u94crJ4RQU .content-column {
    margin-bottom: 2rem;
  }
}
.cid-u94crJ4RQU .content-head {
  max-width: 800px;
}
.cid-u94crJ4RQU .card-text {
  text-align: center;
}
.cid-u94crJ4RQU .card-title,
.cid-u94crJ4RQU .card-img {
  text-align: center;
  color: #ffffff;
}
.cid-u94qCg9Qax {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5e60ce;
}
.cid-u94qCg9Qax .mbr-fallback-image.disabled {
  display: none;
}
.cid-u94qCg9Qax .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u94qCg9Qax .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-u94qCg9Qax .footer-col {
    flex-direction: column;
  }
}
.cid-u94qCg9Qax .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u94qCg9Qax .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u94qCg9Qax .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u94qCg9Qax .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-u94qCg9Qax .mbr-section-btn {
    text-align: center;
  }
}
.cid-u94qCg9Qax .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u94qCg9Qax .soc-item {
  margin: 8px;
}
.cid-u94qCg9Qax .soc-item a:hover .mbr-iconfont,
.cid-u94qCg9Qax .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-u94qCg9Qax .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u94qCg9Qax .row {
    text-align: center;
  }
  .cid-u94qCg9Qax .social-row {
    justify-content: center;
  }
}
.cid-u94qCg9Qax .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-u94qCg9Qax .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u94qCg9Qax .list {
    margin-bottom: 0rem;
  }
}
.cid-u94qCg9Qax .mbr-text {
  color: #bbbbbb;
}
.cid-u94qCg9Qax .mbr-section-subtitle {
  color: #000000;
}
.cid-u94qCg9Qax .list,
.cid-u94qCg9Qax .item-wrap {
  color: #232323;
}
.cid-u94qCg9Qax .copyright {
  color: #000000;
}
.cid-u9g6y8kqGZ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u9g6y8kqGZ .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-u9g6y8kqGZ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u9g6y8kqGZ .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-u9g6y8kqGZ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u9g6y8kqGZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9g6y8kqGZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9g6y8kqGZ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-u9g6y8kqGZ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-u9g6y8kqGZ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-u9g6y8kqGZ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-u9g6y8kqGZ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u9g6y8kqGZ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u9g6y8kqGZ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-u9g6y8kqGZ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u9g6y8kqGZ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u9g6y8kqGZ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u9g6y8kqGZ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u9g6y8kqGZ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u9g6y8kqGZ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-u9g6y8kqGZ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u9g6y8kqGZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-u9g6y8kqGZ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-u9g6y8kqGZ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u9g6y8kqGZ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u9g6y8kqGZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9g6y8kqGZ .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: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-u9g6y8kqGZ .nav-item:focus,
.cid-u9g6y8kqGZ .nav-link:focus {
  outline: none;
}
.cid-u9g6y8kqGZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9g6y8kqGZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9g6y8kqGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9g6y8kqGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9g6y8kqGZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9g6y8kqGZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9g6y8kqGZ .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-u9g6y8kqGZ .navbar.opened {
  transition: all 0.3s;
}
.cid-u9g6y8kqGZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9g6y8kqGZ .navbar .navbar-logo img {
  width: auto;
}
.cid-u9g6y8kqGZ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u9g6y8kqGZ .navbar.collapsed {
  justify-content: center;
}
.cid-u9g6y8kqGZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9g6y8kqGZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9g6y8kqGZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u9g6y8kqGZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9g6y8kqGZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9g6y8kqGZ .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-u9g6y8kqGZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9g6y8kqGZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9g6y8kqGZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u9g6y8kqGZ .navbar {
    min-height: 72px;
  }
  .cid-u9g6y8kqGZ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u9g6y8kqGZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9g6y8kqGZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9g6y8kqGZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9g6y8kqGZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9g6y8kqGZ .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-u9g6y8kqGZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9g6y8kqGZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u9g6y8kqGZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9g6y8kqGZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9g6y8kqGZ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u9g6y8kqGZ .dropdown-item.active,
.cid-u9g6y8kqGZ .dropdown-item:active {
  background-color: transparent;
}
.cid-u9g6y8kqGZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9g6y8kqGZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9g6y8kqGZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9g6y8kqGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u9g6y8kqGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u9g6y8kqGZ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u9g6y8kqGZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9g6y8kqGZ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u9g6y8kqGZ .navbar-buttons {
    text-align: left;
  }
}
.cid-u9g6y8kqGZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9g6y8kqGZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u9g6y8kqGZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9g6y8kqGZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9g6y8kqGZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9g6y8kqGZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9g6y8kqGZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9g6y8kqGZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9g6y8kqGZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9g6y8kqGZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9g6y8kqGZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u9g6y8kqGZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9g6y8kqGZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9g6y8kqGZ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9g6y8kqGZ .navbar {
    height: 70px;
  }
  .cid-u9g6y8kqGZ .navbar.opened {
    height: auto;
  }
  .cid-u9g6y8kqGZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9g6y8kqGZ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u9g6y8kqGZ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u9g6y8kqGZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u9g6y8kqGZ .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-u9g6y8kqGZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u9g6y8kqGZ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u9g6y8kqGZ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u9g6y8kqGZ .navbar-brand {
    margin-right: auto;
  }
  .cid-u9g6y8kqGZ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-u9g6y8kqGZ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u9g6y8kqGZ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u9g6y8kqGZ .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-u9g6y8kqGZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u9g6y8kqGZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u9g6y8kqGZ .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-u9g6y8kqGZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u9g6y8kqGZ .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-u9g6y8kqGZ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u9g6y8kqGZ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u9a50QHIB8 {
  display: flex;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-u9a50QHIB8 .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.4;
}
.cid-u9a50QHIB8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9a50QHIB8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9a50QHIB8 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-u9a50QHIB8 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-u9a50QHIB8 {
    align-items: center;
  }
  .cid-u9a50QHIB8 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u9a50QHIB8 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u9a50QHIB8 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9a50QHIB8 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u9a50QHIB8 .content-wrap {
    width: 100%;
  }
}
.cid-u9a50QHIB8 .mbr-section-title {
  text-align: left;
}
.cid-u9a50QHIB8 .mbr-text,
.cid-u9a50QHIB8 .mbr-section-btn {
  text-align: left;
}
.cid-u9aabsWxxR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u9aabsWxxR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9aabsWxxR .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-u9aabsWxxR .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u9aabsWxxR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9aabsWxxR .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #5e60ce;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #5e60ce;
  height: 80px;
  border-radius: 50%;
}
.cid-u9aabsWxxR .card-title,
.cid-u9aabsWxxR .iconfont-wrapper,
.cid-u9aabsWxxR .card-text {
  color: #000000;
  text-align: center;
}
.cid-u9aabsWxxR .content-head {
  max-width: 800px;
}
.cid-u9aabsWxxR .mbr-section-title {
  color: #000000;
}
.cid-u9aabsWxxR .mbr-section-btn {
  text-align: center;
}
.cid-u9g0EOr2FH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u9g0EOr2FH .mbr-media {
  position: relative;
}
.cid-u9g0EOr2FH .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-u9g0EOr2FH a:hover {
  background-image: none !important;
}
.cid-u9g0EOr2FH .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-u9g0EOr2FH .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-u9g0EOr2FH .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u9g0EOr2FH .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u9g0EOr2FH .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u9g0EOr2FH .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u9g0EOr2FH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u9g0EOr2FH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9g0EOr2FH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9g0EOr2FH .content-head {
  max-width: 800px;
}
.cid-u97auW1zWP {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-u97auW1zWP .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u97auW1zWP .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-u97auW1zWP .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-u97auW1zWP {
    align-items: center;
  }
  .cid-u97auW1zWP .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u97auW1zWP .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u97auW1zWP {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u97auW1zWP .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u97auW1zWP .content-wrap {
    width: 100%;
  }
}
.cid-u97auW1zWP .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u97auW1zWP .mbr-text,
.cid-u97auW1zWP .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u97auW1zWP .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-u97fjvPUYC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u97fjvPUYC .mbr-text {
  color: #000000;
}
.cid-u97fjvPUYC .mbr-section-subtitle {
  color: #000000;
}
.cid-u97fjvPUYC .mbr-section-title {
  color: #000000;
}
.cid-u97fQIeGnS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u97fQIeGnS .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u97fQIeGnS .item {
    margin-bottom: 1rem;
  }
}
.cid-u97fQIeGnS .item-wrapper {
  position: relative;
}
.cid-u97fQIeGnS .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-u97fQIeGnS .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-u97fQIeGnS .carousel-control,
.cid-u97fQIeGnS .close {
  background: #1b1b1b;
}
.cid-u97fQIeGnS .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u97fQIeGnS .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u97fQIeGnS .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u97fQIeGnS .carousel-control-next span {
  margin-left: 5px;
}
.cid-u97fQIeGnS .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u97fQIeGnS .close::before {
  content: '\e91a';
}
.cid-u97fQIeGnS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u97fQIeGnS .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u97fQIeGnS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u97fQIeGnS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u97fQIeGnS .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u97fQIeGnS .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u97fQIeGnS .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u97fQIeGnS .carousel-indicators li.active,
.cid-u97fQIeGnS .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u97fQIeGnS .carousel-indicators li::after,
.cid-u97fQIeGnS .carousel-indicators li::before {
  content: none;
}
.cid-u97fQIeGnS .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u97fQIeGnS .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u97fQIeGnS .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u97fQIeGnS .carousel-indicators {
    display: none;
  }
}
.cid-u97fQIeGnS .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u97fQIeGnS .carousel-inner > .active {
  display: block;
}
.cid-u97fQIeGnS .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u97fQIeGnS .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u97fQIeGnS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u97fQIeGnS .carousel-control,
  .cid-u97fQIeGnS .carousel-indicators,
  .cid-u97fQIeGnS .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u97fQIeGnS .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u97fQIeGnS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u97fQIeGnS .carousel-indicators .active,
.cid-u97fQIeGnS .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u97fQIeGnS .carousel-indicators .active {
  background: #fff;
}
.cid-u97fQIeGnS .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u97fQIeGnS .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u97fQIeGnS .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u97fQIeGnS .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u97fQIeGnS .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u97fQIeGnS .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u97fQIeGnS .carousel {
  width: 100%;
}
.cid-u97fQIeGnS .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u97fQIeGnS .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u97fQIeGnS .modal.fade .modal-dialog,
.cid-u97fQIeGnS .modal.in .modal-dialog {
  transform: none;
}
.cid-u97fQIeGnS .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u97fQIeGnS .content-head {
  max-width: 800px;
}
.cid-u9bWqIXgQK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-u9bWqIXgQK .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u9bWqIXgQK .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-u9bWqIXgQK .item-head {
  background: #5e60ce;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u9bWqIXgQK .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u9bWqIXgQK .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-u9bWqIXgQK .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u9bWqIXgQK .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u9bWqIXgQK .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-u9bWqIXgQK .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-u9bWqIXgQK .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u9bWqIXgQK .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-u9bWqIXgQK .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-u9bWqIXgQK .btn {
  width: -webkit-fill-available;
}
.cid-u9bWqIXgQK .item:focus,
.cid-u9bWqIXgQK span:focus {
  outline: none;
}
.cid-u9bWqIXgQK .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-u9bWqIXgQK .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u9bWqIXgQK .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-u9bWqIXgQK .mbr-section-title {
  color: #000000;
}
.cid-u9bWqIXgQK .mbr-section-subtitle {
  color: #000000;
}
.cid-u9bWqIXgQK .mbr-text,
.cid-u9bWqIXgQK .mbr-section-btn {
  text-align: left;
}
.cid-u9bWqIXgQK .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-u9bWqIXgQK .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9bWqIXgQK .content-head {
  max-width: 800px;
}
.cid-u9bWqIXgQK .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-u9bWqIXgQK .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-u9bWqIXgQK .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5e60ce;
  background-color: #5e60ce;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-u9bWqIXgQK .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-u9bWqIXgQK .mbr-text UL {
  text-align: left;
}
.cid-u9bYehw7IO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-u9bYehw7IO .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u9bYehw7IO .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-u9bYehw7IO .item-head {
  background: #5e60ce;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u9bYehw7IO .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u9bYehw7IO .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-u9bYehw7IO .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u9bYehw7IO .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u9bYehw7IO .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-u9bYehw7IO .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-u9bYehw7IO .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u9bYehw7IO .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-u9bYehw7IO .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-u9bYehw7IO .btn {
  width: -webkit-fill-available;
}
.cid-u9bYehw7IO .item:focus,
.cid-u9bYehw7IO span:focus {
  outline: none;
}
.cid-u9bYehw7IO .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-u9bYehw7IO .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u9bYehw7IO .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-u9bYehw7IO .mbr-section-title {
  color: #000000;
}
.cid-u9bYehw7IO .mbr-section-subtitle {
  color: #000000;
}
.cid-u9bYehw7IO .mbr-text,
.cid-u9bYehw7IO .mbr-section-btn {
  text-align: left;
}
.cid-u9bYehw7IO .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-u9bYehw7IO .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9bYehw7IO .content-head {
  max-width: 800px;
}
.cid-u9bYehw7IO .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-u9bYehw7IO .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-u9bYehw7IO .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5e60ce;
  background-color: #5e60ce;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-u9bYehw7IO .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-u9bYehw7IO .mbr-text UL {
  text-align: left;
}
.cid-u9c07ONZcH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-u9c07ONZcH .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u9c07ONZcH .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-u9c07ONZcH .item-head {
  background: #5e60ce;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u9c07ONZcH .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u9c07ONZcH .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-u9c07ONZcH .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u9c07ONZcH .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u9c07ONZcH .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-u9c07ONZcH .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-u9c07ONZcH .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u9c07ONZcH .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-u9c07ONZcH .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-u9c07ONZcH .btn {
  width: -webkit-fill-available;
}
.cid-u9c07ONZcH .item:focus,
.cid-u9c07ONZcH span:focus {
  outline: none;
}
.cid-u9c07ONZcH .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-u9c07ONZcH .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u9c07ONZcH .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-u9c07ONZcH .mbr-section-title {
  color: #000000;
}
.cid-u9c07ONZcH .mbr-section-subtitle {
  color: #000000;
}
.cid-u9c07ONZcH .mbr-text,
.cid-u9c07ONZcH .mbr-section-btn {
  text-align: left;
}
.cid-u9c07ONZcH .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-u9c07ONZcH .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9c07ONZcH .content-head {
  max-width: 800px;
}
.cid-u9c07ONZcH .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-u9c07ONZcH .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-u9c07ONZcH .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5e60ce;
  background-color: #5e60ce;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-u9c07ONZcH .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-u9c07ONZcH .mbr-text UL {
  text-align: left;
}
.cid-u9GC4sZz4k {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-u9GC4sZz4k .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9GC4sZz4k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-u9GC4sZz4k .container-fluid {
    padding: 0;
  }
}
.cid-u9GC4sZz4k .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-u9GC4sZz4k .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-u9GC4sZz4k .embla__slide a {
  display: block;
  width: 100%;
}
.cid-u9GC4sZz4k .embla__button--next,
.cid-u9GC4sZz4k .embla__button--prev {
  display: flex;
}
.cid-u9GC4sZz4k .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-u9GC4sZz4k .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-u9GC4sZz4k .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u9GC4sZz4k .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9GC4sZz4k .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9GC4sZz4k .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u9GC4sZz4k .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u9GC4sZz4k .embla {
  position: relative;
  width: 100%;
}
.cid-u9GC4sZz4k .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u9GC4sZz4k .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9GC4sZz4k .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9GC4sZz4k .embla__slide a {
  cursor: grab;
}
.cid-u9GC4sZz4k .embla__slide a:active {
  cursor: grabbing;
}
.cid-u9GC4sZz4k .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9GC4sZz4k .item-menu-overlay {
  border-radius: 2rem;
}
.cid-u9GC4sZz4k .mbr-section-title {
  color: #232323;
}
.cid-u9GC4sZz4k .mbr-section-subtitle {
  color: #232323;
}
.cid-u9GC4sZz4k .mbr-box {
  color: #ffffff;
}
.cid-u9GC4sZz4k .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-u9GC4sZz4k img,
.cid-u9GC4sZz4k .item-img {
  width: 100%;
}
.cid-u9GC4sZz4k .item-wrapper {
  position: relative;
}
.cid-u9GC4sZz4k .content-head {
  max-width: 800px;
}
.cid-u9c3DXkFIU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u9c3DXkFIU .mbr-text {
  color: #000000;
}
.cid-u9c3DXkFIU .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u9c3DXkFIU .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9c3DXkFIU .mbr-section-subtitle,
.cid-u9c3DXkFIU .main-button {
  text-align: left;
  color: #000000;
}
.cid-u9c3DXkFIU .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u9c3DXkFIU .main-button {
    margin-bottom: 2rem;
  }
}
.cid-u9c3DXkFIU .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-u9c3DXkFIU .panel-group {
  border: none;
}
.cid-u9c3DXkFIU .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-u9c3DXkFIU .card-header {
    padding: 0rem;
  }
}
.cid-u9c3DXkFIU .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-u9c3DXkFIU .collapsed span {
  transform: rotate(0deg);
}
.cid-u9c3DXkFIU .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u9c3DXkFIU p {
  margin-bottom: 0.3rem;
}
.cid-u9c3DXkFIU .panel-title-edit {
  color: #ffffff;
}
.cid-u9c3DXkFIU .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-u9c3DXkFIU .card {
  background: #5e60ce;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-u9c3DXkFIU .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u9c3DXkFIU .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-u9c3DXkFIU .panel-text {
  color: #ffffff;
}
.cid-u9c3DXkFIU .panel-title-edit,
.cid-u9c3DXkFIU .mbr-iconfont {
  color: #ffffff;
}
.cid-u9cfyxWIDW {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-u9cfyxWIDW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9cfyxWIDW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9cfyxWIDW .media-container-row {
  justify-content: space-between;
}
.cid-u9cfyxWIDW .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-u9cfyxWIDW .text-content {
    max-width: none;
  }
}
.cid-u9cfyxWIDW .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u9cfyxWIDW .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-u9cfyxWIDW .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-u9cfyxWIDW .icons {
    justify-content: center !important;
  }
  .cid-u9cfyxWIDW .text-content * {
    text-align: center;
  }
}
.cid-u9gakhsgNY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-u9gakhsgNY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9gakhsgNY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9gakhsgNY .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #9fe870;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-u9gakhsgNY .card-title,
.cid-u9gakhsgNY .iconfont-wrapper {
  color: #232323;
}
.cid-u9gakhsgNY .card-text {
  color: #232323;
}
.cid-u9gakhsgNY .mbr-section-title {
  color: #232323;
}
.cid-u9gakhsgNY .mbr-section-subtitle {
  color: #232323;
}
.cid-u9gakhsgNY .content-head {
  max-width: 800px;
}
.cid-u9gachkCY3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-u9gachkCY3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9gachkCY3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9gachkCY3 .img-wrapper {
  text-align: center;
}
.cid-u9gachkCY3 img {
  margin: auto;
  width: 200px;
}
.cid-u9gachkCY3 .row {
  align-items: flex-start;
}
.cid-u9gachkCY3 .item-wrapper {
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-u9gachkCY3 .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-u9gachkCY3 .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u9gachkCY3 .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-u9gachkCY3 .mbr-section-title,
.cid-u9gachkCY3 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-u9gachkCY3 .content-head {
  max-width: 800px;
}
.cid-u9gbLMksiC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u9gbLMksiC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9gbLMksiC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9gbLMksiC .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u9gbLMksiC .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u9gbLMksiC .mbr-section-title {
  text-align: center;
}
.cid-u9gbLMksiC .mbr-section-subtitle {
  text-align: center;
}
.cid-u9gbLMksiC .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-u9gbLMksiC .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-u9gbLMksiC .content-head {
  max-width: 800px;
}
.cid-u9gbLMksiC .img-box {
  display: flex;
  justify-content: center;
}
.cid-u9gbLMksiC .card-title {
  text-align: center;
}
.cid-u9gbLMksiC .card-text {
  text-align: center;
}
.cid-u9gbLMksiC .link {
  text-align: center;
}
.cid-u94qCg9Qax {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5e60ce;
}
.cid-u94qCg9Qax .mbr-fallback-image.disabled {
  display: none;
}
.cid-u94qCg9Qax .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u94qCg9Qax .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-u94qCg9Qax .footer-col {
    flex-direction: column;
  }
}
.cid-u94qCg9Qax .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u94qCg9Qax .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u94qCg9Qax .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u94qCg9Qax .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-u94qCg9Qax .mbr-section-btn {
    text-align: center;
  }
}
.cid-u94qCg9Qax .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u94qCg9Qax .soc-item {
  margin: 8px;
}
.cid-u94qCg9Qax .soc-item a:hover .mbr-iconfont,
.cid-u94qCg9Qax .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-u94qCg9Qax .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u94qCg9Qax .row {
    text-align: center;
  }
  .cid-u94qCg9Qax .social-row {
    justify-content: center;
  }
}
.cid-u94qCg9Qax .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-u94qCg9Qax .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u94qCg9Qax .list {
    margin-bottom: 0rem;
  }
}
.cid-u94qCg9Qax .mbr-text {
  color: #bbbbbb;
}
.cid-u94qCg9Qax .mbr-section-subtitle {
  color: #000000;
}
.cid-u94qCg9Qax .list,
.cid-u94qCg9Qax .item-wrap {
  color: #232323;
}
.cid-u94qCg9Qax .copyright {
  color: #000000;
}
.cid-u9IL3JYUly {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u9IL3JYUly .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-u9IL3JYUly .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u9IL3JYUly .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-u9IL3JYUly .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u9IL3JYUly .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9IL3JYUly .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9IL3JYUly .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-u9IL3JYUly .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-u9IL3JYUly .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-u9IL3JYUly .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-u9IL3JYUly .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u9IL3JYUly .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u9IL3JYUly .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-u9IL3JYUly .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u9IL3JYUly .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u9IL3JYUly .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u9IL3JYUly .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u9IL3JYUly .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u9IL3JYUly .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-u9IL3JYUly .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u9IL3JYUly .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-u9IL3JYUly .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-u9IL3JYUly .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u9IL3JYUly .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u9IL3JYUly .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9IL3JYUly .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: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-u9IL3JYUly .nav-item:focus,
.cid-u9IL3JYUly .nav-link:focus {
  outline: none;
}
.cid-u9IL3JYUly .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9IL3JYUly .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9IL3JYUly .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9IL3JYUly .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9IL3JYUly .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9IL3JYUly .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9IL3JYUly .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-u9IL3JYUly .navbar.opened {
  transition: all 0.3s;
}
.cid-u9IL3JYUly .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9IL3JYUly .navbar .navbar-logo img {
  width: auto;
}
.cid-u9IL3JYUly .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u9IL3JYUly .navbar.collapsed {
  justify-content: center;
}
.cid-u9IL3JYUly .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9IL3JYUly .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9IL3JYUly .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u9IL3JYUly .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9IL3JYUly .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9IL3JYUly .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-u9IL3JYUly .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9IL3JYUly .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9IL3JYUly .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u9IL3JYUly .navbar {
    min-height: 72px;
  }
  .cid-u9IL3JYUly .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u9IL3JYUly .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9IL3JYUly .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9IL3JYUly .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9IL3JYUly .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9IL3JYUly .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-u9IL3JYUly .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9IL3JYUly .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u9IL3JYUly .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9IL3JYUly .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9IL3JYUly .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u9IL3JYUly .dropdown-item.active,
.cid-u9IL3JYUly .dropdown-item:active {
  background-color: transparent;
}
.cid-u9IL3JYUly .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9IL3JYUly .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9IL3JYUly .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9IL3JYUly .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u9IL3JYUly .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u9IL3JYUly .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u9IL3JYUly ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9IL3JYUly .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u9IL3JYUly .navbar-buttons {
    text-align: left;
  }
}
.cid-u9IL3JYUly button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9IL3JYUly button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u9IL3JYUly button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9IL3JYUly button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9IL3JYUly button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9IL3JYUly button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9IL3JYUly nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9IL3JYUly nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9IL3JYUly nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9IL3JYUly nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9IL3JYUly .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u9IL3JYUly a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9IL3JYUly .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9IL3JYUly .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9IL3JYUly .navbar {
    height: 70px;
  }
  .cid-u9IL3JYUly .navbar.opened {
    height: auto;
  }
  .cid-u9IL3JYUly .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9IL3JYUly .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u9IL3JYUly .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u9IL3JYUly .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u9IL3JYUly .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-u9IL3JYUly .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u9IL3JYUly .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u9IL3JYUly .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u9IL3JYUly .navbar-brand {
    margin-right: auto;
  }
  .cid-u9IL3JYUly .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-u9IL3JYUly .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u9IL3JYUly .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u9IL3JYUly .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-u9IL3JYUly .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u9IL3JYUly .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u9IL3JYUly .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-u9IL3JYUly .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u9IL3JYUly .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-u9IL3JYUly .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u9IL3JYUly .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u9IL3LutTG {
  display: flex;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-u9IL3LutTG .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.4;
}
.cid-u9IL3LutTG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9IL3LutTG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9IL3LutTG .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-u9IL3LutTG .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-u9IL3LutTG {
    align-items: center;
  }
  .cid-u9IL3LutTG .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u9IL3LutTG .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u9IL3LutTG {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9IL3LutTG .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u9IL3LutTG .content-wrap {
    width: 100%;
  }
}
.cid-u9IL3LutTG .mbr-section-title {
  text-align: left;
}
.cid-u9IL3LutTG .mbr-text,
.cid-u9IL3LutTG .mbr-section-btn {
  text-align: left;
}
.cid-u9IL3MYBUd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u9IL3MYBUd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9IL3MYBUd .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-u9IL3MYBUd .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u9IL3MYBUd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9IL3MYBUd .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #5e60ce;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #5e60ce;
  height: 80px;
  border-radius: 50%;
}
.cid-u9IL3MYBUd .card-title,
.cid-u9IL3MYBUd .iconfont-wrapper,
.cid-u9IL3MYBUd .card-text {
  color: #000000;
  text-align: center;
}
.cid-u9IL3MYBUd .content-head {
  max-width: 800px;
}
.cid-u9IL3MYBUd .mbr-section-title {
  color: #000000;
}
.cid-u9IL3MYBUd .mbr-section-btn {
  text-align: center;
}
.cid-u9IL3OBgTQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u9IL3OBgTQ .mbr-media {
  position: relative;
}
.cid-u9IL3OBgTQ .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-u9IL3OBgTQ a:hover {
  background-image: none !important;
}
.cid-u9IL3OBgTQ .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-u9IL3OBgTQ .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-u9IL3OBgTQ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u9IL3OBgTQ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u9IL3OBgTQ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u9IL3OBgTQ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u9IL3OBgTQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u9IL3OBgTQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9IL3OBgTQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9IL3OBgTQ .content-head {
  max-width: 800px;
}
.cid-u9IL3Q541O {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-u9IL3Q541O .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u9IL3Q541O .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-u9IL3Q541O .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-u9IL3Q541O {
    align-items: center;
  }
  .cid-u9IL3Q541O .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u9IL3Q541O .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u9IL3Q541O {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9IL3Q541O .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u9IL3Q541O .content-wrap {
    width: 100%;
  }
}
.cid-u9IL3Q541O .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9IL3Q541O .mbr-text,
.cid-u9IL3Q541O .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u9IL3Q541O .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-u9IQTE82G2 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9IQTE82G2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9IQTE82G2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9IXofBGII {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-u9IXofBGII .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9IXofBGII .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u9IXofBGII .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u9IXofBGII .row {
  flex-direction: row-reverse;
}
.cid-u9IXofBGII .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u9IXofBGII .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u9IXofBGII .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9IXofBGII .mbr-section-title {
  color: #000000;
}
.cid-u9IXofBGII .mbr-text,
.cid-u9IXofBGII .mbr-section-btn {
  color: #000000;
}
.cid-u9J07er12z {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-u9J07er12z .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9J07er12z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u9J07er12z .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u9J07er12z .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u9J07er12z .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u9J07er12z .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9J07er12z .mbr-section-title {
  color: #000000;
}
.cid-u9J07er12z .mbr-text,
.cid-u9J07er12z .mbr-section-btn {
  color: #000000;
}
.cid-u9J17M3eXQ {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-u9J17M3eXQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9J17M3eXQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u9J17M3eXQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u9J17M3eXQ .row {
  flex-direction: row-reverse;
}
.cid-u9J17M3eXQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u9J17M3eXQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u9J17M3eXQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9J17M3eXQ .mbr-section-title {
  color: #000000;
}
.cid-u9J17M3eXQ .mbr-text,
.cid-u9J17M3eXQ .mbr-section-btn {
  color: #000000;
}
.cid-u9J1OWlOdK {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-u9J1OWlOdK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9J1OWlOdK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u9J1OWlOdK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u9J1OWlOdK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u9J1OWlOdK .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u9J1OWlOdK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9J1OWlOdK .mbr-section-title {
  color: #000000;
}
.cid-u9J1OWlOdK .mbr-text,
.cid-u9J1OWlOdK .mbr-section-btn {
  color: #000000;
}
.cid-u9J02PiEqe {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-u9J02PiEqe .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9J02PiEqe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u9J02PiEqe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u9J02PiEqe .row {
  flex-direction: row-reverse;
}
.cid-u9J02PiEqe .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u9J02PiEqe .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u9J02PiEqe .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9J02PiEqe .mbr-section-title {
  color: #000000;
}
.cid-u9J02PiEqe .mbr-text,
.cid-u9J02PiEqe .mbr-section-btn {
  color: #000000;
}
.cid-u9IO2r1PvL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-u9IO2r1PvL .row {
  flex-direction: row-reverse;
}
.cid-u9IO2r1PvL .justify-content-center {
  align-items: center;
}
.cid-u9IO2r1PvL .mbr-section-title {
  text-align: center;
}
.cid-u9IO2r1PvL .mbr-text,
.cid-u9IO2r1PvL .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u9IO2r1PvL .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u9IO2r1PvL .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u9IO2r1PvL .item-wrapper {
    padding: 4rem;
  }
}
.cid-u9IL409YNh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5e60ce;
}
.cid-u9IL409YNh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9IL409YNh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9IL409YNh .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-u9IL409YNh .footer-col {
    flex-direction: column;
  }
}
.cid-u9IL409YNh .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u9IL409YNh .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u9IL409YNh .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u9IL409YNh .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-u9IL409YNh .mbr-section-btn {
    text-align: center;
  }
}
.cid-u9IL409YNh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u9IL409YNh .soc-item {
  margin: 8px;
}
.cid-u9IL409YNh .soc-item a:hover .mbr-iconfont,
.cid-u9IL409YNh .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-u9IL409YNh .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u9IL409YNh .row {
    text-align: center;
  }
  .cid-u9IL409YNh .social-row {
    justify-content: center;
  }
}
.cid-u9IL409YNh .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-u9IL409YNh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u9IL409YNh .list {
    margin-bottom: 0rem;
  }
}
.cid-u9IL409YNh .mbr-text {
  color: #bbbbbb;
}
.cid-u9IL409YNh .mbr-section-subtitle {
  color: #000000;
}
.cid-u9IL409YNh .list,
.cid-u9IL409YNh .item-wrap {
  color: #232323;
}
.cid-u9IL409YNh .copyright {
  color: #000000;
}
.cid-ua01vPnwws {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ua01vPnwws .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-ua01vPnwws .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ua01vPnwws .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-ua01vPnwws .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ua01vPnwws .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ua01vPnwws .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ua01vPnwws .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ua01vPnwws .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ua01vPnwws .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ua01vPnwws .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ua01vPnwws .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ua01vPnwws .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ua01vPnwws .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ua01vPnwws .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ua01vPnwws .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ua01vPnwws .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ua01vPnwws .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ua01vPnwws .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ua01vPnwws .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ua01vPnwws .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ua01vPnwws .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ua01vPnwws .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ua01vPnwws .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ua01vPnwws .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ua01vPnwws .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ua01vPnwws .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: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-ua01vPnwws .nav-item:focus,
.cid-ua01vPnwws .nav-link:focus {
  outline: none;
}
.cid-ua01vPnwws .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ua01vPnwws .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ua01vPnwws .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ua01vPnwws .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ua01vPnwws .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ua01vPnwws .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ua01vPnwws .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-ua01vPnwws .navbar.opened {
  transition: all 0.3s;
}
.cid-ua01vPnwws .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ua01vPnwws .navbar .navbar-logo img {
  width: auto;
}
.cid-ua01vPnwws .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ua01vPnwws .navbar.collapsed {
  justify-content: center;
}
.cid-ua01vPnwws .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ua01vPnwws .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ua01vPnwws .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ua01vPnwws .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ua01vPnwws .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ua01vPnwws .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-ua01vPnwws .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ua01vPnwws .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ua01vPnwws .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ua01vPnwws .navbar {
    min-height: 72px;
  }
  .cid-ua01vPnwws .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ua01vPnwws .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ua01vPnwws .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ua01vPnwws .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ua01vPnwws .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ua01vPnwws .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-ua01vPnwws .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ua01vPnwws .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ua01vPnwws .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ua01vPnwws .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ua01vPnwws .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ua01vPnwws .dropdown-item.active,
.cid-ua01vPnwws .dropdown-item:active {
  background-color: transparent;
}
.cid-ua01vPnwws .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ua01vPnwws .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ua01vPnwws .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ua01vPnwws .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ua01vPnwws .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ua01vPnwws .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ua01vPnwws ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ua01vPnwws .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ua01vPnwws .navbar-buttons {
    text-align: left;
  }
}
.cid-ua01vPnwws button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ua01vPnwws button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ua01vPnwws button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ua01vPnwws button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ua01vPnwws button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ua01vPnwws button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ua01vPnwws nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ua01vPnwws nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ua01vPnwws nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ua01vPnwws nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ua01vPnwws .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ua01vPnwws a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ua01vPnwws .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ua01vPnwws .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ua01vPnwws .navbar {
    height: 70px;
  }
  .cid-ua01vPnwws .navbar.opened {
    height: auto;
  }
  .cid-ua01vPnwws .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ua01vPnwws .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ua01vPnwws .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ua01vPnwws .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ua01vPnwws .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-ua01vPnwws .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ua01vPnwws .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ua01vPnwws .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ua01vPnwws .navbar-brand {
    margin-right: auto;
  }
  .cid-ua01vPnwws .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ua01vPnwws .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ua01vPnwws .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ua01vPnwws .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-ua01vPnwws .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ua01vPnwws .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ua01vPnwws .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-ua01vPnwws .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ua01vPnwws .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-ua01vPnwws .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ua01vPnwws .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uVmzvcmlRB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVmzvcmlRB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVmzvcmlRB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uVmzvcmlRB .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #393193;
}
.cid-uVmzvcmlRB .mbr-section-title {
  color: #232323;
}
.cid-uVmzvcmlRB .mbr-text,
.cid-uVmzvcmlRB .mbr-section-btn {
  color: #ffffff;
}
.cid-uVmzvcmlRB .content-head {
  max-width: 800px;
}
.cid-ua01vQN5AP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-ua01vQN5AP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua01vQN5AP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-ua01vQN5AP .image-wrapper {
    flex-direction: column;
  }
  .cid-ua01vQN5AP .image-wrapper img {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-ua01vQN5AP .card-box {
  max-width: 750px;
  padding-top: 2rem;
  margin-left: auto;
  margin-right: 0;
}
.cid-ua01vQN5AP img,
.cid-ua01vQN5AP .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ua01vQN5AP .card-wrapper {
  background: #ffffff;
}
.cid-ua01vQN5AP .mbr-text,
.cid-ua01vQN5AP .mbr-section-btn {
  color: #000000;
}
.cid-ua01vQN5AP .card-title,
.cid-ua01vQN5AP .card-box {
  color: #232323;
}
@media (max-width: 767px) {
  .cid-ua01vQN5AP .card-content-text {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ua01vQN5AP .card-content-text {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ua01vQN5AP .card-content-text {
    padding: 4rem;
  }
}
.cid-ua01vXCyvc {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ua01vXCyvc .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-ua01vXCyvc img,
.cid-ua01vXCyvc .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ua01vXCyvc .item:focus,
.cid-ua01vXCyvc span:focus {
  outline: none;
}
.cid-ua01vXCyvc .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ua01vXCyvc .item {
    margin-bottom: 1rem;
  }
}
.cid-ua01vXCyvc .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ua01vXCyvc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ua01vXCyvc .mbr-section-title {
  color: #000000;
}
.cid-ua01vXCyvc .mbr-text,
.cid-ua01vXCyvc .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-ua01vXCyvc .item-title {
  color: #000000;
  text-align: center;
}
.cid-ua01vXCyvc .content-head {
  max-width: 800px;
}
.cid-uVmzilxRRl {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uVmzilxRRl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVmzilxRRl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVmzilxRRl .mbr-text {
  color: #000000;
}
.cid-uVmzilxRRl .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uVmzilxRRl .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVmzilxRRl .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uVmzilxRRl .mbr-section-subtitle,
.cid-uVmzilxRRl .main-button {
  color: #000000;
}
.cid-uVmxq33z16 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uVmxq33z16 .row {
  flex-direction: row-reverse;
}
.cid-uVmxq33z16 .justify-content-center {
  align-items: center;
}
.cid-uVmxq33z16 .mbr-section-title {
  text-align: center;
}
.cid-uVmxq33z16 .mbr-text,
.cid-uVmxq33z16 .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uVmxq33z16 .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVmxq33z16 .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVmxq33z16 .item-wrapper {
    padding: 4rem;
  }
}
.cid-uVmyeIkAxZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uVmyeIkAxZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVmyeIkAxZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVmyeIkAxZ .mbr-text {
  color: #000000;
}
.cid-uVmyeIkAxZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uVmyeIkAxZ .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVmyeIkAxZ .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uVmyeIkAxZ .mbr-section-subtitle,
.cid-uVmyeIkAxZ .main-button {
  color: #000000;
}
.cid-uVmyeIkAxZ .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uVmyeIkAxZ .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uVmyeIkAxZ .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uVmyeIkAxZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uVmyeIkAxZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ua01w5XHMj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5e60ce;
}
.cid-ua01w5XHMj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua01w5XHMj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua01w5XHMj .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-ua01w5XHMj .footer-col {
    flex-direction: column;
  }
}
.cid-ua01w5XHMj .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ua01w5XHMj .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ua01w5XHMj .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ua01w5XHMj .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ua01w5XHMj .mbr-section-btn {
    text-align: center;
  }
}
.cid-ua01w5XHMj .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ua01w5XHMj .soc-item {
  margin: 8px;
}
.cid-ua01w5XHMj .soc-item a:hover .mbr-iconfont,
.cid-ua01w5XHMj .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-ua01w5XHMj .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ua01w5XHMj .row {
    text-align: center;
  }
  .cid-ua01w5XHMj .social-row {
    justify-content: center;
  }
}
.cid-ua01w5XHMj .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-ua01w5XHMj .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ua01w5XHMj .list {
    margin-bottom: 0rem;
  }
}
.cid-ua01w5XHMj .mbr-text {
  color: #bbbbbb;
}
.cid-ua01w5XHMj .mbr-section-subtitle {
  color: #000000;
}
.cid-ua01w5XHMj .list,
.cid-ua01w5XHMj .item-wrap {
  color: #232323;
}
.cid-ua01w5XHMj .copyright {
  color: #000000;
}
.cid-uai2JOMEQ5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uai2JOMEQ5 .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-uai2JOMEQ5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uai2JOMEQ5 .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-uai2JOMEQ5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uai2JOMEQ5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uai2JOMEQ5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uai2JOMEQ5 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uai2JOMEQ5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uai2JOMEQ5 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uai2JOMEQ5 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uai2JOMEQ5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uai2JOMEQ5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uai2JOMEQ5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uai2JOMEQ5 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uai2JOMEQ5 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uai2JOMEQ5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uai2JOMEQ5 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uai2JOMEQ5 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uai2JOMEQ5 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uai2JOMEQ5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uai2JOMEQ5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uai2JOMEQ5 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uai2JOMEQ5 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uai2JOMEQ5 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uai2JOMEQ5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uai2JOMEQ5 .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: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uai2JOMEQ5 .nav-item:focus,
.cid-uai2JOMEQ5 .nav-link:focus {
  outline: none;
}
.cid-uai2JOMEQ5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uai2JOMEQ5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uai2JOMEQ5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uai2JOMEQ5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uai2JOMEQ5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uai2JOMEQ5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uai2JOMEQ5 .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-uai2JOMEQ5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uai2JOMEQ5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uai2JOMEQ5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uai2JOMEQ5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uai2JOMEQ5 .navbar.collapsed {
  justify-content: center;
}
.cid-uai2JOMEQ5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uai2JOMEQ5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uai2JOMEQ5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uai2JOMEQ5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uai2JOMEQ5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uai2JOMEQ5 .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-uai2JOMEQ5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uai2JOMEQ5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uai2JOMEQ5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uai2JOMEQ5 .navbar {
    min-height: 72px;
  }
  .cid-uai2JOMEQ5 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uai2JOMEQ5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uai2JOMEQ5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uai2JOMEQ5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uai2JOMEQ5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uai2JOMEQ5 .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-uai2JOMEQ5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uai2JOMEQ5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uai2JOMEQ5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uai2JOMEQ5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uai2JOMEQ5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uai2JOMEQ5 .dropdown-item.active,
.cid-uai2JOMEQ5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uai2JOMEQ5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uai2JOMEQ5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uai2JOMEQ5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uai2JOMEQ5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uai2JOMEQ5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uai2JOMEQ5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uai2JOMEQ5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uai2JOMEQ5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uai2JOMEQ5 .navbar-buttons {
    text-align: left;
  }
}
.cid-uai2JOMEQ5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uai2JOMEQ5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uai2JOMEQ5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uai2JOMEQ5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uai2JOMEQ5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uai2JOMEQ5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uai2JOMEQ5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uai2JOMEQ5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uai2JOMEQ5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uai2JOMEQ5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uai2JOMEQ5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uai2JOMEQ5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uai2JOMEQ5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uai2JOMEQ5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uai2JOMEQ5 .navbar {
    height: 70px;
  }
  .cid-uai2JOMEQ5 .navbar.opened {
    height: auto;
  }
  .cid-uai2JOMEQ5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uai2JOMEQ5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uai2JOMEQ5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uai2JOMEQ5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uai2JOMEQ5 .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-uai2JOMEQ5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uai2JOMEQ5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uai2JOMEQ5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uai2JOMEQ5 .navbar-brand {
    margin-right: auto;
  }
  .cid-uai2JOMEQ5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uai2JOMEQ5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uai2JOMEQ5 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uai2JOMEQ5 .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-uai2JOMEQ5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uai2JOMEQ5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uai2JOMEQ5 .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-uai2JOMEQ5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uai2JOMEQ5 .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-uai2JOMEQ5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uai2JOMEQ5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tJGs7X2OSn {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tJGs7X2OSn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJGs7X2OSn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJGs7X2OSn .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tJGs7X2OSn .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-tJGs7X2OSn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tJGs7X2OSn .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tJGs7X2OSn .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tJGs7X2OSn .header-menu li p {
  margin: 0;
}
.cid-tJGs7X2OSn .mbr-section-title {
  color: #ff4552;
}
.cid-tJGs7X2OSn .header-menu-item {
  color: #ffffff;
}
.cid-tJGs7X2OSn .mbr-text,
.cid-tJGs7X2OSn .mbr-section-btn {
  color: #454745;
  text-align: center;
}
.cid-tJGD1DIY2H {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1617x1080.jpg");
}
.cid-tJGD1DIY2H .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJGD1DIY2H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJGD1DIY2H .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tJGD1DIY2H .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tJGD1DIY2H .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tJGD1DIY2H .card-wrapper {
    padding: 4rem;
  }
}
.cid-tJGD1DIY2H .card-title {
  color: #4552ff;
}
.cid-uae4baZwIB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uae4baZwIB img,
.cid-uae4baZwIB .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uae4baZwIB img,
  .cid-uae4baZwIB .item-img {
    max-height: 300px;
  }
}
.cid-uae4baZwIB .item:focus,
.cid-uae4baZwIB span:focus {
  outline: none;
}
.cid-uae4baZwIB .item-wrapper {
  position: relative;
}
.cid-uae4baZwIB .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uae4baZwIB .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-uae4baZwIB .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uae4baZwIB .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-uae4baZwIB .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uae4baZwIB .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uae4baZwIB .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-uae4baZwIB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uae4baZwIB .mbr-section-title {
  color: #232323;
}
.cid-uae4baZwIB .mbr-text,
.cid-uae4baZwIB .mbr-section-btn {
  text-align: left;
}
.cid-uae4baZwIB .item-title {
  text-align: left;
}
.cid-uae4baZwIB .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uae4baZwIB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uae4baZwIB .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uae4baZwIB .embla__button--next,
.cid-uae4baZwIB .embla__button--prev {
  display: flex;
}
.cid-uae4baZwIB .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uae4baZwIB .embla__button {
    display: none;
  }
}
.cid-uae4baZwIB .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uae4baZwIB .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uae4baZwIB .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uae4baZwIB .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uae4baZwIB .embla__button {
    top: auto;
  }
}
.cid-uae4baZwIB .embla {
  position: relative;
  width: 100%;
}
.cid-uae4baZwIB .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uae4baZwIB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uae4baZwIB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uae4baZwIB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uae4baZwIB .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uae4baZwIB .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uae4baZwIB .content-head {
  max-width: 800px;
}
.cid-tJGKiS9ad3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tJGKiS9ad3 img,
.cid-tJGKiS9ad3 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tJGKiS9ad3 .item:focus,
.cid-tJGKiS9ad3 span:focus {
  outline: none;
}
.cid-tJGKiS9ad3 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tJGKiS9ad3 .item {
    margin-bottom: 1rem;
  }
}
.cid-tJGKiS9ad3 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tJGKiS9ad3 .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-tJGKiS9ad3 .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tJGKiS9ad3 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tJGKiS9ad3 .mbr-section-title {
  color: #4552ff;
  text-align: center;
}
.cid-tJGKiS9ad3 .item-title {
  text-align: left;
  color: #4552ff;
}
.cid-tJGKiS9ad3 .item-subtitle {
  text-align: left;
}
.cid-tJGKiS9ad3 .mbr-text,
.cid-tJGKiS9ad3 .item .mbr-section-btn {
  text-align: left;
}
.cid-tJGKiS9ad3 .mbr-section-subtitle,
.cid-tJGKiS9ad3 .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-tJGQpvh1d5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efe8d8;
}
.cid-tJGQpvh1d5 input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-tJGQpvh1d5 input:hover {
  border: none !important;
}
.cid-tJGQpvh1d5 .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tJGQpvh1d5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tJGQpvh1d5 .row {
  justify-content: center;
}
.cid-tJGQpvh1d5 .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-tJGQpvh1d5 .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-tJGQpvh1d5 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tJGQpvh1d5 .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-tJGQpvh1d5 .justify-content-center {
  align-items: center;
}
.cid-tJGQpvh1d5 .mbr-section-title {
  text-align: center;
  color: #ff4552;
}
.cid-tJGQCkAyg1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tJGQCkAyg1 .item-subtitle {
  line-height: 1.2;
  color: #4552ff;
  text-align: left;
}
.cid-tJGQCkAyg1 img,
.cid-tJGQCkAyg1 .item-img {
  width: 100%;
  border-radius: 2rem;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tJGQCkAyg1 .item:focus,
.cid-tJGQCkAyg1 span:focus {
  outline: none;
}
.cid-tJGQCkAyg1 .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tJGQCkAyg1 .item {
    margin-top: 1rem;
  }
}
.cid-tJGQCkAyg1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tJGQCkAyg1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tJGQCkAyg1 .mbr-section-title {
  color: #4552ff;
}
.cid-tJGQCkAyg1 .mbr-text,
.cid-tJGQCkAyg1 .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tJGQCkAyg1 .item-title {
  color: #353535;
  text-align: center;
}
.cid-tL70TtsETn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff4552;
}
.cid-tL70TtsETn .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tL70TtsETn form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tL70TtsETn form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tL70TtsETn form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tL70TtsETn .mbr-section-title {
  color: #ffffff;
}
.cid-tJGRlgYbKj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tJGRlgYbKj .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-tJGRlgYbKj .panel-group {
  border: none;
}
.cid-tJGRlgYbKj .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJGRlgYbKj .card-header {
    padding: 1rem 0rem;
  }
}
.cid-tJGRlgYbKj .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tJGRlgYbKj .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-tJGRlgYbKj .img-col {
  padding: 0;
}
.cid-tJGRlgYbKj .img-item {
  height: 100%;
}
.cid-tJGRlgYbKj img {
  height: 100%;
  object-fit: cover;
}
.cid-tJGRlgYbKj .collapsed span {
  transform: rotate(0deg);
}
.cid-tJGRlgYbKj .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tJGRlgYbKj p {
  margin-bottom: 0.3rem;
}
.cid-tJGRlgYbKj .panel-title-edit {
  color: #ff4552;
}
.cid-tJGRlgYbKj .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-tJGRlgYbKj .card {
  background: #efe8d8;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tJGRlgYbKj .card {
    padding: 1.5rem;
  }
}
.cid-tJGRlgYbKj .panel-text {
  color: #000000;
}
.cid-tJGRlgYbKj .mbr-section-title {
  text-align: center;
  color: #ff4552;
}
.cid-tJGRlgYbKj .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tJGRlgYbKj .panel-title-edit,
.cid-tJGRlgYbKj .mbr-iconfont {
  color: #000000;
}
.cid-uai3WFc6ZG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5e60ce;
}
.cid-uai3WFc6ZG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uai3WFc6ZG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uai3WFc6ZG .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uai3WFc6ZG .footer-col {
    flex-direction: column;
  }
}
.cid-uai3WFc6ZG .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uai3WFc6ZG .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uai3WFc6ZG .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uai3WFc6ZG .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uai3WFc6ZG .mbr-section-btn {
    text-align: center;
  }
}
.cid-uai3WFc6ZG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uai3WFc6ZG .soc-item {
  margin: 8px;
}
.cid-uai3WFc6ZG .soc-item a:hover .mbr-iconfont,
.cid-uai3WFc6ZG .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uai3WFc6ZG .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uai3WFc6ZG .row {
    text-align: center;
  }
  .cid-uai3WFc6ZG .social-row {
    justify-content: center;
  }
}
.cid-uai3WFc6ZG .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uai3WFc6ZG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uai3WFc6ZG .list {
    margin-bottom: 0rem;
  }
}
.cid-uai3WFc6ZG .mbr-text {
  color: #bbbbbb;
}
.cid-uai3WFc6ZG .mbr-section-subtitle {
  color: #000000;
}
.cid-uai3WFc6ZG .list,
.cid-uai3WFc6ZG .item-wrap {
  color: #232323;
}
.cid-uai3WFc6ZG .copyright {
  color: #000000;
}
.cid-u9g6y8kqGZ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u9g6y8kqGZ .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-u9g6y8kqGZ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u9g6y8kqGZ .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-u9g6y8kqGZ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u9g6y8kqGZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9g6y8kqGZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9g6y8kqGZ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-u9g6y8kqGZ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-u9g6y8kqGZ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-u9g6y8kqGZ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-u9g6y8kqGZ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u9g6y8kqGZ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u9g6y8kqGZ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-u9g6y8kqGZ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u9g6y8kqGZ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u9g6y8kqGZ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u9g6y8kqGZ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u9g6y8kqGZ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u9g6y8kqGZ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-u9g6y8kqGZ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u9g6y8kqGZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-u9g6y8kqGZ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-u9g6y8kqGZ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u9g6y8kqGZ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u9g6y8kqGZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9g6y8kqGZ .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: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-u9g6y8kqGZ .nav-item:focus,
.cid-u9g6y8kqGZ .nav-link:focus {
  outline: none;
}
.cid-u9g6y8kqGZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9g6y8kqGZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9g6y8kqGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9g6y8kqGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9g6y8kqGZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9g6y8kqGZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9g6y8kqGZ .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-u9g6y8kqGZ .navbar.opened {
  transition: all 0.3s;
}
.cid-u9g6y8kqGZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9g6y8kqGZ .navbar .navbar-logo img {
  width: auto;
}
.cid-u9g6y8kqGZ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u9g6y8kqGZ .navbar.collapsed {
  justify-content: center;
}
.cid-u9g6y8kqGZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9g6y8kqGZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9g6y8kqGZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u9g6y8kqGZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9g6y8kqGZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9g6y8kqGZ .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-u9g6y8kqGZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9g6y8kqGZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9g6y8kqGZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u9g6y8kqGZ .navbar {
    min-height: 72px;
  }
  .cid-u9g6y8kqGZ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u9g6y8kqGZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9g6y8kqGZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9g6y8kqGZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9g6y8kqGZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9g6y8kqGZ .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-u9g6y8kqGZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9g6y8kqGZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u9g6y8kqGZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9g6y8kqGZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9g6y8kqGZ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u9g6y8kqGZ .dropdown-item.active,
.cid-u9g6y8kqGZ .dropdown-item:active {
  background-color: transparent;
}
.cid-u9g6y8kqGZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9g6y8kqGZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9g6y8kqGZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9g6y8kqGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u9g6y8kqGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u9g6y8kqGZ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u9g6y8kqGZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9g6y8kqGZ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u9g6y8kqGZ .navbar-buttons {
    text-align: left;
  }
}
.cid-u9g6y8kqGZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9g6y8kqGZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u9g6y8kqGZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9g6y8kqGZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9g6y8kqGZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9g6y8kqGZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9g6y8kqGZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9g6y8kqGZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9g6y8kqGZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9g6y8kqGZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9g6y8kqGZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u9g6y8kqGZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9g6y8kqGZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9g6y8kqGZ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9g6y8kqGZ .navbar {
    height: 70px;
  }
  .cid-u9g6y8kqGZ .navbar.opened {
    height: auto;
  }
  .cid-u9g6y8kqGZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9g6y8kqGZ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u9g6y8kqGZ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u9g6y8kqGZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u9g6y8kqGZ .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-u9g6y8kqGZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u9g6y8kqGZ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u9g6y8kqGZ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u9g6y8kqGZ .navbar-brand {
    margin-right: auto;
  }
  .cid-u9g6y8kqGZ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-u9g6y8kqGZ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u9g6y8kqGZ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u9g6y8kqGZ .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-u9g6y8kqGZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u9g6y8kqGZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u9g6y8kqGZ .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-u9g6y8kqGZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u9g6y8kqGZ .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-u9g6y8kqGZ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u9g6y8kqGZ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uFkCNzDgTS {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uFkCNzDgTS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFkCNzDgTS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFkCVIjH5j {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uFkCVIjH5j .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFkCVIjH5j .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uFkCVIjH5j .item-head {
  background: #5e60ce;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uFkCVIjH5j .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFkCVIjH5j .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uFkCVIjH5j .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uFkCVIjH5j .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uFkCVIjH5j .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-uFkCVIjH5j .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uFkCVIjH5j .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uFkCVIjH5j .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-uFkCVIjH5j .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-uFkCVIjH5j .btn {
  width: -webkit-fill-available;
}
.cid-uFkCVIjH5j .item:focus,
.cid-uFkCVIjH5j span:focus {
  outline: none;
}
.cid-uFkCVIjH5j .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-uFkCVIjH5j .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFkCVIjH5j .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uFkCVIjH5j .mbr-section-title {
  color: #000000;
}
.cid-uFkCVIjH5j .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFkCVIjH5j .mbr-text,
.cid-uFkCVIjH5j .mbr-section-btn {
  text-align: left;
}
.cid-uFkCVIjH5j .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uFkCVIjH5j .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uFkCVIjH5j .content-head {
  max-width: 800px;
}
.cid-uFkCVIjH5j .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uFkCVIjH5j .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uFkCVIjH5j .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5e60ce;
  background-color: #5e60ce;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uFkCVIjH5j .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-uFkCVIjH5j .mbr-text UL {
  text-align: left;
}
.cid-uFljEIGyC4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5e60ce;
}
.cid-uFljEIGyC4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFljEIGyC4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFljEIGyC4 .mbr-section-title {
  color: #ffffff;
}
.cid-uFljEIGyC4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFkCWWUTj6 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #5e60ce;
}
.cid-uFkCWWUTj6 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFkCWWUTj6 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uFkCWWUTj6 .item-head {
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uFkCWWUTj6 .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFkCWWUTj6 .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uFkCWWUTj6 .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #edefeb;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uFkCWWUTj6 .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uFkCWWUTj6 .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-uFkCWWUTj6 .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #edefeb;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uFkCWWUTj6 .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uFkCWWUTj6 .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-uFkCWWUTj6 .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-uFkCWWUTj6 .btn {
  width: -webkit-fill-available;
}
.cid-uFkCWWUTj6 .item:focus,
.cid-uFkCWWUTj6 span:focus {
  outline: none;
}
.cid-uFkCWWUTj6 .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-uFkCWWUTj6 .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFkCWWUTj6 .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uFkCWWUTj6 .mbr-section-title {
  color: #000000;
}
.cid-uFkCWWUTj6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFkCWWUTj6 .mbr-text,
.cid-uFkCWWUTj6 .mbr-section-btn {
  text-align: left;
}
.cid-uFkCWWUTj6 .item-title {
  text-align: left;
  color: #000000;
}
.cid-uFkCWWUTj6 .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uFkCWWUTj6 .content-head {
  max-width: 800px;
}
.cid-uFkCWWUTj6 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uFkCWWUTj6 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uFkCWWUTj6 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5e60ce;
  background-color: #5e60ce;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uFkCWWUTj6 .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-uFkCWWUTj6 .mbr-text UL {
  text-align: left;
}
.cid-uFl3j3FD9t {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uFl3j3FD9t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFl3j3FD9t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFl3j3FD9t .mbr-section-title {
  color: #000000;
}
.cid-uFl3j3FD9t .mbr-section-subtitle {
  color: #000000;
}
.cid-uFl3nd6IBT {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uFl3nd6IBT .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFl3nd6IBT .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uFl3nd6IBT .item-head {
  background: #5e60ce;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uFl3nd6IBT .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFl3nd6IBT .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uFl3nd6IBT .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uFl3nd6IBT .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uFl3nd6IBT .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-uFl3nd6IBT .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uFl3nd6IBT .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uFl3nd6IBT .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-uFl3nd6IBT .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-uFl3nd6IBT .btn {
  width: -webkit-fill-available;
}
.cid-uFl3nd6IBT .item:focus,
.cid-uFl3nd6IBT span:focus {
  outline: none;
}
.cid-uFl3nd6IBT .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-uFl3nd6IBT .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFl3nd6IBT .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uFl3nd6IBT .mbr-section-title {
  color: #000000;
}
.cid-uFl3nd6IBT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFl3nd6IBT .mbr-text,
.cid-uFl3nd6IBT .mbr-section-btn {
  text-align: left;
}
.cid-uFl3nd6IBT .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uFl3nd6IBT .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uFl3nd6IBT .content-head {
  max-width: 800px;
}
.cid-uFl3nd6IBT .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uFl3nd6IBT .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uFl3nd6IBT .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5e60ce;
  background-color: #5e60ce;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uFl3nd6IBT .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-uFl3nd6IBT .mbr-text UL {
  text-align: left;
}
.cid-u94qCg9Qax {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5e60ce;
}
.cid-u94qCg9Qax .mbr-fallback-image.disabled {
  display: none;
}
.cid-u94qCg9Qax .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u94qCg9Qax .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-u94qCg9Qax .footer-col {
    flex-direction: column;
  }
}
.cid-u94qCg9Qax .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u94qCg9Qax .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u94qCg9Qax .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u94qCg9Qax .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-u94qCg9Qax .mbr-section-btn {
    text-align: center;
  }
}
.cid-u94qCg9Qax .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u94qCg9Qax .soc-item {
  margin: 8px;
}
.cid-u94qCg9Qax .soc-item a:hover .mbr-iconfont,
.cid-u94qCg9Qax .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-u94qCg9Qax .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u94qCg9Qax .row {
    text-align: center;
  }
  .cid-u94qCg9Qax .social-row {
    justify-content: center;
  }
}
.cid-u94qCg9Qax .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-u94qCg9Qax .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u94qCg9Qax .list {
    margin-bottom: 0rem;
  }
}
.cid-u94qCg9Qax .mbr-text {
  color: #bbbbbb;
}
.cid-u94qCg9Qax .mbr-section-subtitle {
  color: #000000;
}
.cid-u94qCg9Qax .list,
.cid-u94qCg9Qax .item-wrap {
  color: #232323;
}
.cid-u94qCg9Qax .copyright {
  color: #000000;
}
.cid-uV1zpLYkFr {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uV1zpLYkFr .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-uV1zpLYkFr .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uV1zpLYkFr .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-uV1zpLYkFr .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uV1zpLYkFr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV1zpLYkFr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uV1zpLYkFr .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uV1zpLYkFr .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uV1zpLYkFr .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uV1zpLYkFr .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uV1zpLYkFr .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uV1zpLYkFr .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uV1zpLYkFr .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uV1zpLYkFr .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uV1zpLYkFr .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uV1zpLYkFr .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uV1zpLYkFr .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uV1zpLYkFr .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uV1zpLYkFr .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uV1zpLYkFr .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uV1zpLYkFr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uV1zpLYkFr .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uV1zpLYkFr .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uV1zpLYkFr .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uV1zpLYkFr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uV1zpLYkFr .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: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uV1zpLYkFr .nav-item:focus,
.cid-uV1zpLYkFr .nav-link:focus {
  outline: none;
}
.cid-uV1zpLYkFr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uV1zpLYkFr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV1zpLYkFr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uV1zpLYkFr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV1zpLYkFr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uV1zpLYkFr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uV1zpLYkFr .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-uV1zpLYkFr .navbar.opened {
  transition: all 0.3s;
}
.cid-uV1zpLYkFr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uV1zpLYkFr .navbar .navbar-logo img {
  width: auto;
}
.cid-uV1zpLYkFr .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uV1zpLYkFr .navbar.collapsed {
  justify-content: center;
}
.cid-uV1zpLYkFr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uV1zpLYkFr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uV1zpLYkFr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uV1zpLYkFr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uV1zpLYkFr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uV1zpLYkFr .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-uV1zpLYkFr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uV1zpLYkFr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uV1zpLYkFr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uV1zpLYkFr .navbar {
    min-height: 72px;
  }
  .cid-uV1zpLYkFr .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uV1zpLYkFr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV1zpLYkFr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV1zpLYkFr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV1zpLYkFr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV1zpLYkFr .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-uV1zpLYkFr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uV1zpLYkFr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uV1zpLYkFr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uV1zpLYkFr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uV1zpLYkFr .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uV1zpLYkFr .dropdown-item.active,
.cid-uV1zpLYkFr .dropdown-item:active {
  background-color: transparent;
}
.cid-uV1zpLYkFr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uV1zpLYkFr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV1zpLYkFr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV1zpLYkFr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uV1zpLYkFr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uV1zpLYkFr .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uV1zpLYkFr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uV1zpLYkFr .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uV1zpLYkFr .navbar-buttons {
    text-align: left;
  }
}
.cid-uV1zpLYkFr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uV1zpLYkFr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uV1zpLYkFr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uV1zpLYkFr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV1zpLYkFr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV1zpLYkFr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV1zpLYkFr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV1zpLYkFr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV1zpLYkFr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV1zpLYkFr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV1zpLYkFr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uV1zpLYkFr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uV1zpLYkFr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uV1zpLYkFr .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV1zpLYkFr .navbar {
    height: 70px;
  }
  .cid-uV1zpLYkFr .navbar.opened {
    height: auto;
  }
  .cid-uV1zpLYkFr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uV1zpLYkFr .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uV1zpLYkFr .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uV1zpLYkFr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uV1zpLYkFr .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-uV1zpLYkFr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uV1zpLYkFr .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uV1zpLYkFr .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uV1zpLYkFr .navbar-brand {
    margin-right: auto;
  }
  .cid-uV1zpLYkFr .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uV1zpLYkFr .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uV1zpLYkFr .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uV1zpLYkFr .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-uV1zpLYkFr .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uV1zpLYkFr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uV1zpLYkFr .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-uV1zpLYkFr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uV1zpLYkFr .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-uV1zpLYkFr .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uV1zpLYkFr .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uV1Dibgo1I {
  display: flex;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-uV1Dibgo1I .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uV1Dibgo1I {
    align-items: flex-end;
  }
  .cid-uV1Dibgo1I .row {
    justify-content: center;
  }
  .cid-uV1Dibgo1I .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uV1Dibgo1I .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uV1Dibgo1I {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uV1Dibgo1I .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uV1Dibgo1I .content-wrap {
    width: 100%;
  }
}
.cid-uV1Dibgo1I .mbr-section-title,
.cid-uV1Dibgo1I .mbr-section-subtitle {
  text-align: center;
}
.cid-uV1Dibgo1I .mbr-text,
.cid-uV1Dibgo1I .mbr-section-btn {
  text-align: center;
}
.cid-uVmLE7I8Tc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVmLE7I8Tc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVmLE7I8Tc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVmM3XacTl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uVmM3XacTl img,
.cid-uVmM3XacTl .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uVmM3XacTl .item:focus,
.cid-uVmM3XacTl span:focus {
  outline: none;
}
.cid-uVmM3XacTl .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVmM3XacTl .item {
    margin-bottom: 1rem;
  }
}
.cid-uVmM3XacTl .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uVmM3XacTl .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uVmM3XacTl .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uVmM3XacTl .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uVmM3XacTl .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uVmM3XacTl .mbr-section-title {
  color: #000000;
}
.cid-uVmM3XacTl .item-title {
  text-align: left;
}
.cid-uVmM3XacTl .item-subtitle {
  text-align: left;
}
.cid-uVmM3XacTl .mbr-text,
.cid-uVmM3XacTl .item .mbr-section-btn {
  text-align: left;
}
.cid-uVmM3XacTl .content-head {
  max-width: 800px;
}
.cid-uVmLXJYNHf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uVmLXJYNHf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVmLXJYNHf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVmLXJYNHf .mbr-text {
  color: #000000;
}
.cid-uVmLXJYNHf .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uVmLXJYNHf .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVmLXJYNHf .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uVmLXJYNHf .mbr-number {
  color: #9fe870;
  text-align: left;
}
.cid-uVmLXJYNHf .mbr-section-title {
  color: #000000;
}
.cid-uVmLXJYNHf .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
.cid-uVmLXJYNHf .item-content .item-footer {
  margin-top: auto;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uVmLXJYNHf .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uVmLXJYNHf .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-uVmLXJYNHf .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uVmLXJYNHf .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uVmLXJYNHf .item-head {
  background: #9fe870;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uVmLXJYNHf .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVmLXJYNHf .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uVmLXJYNHf .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uVmLXJYNHf .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uVmLXJYNHf .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-uVmLXJYNHf .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-uVmLXJYNHf .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-uVmLXJYNHf .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVmLXJYNHf .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uVmLXJYNHf .item:focus,
.cid-uVmLXJYNHf span:focus {
  outline: none;
}
.cid-uVmLXJYNHf .mbr-text,
.cid-uVmLXJYNHf .mbr-section-btn {
  text-align: left;
}
.cid-uVmLXJYNHf .item-title {
  text-align: left;
  color: #000000;
}
.cid-uVmLXJYNHf .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uVmLXJYNHf .content-head {
  max-width: 800px;
}
.cid-uVmLXJYNHf .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uVmLXJYNHf .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uVmLXJYNHf .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uVmLXJYNHf .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-uVmLXJYNHf .mbr-text UL {
  text-align: left;
}
.cid-uVmLXJYNHf .item-btn {
  width: -webkit-fill-available;
}
.cid-uVmLXJYNHf .main-button {
  margin-bottom: 2rem;
  padding: 0rem 0rem 2rem;
}
@media (max-width: 767px) {
  .cid-uVmLXJYNHf .main-button {
    margin-bottom: 2rem;
    padding: 0rem 0rem 0.5rem;
  }
}
@media (max-width: 991px) {
  .cid-uVmLXJYNHf .main-button {
    padding: 0rem 0rem 0.5rem;
  }
}
.cid-uVmLXJYNHf .mbr-section-subtitle,
.cid-uVmLXJYNHf .main-button .btn {
  text-align: left;
}
.cid-uVmLXJYNHf .mbr-section-subtitle,
.cid-uVmLXJYNHf .main-button {
  color: #000000;
  text-align: left;
}
.cid-uV1zpUTuPz {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #5e60ce;
}
.cid-uV1zpUTuPz .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uV1zpUTuPz .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uV1zpUTuPz .item-head {
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uV1zpUTuPz .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uV1zpUTuPz .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uV1zpUTuPz .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #000000;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uV1zpUTuPz .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uV1zpUTuPz .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-uV1zpUTuPz .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #000000;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uV1zpUTuPz .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uV1zpUTuPz .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-uV1zpUTuPz .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-uV1zpUTuPz .btn {
  width: -webkit-fill-available;
}
.cid-uV1zpUTuPz .item:focus,
.cid-uV1zpUTuPz span:focus {
  outline: none;
}
.cid-uV1zpUTuPz .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-uV1zpUTuPz .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uV1zpUTuPz .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uV1zpUTuPz .mbr-section-title {
  color: #ffffff;
}
.cid-uV1zpUTuPz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uV1zpUTuPz .mbr-text,
.cid-uV1zpUTuPz .mbr-section-btn {
  text-align: left;
}
.cid-uV1zpUTuPz .item-title {
  text-align: left;
  color: #000000;
}
.cid-uV1zpUTuPz .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uV1zpUTuPz .content-head {
  max-width: 800px;
}
.cid-uV1zpUTuPz .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uV1zpUTuPz .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uV1zpUTuPz .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uV1zpUTuPz .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-uV1zpUTuPz .mbr-text UL {
  text-align: left;
}
.cid-uV1zpUTuPz .mbr-text {
  color: #ffffff;
}
.cid-uVmN24Fcsr {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #edefeb;
}
.cid-uVmN24Fcsr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVmN24Fcsr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVmN24Fcsr .card-wrapper {
  overflow: hidden;
  background: #edefeb;
}
.cid-uVmN24Fcsr .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVmN24Fcsr .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uVmN24Fcsr .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uVmN24Fcsr .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uVmN24Fcsr .row {
  flex-direction: row-reverse;
}
.cid-uVmN24Fcsr .image-wrapper {
  padding: 0 1rem;
}
.cid-uVmN24Fcsr img,
.cid-uVmN24Fcsr .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uVmN24Fcsr img,
  .cid-uVmN24Fcsr .image-wrapper {
    max-height: 350px;
  }
}
.cid-uVmN24Fcsr .mbr-section-title {
  color: #000000;
}
.cid-uVmN24Fcsr .mbr-text {
  color: #000000;
}
.cid-uVmLYBZJMN {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #edefeb;
}
.cid-uVmLYBZJMN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVmLYBZJMN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVmLYBZJMN .card-wrapper {
  overflow: hidden;
  background: #edefeb;
}
.cid-uVmLYBZJMN .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVmLYBZJMN .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uVmLYBZJMN .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uVmLYBZJMN .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uVmLYBZJMN .image-wrapper {
  padding: 0 1rem;
}
.cid-uVmLYBZJMN img,
.cid-uVmLYBZJMN .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uVmLYBZJMN img,
  .cid-uVmLYBZJMN .image-wrapper {
    max-height: 350px;
  }
}
.cid-uVmLYBZJMN .mbr-section-title {
  color: #000000;
}
.cid-uVmLYBZJMN .mbr-text {
  color: #000000;
}
.cid-uVmLYBZJMN .mbr-text,
.cid-uVmLYBZJMN .mbr-section-btn {
  text-align: left;
}
.cid-uV1zpYPkT5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5e60ce;
}
.cid-uV1zpYPkT5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV1zpYPkT5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV1zpYPkT5 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uV1zpYPkT5 .footer-col {
    flex-direction: column;
  }
}
.cid-uV1zpYPkT5 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uV1zpYPkT5 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uV1zpYPkT5 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uV1zpYPkT5 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uV1zpYPkT5 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uV1zpYPkT5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uV1zpYPkT5 .soc-item {
  margin: 8px;
}
.cid-uV1zpYPkT5 .soc-item a:hover .mbr-iconfont,
.cid-uV1zpYPkT5 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uV1zpYPkT5 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uV1zpYPkT5 .row {
    text-align: center;
  }
  .cid-uV1zpYPkT5 .social-row {
    justify-content: center;
  }
}
.cid-uV1zpYPkT5 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uV1zpYPkT5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uV1zpYPkT5 .list {
    margin-bottom: 0rem;
  }
}
.cid-uV1zpYPkT5 .mbr-text {
  color: #bbbbbb;
}
.cid-uV1zpYPkT5 .mbr-section-subtitle {
  color: #000000;
}
.cid-uV1zpYPkT5 .list,
.cid-uV1zpYPkT5 .item-wrap {
  color: #232323;
}
.cid-uV1zpYPkT5 .copyright {
  color: #000000;
}
