.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 4.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 2.25rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.25rem;
  line-height: 1.7;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d6d63e !important;
}
.bg-success {
  background-color: #236686 !important;
}
.bg-info {
  background-color: #208f65 !important;
}
.bg-warning {
  background-color: #d37530 !important;
}
.bg-danger {
  background-color: #d33430 !important;
}
.btn-primary {
  box-shadow: #90901e 0px 8px 15px -5px;
}
.btn-primary,
.btn-primary:active {
  background-color: #d6d63e !important;
  border-color: #d6d63e !important;
  color: #000000 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #dfdf68 !important;
  border-color: #dfdf68 !important;
  box-shadow: #656516 0px 8px 15px -5px;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #dfdf68 !important;
  border-color: #dfdf68 !important;
}
.btn-secondary {
  box-shadow: #90901e 0px 8px 15px -5px;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d6d63e !important;
  border-color: #d6d63e !important;
  color: #000000 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #dfdf68 !important;
  border-color: #dfdf68 !important;
  box-shadow: #656516 0px 8px 15px -5px;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: #dfdf68 !important;
  border-color: #dfdf68 !important;
}
.btn-info {
  box-shadow: #0d3c2a 0px 8px 15px -5px;
}
.btn-info,
.btn-info:active {
  background-color: #208f65 !important;
  border-color: #208f65 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #29b982 !important;
  border-color: #29b982 !important;
  box-shadow: #04120d 0px 8px 15px -5px;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #29b982 !important;
  border-color: #29b982 !important;
}
.btn-success {
  box-shadow: #0e2835 0px 8px 15px -5px;
}
.btn-success,
.btn-success:active {
  background-color: #236686 !important;
  border-color: #236686 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #2e85ae !important;
  border-color: #2e85ae !important;
  box-shadow: #030a0d 0px 8px 15px -5px;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2e85ae !important;
  border-color: #2e85ae !important;
}
.btn-warning {
  box-shadow: #81471c 0px 8px 15px -5px;
}
.btn-warning,
.btn-warning:active {
  background-color: #d37530 !important;
  border-color: #d37530 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #dc915a !important;
  border-color: #dc915a !important;
  box-shadow: #573013 0px 8px 15px -5px;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #dc915a !important;
  border-color: #dc915a !important;
}
.btn-danger {
  box-shadow: #811e1c 0px 8px 15px -5px;
}
.btn-danger,
.btn-danger:active {
  background-color: #d33430 !important;
  border-color: #d33430 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #dc5d5a !important;
  border-color: #dc5d5a !important;
  box-shadow: #571413 0px 8px 15px -5px;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #dc5d5a !important;
  border-color: #dc5d5a !important;
}
.btn-white {
  box-shadow: #c2c2c2 0px 8px 15px -5px;
}
.btn-white,
.btn-white:active {
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
  color: #5c5c5c !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: #a9a9a9 0px 8px 15px -5px;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #5c5c5c !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  box-shadow: #000000 0px 8px 15px -5px;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: #000000 0px 8px 15px -5px;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d6d63e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #9c9c21 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #111104 !important;
  background-color: #d6d63e !important;
  border-color: #d6d63e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d6d63e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #9c9c21 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #111104 !important;
  background-color: #d6d63e !important;
  border-color: #d6d63e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #208f65;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #104833 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #208f65 !important;
  border-color: #208f65 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #236686;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #113241 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #236686 !important;
  border-color: #236686 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d37530;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #8e4e1e !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d37530 !important;
  border-color: #d37530 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d33430;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #8e211e !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d33430 !important;
  border-color: #d33430 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.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: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f5f5f5;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cacaca !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #767676 !important;
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
}
.text-primary {
  color: #d6d63e !important;
}
.text-secondary {
  color: #d6d63e !important;
}
.text-success {
  color: #236686 !important;
}
.text-info {
  color: #208f65 !important;
}
.text-warning {
  color: #d37530 !important;
}
.text-danger {
  color: #d33430 !important;
}
.text-white {
  color: #f5f5f5 !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #90901e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #90901e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0e2835 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0d3c2a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #81471c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #811e1c !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c2c2c2 !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: #d6d63e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #208f65;
}
.alert-warning {
  background-color: #d37530;
}
.alert-danger {
  background-color: #d33430;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 10px;
}
.mbr-gallery-filter li a {
  border-radius: 10px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d6d63e;
  border-color: #d6d63e;
  color: #262608;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 10px !important;
}
a,
a:hover {
  color: #d6d63e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fafae6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #56aad3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55d9a7;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f7e5d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f7d9d8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #d6d63e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #d6d63e;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 10px !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: 10px !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: #d6d63e;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d6d63e;
}
.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: #d6d63e;
  border-bottom-color: #d6d63e;
}
.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: #000000 !important;
  background-color: #d6d63e !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: #d6d63e !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='%23d6d63e' %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;
}
html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 12px 24px;
  font-weight: 500;
  border: none !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 12px;
}
.mbr-section-btn .btn-black {
  box-shadow: #000000 0 0.602187px 1.08394px -1.25px, #333333 0px 2.28853px 4.11936px -2.5px, #4d4d4d 0px 10px 18px -3.75px, #666666 0px 0.706592px 0.706592px -0.583333px, #999999 0px 1.80656px 1.80656px -1.16667px, #b3b3b3 0px 3.62176px 3.62176px -1.75px, #cccccc 0px 6.8656px 6.8656px -2.33333px, #e6e6e6 0px 8.6468px 8.6468px -2.91667px, #f2f2f2 0px 10px 10px -3.5px;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
  box-shadow: #000000 0 0.602187px 1.08394px -1.25px, #1a1a1a 0px 2.28853px 4.11936px -2.5px, #333333 0px 10px 18px -3.75px, #4d4d4d 0px 0.706592px 0.706592px -0.583333px, #808080 0px 1.80656px 1.80656px -1.16667px, #999999 0px 3.62176px 3.62176px -1.75px, #b3b3b3 0px 6.8656px 6.8656px -2.33333px, #cccccc 0px 8.6468px 8.6468px -2.91667px, #d9d9d9 0px 10px 10px -3.5px;
}
.mbr-section-btn .btn-white {
  color: #000000 !important;
  box-shadow: #808080 0px 0.706592px 0.706592px -0.583333px, #999999 0px 1.80656px 1.80656px -1.16667px, #b3b3b3 0px 3.62176px 3.62176px -1.75px, #bfbfbf 0px 6.8656px 6.8656px -2.33333px, #cccccc 0px 8.6468px 8.6468px -2.91667px, #e6e6e6 0px 10px 10px -3.5px, #ffffff 0px 3px 1px 0px inset;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus {
  background-color: #fafafa !important;
  color: #000000 !important;
  box-shadow: #737373 0px 0.706592px 0.706592px -0.583333px, #8c8c8c 0px 1.80656px 1.80656px -1.16667px, #a6a6a6 0px 3.62176px 3.62176px -1.75px, #b3b3b3 0px 6.8656px 6.8656px -2.33333px, #bfbfbf 0px 8.6468px 8.6468px -2.91667px, #d9d9d9 0px 10px 10px -3.5px, #ffffff 0px 3px 1px 0px inset;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 20px !important;
}
.label-wrap {
  border-radius: 60px !important;
}
.little-radius,
.form-control {
  border-radius: 10px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uUAwjiK7Ug {
  z-index: 1000;
  width: 100%;
}
.cid-uUAwjiK7Ug nav.navbar {
  position: fixed;
}
.cid-uUAwjiK7Ug .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUAwjiK7Ug .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uUAwjiK7Ug .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uUAwjiK7Ug .dropdown-item:hover,
.cid-uUAwjiK7Ug .dropdown-item:focus {
  background: #ffffff !important;
  color: #d6d63e !important;
}
.cid-uUAwjiK7Ug .dropdown-item:hover span {
  color: white;
}
.cid-uUAwjiK7Ug .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUAwjiK7Ug .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUAwjiK7Ug .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUAwjiK7Ug .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUAwjiK7Ug .nav-link {
  position: relative;
}
.cid-uUAwjiK7Ug .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uUAwjiK7Ug .container {
    flex-wrap: nowrap;
  }
}
.cid-uUAwjiK7Ug .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uUAwjiK7Ug .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uUAwjiK7Ug .dropdown-menu,
.cid-uUAwjiK7Ug .navbar.opened {
  background: #ffffff !important;
}
.cid-uUAwjiK7Ug .nav-item:focus,
.cid-uUAwjiK7Ug .nav-link:focus {
  outline: none;
}
.cid-uUAwjiK7Ug .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUAwjiK7Ug .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uUAwjiK7Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUAwjiK7Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUAwjiK7Ug .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUAwjiK7Ug .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUAwjiK7Ug .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uUAwjiK7Ug .navbar.opened {
  transition: all 0.3s;
}
.cid-uUAwjiK7Ug .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uUAwjiK7Ug .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-uUAwjiK7Ug .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUAwjiK7Ug .navbar.collapsed {
  justify-content: center;
}
.cid-uUAwjiK7Ug .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUAwjiK7Ug .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUAwjiK7Ug .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-uUAwjiK7Ug .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUAwjiK7Ug .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUAwjiK7Ug .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-uUAwjiK7Ug .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUAwjiK7Ug .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUAwjiK7Ug .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUAwjiK7Ug .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUAwjiK7Ug .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUAwjiK7Ug .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUAwjiK7Ug .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUAwjiK7Ug .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-uUAwjiK7Ug .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUAwjiK7Ug .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUAwjiK7Ug .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uUAwjiK7Ug .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-uUAwjiK7Ug .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uUAwjiK7Ug .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUAwjiK7Ug .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUAwjiK7Ug .navbar.navbar-short {
  min-height: 96px;
}
.cid-uUAwjiK7Ug .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uUAwjiK7Ug .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uUAwjiK7Ug .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uUAwjiK7Ug .navbar-brand .navbar-caption:hover,
.cid-uUAwjiK7Ug .navbar-brand .navbar-caption:focus {
  color: #d6d63e !important;
}
.cid-uUAwjiK7Ug .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUAwjiK7Ug .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uUAwjiK7Ug .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #d6d63e !important;
}
.cid-uUAwjiK7Ug .dropdown-item.active,
.cid-uUAwjiK7Ug .dropdown-item:active {
  background-color: transparent;
}
.cid-uUAwjiK7Ug .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUAwjiK7Ug .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUAwjiK7Ug .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUAwjiK7Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uUAwjiK7Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uUAwjiK7Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uUAwjiK7Ug .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUAwjiK7Ug ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uUAwjiK7Ug ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uUAwjiK7Ug .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uUAwjiK7Ug .navbar-buttons {
    text-align: left;
  }
}
.cid-uUAwjiK7Ug .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uUAwjiK7Ug .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uUAwjiK7Ug button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uUAwjiK7Ug button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUAwjiK7Ug button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uUAwjiK7Ug button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uUAwjiK7Ug button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uUAwjiK7Ug button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uUAwjiK7Ug nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUAwjiK7Ug nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUAwjiK7Ug nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUAwjiK7Ug nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUAwjiK7Ug .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUAwjiK7Ug a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUAwjiK7Ug .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUAwjiK7Ug .navbar {
    height: 70px;
  }
  .cid-uUAwjiK7Ug .navbar.opened {
    height: auto;
  }
  .cid-uUAwjiK7Ug .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUAwjiK7Ug .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uUAwjiK7Ug .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uUAwjiK7Ug .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uUAwjiK7Ug .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uUAwjiK7Ug .nav-item .nav-link:hover {
  background-color: transparent;
  color: #d6d63e !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uUAwjiK7Ug .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uUAwjiK7Ug .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uUAwjiK7Ug .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uUAwjiK7Ug .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uUAwjiK7Ug .navbar {
    justify-content: flex-start !important;
  }
  .cid-uUAwjiK7Ug .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uUAwjiK7Ug .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uUAwjiK7Ug .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uUAwjiK7Ug .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uUAwjiK7Ug .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uUAwjiK7Ug .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uUAwjiK7Ug .content-wrap {
  min-height: 110px;
}
.cid-uUAwjVRRtT {
  background-image: url("../../../assets/images/2151672319-1500x841.jpg");
}
.cid-uUAwjVRRtT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUAwjVRRtT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUAwjVRRtT .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uUAwjVRRtT .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uUAwjVRRtT .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uUAwjVRRtT .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uUAwjVRRtT .content-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uUAwjVRRtT .content-wrapper .logo-wrapper img {
  width: 116px;
  height: 116px;
  object-fit: cover;
  display: inline-flex;
  border-radius: 100% !important;
  box-shadow: 0 20px 20px -5px #9c9c9c;
}
.cid-uUAwjVRRtT .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #d6d63e, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uUAwjVRRtT .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #d6d63e, #000000 40%);
  }
}
.cid-uUAwjVRRtT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUAwjVRRtT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUAwjVRRtT .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uUAwjVRRtT .mbr-label,
.cid-uUAwjVRRtT .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAwjVRRtT .mbr-section-title {
  color: #000000;
}
.cid-uUAwjVRRtT .mbr-text,
.cid-uUAwjVRRtT .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAwjVRRtT .mbr-section-title,
.cid-uUAwjVRRtT .title-wrapper,
.cid-uUAwjVRRtT .mbr-section-btn,
.cid-uUAwjVRRtT .logo-wrapper {
  text-align: center;
}
.cid-vnbmiKEKjw {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vnbmiKEKjw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnbmiKEKjw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnbmiKEKjw .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vnbmiKEKjw .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vnbmiKEKjw .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #9c9c9c, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vnbmiKEKjw .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnbmiKEKjw .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vnbmiKEKjw .mbr-section-title {
  color: #000000;
}
.cid-vnbmiKEKjw .mbr-text,
.cid-vnbmiKEKjw .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vnbmiKEKjw .mbr-section-title,
.cid-vnbmiKEKjw .title-wrapper,
.cid-vnbmiKEKjw .mbr-section-btn {
  text-align: center;
}
.cid-vnbmctFTzs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vnbmctFTzs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnbmctFTzs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnbmctFTzs .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vnbmctFTzs .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vnbmctFTzs .content-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-vnbmctFTzs .mbr-label {
  color: #14334b;
}
.cid-vnbmctFTzs .mbr-text {
  color: #14334b;
}
.cid-uUAwriibLd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uUAwriibLd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUAwriibLd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUAwriibLd .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uUAwriibLd .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUAwriibLd .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uUAwriibLd .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uUAwriibLd .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uUAwriibLd .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uUAwriibLd .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uUAwriibLd .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uUAwriibLd .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUAwriibLd .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUAwriibLd .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-uUAwriibLd .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uUAwriibLd .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uUAwriibLd .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uUAwriibLd .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uUAwriibLd .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-uUAwriibLd .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uUAwriibLd .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uUAwriibLd .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-uUAwriibLd .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-uUAwriibLd .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uUAwriibLd .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-uUAwriibLd .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uUAwriibLd .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uUAwriibLd .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uUAwriibLd .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUAwriibLd .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uUAwriibLd .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-uUAwriibLd .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uUAwriibLd .card_1 {
    width: 100%;
  }
}
.cid-uUAwriibLd .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uUAwriibLd .card_2 {
    width: 100%;
  }
}
.cid-uUAwriibLd .main-btn {
  margin-top: 12px;
}
.cid-uUAwriibLd .mbr-label,
.cid-uUAwriibLd .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAwriibLd .mbr-section-title,
.cid-uUAwriibLd .title-wrapper {
  color: #000000;
}
.cid-uUAwriibLd .mbr-text,
.cid-uUAwriibLd .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uUAwriibLd .item-title {
  color: #000000;
}
.cid-uUAwriibLd .item-text {
  color: #515151;
}
.cid-uUAwriibLd .mbr-section-title,
.cid-uUAwriibLd .title-wrapper,
.cid-uUAwriibLd .main-btn {
  text-align: center;
  color: #d6d63e;
}
.cid-uUAwGUk3nb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uUAwGUk3nb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUAwGUk3nb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUAwGUk3nb .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uUAwGUk3nb .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUAwGUk3nb .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uUAwGUk3nb .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #d6d63e;
  box-shadow: 0 8px 20px -8px #d6d63e;
}
.cid-uUAwGUk3nb .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uUAwGUk3nb .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uUAwGUk3nb .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uUAwGUk3nb .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uUAwGUk3nb .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUAwGUk3nb .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUAwGUk3nb .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uUAwGUk3nb .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-uUAwGUk3nb .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-uUAwGUk3nb .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uUAwGUk3nb .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-uUAwGUk3nb .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uUAwGUk3nb .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uUAwGUk3nb .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUAwGUk3nb .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uUAwGUk3nb .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-uUAwGUk3nb .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-uUAwGUk3nb .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uUAwGUk3nb .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-uUAwGUk3nb .mbr-label,
.cid-uUAwGUk3nb .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAwGUk3nb .mbr-section-title,
.cid-uUAwGUk3nb .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAwGUk3nb .mbr-text,
.cid-uUAwGUk3nb .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uUAwGUk3nb .item-text {
  color: #000000;
}
.cid-uUAwGUk3nb .item-text,
.cid-uUAwGUk3nb .mbr-section-btn {
  text-align: center;
}
.cid-uUAwKPMupN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uUAwKPMupN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUAwKPMupN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUAwKPMupN .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uUAwKPMupN .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUAwKPMupN .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uUAwKPMupN .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uUAwKPMupN .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uUAwKPMupN .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uUAwKPMupN .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #d6d63e, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uUAwKPMupN .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uUAwKPMupN .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-uUAwKPMupN .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-uUAwKPMupN .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uUAwKPMupN .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUAwKPMupN .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uUAwKPMupN .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uUAwKPMupN .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUAwKPMupN .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uUAwKPMupN .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUAwKPMupN .mbr-label,
.cid-uUAwKPMupN .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAwKPMupN .mbr-section-title,
.cid-uUAwKPMupN .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAwKPMupN .mbr-text {
  color: #515151;
}
.cid-uZMMOPBTgY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uZMMOPBTgY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMMOPBTgY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZMMOPBTgY .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uZMMOPBTgY .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZMMOPBTgY .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uZMMOPBTgY .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #d6d63e;
  box-shadow: 0 8px 20px -8px #d6d63e;
}
.cid-uZMMOPBTgY .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uZMMOPBTgY .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uZMMOPBTgY .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uZMMOPBTgY .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZMMOPBTgY .form-wrap {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uZMMOPBTgY .form-wrap {
    padding: 24px;
  }
}
.cid-uZMMOPBTgY .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-uZMMOPBTgY .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uZMMOPBTgY .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uZMMOPBTgY .form-wrap .dragArea.row .form-group .form-control {
  padding: 13px 12px;
  background-color: #f5f5f5;
  border: none !important;
  border-top: 3px solid #ffffff !important;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  margin-bottom: 20px;
}
.cid-uZMMOPBTgY .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-uZMMOPBTgY .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uZMMOPBTgY .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: 0 8px 15px -8px #9c9c9c;
  border: none !important;
  border-top: 3px solid #ffffff !important;
}
.cid-uZMMOPBTgY .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uZMMOPBTgY .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uZMMOPBTgY .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uZMMOPBTgY .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uZMMOPBTgY .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uZMMOPBTgY .mbr-label,
.cid-uZMMOPBTgY .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZMMOPBTgY .mbr-section-title,
.cid-uZMMOPBTgY .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZMMOPBTgY .mbr-text,
.cid-uZMMOPBTgY .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uZMMOPBTgY label {
  color: #000000;
}
.cid-uUAwNIT2Vo {
  background-image: url("../../../assets/images/2151747403-1500x841.jpg");
}
.cid-uUAwNIT2Vo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUAwNIT2Vo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUAwNIT2Vo .image-wrap {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uUAwNIT2Vo .image-wrap {
    width: 300px;
  }
}
.cid-uZMMajJGgI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uZMMajJGgI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMMajJGgI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZMMajJGgI .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZMMajJGgI .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZMMajJGgI .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uZMMajJGgI .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-uZMMajJGgI .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uZMMajJGgI .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uZMMajJGgI .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-uZMMajJGgI .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-uZMMajJGgI .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-uZMMajJGgI .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-uZMMajJGgI .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZMMajJGgI .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-uZMMajJGgI .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uZMMajJGgI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZMMajJGgI .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uZMMajJGgI .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uZMMajJGgI .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-uZMMajJGgI .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZMMajJGgI .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uZMMajJGgI .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-uZMMajJGgI .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uZMMajJGgI .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-uZMMajJGgI .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uZMMajJGgI .mbr-section-title {
  color: #000000;
}
.cid-uZMMajJGgI .mbr-text,
.cid-uZMMajJGgI .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZMMajJGgI .list,
.cid-uZMMajJGgI .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZMMajJGgI .mbr-copy {
  color: #515151;
  text-align: center;
}
.cid-uZMMajJGgI .mbr-section-title,
.cid-uZMMajJGgI .title-wrapper,
.cid-uZMMajJGgI .mbr-section-btn,
.cid-uZMMajJGgI .social-wrapper {
  text-align: center;
}
.cid-uZNHuWdQbJ {
  z-index: 1000;
  width: 100%;
}
.cid-uZNHuWdQbJ nav.navbar {
  position: fixed;
}
.cid-uZNHuWdQbJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZNHuWdQbJ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZNHuWdQbJ .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uZNHuWdQbJ .dropdown-item:hover,
.cid-uZNHuWdQbJ .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uZNHuWdQbJ .dropdown-item:hover span {
  color: white;
}
.cid-uZNHuWdQbJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZNHuWdQbJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZNHuWdQbJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZNHuWdQbJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZNHuWdQbJ .nav-link {
  position: relative;
}
.cid-uZNHuWdQbJ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZNHuWdQbJ .container {
    flex-wrap: nowrap;
  }
}
.cid-uZNHuWdQbJ .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZNHuWdQbJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZNHuWdQbJ .dropdown-menu,
.cid-uZNHuWdQbJ .navbar.opened {
  background: #ffffff !important;
}
.cid-uZNHuWdQbJ .nav-item:focus,
.cid-uZNHuWdQbJ .nav-link:focus {
  outline: none;
}
.cid-uZNHuWdQbJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZNHuWdQbJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZNHuWdQbJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZNHuWdQbJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZNHuWdQbJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZNHuWdQbJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZNHuWdQbJ .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZNHuWdQbJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uZNHuWdQbJ .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uZNHuWdQbJ .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-uZNHuWdQbJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZNHuWdQbJ .navbar.collapsed {
  justify-content: center;
}
.cid-uZNHuWdQbJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZNHuWdQbJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZNHuWdQbJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uZNHuWdQbJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZNHuWdQbJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZNHuWdQbJ .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-uZNHuWdQbJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZNHuWdQbJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZNHuWdQbJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZNHuWdQbJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZNHuWdQbJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZNHuWdQbJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZNHuWdQbJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZNHuWdQbJ .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-uZNHuWdQbJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZNHuWdQbJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZNHuWdQbJ .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZNHuWdQbJ .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-uZNHuWdQbJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZNHuWdQbJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZNHuWdQbJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZNHuWdQbJ .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZNHuWdQbJ .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZNHuWdQbJ .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZNHuWdQbJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uZNHuWdQbJ .navbar-brand .navbar-caption:hover,
.cid-uZNHuWdQbJ .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uZNHuWdQbJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZNHuWdQbJ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZNHuWdQbJ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uZNHuWdQbJ .dropdown-item.active,
.cid-uZNHuWdQbJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uZNHuWdQbJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZNHuWdQbJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZNHuWdQbJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZNHuWdQbJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZNHuWdQbJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZNHuWdQbJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZNHuWdQbJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZNHuWdQbJ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZNHuWdQbJ ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZNHuWdQbJ .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZNHuWdQbJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uZNHuWdQbJ .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uZNHuWdQbJ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZNHuWdQbJ button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZNHuWdQbJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZNHuWdQbJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZNHuWdQbJ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZNHuWdQbJ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZNHuWdQbJ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZNHuWdQbJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZNHuWdQbJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZNHuWdQbJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZNHuWdQbJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZNHuWdQbJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZNHuWdQbJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZNHuWdQbJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZNHuWdQbJ .navbar {
    height: 70px;
  }
  .cid-uZNHuWdQbJ .navbar.opened {
    height: auto;
  }
  .cid-uZNHuWdQbJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZNHuWdQbJ .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uZNHuWdQbJ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZNHuWdQbJ .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uZNHuWdQbJ .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZNHuWdQbJ .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uZNHuWdQbJ .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZNHuWdQbJ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZNHuWdQbJ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZNHuWdQbJ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZNHuWdQbJ .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZNHuWdQbJ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZNHuWdQbJ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZNHuWdQbJ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZNHuWdQbJ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZNHuWdQbJ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZNHuWdQbJ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZNHuWdQbJ .content-wrap {
  min-height: 110px;
}
.cid-uZNHuYMkRo {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uZNHuYMkRo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNHuYMkRo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNHuYMkRo .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uZNHuYMkRo .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNHuYMkRo .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uZNHuYMkRo .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uZNHuYMkRo .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uZNHuYMkRo .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uZNHuYMkRo .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #d6d63e, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZNHuYMkRo .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZNHuYMkRo .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-uZNHuYMkRo .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-uZNHuYMkRo .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZNHuYMkRo .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNHuYMkRo .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uZNHuYMkRo .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uZNHuYMkRo .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZNHuYMkRo .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uZNHuYMkRo .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZNHuYMkRo .mbr-label,
.cid-uZNHuYMkRo .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZNHuYMkRo .mbr-section-title,
.cid-uZNHuYMkRo .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZNHuYMkRo .mbr-text {
  color: #515151;
}
.cid-uZNHQP1dSJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uZNHQP1dSJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNHQP1dSJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNHQP1dSJ .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uZNHQP1dSJ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNHQP1dSJ .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uZNHQP1dSJ .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uZNHQP1dSJ .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uZNHQP1dSJ .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uZNHQP1dSJ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZNHQP1dSJ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZNHQP1dSJ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZNHQP1dSJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZNHQP1dSJ .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uZNHQP1dSJ .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZNHQP1dSJ .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uZNHQP1dSJ .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uZNHQP1dSJ .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uZNHQP1dSJ .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uZNHQP1dSJ .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZNHQP1dSJ .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap {
  width: 180px;
  height: 180px;
  display: inline-flex;
  padding: 10px;
  border-top: 3px solid #ffffff;
  box-shadow: 0 10px 12px -8px #9c9c9c;
  background-color: #f5f5f5;
}
.cid-uZNHQP1dSJ .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap .mbr-iconfont {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 84px;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 12px -8px #9c9c9c;
  background-color: #f5f5f5;
}
.cid-uZNHQP1dSJ .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uZNHQP1dSJ .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uZNHQP1dSJ .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uZNHQP1dSJ .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZNHQP1dSJ .mbr-label,
.cid-uZNHQP1dSJ .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZNHQP1dSJ .mbr-section-title,
.cid-uZNHQP1dSJ .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZNHQP1dSJ .mbr-text,
.cid-uZNHQP1dSJ .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uZNHQP1dSJ .item-title {
  color: #000000;
}
.cid-uZNHQP1dSJ .item-text {
  color: #515151;
}
.cid-uZNIdbsv2z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uZNIdbsv2z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNIdbsv2z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNIdbsv2z .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #d6d63e, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZNIdbsv2z .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZNIdbsv2z .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #9c9c9c, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZNIdbsv2z .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZNIdbsv2z .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZNIdbsv2z .mbr-section-title {
  color: #000000;
}
.cid-uZNIdbsv2z .mbr-text,
.cid-uZNIdbsv2z .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uZNIdbsv2z .mbr-section-title,
.cid-uZNIdbsv2z .title-wrapper,
.cid-uZNIdbsv2z .mbr-section-btn {
  text-align: center;
}
.cid-vnbuSjTGlq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vnbuSjTGlq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnbuSjTGlq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnbuSjTGlq .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #d6d63e, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vnbuSjTGlq .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vnbuSjTGlq .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #9c9c9c, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vnbuSjTGlq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnbuSjTGlq .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vnbuSjTGlq .mbr-section-title {
  color: #000000;
}
.cid-vnbuSjTGlq .mbr-text,
.cid-vnbuSjTGlq .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vnbuSjTGlq .mbr-section-title,
.cid-vnbuSjTGlq .title-wrapper,
.cid-vnbuSjTGlq .mbr-section-btn {
  text-align: center;
}
.cid-uZNHuZ6IVr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uZNHuZ6IVr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNHuZ6IVr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNHuZ6IVr .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uZNHuZ6IVr .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNHuZ6IVr .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uZNHuZ6IVr .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #d6d63e;
  box-shadow: 0 8px 20px -8px #d6d63e;
}
.cid-uZNHuZ6IVr .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uZNHuZ6IVr .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uZNHuZ6IVr .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uZNHuZ6IVr .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZNHuZ6IVr .form-wrap {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uZNHuZ6IVr .form-wrap {
    padding: 24px;
  }
}
.cid-uZNHuZ6IVr .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-uZNHuZ6IVr .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uZNHuZ6IVr .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uZNHuZ6IVr .form-wrap .dragArea.row .form-group .form-control {
  padding: 13px 12px;
  background-color: #f5f5f5;
  border: none !important;
  border-top: 3px solid #ffffff !important;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  margin-bottom: 20px;
}
.cid-uZNHuZ6IVr .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-uZNHuZ6IVr .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uZNHuZ6IVr .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: 0 8px 15px -8px #9c9c9c;
  border: none !important;
  border-top: 3px solid #ffffff !important;
}
.cid-uZNHuZ6IVr .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uZNHuZ6IVr .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uZNHuZ6IVr .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uZNHuZ6IVr .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uZNHuZ6IVr .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uZNHuZ6IVr .mbr-label,
.cid-uZNHuZ6IVr .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZNHuZ6IVr .mbr-section-title,
.cid-uZNHuZ6IVr .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZNHuZ6IVr .mbr-text,
.cid-uZNHuZ6IVr .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uZNHuZ6IVr label {
  color: #000000;
}
.cid-uZNHuZCfFA {
  background-image: url("../../../assets/images/2151672319-1500x841.jpg");
}
.cid-uZNHuZCfFA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNHuZCfFA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNHuZCfFA .image-wrap {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uZNHuZCfFA .image-wrap {
    width: 300px;
  }
}
.cid-uZNHuZU1Rc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uZNHuZU1Rc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNHuZU1Rc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNHuZU1Rc .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZNHuZU1Rc .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZNHuZU1Rc .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uZNHuZU1Rc .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-uZNHuZU1Rc .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uZNHuZU1Rc .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uZNHuZU1Rc .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-uZNHuZU1Rc .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-uZNHuZU1Rc .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-uZNHuZU1Rc .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-uZNHuZU1Rc .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZNHuZU1Rc .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-uZNHuZU1Rc .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uZNHuZU1Rc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZNHuZU1Rc .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uZNHuZU1Rc .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uZNHuZU1Rc .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-uZNHuZU1Rc .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZNHuZU1Rc .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uZNHuZU1Rc .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-uZNHuZU1Rc .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uZNHuZU1Rc .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-uZNHuZU1Rc .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uZNHuZU1Rc .mbr-section-title {
  color: #000000;
}
.cid-uZNHuZU1Rc .mbr-text,
.cid-uZNHuZU1Rc .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZNHuZU1Rc .list,
.cid-uZNHuZU1Rc .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZNHuZU1Rc .mbr-copy {
  color: #515151;
  text-align: center;
}
.cid-uZNHuZU1Rc .mbr-section-title,
.cid-uZNHuZU1Rc .title-wrapper,
.cid-uZNHuZU1Rc .mbr-section-btn,
.cid-uZNHuZU1Rc .social-wrapper {
  text-align: center;
}
.cid-uZNILTh9JW {
  z-index: 1000;
  width: 100%;
}
.cid-uZNILTh9JW nav.navbar {
  position: fixed;
}
.cid-uZNILTh9JW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZNILTh9JW .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZNILTh9JW .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uZNILTh9JW .dropdown-item:hover,
.cid-uZNILTh9JW .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uZNILTh9JW .dropdown-item:hover span {
  color: white;
}
.cid-uZNILTh9JW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZNILTh9JW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZNILTh9JW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZNILTh9JW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZNILTh9JW .nav-link {
  position: relative;
}
.cid-uZNILTh9JW .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZNILTh9JW .container {
    flex-wrap: nowrap;
  }
}
.cid-uZNILTh9JW .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZNILTh9JW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZNILTh9JW .dropdown-menu,
.cid-uZNILTh9JW .navbar.opened {
  background: #ffffff !important;
}
.cid-uZNILTh9JW .nav-item:focus,
.cid-uZNILTh9JW .nav-link:focus {
  outline: none;
}
.cid-uZNILTh9JW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZNILTh9JW .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZNILTh9JW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZNILTh9JW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZNILTh9JW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZNILTh9JW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZNILTh9JW .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZNILTh9JW .navbar.opened {
  transition: all 0.3s;
}
.cid-uZNILTh9JW .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uZNILTh9JW .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-uZNILTh9JW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZNILTh9JW .navbar.collapsed {
  justify-content: center;
}
.cid-uZNILTh9JW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZNILTh9JW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZNILTh9JW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uZNILTh9JW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZNILTh9JW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZNILTh9JW .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-uZNILTh9JW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZNILTh9JW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZNILTh9JW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZNILTh9JW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZNILTh9JW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZNILTh9JW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZNILTh9JW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZNILTh9JW .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-uZNILTh9JW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZNILTh9JW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZNILTh9JW .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZNILTh9JW .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-uZNILTh9JW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZNILTh9JW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZNILTh9JW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZNILTh9JW .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZNILTh9JW .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZNILTh9JW .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZNILTh9JW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uZNILTh9JW .navbar-brand .navbar-caption:hover,
.cid-uZNILTh9JW .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uZNILTh9JW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZNILTh9JW .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZNILTh9JW .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uZNILTh9JW .dropdown-item.active,
.cid-uZNILTh9JW .dropdown-item:active {
  background-color: transparent;
}
.cid-uZNILTh9JW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZNILTh9JW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZNILTh9JW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZNILTh9JW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZNILTh9JW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZNILTh9JW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZNILTh9JW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZNILTh9JW ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZNILTh9JW ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZNILTh9JW .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZNILTh9JW .navbar-buttons {
    text-align: left;
  }
}
.cid-uZNILTh9JW .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uZNILTh9JW .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZNILTh9JW button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZNILTh9JW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZNILTh9JW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZNILTh9JW button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZNILTh9JW button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZNILTh9JW button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZNILTh9JW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZNILTh9JW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZNILTh9JW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZNILTh9JW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZNILTh9JW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZNILTh9JW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZNILTh9JW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZNILTh9JW .navbar {
    height: 70px;
  }
  .cid-uZNILTh9JW .navbar.opened {
    height: auto;
  }
  .cid-uZNILTh9JW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZNILTh9JW .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uZNILTh9JW .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZNILTh9JW .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uZNILTh9JW .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZNILTh9JW .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uZNILTh9JW .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZNILTh9JW .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZNILTh9JW .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZNILTh9JW .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZNILTh9JW .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZNILTh9JW .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZNILTh9JW .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZNILTh9JW .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZNILTh9JW .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZNILTh9JW .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZNILTh9JW .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZNILTh9JW .content-wrap {
  min-height: 110px;
}
.cid-uZNIUiMuGO {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uZNIUiMuGO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNIUiMuGO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNIUiMuGO .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uZNIUiMuGO .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNIUiMuGO .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uZNIUiMuGO .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uZNIUiMuGO .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uZNIUiMuGO .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uZNIUiMuGO .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZNIUiMuGO .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZNIUiMuGO .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZNIUiMuGO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZNIUiMuGO .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uZNIUiMuGO .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZNIUiMuGO .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uZNIUiMuGO .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #d6d63e;
  border-top: 3px solid #d6d63e;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uZNIUiMuGO .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uZNIUiMuGO .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uZNIUiMuGO .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-uZNIUiMuGO .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uZNIUiMuGO .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  cursor: pointer;
  transition: color 0.3s;
}
.cid-uZNIUiMuGO .items-wrapper .item .item-wrapper .item-content .item-text:hover,
.cid-uZNIUiMuGO .items-wrapper .item .item-wrapper .item-content .item-text:focus {
  text-decoration-color: transparent;
}
.cid-uZNIUiMuGO .mbr-label,
.cid-uZNIUiMuGO .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZNIUiMuGO .mbr-section-title,
.cid-uZNIUiMuGO .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZNIUiMuGO .mbr-text,
.cid-uZNIUiMuGO .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uZNIUiMuGO .item-title {
  color: #515151;
}
.cid-uZNIUiMuGO .item-text {
  color: #000000;
}
.cid-uZNILWgKhf {
  background-image: url("../../../assets/images/190398-1500x844.jpg");
}
.cid-uZNILWgKhf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNILWgKhf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNILWgKhf .image-wrap {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uZNILWgKhf .image-wrap {
    width: 300px;
  }
}
.cid-uZNILWw3HZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uZNILWw3HZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNILWw3HZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNILWw3HZ .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZNILWw3HZ .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZNILWw3HZ .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uZNILWw3HZ .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-uZNILWw3HZ .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uZNILWw3HZ .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uZNILWw3HZ .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-uZNILWw3HZ .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-uZNILWw3HZ .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-uZNILWw3HZ .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-uZNILWw3HZ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZNILWw3HZ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-uZNILWw3HZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uZNILWw3HZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZNILWw3HZ .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uZNILWw3HZ .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uZNILWw3HZ .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-uZNILWw3HZ .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZNILWw3HZ .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uZNILWw3HZ .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-uZNILWw3HZ .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uZNILWw3HZ .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-uZNILWw3HZ .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uZNILWw3HZ .mbr-section-title {
  color: #000000;
}
.cid-uZNILWw3HZ .mbr-text,
.cid-uZNILWw3HZ .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZNILWw3HZ .list,
.cid-uZNILWw3HZ .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZNILWw3HZ .mbr-copy {
  color: #515151;
  text-align: center;
}
.cid-uZNILWw3HZ .mbr-section-title,
.cid-uZNILWw3HZ .title-wrapper,
.cid-uZNILWw3HZ .mbr-section-btn,
.cid-uZNILWw3HZ .social-wrapper {
  text-align: center;
}
.cid-uZShpQp6uW {
  z-index: 1000;
  width: 100%;
}
.cid-uZShpQp6uW nav.navbar {
  position: fixed;
}
.cid-uZShpQp6uW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZShpQp6uW .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZShpQp6uW .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uZShpQp6uW .dropdown-item:hover,
.cid-uZShpQp6uW .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uZShpQp6uW .dropdown-item:hover span {
  color: white;
}
.cid-uZShpQp6uW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZShpQp6uW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZShpQp6uW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZShpQp6uW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZShpQp6uW .nav-link {
  position: relative;
}
.cid-uZShpQp6uW .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZShpQp6uW .container {
    flex-wrap: nowrap;
  }
}
.cid-uZShpQp6uW .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZShpQp6uW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZShpQp6uW .dropdown-menu,
.cid-uZShpQp6uW .navbar.opened {
  background: #ffffff !important;
}
.cid-uZShpQp6uW .nav-item:focus,
.cid-uZShpQp6uW .nav-link:focus {
  outline: none;
}
.cid-uZShpQp6uW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZShpQp6uW .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZShpQp6uW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZShpQp6uW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZShpQp6uW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZShpQp6uW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZShpQp6uW .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZShpQp6uW .navbar.opened {
  transition: all 0.3s;
}
.cid-uZShpQp6uW .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uZShpQp6uW .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-uZShpQp6uW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZShpQp6uW .navbar.collapsed {
  justify-content: center;
}
.cid-uZShpQp6uW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZShpQp6uW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZShpQp6uW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uZShpQp6uW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZShpQp6uW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZShpQp6uW .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-uZShpQp6uW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZShpQp6uW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZShpQp6uW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZShpQp6uW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZShpQp6uW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZShpQp6uW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZShpQp6uW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZShpQp6uW .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-uZShpQp6uW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZShpQp6uW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZShpQp6uW .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZShpQp6uW .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-uZShpQp6uW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZShpQp6uW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZShpQp6uW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZShpQp6uW .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZShpQp6uW .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZShpQp6uW .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZShpQp6uW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uZShpQp6uW .navbar-brand .navbar-caption:hover,
.cid-uZShpQp6uW .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uZShpQp6uW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZShpQp6uW .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZShpQp6uW .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uZShpQp6uW .dropdown-item.active,
.cid-uZShpQp6uW .dropdown-item:active {
  background-color: transparent;
}
.cid-uZShpQp6uW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZShpQp6uW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZShpQp6uW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZShpQp6uW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZShpQp6uW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZShpQp6uW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZShpQp6uW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZShpQp6uW ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZShpQp6uW ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZShpQp6uW .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZShpQp6uW .navbar-buttons {
    text-align: left;
  }
}
.cid-uZShpQp6uW .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uZShpQp6uW .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZShpQp6uW button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZShpQp6uW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZShpQp6uW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZShpQp6uW button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZShpQp6uW button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZShpQp6uW button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZShpQp6uW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZShpQp6uW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZShpQp6uW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZShpQp6uW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZShpQp6uW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZShpQp6uW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZShpQp6uW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZShpQp6uW .navbar {
    height: 70px;
  }
  .cid-uZShpQp6uW .navbar.opened {
    height: auto;
  }
  .cid-uZShpQp6uW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZShpQp6uW .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uZShpQp6uW .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZShpQp6uW .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uZShpQp6uW .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZShpQp6uW .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uZShpQp6uW .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZShpQp6uW .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZShpQp6uW .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZShpQp6uW .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZShpQp6uW .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZShpQp6uW .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZShpQp6uW .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZShpQp6uW .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZShpQp6uW .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZShpQp6uW .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZShpQp6uW .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZShpQp6uW .content-wrap {
  min-height: 110px;
}
.cid-uZSiZIQdzf {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uZSiZIQdzf {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.cid-uZSiZIQdzf .mbr-text {
  margin-top: 2rem;
  color: #465052;
  text-align: left;
}
.cid-uZSiZIQdzf .container-fluid {
  max-width: 1200px;
}
.cid-uZSiZIQdzf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSiZIQdzf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSiZIQdzf .row > div,
.cid-uZSiZIQdzf .mbr-section-title {
  text-align: left;
}
.cid-uZSiZIQdzf .row > div,
.cid-uZSiZIQdzf .mbr-section-subtitle {
  color: #000000;
}
.cid-uZShpSpqz0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e8e8e8;
}
.cid-uZShpSpqz0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZShpSpqz0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZShpSpqz0 .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZShpSpqz0 .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZShpSpqz0 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uZShpSpqz0 .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-uZShpSpqz0 .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uZShpSpqz0 .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uZShpSpqz0 .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-uZShpSpqz0 .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-uZShpSpqz0 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-uZShpSpqz0 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-uZShpSpqz0 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZShpSpqz0 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-uZShpSpqz0 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uZShpSpqz0 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZShpSpqz0 .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uZShpSpqz0 .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uZShpSpqz0 .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-uZShpSpqz0 .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZShpSpqz0 .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uZShpSpqz0 .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-uZShpSpqz0 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uZShpSpqz0 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-uZShpSpqz0 .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uZShpSpqz0 .mbr-section-title {
  color: #000000;
}
.cid-uZShpSpqz0 .mbr-text,
.cid-uZShpSpqz0 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZShpSpqz0 .list,
.cid-uZShpSpqz0 .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZShpSpqz0 .mbr-copy {
  color: #515151;
  text-align: center;
}
.cid-uZShpSpqz0 .mbr-section-title,
.cid-uZShpSpqz0 .title-wrapper,
.cid-uZShpSpqz0 .mbr-section-btn,
.cid-uZShpSpqz0 .social-wrapper {
  text-align: center;
}
.cid-uZSjbO2Pg8 {
  z-index: 1000;
  width: 100%;
}
.cid-uZSjbO2Pg8 nav.navbar {
  position: fixed;
}
.cid-uZSjbO2Pg8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZSjbO2Pg8 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZSjbO2Pg8 .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uZSjbO2Pg8 .dropdown-item:hover,
.cid-uZSjbO2Pg8 .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uZSjbO2Pg8 .dropdown-item:hover span {
  color: white;
}
.cid-uZSjbO2Pg8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZSjbO2Pg8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZSjbO2Pg8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZSjbO2Pg8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZSjbO2Pg8 .nav-link {
  position: relative;
}
.cid-uZSjbO2Pg8 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZSjbO2Pg8 .container {
    flex-wrap: nowrap;
  }
}
.cid-uZSjbO2Pg8 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZSjbO2Pg8 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZSjbO2Pg8 .dropdown-menu,
.cid-uZSjbO2Pg8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uZSjbO2Pg8 .nav-item:focus,
.cid-uZSjbO2Pg8 .nav-link:focus {
  outline: none;
}
.cid-uZSjbO2Pg8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZSjbO2Pg8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZSjbO2Pg8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZSjbO2Pg8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZSjbO2Pg8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZSjbO2Pg8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZSjbO2Pg8 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZSjbO2Pg8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZSjbO2Pg8 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uZSjbO2Pg8 .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-uZSjbO2Pg8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZSjbO2Pg8 .navbar.collapsed {
  justify-content: center;
}
.cid-uZSjbO2Pg8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZSjbO2Pg8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZSjbO2Pg8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uZSjbO2Pg8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZSjbO2Pg8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZSjbO2Pg8 .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-uZSjbO2Pg8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZSjbO2Pg8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZSjbO2Pg8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZSjbO2Pg8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZSjbO2Pg8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZSjbO2Pg8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZSjbO2Pg8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZSjbO2Pg8 .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-uZSjbO2Pg8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZSjbO2Pg8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZSjbO2Pg8 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZSjbO2Pg8 .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-uZSjbO2Pg8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZSjbO2Pg8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZSjbO2Pg8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZSjbO2Pg8 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZSjbO2Pg8 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZSjbO2Pg8 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZSjbO2Pg8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uZSjbO2Pg8 .navbar-brand .navbar-caption:hover,
.cid-uZSjbO2Pg8 .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uZSjbO2Pg8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZSjbO2Pg8 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZSjbO2Pg8 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uZSjbO2Pg8 .dropdown-item.active,
.cid-uZSjbO2Pg8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZSjbO2Pg8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZSjbO2Pg8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZSjbO2Pg8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZSjbO2Pg8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZSjbO2Pg8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZSjbO2Pg8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZSjbO2Pg8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZSjbO2Pg8 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZSjbO2Pg8 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZSjbO2Pg8 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZSjbO2Pg8 .navbar-buttons {
    text-align: left;
  }
}
.cid-uZSjbO2Pg8 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uZSjbO2Pg8 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZSjbO2Pg8 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZSjbO2Pg8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZSjbO2Pg8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZSjbO2Pg8 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZSjbO2Pg8 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZSjbO2Pg8 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZSjbO2Pg8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZSjbO2Pg8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZSjbO2Pg8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZSjbO2Pg8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZSjbO2Pg8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZSjbO2Pg8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZSjbO2Pg8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZSjbO2Pg8 .navbar {
    height: 70px;
  }
  .cid-uZSjbO2Pg8 .navbar.opened {
    height: auto;
  }
  .cid-uZSjbO2Pg8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZSjbO2Pg8 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uZSjbO2Pg8 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZSjbO2Pg8 .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uZSjbO2Pg8 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZSjbO2Pg8 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uZSjbO2Pg8 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZSjbO2Pg8 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZSjbO2Pg8 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZSjbO2Pg8 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZSjbO2Pg8 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZSjbO2Pg8 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZSjbO2Pg8 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZSjbO2Pg8 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZSjbO2Pg8 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZSjbO2Pg8 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZSjbO2Pg8 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZSjbO2Pg8 .content-wrap {
  min-height: 110px;
}
.cid-uZSjbPelZa {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uZSjbPelZa {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.cid-uZSjbPelZa .mbr-text {
  margin-top: 2rem;
  color: #465052;
  text-align: left;
}
.cid-uZSjbPelZa .container-fluid {
  max-width: 1200px;
}
.cid-uZSjbPelZa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSjbPelZa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSjbPelZa .row > div,
.cid-uZSjbPelZa .mbr-section-title {
  text-align: left;
}
.cid-uZSjbPelZa .row > div,
.cid-uZSjbPelZa .mbr-section-subtitle {
  color: #000000;
}
.cid-uZSjbQav0b {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uZSjbQav0b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSjbQav0b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSjbQav0b .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZSjbQav0b .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZSjbQav0b .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uZSjbQav0b .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-uZSjbQav0b .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uZSjbQav0b .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uZSjbQav0b .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-uZSjbQav0b .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-uZSjbQav0b .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-uZSjbQav0b .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-uZSjbQav0b .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZSjbQav0b .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-uZSjbQav0b .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uZSjbQav0b .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZSjbQav0b .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uZSjbQav0b .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uZSjbQav0b .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-uZSjbQav0b .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZSjbQav0b .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uZSjbQav0b .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-uZSjbQav0b .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uZSjbQav0b .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-uZSjbQav0b .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uZSjbQav0b .mbr-section-title {
  color: #000000;
}
.cid-uZSjbQav0b .mbr-text,
.cid-uZSjbQav0b .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSjbQav0b .list,
.cid-uZSjbQav0b .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSjbQav0b .mbr-copy {
  color: #515151;
  text-align: center;
}
.cid-uZSjbQav0b .mbr-section-title,
.cid-uZSjbQav0b .title-wrapper,
.cid-uZSjbQav0b .mbr-section-btn,
.cid-uZSjbQav0b .social-wrapper {
  text-align: center;
}
.cid-uZSjCeZbJf {
  z-index: 1000;
  width: 100%;
}
.cid-uZSjCeZbJf nav.navbar {
  position: fixed;
}
.cid-uZSjCeZbJf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZSjCeZbJf .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZSjCeZbJf .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uZSjCeZbJf .dropdown-item:hover,
.cid-uZSjCeZbJf .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uZSjCeZbJf .dropdown-item:hover span {
  color: white;
}
.cid-uZSjCeZbJf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZSjCeZbJf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZSjCeZbJf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZSjCeZbJf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZSjCeZbJf .nav-link {
  position: relative;
}
.cid-uZSjCeZbJf .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZSjCeZbJf .container {
    flex-wrap: nowrap;
  }
}
.cid-uZSjCeZbJf .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZSjCeZbJf .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZSjCeZbJf .dropdown-menu,
.cid-uZSjCeZbJf .navbar.opened {
  background: #ffffff !important;
}
.cid-uZSjCeZbJf .nav-item:focus,
.cid-uZSjCeZbJf .nav-link:focus {
  outline: none;
}
.cid-uZSjCeZbJf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZSjCeZbJf .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZSjCeZbJf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZSjCeZbJf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZSjCeZbJf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZSjCeZbJf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZSjCeZbJf .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZSjCeZbJf .navbar.opened {
  transition: all 0.3s;
}
.cid-uZSjCeZbJf .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uZSjCeZbJf .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-uZSjCeZbJf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZSjCeZbJf .navbar.collapsed {
  justify-content: center;
}
.cid-uZSjCeZbJf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZSjCeZbJf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZSjCeZbJf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uZSjCeZbJf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZSjCeZbJf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZSjCeZbJf .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-uZSjCeZbJf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZSjCeZbJf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZSjCeZbJf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZSjCeZbJf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZSjCeZbJf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZSjCeZbJf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZSjCeZbJf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZSjCeZbJf .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-uZSjCeZbJf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZSjCeZbJf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZSjCeZbJf .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZSjCeZbJf .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-uZSjCeZbJf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZSjCeZbJf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZSjCeZbJf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZSjCeZbJf .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZSjCeZbJf .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZSjCeZbJf .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZSjCeZbJf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uZSjCeZbJf .navbar-brand .navbar-caption:hover,
.cid-uZSjCeZbJf .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uZSjCeZbJf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZSjCeZbJf .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZSjCeZbJf .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uZSjCeZbJf .dropdown-item.active,
.cid-uZSjCeZbJf .dropdown-item:active {
  background-color: transparent;
}
.cid-uZSjCeZbJf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZSjCeZbJf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZSjCeZbJf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZSjCeZbJf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZSjCeZbJf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZSjCeZbJf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZSjCeZbJf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZSjCeZbJf ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZSjCeZbJf ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZSjCeZbJf .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZSjCeZbJf .navbar-buttons {
    text-align: left;
  }
}
.cid-uZSjCeZbJf .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uZSjCeZbJf .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZSjCeZbJf button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZSjCeZbJf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZSjCeZbJf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZSjCeZbJf button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZSjCeZbJf button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZSjCeZbJf button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZSjCeZbJf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZSjCeZbJf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZSjCeZbJf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZSjCeZbJf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZSjCeZbJf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZSjCeZbJf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZSjCeZbJf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZSjCeZbJf .navbar {
    height: 70px;
  }
  .cid-uZSjCeZbJf .navbar.opened {
    height: auto;
  }
  .cid-uZSjCeZbJf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZSjCeZbJf .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uZSjCeZbJf .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZSjCeZbJf .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uZSjCeZbJf .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZSjCeZbJf .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uZSjCeZbJf .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZSjCeZbJf .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZSjCeZbJf .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZSjCeZbJf .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZSjCeZbJf .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZSjCeZbJf .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZSjCeZbJf .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZSjCeZbJf .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZSjCeZbJf .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZSjCeZbJf .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZSjCeZbJf .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZSjCeZbJf .content-wrap {
  min-height: 110px;
}
.cid-uZSjCg4W6w {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uZSjCg4W6w {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.cid-uZSjCg4W6w .mbr-text {
  margin-top: 2rem;
  color: #465052;
  text-align: left;
}
.cid-uZSjCg4W6w .container-fluid {
  max-width: 1200px;
}
.cid-uZSjCg4W6w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSjCg4W6w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSjCg4W6w .row > div,
.cid-uZSjCg4W6w .mbr-section-title {
  text-align: left;
}
.cid-uZSjCg4W6w .row > div,
.cid-uZSjCg4W6w .mbr-section-subtitle {
  color: #000000;
}
.cid-uZSjCgJ3Lr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uZSjCgJ3Lr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSjCgJ3Lr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSjCgJ3Lr .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZSjCgJ3Lr .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZSjCgJ3Lr .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uZSjCgJ3Lr .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-uZSjCgJ3Lr .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uZSjCgJ3Lr .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uZSjCgJ3Lr .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-uZSjCgJ3Lr .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-uZSjCgJ3Lr .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-uZSjCgJ3Lr .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-uZSjCgJ3Lr .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZSjCgJ3Lr .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-uZSjCgJ3Lr .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uZSjCgJ3Lr .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZSjCgJ3Lr .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uZSjCgJ3Lr .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uZSjCgJ3Lr .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-uZSjCgJ3Lr .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZSjCgJ3Lr .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uZSjCgJ3Lr .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-uZSjCgJ3Lr .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uZSjCgJ3Lr .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-uZSjCgJ3Lr .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uZSjCgJ3Lr .mbr-section-title {
  color: #000000;
}
.cid-uZSjCgJ3Lr .mbr-text,
.cid-uZSjCgJ3Lr .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSjCgJ3Lr .list,
.cid-uZSjCgJ3Lr .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSjCgJ3Lr .mbr-copy {
  color: #515151;
  text-align: center;
}
.cid-uZSjCgJ3Lr .mbr-section-title,
.cid-uZSjCgJ3Lr .title-wrapper,
.cid-uZSjCgJ3Lr .mbr-section-btn,
.cid-uZSjCgJ3Lr .social-wrapper {
  text-align: center;
}
.cid-uZSjZ6JqRu {
  z-index: 1000;
  width: 100%;
}
.cid-uZSjZ6JqRu nav.navbar {
  position: fixed;
}
.cid-uZSjZ6JqRu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZSjZ6JqRu .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZSjZ6JqRu .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uZSjZ6JqRu .dropdown-item:hover,
.cid-uZSjZ6JqRu .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uZSjZ6JqRu .dropdown-item:hover span {
  color: white;
}
.cid-uZSjZ6JqRu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZSjZ6JqRu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZSjZ6JqRu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZSjZ6JqRu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZSjZ6JqRu .nav-link {
  position: relative;
}
.cid-uZSjZ6JqRu .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZSjZ6JqRu .container {
    flex-wrap: nowrap;
  }
}
.cid-uZSjZ6JqRu .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZSjZ6JqRu .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZSjZ6JqRu .dropdown-menu,
.cid-uZSjZ6JqRu .navbar.opened {
  background: #ffffff !important;
}
.cid-uZSjZ6JqRu .nav-item:focus,
.cid-uZSjZ6JqRu .nav-link:focus {
  outline: none;
}
.cid-uZSjZ6JqRu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZSjZ6JqRu .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZSjZ6JqRu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZSjZ6JqRu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZSjZ6JqRu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZSjZ6JqRu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZSjZ6JqRu .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZSjZ6JqRu .navbar.opened {
  transition: all 0.3s;
}
.cid-uZSjZ6JqRu .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uZSjZ6JqRu .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-uZSjZ6JqRu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZSjZ6JqRu .navbar.collapsed {
  justify-content: center;
}
.cid-uZSjZ6JqRu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZSjZ6JqRu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZSjZ6JqRu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uZSjZ6JqRu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZSjZ6JqRu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZSjZ6JqRu .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-uZSjZ6JqRu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZSjZ6JqRu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZSjZ6JqRu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZSjZ6JqRu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZSjZ6JqRu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZSjZ6JqRu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZSjZ6JqRu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZSjZ6JqRu .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-uZSjZ6JqRu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZSjZ6JqRu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZSjZ6JqRu .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZSjZ6JqRu .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-uZSjZ6JqRu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZSjZ6JqRu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZSjZ6JqRu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZSjZ6JqRu .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZSjZ6JqRu .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZSjZ6JqRu .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZSjZ6JqRu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uZSjZ6JqRu .navbar-brand .navbar-caption:hover,
.cid-uZSjZ6JqRu .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uZSjZ6JqRu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZSjZ6JqRu .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZSjZ6JqRu .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uZSjZ6JqRu .dropdown-item.active,
.cid-uZSjZ6JqRu .dropdown-item:active {
  background-color: transparent;
}
.cid-uZSjZ6JqRu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZSjZ6JqRu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZSjZ6JqRu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZSjZ6JqRu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZSjZ6JqRu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZSjZ6JqRu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZSjZ6JqRu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZSjZ6JqRu ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZSjZ6JqRu ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZSjZ6JqRu .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZSjZ6JqRu .navbar-buttons {
    text-align: left;
  }
}
.cid-uZSjZ6JqRu .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uZSjZ6JqRu .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZSjZ6JqRu button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZSjZ6JqRu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZSjZ6JqRu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZSjZ6JqRu button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZSjZ6JqRu button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZSjZ6JqRu button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZSjZ6JqRu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZSjZ6JqRu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZSjZ6JqRu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZSjZ6JqRu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZSjZ6JqRu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZSjZ6JqRu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZSjZ6JqRu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZSjZ6JqRu .navbar {
    height: 70px;
  }
  .cid-uZSjZ6JqRu .navbar.opened {
    height: auto;
  }
  .cid-uZSjZ6JqRu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZSjZ6JqRu .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uZSjZ6JqRu .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZSjZ6JqRu .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uZSjZ6JqRu .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZSjZ6JqRu .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uZSjZ6JqRu .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZSjZ6JqRu .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZSjZ6JqRu .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZSjZ6JqRu .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZSjZ6JqRu .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZSjZ6JqRu .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZSjZ6JqRu .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZSjZ6JqRu .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZSjZ6JqRu .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZSjZ6JqRu .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZSjZ6JqRu .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZSjZ6JqRu .content-wrap {
  min-height: 110px;
}
.cid-uZSk93q0im {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uZSk93q0im .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSk93q0im .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSk93q0im .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uZSk93q0im .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZSk93q0im .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uZSk93q0im .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uZSk93q0im .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uZSk93q0im .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uZSk93q0im .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZSk93q0im .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZSk93q0im .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZSk93q0im .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZSk93q0im .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZSk93q0im .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZSk93q0im .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uZSk93q0im .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uZSk93q0im .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZSk93q0im .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-uZSk93q0im .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uZSk93q0im .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uZSk93q0im .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-uZSk93q0im .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-uZSk93q0im .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uZSk93q0im .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-uZSk93q0im .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uZSk93q0im .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uZSk93q0im .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uZSk93q0im .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZSk93q0im .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uZSk93q0im .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-uZSk93q0im .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uZSk93q0im .card_1 {
    width: 100%;
  }
}
.cid-uZSk93q0im .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uZSk93q0im .card_2 {
    width: 100%;
  }
}
.cid-uZSk93q0im .main-btn {
  margin-top: 12px;
}
.cid-uZSk93q0im .mbr-label,
.cid-uZSk93q0im .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSk93q0im .mbr-section-title,
.cid-uZSk93q0im .title-wrapper {
  color: #000000;
}
.cid-uZSk93q0im .mbr-text,
.cid-uZSk93q0im .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uZSk93q0im .item-title {
  color: #000000;
}
.cid-uZSk93q0im .item-text {
  color: #515151;
}
.cid-uZSk93q0im .mbr-section-title,
.cid-uZSk93q0im .title-wrapper,
.cid-uZSk93q0im .main-btn {
  text-align: center;
}
.cid-uZSjZ87NZH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uZSjZ87NZH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSjZ87NZH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSjZ87NZH .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZSjZ87NZH .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZSjZ87NZH .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uZSjZ87NZH .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-uZSjZ87NZH .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uZSjZ87NZH .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uZSjZ87NZH .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-uZSjZ87NZH .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-uZSjZ87NZH .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-uZSjZ87NZH .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-uZSjZ87NZH .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZSjZ87NZH .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-uZSjZ87NZH .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uZSjZ87NZH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZSjZ87NZH .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uZSjZ87NZH .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uZSjZ87NZH .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-uZSjZ87NZH .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZSjZ87NZH .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uZSjZ87NZH .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-uZSjZ87NZH .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uZSjZ87NZH .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-uZSjZ87NZH .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uZSjZ87NZH .mbr-section-title {
  color: #000000;
}
.cid-uZSjZ87NZH .mbr-text,
.cid-uZSjZ87NZH .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSjZ87NZH .list,
.cid-uZSjZ87NZH .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSjZ87NZH .mbr-copy {
  color: #515151;
  text-align: center;
}
.cid-uZSjZ87NZH .mbr-section-title,
.cid-uZSjZ87NZH .title-wrapper,
.cid-uZSjZ87NZH .mbr-section-btn,
.cid-uZSjZ87NZH .social-wrapper {
  text-align: center;
}
.cid-uZSmQnbSf5 {
  z-index: 1000;
  width: 100%;
}
.cid-uZSmQnbSf5 nav.navbar {
  position: fixed;
}
.cid-uZSmQnbSf5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZSmQnbSf5 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZSmQnbSf5 .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uZSmQnbSf5 .dropdown-item:hover,
.cid-uZSmQnbSf5 .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uZSmQnbSf5 .dropdown-item:hover span {
  color: white;
}
.cid-uZSmQnbSf5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZSmQnbSf5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZSmQnbSf5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZSmQnbSf5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZSmQnbSf5 .nav-link {
  position: relative;
}
.cid-uZSmQnbSf5 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZSmQnbSf5 .container {
    flex-wrap: nowrap;
  }
}
.cid-uZSmQnbSf5 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZSmQnbSf5 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZSmQnbSf5 .dropdown-menu,
.cid-uZSmQnbSf5 .navbar.opened {
  background: #ffffff !important;
}
.cid-uZSmQnbSf5 .nav-item:focus,
.cid-uZSmQnbSf5 .nav-link:focus {
  outline: none;
}
.cid-uZSmQnbSf5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZSmQnbSf5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZSmQnbSf5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZSmQnbSf5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZSmQnbSf5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZSmQnbSf5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZSmQnbSf5 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZSmQnbSf5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZSmQnbSf5 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uZSmQnbSf5 .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-uZSmQnbSf5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZSmQnbSf5 .navbar.collapsed {
  justify-content: center;
}
.cid-uZSmQnbSf5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZSmQnbSf5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZSmQnbSf5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uZSmQnbSf5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZSmQnbSf5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZSmQnbSf5 .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-uZSmQnbSf5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZSmQnbSf5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZSmQnbSf5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZSmQnbSf5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZSmQnbSf5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZSmQnbSf5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZSmQnbSf5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZSmQnbSf5 .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-uZSmQnbSf5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZSmQnbSf5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZSmQnbSf5 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZSmQnbSf5 .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-uZSmQnbSf5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZSmQnbSf5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZSmQnbSf5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZSmQnbSf5 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZSmQnbSf5 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZSmQnbSf5 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZSmQnbSf5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uZSmQnbSf5 .navbar-brand .navbar-caption:hover,
.cid-uZSmQnbSf5 .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uZSmQnbSf5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZSmQnbSf5 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZSmQnbSf5 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uZSmQnbSf5 .dropdown-item.active,
.cid-uZSmQnbSf5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZSmQnbSf5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZSmQnbSf5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZSmQnbSf5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZSmQnbSf5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZSmQnbSf5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZSmQnbSf5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZSmQnbSf5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZSmQnbSf5 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZSmQnbSf5 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZSmQnbSf5 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZSmQnbSf5 .navbar-buttons {
    text-align: left;
  }
}
.cid-uZSmQnbSf5 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uZSmQnbSf5 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZSmQnbSf5 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZSmQnbSf5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZSmQnbSf5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZSmQnbSf5 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZSmQnbSf5 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZSmQnbSf5 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZSmQnbSf5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZSmQnbSf5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZSmQnbSf5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZSmQnbSf5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZSmQnbSf5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZSmQnbSf5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZSmQnbSf5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZSmQnbSf5 .navbar {
    height: 70px;
  }
  .cid-uZSmQnbSf5 .navbar.opened {
    height: auto;
  }
  .cid-uZSmQnbSf5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZSmQnbSf5 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uZSmQnbSf5 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZSmQnbSf5 .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uZSmQnbSf5 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZSmQnbSf5 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uZSmQnbSf5 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZSmQnbSf5 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZSmQnbSf5 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZSmQnbSf5 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZSmQnbSf5 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZSmQnbSf5 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZSmQnbSf5 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZSmQnbSf5 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZSmQnbSf5 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZSmQnbSf5 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZSmQnbSf5 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZSmQnbSf5 .content-wrap {
  min-height: 110px;
}
.cid-uZSmQo4uDU {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uZSmQo4uDU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSmQo4uDU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSmQo4uDU .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uZSmQo4uDU .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZSmQo4uDU .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uZSmQo4uDU .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uZSmQo4uDU .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uZSmQo4uDU .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uZSmQo4uDU .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZSmQo4uDU .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZSmQo4uDU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZSmQo4uDU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZSmQo4uDU .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZSmQo4uDU .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZSmQo4uDU .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uZSmQo4uDU .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uZSmQo4uDU .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZSmQo4uDU .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-uZSmQo4uDU .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uZSmQo4uDU .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uZSmQo4uDU .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-uZSmQo4uDU .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-uZSmQo4uDU .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uZSmQo4uDU .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-uZSmQo4uDU .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uZSmQo4uDU .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uZSmQo4uDU .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uZSmQo4uDU .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZSmQo4uDU .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uZSmQo4uDU .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-uZSmQo4uDU .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uZSmQo4uDU .card_1 {
    width: 100%;
  }
}
.cid-uZSmQo4uDU .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uZSmQo4uDU .card_2 {
    width: 100%;
  }
}
.cid-uZSmQo4uDU .main-btn {
  margin-top: 12px;
}
.cid-uZSmQo4uDU .mbr-label,
.cid-uZSmQo4uDU .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSmQo4uDU .mbr-section-title,
.cid-uZSmQo4uDU .title-wrapper {
  color: #000000;
}
.cid-uZSmQo4uDU .mbr-text,
.cid-uZSmQo4uDU .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uZSmQo4uDU .item-title {
  color: #000000;
}
.cid-uZSmQo4uDU .item-text {
  color: #515151;
}
.cid-uZSmQo4uDU .mbr-section-title,
.cid-uZSmQo4uDU .title-wrapper,
.cid-uZSmQo4uDU .main-btn {
  text-align: center;
}
.cid-uZSmQoIBQm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uZSmQoIBQm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSmQoIBQm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSmQoIBQm .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZSmQoIBQm .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZSmQoIBQm .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uZSmQoIBQm .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-uZSmQoIBQm .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uZSmQoIBQm .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uZSmQoIBQm .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-uZSmQoIBQm .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-uZSmQoIBQm .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-uZSmQoIBQm .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-uZSmQoIBQm .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZSmQoIBQm .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-uZSmQoIBQm .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uZSmQoIBQm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZSmQoIBQm .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uZSmQoIBQm .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uZSmQoIBQm .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-uZSmQoIBQm .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZSmQoIBQm .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uZSmQoIBQm .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-uZSmQoIBQm .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uZSmQoIBQm .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-uZSmQoIBQm .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uZSmQoIBQm .mbr-section-title {
  color: #000000;
}
.cid-uZSmQoIBQm .mbr-text,
.cid-uZSmQoIBQm .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSmQoIBQm .list,
.cid-uZSmQoIBQm .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSmQoIBQm .mbr-copy {
  color: #515151;
  text-align: center;
}
.cid-uZSmQoIBQm .mbr-section-title,
.cid-uZSmQoIBQm .title-wrapper,
.cid-uZSmQoIBQm .mbr-section-btn,
.cid-uZSmQoIBQm .social-wrapper {
  text-align: center;
}
.cid-uZSpewHcJp {
  z-index: 1000;
  width: 100%;
}
.cid-uZSpewHcJp nav.navbar {
  position: fixed;
}
.cid-uZSpewHcJp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZSpewHcJp .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZSpewHcJp .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uZSpewHcJp .dropdown-item:hover,
.cid-uZSpewHcJp .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uZSpewHcJp .dropdown-item:hover span {
  color: white;
}
.cid-uZSpewHcJp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZSpewHcJp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZSpewHcJp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZSpewHcJp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZSpewHcJp .nav-link {
  position: relative;
}
.cid-uZSpewHcJp .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZSpewHcJp .container {
    flex-wrap: nowrap;
  }
}
.cid-uZSpewHcJp .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZSpewHcJp .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZSpewHcJp .dropdown-menu,
.cid-uZSpewHcJp .navbar.opened {
  background: #ffffff !important;
}
.cid-uZSpewHcJp .nav-item:focus,
.cid-uZSpewHcJp .nav-link:focus {
  outline: none;
}
.cid-uZSpewHcJp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZSpewHcJp .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZSpewHcJp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZSpewHcJp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZSpewHcJp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZSpewHcJp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZSpewHcJp .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZSpewHcJp .navbar.opened {
  transition: all 0.3s;
}
.cid-uZSpewHcJp .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uZSpewHcJp .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-uZSpewHcJp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZSpewHcJp .navbar.collapsed {
  justify-content: center;
}
.cid-uZSpewHcJp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZSpewHcJp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZSpewHcJp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uZSpewHcJp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZSpewHcJp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZSpewHcJp .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-uZSpewHcJp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZSpewHcJp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZSpewHcJp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZSpewHcJp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZSpewHcJp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZSpewHcJp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZSpewHcJp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZSpewHcJp .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-uZSpewHcJp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZSpewHcJp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZSpewHcJp .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZSpewHcJp .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-uZSpewHcJp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZSpewHcJp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZSpewHcJp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZSpewHcJp .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZSpewHcJp .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZSpewHcJp .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZSpewHcJp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uZSpewHcJp .navbar-brand .navbar-caption:hover,
.cid-uZSpewHcJp .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uZSpewHcJp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZSpewHcJp .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZSpewHcJp .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uZSpewHcJp .dropdown-item.active,
.cid-uZSpewHcJp .dropdown-item:active {
  background-color: transparent;
}
.cid-uZSpewHcJp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZSpewHcJp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZSpewHcJp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZSpewHcJp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZSpewHcJp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZSpewHcJp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZSpewHcJp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZSpewHcJp ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZSpewHcJp ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZSpewHcJp .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZSpewHcJp .navbar-buttons {
    text-align: left;
  }
}
.cid-uZSpewHcJp .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uZSpewHcJp .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZSpewHcJp button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZSpewHcJp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZSpewHcJp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZSpewHcJp button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZSpewHcJp button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZSpewHcJp button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZSpewHcJp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZSpewHcJp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZSpewHcJp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZSpewHcJp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZSpewHcJp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZSpewHcJp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZSpewHcJp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZSpewHcJp .navbar {
    height: 70px;
  }
  .cid-uZSpewHcJp .navbar.opened {
    height: auto;
  }
  .cid-uZSpewHcJp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZSpewHcJp .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uZSpewHcJp .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZSpewHcJp .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uZSpewHcJp .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZSpewHcJp .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uZSpewHcJp .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZSpewHcJp .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZSpewHcJp .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZSpewHcJp .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZSpewHcJp .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZSpewHcJp .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZSpewHcJp .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZSpewHcJp .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZSpewHcJp .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZSpewHcJp .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZSpewHcJp .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZSpewHcJp .content-wrap {
  min-height: 110px;
}
.cid-uZSpxLbVDN {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-uZSpxLbVDN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSpxLbVDN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSpxLbVDN .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uZSpxLbVDN .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZSpxLbVDN .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uZSpxLbVDN .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uZSpxLbVDN .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uZSpxLbVDN .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uZSpxLbVDN .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZSpxLbVDN .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZSpxLbVDN .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-uZSpxLbVDN .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-uZSpxLbVDN .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZSpxLbVDN .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZSpxLbVDN .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uZSpxLbVDN .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uZSpxLbVDN .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZSpxLbVDN .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uZSpxLbVDN .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZSpxLbVDN .mbr-label,
.cid-uZSpxLbVDN .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSpxLbVDN .mbr-section-title,
.cid-uZSpxLbVDN .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSpxLbVDN .mbr-text {
  color: #515151;
}
.cid-uZSpD2lP9l {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #f8f8f8;
}
@media (max-width: 767px) {
  .cid-uZSpD2lP9l {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.cid-uZSpD2lP9l .mbr-text {
  margin-top: 2rem;
  color: #465052;
  text-align: left;
}
.cid-uZSpD2lP9l .container-fluid {
  max-width: 1200px;
}
.cid-uZSpD2lP9l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSpD2lP9l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSpD2lP9l .row > div,
.cid-uZSpD2lP9l .mbr-section-title {
  text-align: left;
}
.cid-uZSpD2lP9l .row > div,
.cid-uZSpD2lP9l .mbr-section-subtitle {
  color: #000000;
}
.cid-uZSxlqf1sO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-uZSxlqf1sO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSxlqf1sO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSxlqf1sO .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uZSxlqf1sO .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZSxlqf1sO .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uZSxlqf1sO .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uZSxlqf1sO .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uZSxlqf1sO .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uZSxlqf1sO .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZSxlqf1sO .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZSxlqf1sO .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZSxlqf1sO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZSxlqf1sO .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZSxlqf1sO .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZSxlqf1sO .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uZSxlqf1sO .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uZSxlqf1sO .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZSxlqf1sO .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-uZSxlqf1sO .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uZSxlqf1sO .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uZSxlqf1sO .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-uZSxlqf1sO .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-uZSxlqf1sO .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uZSxlqf1sO .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-uZSxlqf1sO .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uZSxlqf1sO .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uZSxlqf1sO .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uZSxlqf1sO .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZSxlqf1sO .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uZSxlqf1sO .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-uZSxlqf1sO .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uZSxlqf1sO .card_1 {
    width: 100%;
  }
}
.cid-uZSxlqf1sO .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uZSxlqf1sO .card_2 {
    width: 100%;
  }
}
.cid-uZSxlqf1sO .main-btn {
  margin-top: 12px;
}
.cid-uZSxlqf1sO .mbr-label,
.cid-uZSxlqf1sO .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSxlqf1sO .mbr-section-title,
.cid-uZSxlqf1sO .title-wrapper {
  color: #000000;
}
.cid-uZSxlqf1sO .mbr-text,
.cid-uZSxlqf1sO .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uZSxlqf1sO .item-title {
  color: #000000;
}
.cid-uZSxlqf1sO .item-text {
  color: #515151;
}
.cid-uZSxlqf1sO .mbr-section-title,
.cid-uZSxlqf1sO .title-wrapper,
.cid-uZSxlqf1sO .main-btn {
  text-align: center;
}
.cid-uZSpeya54k {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uZSpeya54k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSpeya54k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSpeya54k .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZSpeya54k .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZSpeya54k .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uZSpeya54k .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-uZSpeya54k .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uZSpeya54k .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uZSpeya54k .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-uZSpeya54k .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-uZSpeya54k .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-uZSpeya54k .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-uZSpeya54k .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZSpeya54k .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-uZSpeya54k .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uZSpeya54k .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZSpeya54k .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uZSpeya54k .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uZSpeya54k .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-uZSpeya54k .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZSpeya54k .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uZSpeya54k .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-uZSpeya54k .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uZSpeya54k .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-uZSpeya54k .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uZSpeya54k .mbr-section-title {
  color: #000000;
}
.cid-uZSpeya54k .mbr-text,
.cid-uZSpeya54k .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSpeya54k .list,
.cid-uZSpeya54k .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSpeya54k .mbr-copy {
  color: #515151;
  text-align: center;
}
.cid-uZSpeya54k .mbr-section-title,
.cid-uZSpeya54k .title-wrapper,
.cid-uZSpeya54k .mbr-section-btn,
.cid-uZSpeya54k .social-wrapper {
  text-align: center;
}
.cid-uZSpXSroSS {
  z-index: 1000;
  width: 100%;
}
.cid-uZSpXSroSS nav.navbar {
  position: fixed;
}
.cid-uZSpXSroSS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZSpXSroSS .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZSpXSroSS .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uZSpXSroSS .dropdown-item:hover,
.cid-uZSpXSroSS .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uZSpXSroSS .dropdown-item:hover span {
  color: white;
}
.cid-uZSpXSroSS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZSpXSroSS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZSpXSroSS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZSpXSroSS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZSpXSroSS .nav-link {
  position: relative;
}
.cid-uZSpXSroSS .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZSpXSroSS .container {
    flex-wrap: nowrap;
  }
}
.cid-uZSpXSroSS .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZSpXSroSS .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZSpXSroSS .dropdown-menu,
.cid-uZSpXSroSS .navbar.opened {
  background: #ffffff !important;
}
.cid-uZSpXSroSS .nav-item:focus,
.cid-uZSpXSroSS .nav-link:focus {
  outline: none;
}
.cid-uZSpXSroSS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZSpXSroSS .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZSpXSroSS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZSpXSroSS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZSpXSroSS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZSpXSroSS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZSpXSroSS .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZSpXSroSS .navbar.opened {
  transition: all 0.3s;
}
.cid-uZSpXSroSS .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uZSpXSroSS .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-uZSpXSroSS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZSpXSroSS .navbar.collapsed {
  justify-content: center;
}
.cid-uZSpXSroSS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZSpXSroSS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZSpXSroSS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uZSpXSroSS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZSpXSroSS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZSpXSroSS .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-uZSpXSroSS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZSpXSroSS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZSpXSroSS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZSpXSroSS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZSpXSroSS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZSpXSroSS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZSpXSroSS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZSpXSroSS .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-uZSpXSroSS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZSpXSroSS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZSpXSroSS .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZSpXSroSS .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-uZSpXSroSS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZSpXSroSS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZSpXSroSS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZSpXSroSS .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZSpXSroSS .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZSpXSroSS .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZSpXSroSS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uZSpXSroSS .navbar-brand .navbar-caption:hover,
.cid-uZSpXSroSS .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uZSpXSroSS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZSpXSroSS .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZSpXSroSS .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uZSpXSroSS .dropdown-item.active,
.cid-uZSpXSroSS .dropdown-item:active {
  background-color: transparent;
}
.cid-uZSpXSroSS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZSpXSroSS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZSpXSroSS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZSpXSroSS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZSpXSroSS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZSpXSroSS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZSpXSroSS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZSpXSroSS ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZSpXSroSS ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZSpXSroSS .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZSpXSroSS .navbar-buttons {
    text-align: left;
  }
}
.cid-uZSpXSroSS .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uZSpXSroSS .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZSpXSroSS button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZSpXSroSS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZSpXSroSS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZSpXSroSS button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZSpXSroSS button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZSpXSroSS button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZSpXSroSS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZSpXSroSS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZSpXSroSS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZSpXSroSS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZSpXSroSS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZSpXSroSS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZSpXSroSS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZSpXSroSS .navbar {
    height: 70px;
  }
  .cid-uZSpXSroSS .navbar.opened {
    height: auto;
  }
  .cid-uZSpXSroSS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZSpXSroSS .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uZSpXSroSS .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZSpXSroSS .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uZSpXSroSS .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZSpXSroSS .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uZSpXSroSS .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZSpXSroSS .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZSpXSroSS .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZSpXSroSS .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZSpXSroSS .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZSpXSroSS .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZSpXSroSS .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZSpXSroSS .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZSpXSroSS .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZSpXSroSS .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZSpXSroSS .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZSpXSroSS .content-wrap {
  min-height: 110px;
}
.cid-uZSpXTjK3q {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-uZSpXTjK3q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSpXTjK3q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSpXTjK3q .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uZSpXTjK3q .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZSpXTjK3q .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uZSpXTjK3q .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uZSpXTjK3q .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uZSpXTjK3q .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uZSpXTjK3q .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZSpXTjK3q .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZSpXTjK3q .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-uZSpXTjK3q .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-uZSpXTjK3q .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZSpXTjK3q .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZSpXTjK3q .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uZSpXTjK3q .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uZSpXTjK3q .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZSpXTjK3q .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uZSpXTjK3q .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZSpXTjK3q .mbr-label,
.cid-uZSpXTjK3q .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSpXTjK3q .mbr-section-title,
.cid-uZSpXTjK3q .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSpXTjK3q .mbr-text {
  color: #515151;
}
.cid-uZSpXTGwSg {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #f8f8f8;
}
@media (max-width: 767px) {
  .cid-uZSpXTGwSg {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.cid-uZSpXTGwSg .mbr-text {
  margin-top: 2rem;
  color: #465052;
  text-align: left;
}
.cid-uZSpXTGwSg .container-fluid {
  max-width: 1200px;
}
.cid-uZSpXTGwSg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSpXTGwSg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSpXTGwSg .row > div,
.cid-uZSpXTGwSg .mbr-section-title {
  text-align: left;
}
.cid-uZSpXTGwSg .row > div,
.cid-uZSpXTGwSg .mbr-section-subtitle {
  color: #000000;
}
.cid-uZSxKMTXCO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-uZSxKMTXCO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSxKMTXCO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSxKMTXCO .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uZSxKMTXCO .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZSxKMTXCO .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uZSxKMTXCO .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uZSxKMTXCO .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uZSxKMTXCO .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uZSxKMTXCO .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZSxKMTXCO .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZSxKMTXCO .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZSxKMTXCO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZSxKMTXCO .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZSxKMTXCO .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZSxKMTXCO .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uZSxKMTXCO .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uZSxKMTXCO .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZSxKMTXCO .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-uZSxKMTXCO .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uZSxKMTXCO .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uZSxKMTXCO .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-uZSxKMTXCO .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-uZSxKMTXCO .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uZSxKMTXCO .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-uZSxKMTXCO .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uZSxKMTXCO .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uZSxKMTXCO .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uZSxKMTXCO .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZSxKMTXCO .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uZSxKMTXCO .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-uZSxKMTXCO .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uZSxKMTXCO .card_1 {
    width: 100%;
  }
}
.cid-uZSxKMTXCO .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uZSxKMTXCO .card_2 {
    width: 100%;
  }
}
.cid-uZSxKMTXCO .main-btn {
  margin-top: 12px;
}
.cid-uZSxKMTXCO .mbr-label,
.cid-uZSxKMTXCO .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSxKMTXCO .mbr-section-title,
.cid-uZSxKMTXCO .title-wrapper {
  color: #000000;
}
.cid-uZSxKMTXCO .mbr-text,
.cid-uZSxKMTXCO .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uZSxKMTXCO .item-title {
  color: #000000;
}
.cid-uZSxKMTXCO .item-text {
  color: #515151;
}
.cid-uZSxKMTXCO .mbr-section-title,
.cid-uZSxKMTXCO .title-wrapper,
.cid-uZSxKMTXCO .main-btn {
  text-align: center;
}
.cid-uZSpXTVpOR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uZSpXTVpOR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSpXTVpOR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSpXTVpOR .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZSpXTVpOR .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZSpXTVpOR .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uZSpXTVpOR .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-uZSpXTVpOR .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uZSpXTVpOR .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uZSpXTVpOR .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-uZSpXTVpOR .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-uZSpXTVpOR .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-uZSpXTVpOR .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-uZSpXTVpOR .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZSpXTVpOR .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-uZSpXTVpOR .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uZSpXTVpOR .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZSpXTVpOR .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uZSpXTVpOR .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uZSpXTVpOR .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-uZSpXTVpOR .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZSpXTVpOR .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uZSpXTVpOR .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-uZSpXTVpOR .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uZSpXTVpOR .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-uZSpXTVpOR .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uZSpXTVpOR .mbr-section-title {
  color: #000000;
}
.cid-uZSpXTVpOR .mbr-text,
.cid-uZSpXTVpOR .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSpXTVpOR .list,
.cid-uZSpXTVpOR .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSpXTVpOR .mbr-copy {
  color: #515151;
  text-align: center;
}
.cid-uZSpXTVpOR .mbr-section-title,
.cid-uZSpXTVpOR .title-wrapper,
.cid-uZSpXTVpOR .mbr-section-btn,
.cid-uZSpXTVpOR .social-wrapper {
  text-align: center;
}
.cid-uZSq366esJ {
  z-index: 1000;
  width: 100%;
}
.cid-uZSq366esJ nav.navbar {
  position: fixed;
}
.cid-uZSq366esJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZSq366esJ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZSq366esJ .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uZSq366esJ .dropdown-item:hover,
.cid-uZSq366esJ .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uZSq366esJ .dropdown-item:hover span {
  color: white;
}
.cid-uZSq366esJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZSq366esJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZSq366esJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZSq366esJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZSq366esJ .nav-link {
  position: relative;
}
.cid-uZSq366esJ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZSq366esJ .container {
    flex-wrap: nowrap;
  }
}
.cid-uZSq366esJ .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZSq366esJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZSq366esJ .dropdown-menu,
.cid-uZSq366esJ .navbar.opened {
  background: #ffffff !important;
}
.cid-uZSq366esJ .nav-item:focus,
.cid-uZSq366esJ .nav-link:focus {
  outline: none;
}
.cid-uZSq366esJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZSq366esJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZSq366esJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZSq366esJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZSq366esJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZSq366esJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZSq366esJ .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZSq366esJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uZSq366esJ .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uZSq366esJ .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-uZSq366esJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZSq366esJ .navbar.collapsed {
  justify-content: center;
}
.cid-uZSq366esJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZSq366esJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZSq366esJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uZSq366esJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZSq366esJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZSq366esJ .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-uZSq366esJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZSq366esJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZSq366esJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZSq366esJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZSq366esJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZSq366esJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZSq366esJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZSq366esJ .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-uZSq366esJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZSq366esJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZSq366esJ .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZSq366esJ .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-uZSq366esJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZSq366esJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZSq366esJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZSq366esJ .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZSq366esJ .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZSq366esJ .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZSq366esJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uZSq366esJ .navbar-brand .navbar-caption:hover,
.cid-uZSq366esJ .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uZSq366esJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZSq366esJ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZSq366esJ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uZSq366esJ .dropdown-item.active,
.cid-uZSq366esJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uZSq366esJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZSq366esJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZSq366esJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZSq366esJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZSq366esJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZSq366esJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZSq366esJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZSq366esJ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZSq366esJ ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZSq366esJ .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZSq366esJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uZSq366esJ .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uZSq366esJ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZSq366esJ button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZSq366esJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZSq366esJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZSq366esJ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZSq366esJ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZSq366esJ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZSq366esJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZSq366esJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZSq366esJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZSq366esJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZSq366esJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZSq366esJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZSq366esJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZSq366esJ .navbar {
    height: 70px;
  }
  .cid-uZSq366esJ .navbar.opened {
    height: auto;
  }
  .cid-uZSq366esJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZSq366esJ .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uZSq366esJ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZSq366esJ .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uZSq366esJ .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZSq366esJ .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uZSq366esJ .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZSq366esJ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZSq366esJ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZSq366esJ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZSq366esJ .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZSq366esJ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZSq366esJ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZSq366esJ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZSq366esJ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZSq366esJ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZSq366esJ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZSq366esJ .content-wrap {
  min-height: 110px;
}
.cid-uZSq36Z4oh {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-uZSq36Z4oh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSq36Z4oh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSq36Z4oh .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uZSq36Z4oh .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZSq36Z4oh .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uZSq36Z4oh .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uZSq36Z4oh .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uZSq36Z4oh .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uZSq36Z4oh .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZSq36Z4oh .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZSq36Z4oh .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-uZSq36Z4oh .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-uZSq36Z4oh .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZSq36Z4oh .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZSq36Z4oh .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uZSq36Z4oh .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uZSq36Z4oh .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZSq36Z4oh .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uZSq36Z4oh .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZSq36Z4oh .mbr-label,
.cid-uZSq36Z4oh .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSq36Z4oh .mbr-section-title,
.cid-uZSq36Z4oh .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSq36Z4oh .mbr-text {
  color: #515151;
}
.cid-uZSq37nJKt {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #f8f8f8;
}
@media (max-width: 767px) {
  .cid-uZSq37nJKt {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.cid-uZSq37nJKt .mbr-text {
  margin-top: 2rem;
  color: #465052;
  text-align: left;
}
.cid-uZSq37nJKt .container-fluid {
  max-width: 1200px;
}
.cid-uZSq37nJKt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSq37nJKt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSq37nJKt .row > div,
.cid-uZSq37nJKt .mbr-section-title {
  text-align: left;
}
.cid-uZSq37nJKt .row > div,
.cid-uZSq37nJKt .mbr-section-subtitle {
  color: #000000;
}
.cid-uZSxMlmN59 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-uZSxMlmN59 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSxMlmN59 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSxMlmN59 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uZSxMlmN59 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZSxMlmN59 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uZSxMlmN59 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uZSxMlmN59 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uZSxMlmN59 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uZSxMlmN59 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZSxMlmN59 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZSxMlmN59 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZSxMlmN59 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZSxMlmN59 .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZSxMlmN59 .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZSxMlmN59 .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uZSxMlmN59 .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uZSxMlmN59 .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZSxMlmN59 .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-uZSxMlmN59 .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uZSxMlmN59 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uZSxMlmN59 .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-uZSxMlmN59 .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-uZSxMlmN59 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uZSxMlmN59 .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-uZSxMlmN59 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uZSxMlmN59 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uZSxMlmN59 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uZSxMlmN59 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZSxMlmN59 .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uZSxMlmN59 .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-uZSxMlmN59 .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uZSxMlmN59 .card_1 {
    width: 100%;
  }
}
.cid-uZSxMlmN59 .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uZSxMlmN59 .card_2 {
    width: 100%;
  }
}
.cid-uZSxMlmN59 .main-btn {
  margin-top: 12px;
}
.cid-uZSxMlmN59 .mbr-label,
.cid-uZSxMlmN59 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSxMlmN59 .mbr-section-title,
.cid-uZSxMlmN59 .title-wrapper {
  color: #000000;
}
.cid-uZSxMlmN59 .mbr-text,
.cid-uZSxMlmN59 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uZSxMlmN59 .item-title {
  color: #000000;
}
.cid-uZSxMlmN59 .item-text {
  color: #515151;
}
.cid-uZSxMlmN59 .mbr-section-title,
.cid-uZSxMlmN59 .title-wrapper,
.cid-uZSxMlmN59 .main-btn {
  text-align: center;
}
.cid-uZSq37Io0D {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uZSq37Io0D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSq37Io0D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSq37Io0D .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZSq37Io0D .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZSq37Io0D .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uZSq37Io0D .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-uZSq37Io0D .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uZSq37Io0D .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uZSq37Io0D .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-uZSq37Io0D .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-uZSq37Io0D .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-uZSq37Io0D .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-uZSq37Io0D .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZSq37Io0D .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-uZSq37Io0D .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uZSq37Io0D .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZSq37Io0D .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uZSq37Io0D .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uZSq37Io0D .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-uZSq37Io0D .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZSq37Io0D .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uZSq37Io0D .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-uZSq37Io0D .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uZSq37Io0D .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-uZSq37Io0D .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uZSq37Io0D .mbr-section-title {
  color: #000000;
}
.cid-uZSq37Io0D .mbr-text,
.cid-uZSq37Io0D .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSq37Io0D .list,
.cid-uZSq37Io0D .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSq37Io0D .mbr-copy {
  color: #515151;
  text-align: center;
}
.cid-uZSq37Io0D .mbr-section-title,
.cid-uZSq37Io0D .title-wrapper,
.cid-uZSq37Io0D .mbr-section-btn,
.cid-uZSq37Io0D .social-wrapper {
  text-align: center;
}
.cid-uZSqa9dmno {
  z-index: 1000;
  width: 100%;
}
.cid-uZSqa9dmno nav.navbar {
  position: fixed;
}
.cid-uZSqa9dmno .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZSqa9dmno .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZSqa9dmno .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uZSqa9dmno .dropdown-item:hover,
.cid-uZSqa9dmno .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uZSqa9dmno .dropdown-item:hover span {
  color: white;
}
.cid-uZSqa9dmno .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZSqa9dmno .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZSqa9dmno .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZSqa9dmno .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZSqa9dmno .nav-link {
  position: relative;
}
.cid-uZSqa9dmno .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZSqa9dmno .container {
    flex-wrap: nowrap;
  }
}
.cid-uZSqa9dmno .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZSqa9dmno .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZSqa9dmno .dropdown-menu,
.cid-uZSqa9dmno .navbar.opened {
  background: #ffffff !important;
}
.cid-uZSqa9dmno .nav-item:focus,
.cid-uZSqa9dmno .nav-link:focus {
  outline: none;
}
.cid-uZSqa9dmno .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZSqa9dmno .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZSqa9dmno .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZSqa9dmno .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZSqa9dmno .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZSqa9dmno .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZSqa9dmno .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZSqa9dmno .navbar.opened {
  transition: all 0.3s;
}
.cid-uZSqa9dmno .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uZSqa9dmno .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-uZSqa9dmno .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZSqa9dmno .navbar.collapsed {
  justify-content: center;
}
.cid-uZSqa9dmno .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZSqa9dmno .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZSqa9dmno .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uZSqa9dmno .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZSqa9dmno .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZSqa9dmno .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-uZSqa9dmno .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZSqa9dmno .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZSqa9dmno .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZSqa9dmno .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZSqa9dmno .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZSqa9dmno .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZSqa9dmno .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZSqa9dmno .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-uZSqa9dmno .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZSqa9dmno .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZSqa9dmno .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZSqa9dmno .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-uZSqa9dmno .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZSqa9dmno .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZSqa9dmno .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZSqa9dmno .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZSqa9dmno .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZSqa9dmno .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZSqa9dmno .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uZSqa9dmno .navbar-brand .navbar-caption:hover,
.cid-uZSqa9dmno .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uZSqa9dmno .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZSqa9dmno .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZSqa9dmno .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uZSqa9dmno .dropdown-item.active,
.cid-uZSqa9dmno .dropdown-item:active {
  background-color: transparent;
}
.cid-uZSqa9dmno .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZSqa9dmno .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZSqa9dmno .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZSqa9dmno .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZSqa9dmno .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZSqa9dmno .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZSqa9dmno .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZSqa9dmno ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZSqa9dmno ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZSqa9dmno .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZSqa9dmno .navbar-buttons {
    text-align: left;
  }
}
.cid-uZSqa9dmno .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uZSqa9dmno .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZSqa9dmno button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZSqa9dmno button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZSqa9dmno button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZSqa9dmno button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZSqa9dmno button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZSqa9dmno button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZSqa9dmno nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZSqa9dmno nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZSqa9dmno nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZSqa9dmno nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZSqa9dmno .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZSqa9dmno a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZSqa9dmno .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZSqa9dmno .navbar {
    height: 70px;
  }
  .cid-uZSqa9dmno .navbar.opened {
    height: auto;
  }
  .cid-uZSqa9dmno .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZSqa9dmno .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uZSqa9dmno .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZSqa9dmno .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uZSqa9dmno .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZSqa9dmno .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uZSqa9dmno .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZSqa9dmno .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZSqa9dmno .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZSqa9dmno .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZSqa9dmno .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZSqa9dmno .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZSqa9dmno .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZSqa9dmno .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZSqa9dmno .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZSqa9dmno .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZSqa9dmno .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZSqa9dmno .content-wrap {
  min-height: 110px;
}
.cid-uZSqaadSoH {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-uZSqaadSoH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSqaadSoH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSqaadSoH .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uZSqaadSoH .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZSqaadSoH .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uZSqaadSoH .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uZSqaadSoH .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uZSqaadSoH .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uZSqaadSoH .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZSqaadSoH .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZSqaadSoH .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-uZSqaadSoH .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-uZSqaadSoH .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZSqaadSoH .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZSqaadSoH .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uZSqaadSoH .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uZSqaadSoH .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZSqaadSoH .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uZSqaadSoH .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZSqaadSoH .mbr-label,
.cid-uZSqaadSoH .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSqaadSoH .mbr-section-title,
.cid-uZSqaadSoH .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSqaadSoH .mbr-text {
  color: #515151;
}
.cid-uZSqaaFxCH {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #f8f8f8;
}
@media (max-width: 767px) {
  .cid-uZSqaaFxCH {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.cid-uZSqaaFxCH .mbr-text {
  margin-top: 2rem;
  color: #465052;
  text-align: left;
}
.cid-uZSqaaFxCH .container-fluid {
  max-width: 1200px;
}
.cid-uZSqaaFxCH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSqaaFxCH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSqaaFxCH .row > div,
.cid-uZSqaaFxCH .mbr-section-title {
  text-align: left;
}
.cid-uZSqaaFxCH .row > div,
.cid-uZSqaaFxCH .mbr-section-subtitle {
  color: #000000;
}
.cid-uZSxpq7LpV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-uZSxpq7LpV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSxpq7LpV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSxpq7LpV .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uZSxpq7LpV .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZSxpq7LpV .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uZSxpq7LpV .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uZSxpq7LpV .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uZSxpq7LpV .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uZSxpq7LpV .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZSxpq7LpV .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZSxpq7LpV .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZSxpq7LpV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZSxpq7LpV .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZSxpq7LpV .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZSxpq7LpV .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uZSxpq7LpV .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uZSxpq7LpV .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZSxpq7LpV .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-uZSxpq7LpV .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uZSxpq7LpV .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uZSxpq7LpV .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-uZSxpq7LpV .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-uZSxpq7LpV .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uZSxpq7LpV .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-uZSxpq7LpV .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uZSxpq7LpV .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uZSxpq7LpV .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uZSxpq7LpV .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZSxpq7LpV .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uZSxpq7LpV .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-uZSxpq7LpV .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uZSxpq7LpV .card_1 {
    width: 100%;
  }
}
.cid-uZSxpq7LpV .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uZSxpq7LpV .card_2 {
    width: 100%;
  }
}
.cid-uZSxpq7LpV .main-btn {
  margin-top: 12px;
}
.cid-uZSxpq7LpV .mbr-label,
.cid-uZSxpq7LpV .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSxpq7LpV .mbr-section-title,
.cid-uZSxpq7LpV .title-wrapper {
  color: #000000;
}
.cid-uZSxpq7LpV .mbr-text,
.cid-uZSxpq7LpV .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uZSxpq7LpV .item-title {
  color: #000000;
}
.cid-uZSxpq7LpV .item-text {
  color: #515151;
}
.cid-uZSxpq7LpV .mbr-section-title,
.cid-uZSxpq7LpV .title-wrapper,
.cid-uZSxpq7LpV .main-btn {
  text-align: center;
}
.cid-uZSqaaVQjj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uZSqaaVQjj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSqaaVQjj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSqaaVQjj .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZSqaaVQjj .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZSqaaVQjj .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uZSqaaVQjj .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-uZSqaaVQjj .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uZSqaaVQjj .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uZSqaaVQjj .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-uZSqaaVQjj .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-uZSqaaVQjj .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-uZSqaaVQjj .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-uZSqaaVQjj .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZSqaaVQjj .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-uZSqaaVQjj .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uZSqaaVQjj .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZSqaaVQjj .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uZSqaaVQjj .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uZSqaaVQjj .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-uZSqaaVQjj .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZSqaaVQjj .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uZSqaaVQjj .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-uZSqaaVQjj .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uZSqaaVQjj .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-uZSqaaVQjj .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uZSqaaVQjj .mbr-section-title {
  color: #000000;
}
.cid-uZSqaaVQjj .mbr-text,
.cid-uZSqaaVQjj .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSqaaVQjj .list,
.cid-uZSqaaVQjj .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSqaaVQjj .mbr-copy {
  color: #515151;
  text-align: center;
}
.cid-uZSqaaVQjj .mbr-section-title,
.cid-uZSqaaVQjj .title-wrapper,
.cid-uZSqaaVQjj .mbr-section-btn,
.cid-uZSqaaVQjj .social-wrapper {
  text-align: center;
}
.cid-uZSqnOtMoe {
  z-index: 1000;
  width: 100%;
}
.cid-uZSqnOtMoe nav.navbar {
  position: fixed;
}
.cid-uZSqnOtMoe .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZSqnOtMoe .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZSqnOtMoe .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uZSqnOtMoe .dropdown-item:hover,
.cid-uZSqnOtMoe .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uZSqnOtMoe .dropdown-item:hover span {
  color: white;
}
.cid-uZSqnOtMoe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZSqnOtMoe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZSqnOtMoe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZSqnOtMoe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZSqnOtMoe .nav-link {
  position: relative;
}
.cid-uZSqnOtMoe .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZSqnOtMoe .container {
    flex-wrap: nowrap;
  }
}
.cid-uZSqnOtMoe .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZSqnOtMoe .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZSqnOtMoe .dropdown-menu,
.cid-uZSqnOtMoe .navbar.opened {
  background: #ffffff !important;
}
.cid-uZSqnOtMoe .nav-item:focus,
.cid-uZSqnOtMoe .nav-link:focus {
  outline: none;
}
.cid-uZSqnOtMoe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZSqnOtMoe .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZSqnOtMoe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZSqnOtMoe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZSqnOtMoe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZSqnOtMoe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZSqnOtMoe .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZSqnOtMoe .navbar.opened {
  transition: all 0.3s;
}
.cid-uZSqnOtMoe .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uZSqnOtMoe .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-uZSqnOtMoe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZSqnOtMoe .navbar.collapsed {
  justify-content: center;
}
.cid-uZSqnOtMoe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZSqnOtMoe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZSqnOtMoe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uZSqnOtMoe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZSqnOtMoe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZSqnOtMoe .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-uZSqnOtMoe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZSqnOtMoe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZSqnOtMoe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZSqnOtMoe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZSqnOtMoe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZSqnOtMoe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZSqnOtMoe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZSqnOtMoe .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-uZSqnOtMoe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZSqnOtMoe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZSqnOtMoe .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZSqnOtMoe .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-uZSqnOtMoe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZSqnOtMoe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZSqnOtMoe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZSqnOtMoe .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZSqnOtMoe .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZSqnOtMoe .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZSqnOtMoe .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uZSqnOtMoe .navbar-brand .navbar-caption:hover,
.cid-uZSqnOtMoe .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uZSqnOtMoe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZSqnOtMoe .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZSqnOtMoe .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uZSqnOtMoe .dropdown-item.active,
.cid-uZSqnOtMoe .dropdown-item:active {
  background-color: transparent;
}
.cid-uZSqnOtMoe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZSqnOtMoe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZSqnOtMoe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZSqnOtMoe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZSqnOtMoe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZSqnOtMoe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZSqnOtMoe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZSqnOtMoe ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZSqnOtMoe ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZSqnOtMoe .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZSqnOtMoe .navbar-buttons {
    text-align: left;
  }
}
.cid-uZSqnOtMoe .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uZSqnOtMoe .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZSqnOtMoe button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZSqnOtMoe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZSqnOtMoe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZSqnOtMoe button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZSqnOtMoe button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZSqnOtMoe button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZSqnOtMoe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZSqnOtMoe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZSqnOtMoe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZSqnOtMoe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZSqnOtMoe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZSqnOtMoe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZSqnOtMoe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZSqnOtMoe .navbar {
    height: 70px;
  }
  .cid-uZSqnOtMoe .navbar.opened {
    height: auto;
  }
  .cid-uZSqnOtMoe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZSqnOtMoe .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uZSqnOtMoe .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZSqnOtMoe .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uZSqnOtMoe .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZSqnOtMoe .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uZSqnOtMoe .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZSqnOtMoe .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZSqnOtMoe .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZSqnOtMoe .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZSqnOtMoe .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZSqnOtMoe .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZSqnOtMoe .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZSqnOtMoe .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZSqnOtMoe .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZSqnOtMoe .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZSqnOtMoe .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZSqnOtMoe .content-wrap {
  min-height: 110px;
}
.cid-uZSqnPoYT4 {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-uZSqnPoYT4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSqnPoYT4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSqnPoYT4 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uZSqnPoYT4 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZSqnPoYT4 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uZSqnPoYT4 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uZSqnPoYT4 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uZSqnPoYT4 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uZSqnPoYT4 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZSqnPoYT4 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZSqnPoYT4 .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-uZSqnPoYT4 .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-uZSqnPoYT4 .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZSqnPoYT4 .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZSqnPoYT4 .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uZSqnPoYT4 .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uZSqnPoYT4 .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZSqnPoYT4 .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uZSqnPoYT4 .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZSqnPoYT4 .mbr-label,
.cid-uZSqnPoYT4 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSqnPoYT4 .mbr-section-title,
.cid-uZSqnPoYT4 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSqnPoYT4 .mbr-text {
  color: #515151;
}
.cid-uZSqnPKmCv {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #f8f8f8;
}
@media (max-width: 767px) {
  .cid-uZSqnPKmCv {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.cid-uZSqnPKmCv .mbr-text {
  margin-top: 2rem;
  color: #465052;
  text-align: left;
}
.cid-uZSqnPKmCv .container-fluid {
  max-width: 1200px;
}
.cid-uZSqnPKmCv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSqnPKmCv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSqnPKmCv .row > div,
.cid-uZSqnPKmCv .mbr-section-title {
  text-align: left;
}
.cid-uZSqnPKmCv .row > div,
.cid-uZSqnPKmCv .mbr-section-subtitle {
  color: #000000;
}
.cid-uZSwKT6wk8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-uZSwKT6wk8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSwKT6wk8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSwKT6wk8 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uZSwKT6wk8 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZSwKT6wk8 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uZSwKT6wk8 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uZSwKT6wk8 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uZSwKT6wk8 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uZSwKT6wk8 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZSwKT6wk8 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZSwKT6wk8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZSwKT6wk8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZSwKT6wk8 .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZSwKT6wk8 .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZSwKT6wk8 .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uZSwKT6wk8 .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uZSwKT6wk8 .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZSwKT6wk8 .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-uZSwKT6wk8 .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uZSwKT6wk8 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uZSwKT6wk8 .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-uZSwKT6wk8 .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-uZSwKT6wk8 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uZSwKT6wk8 .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-uZSwKT6wk8 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uZSwKT6wk8 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uZSwKT6wk8 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uZSwKT6wk8 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZSwKT6wk8 .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uZSwKT6wk8 .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-uZSwKT6wk8 .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uZSwKT6wk8 .card_1 {
    width: 100%;
  }
}
.cid-uZSwKT6wk8 .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uZSwKT6wk8 .card_2 {
    width: 100%;
  }
}
.cid-uZSwKT6wk8 .main-btn {
  margin-top: 12px;
}
.cid-uZSwKT6wk8 .mbr-label,
.cid-uZSwKT6wk8 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSwKT6wk8 .mbr-section-title,
.cid-uZSwKT6wk8 .title-wrapper {
  color: #000000;
}
.cid-uZSwKT6wk8 .mbr-text,
.cid-uZSwKT6wk8 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uZSwKT6wk8 .item-title {
  color: #000000;
}
.cid-uZSwKT6wk8 .item-text {
  color: #515151;
}
.cid-uZSwKT6wk8 .mbr-section-title,
.cid-uZSwKT6wk8 .title-wrapper,
.cid-uZSwKT6wk8 .main-btn {
  text-align: center;
}
.cid-uZSqnQ3U1o {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uZSqnQ3U1o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSqnQ3U1o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSqnQ3U1o .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZSqnQ3U1o .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZSqnQ3U1o .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uZSqnQ3U1o .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-uZSqnQ3U1o .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uZSqnQ3U1o .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uZSqnQ3U1o .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-uZSqnQ3U1o .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-uZSqnQ3U1o .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-uZSqnQ3U1o .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-uZSqnQ3U1o .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZSqnQ3U1o .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-uZSqnQ3U1o .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uZSqnQ3U1o .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZSqnQ3U1o .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uZSqnQ3U1o .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uZSqnQ3U1o .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-uZSqnQ3U1o .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZSqnQ3U1o .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uZSqnQ3U1o .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-uZSqnQ3U1o .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uZSqnQ3U1o .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-uZSqnQ3U1o .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uZSqnQ3U1o .mbr-section-title {
  color: #000000;
}
.cid-uZSqnQ3U1o .mbr-text,
.cid-uZSqnQ3U1o .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSqnQ3U1o .list,
.cid-uZSqnQ3U1o .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSqnQ3U1o .mbr-copy {
  color: #515151;
  text-align: center;
}
.cid-uZSqnQ3U1o .mbr-section-title,
.cid-uZSqnQ3U1o .title-wrapper,
.cid-uZSqnQ3U1o .mbr-section-btn,
.cid-uZSqnQ3U1o .social-wrapper {
  text-align: center;
}
.cid-uZSqr0qpjt {
  z-index: 1000;
  width: 100%;
}
.cid-uZSqr0qpjt nav.navbar {
  position: fixed;
}
.cid-uZSqr0qpjt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZSqr0qpjt .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZSqr0qpjt .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uZSqr0qpjt .dropdown-item:hover,
.cid-uZSqr0qpjt .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uZSqr0qpjt .dropdown-item:hover span {
  color: white;
}
.cid-uZSqr0qpjt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZSqr0qpjt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZSqr0qpjt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZSqr0qpjt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZSqr0qpjt .nav-link {
  position: relative;
}
.cid-uZSqr0qpjt .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZSqr0qpjt .container {
    flex-wrap: nowrap;
  }
}
.cid-uZSqr0qpjt .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZSqr0qpjt .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZSqr0qpjt .dropdown-menu,
.cid-uZSqr0qpjt .navbar.opened {
  background: #ffffff !important;
}
.cid-uZSqr0qpjt .nav-item:focus,
.cid-uZSqr0qpjt .nav-link:focus {
  outline: none;
}
.cid-uZSqr0qpjt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZSqr0qpjt .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZSqr0qpjt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZSqr0qpjt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZSqr0qpjt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZSqr0qpjt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZSqr0qpjt .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZSqr0qpjt .navbar.opened {
  transition: all 0.3s;
}
.cid-uZSqr0qpjt .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uZSqr0qpjt .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-uZSqr0qpjt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZSqr0qpjt .navbar.collapsed {
  justify-content: center;
}
.cid-uZSqr0qpjt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZSqr0qpjt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZSqr0qpjt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uZSqr0qpjt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZSqr0qpjt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZSqr0qpjt .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-uZSqr0qpjt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZSqr0qpjt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZSqr0qpjt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZSqr0qpjt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZSqr0qpjt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZSqr0qpjt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZSqr0qpjt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZSqr0qpjt .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-uZSqr0qpjt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZSqr0qpjt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZSqr0qpjt .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZSqr0qpjt .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-uZSqr0qpjt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZSqr0qpjt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZSqr0qpjt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZSqr0qpjt .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZSqr0qpjt .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZSqr0qpjt .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZSqr0qpjt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uZSqr0qpjt .navbar-brand .navbar-caption:hover,
.cid-uZSqr0qpjt .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uZSqr0qpjt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZSqr0qpjt .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZSqr0qpjt .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uZSqr0qpjt .dropdown-item.active,
.cid-uZSqr0qpjt .dropdown-item:active {
  background-color: transparent;
}
.cid-uZSqr0qpjt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZSqr0qpjt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZSqr0qpjt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZSqr0qpjt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZSqr0qpjt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZSqr0qpjt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZSqr0qpjt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZSqr0qpjt ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZSqr0qpjt ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZSqr0qpjt .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZSqr0qpjt .navbar-buttons {
    text-align: left;
  }
}
.cid-uZSqr0qpjt .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uZSqr0qpjt .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZSqr0qpjt button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZSqr0qpjt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZSqr0qpjt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZSqr0qpjt button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZSqr0qpjt button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZSqr0qpjt button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZSqr0qpjt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZSqr0qpjt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZSqr0qpjt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZSqr0qpjt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZSqr0qpjt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZSqr0qpjt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZSqr0qpjt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZSqr0qpjt .navbar {
    height: 70px;
  }
  .cid-uZSqr0qpjt .navbar.opened {
    height: auto;
  }
  .cid-uZSqr0qpjt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZSqr0qpjt .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uZSqr0qpjt .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZSqr0qpjt .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uZSqr0qpjt .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZSqr0qpjt .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uZSqr0qpjt .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZSqr0qpjt .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZSqr0qpjt .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZSqr0qpjt .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZSqr0qpjt .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZSqr0qpjt .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZSqr0qpjt .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZSqr0qpjt .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZSqr0qpjt .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZSqr0qpjt .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZSqr0qpjt .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZSqr0qpjt .content-wrap {
  min-height: 110px;
}
.cid-uZSqr1IjYe {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-uZSqr1IjYe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSqr1IjYe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSqr1IjYe .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uZSqr1IjYe .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZSqr1IjYe .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uZSqr1IjYe .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uZSqr1IjYe .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uZSqr1IjYe .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uZSqr1IjYe .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZSqr1IjYe .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZSqr1IjYe .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-uZSqr1IjYe .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-uZSqr1IjYe .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZSqr1IjYe .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZSqr1IjYe .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uZSqr1IjYe .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uZSqr1IjYe .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZSqr1IjYe .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uZSqr1IjYe .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZSqr1IjYe .mbr-label,
.cid-uZSqr1IjYe .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSqr1IjYe .mbr-section-title,
.cid-uZSqr1IjYe .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSqr1IjYe .mbr-text {
  color: #515151;
}
.cid-uZSqr29fat {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #f8f8f8;
}
@media (max-width: 767px) {
  .cid-uZSqr29fat {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.cid-uZSqr29fat .mbr-text {
  margin-top: 2rem;
  color: #465052;
  text-align: left;
}
.cid-uZSqr29fat .container-fluid {
  max-width: 1200px;
}
.cid-uZSqr29fat .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSqr29fat .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSqr29fat .row > div,
.cid-uZSqr29fat .mbr-section-title {
  text-align: left;
}
.cid-uZSqr29fat .row > div,
.cid-uZSqr29fat .mbr-section-subtitle {
  color: #000000;
}
.cid-uZSxu4iCfB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-uZSxu4iCfB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSxu4iCfB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSxu4iCfB .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uZSxu4iCfB .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZSxu4iCfB .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uZSxu4iCfB .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uZSxu4iCfB .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uZSxu4iCfB .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uZSxu4iCfB .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZSxu4iCfB .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZSxu4iCfB .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZSxu4iCfB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZSxu4iCfB .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZSxu4iCfB .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZSxu4iCfB .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uZSxu4iCfB .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uZSxu4iCfB .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZSxu4iCfB .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-uZSxu4iCfB .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uZSxu4iCfB .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uZSxu4iCfB .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-uZSxu4iCfB .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-uZSxu4iCfB .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uZSxu4iCfB .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-uZSxu4iCfB .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uZSxu4iCfB .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uZSxu4iCfB .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uZSxu4iCfB .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZSxu4iCfB .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uZSxu4iCfB .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-uZSxu4iCfB .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uZSxu4iCfB .card_1 {
    width: 100%;
  }
}
.cid-uZSxu4iCfB .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uZSxu4iCfB .card_2 {
    width: 100%;
  }
}
.cid-uZSxu4iCfB .main-btn {
  margin-top: 12px;
}
.cid-uZSxu4iCfB .mbr-label,
.cid-uZSxu4iCfB .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSxu4iCfB .mbr-section-title,
.cid-uZSxu4iCfB .title-wrapper {
  color: #000000;
}
.cid-uZSxu4iCfB .mbr-text,
.cid-uZSxu4iCfB .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uZSxu4iCfB .item-title {
  color: #000000;
}
.cid-uZSxu4iCfB .item-text {
  color: #515151;
}
.cid-uZSxu4iCfB .mbr-section-title,
.cid-uZSxu4iCfB .title-wrapper,
.cid-uZSxu4iCfB .main-btn {
  text-align: center;
}
.cid-uZSqr2sewW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uZSqr2sewW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSqr2sewW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSqr2sewW .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZSqr2sewW .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZSqr2sewW .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uZSqr2sewW .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-uZSqr2sewW .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uZSqr2sewW .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uZSqr2sewW .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-uZSqr2sewW .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-uZSqr2sewW .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-uZSqr2sewW .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-uZSqr2sewW .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZSqr2sewW .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-uZSqr2sewW .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uZSqr2sewW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZSqr2sewW .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uZSqr2sewW .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uZSqr2sewW .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-uZSqr2sewW .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZSqr2sewW .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uZSqr2sewW .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-uZSqr2sewW .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uZSqr2sewW .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-uZSqr2sewW .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uZSqr2sewW .mbr-section-title {
  color: #000000;
}
.cid-uZSqr2sewW .mbr-text,
.cid-uZSqr2sewW .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSqr2sewW .list,
.cid-uZSqr2sewW .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSqr2sewW .mbr-copy {
  color: #515151;
  text-align: center;
}
.cid-uZSqr2sewW .mbr-section-title,
.cid-uZSqr2sewW .title-wrapper,
.cid-uZSqr2sewW .mbr-section-btn,
.cid-uZSqr2sewW .social-wrapper {
  text-align: center;
}
.cid-uZSqy1c3gy {
  z-index: 1000;
  width: 100%;
}
.cid-uZSqy1c3gy nav.navbar {
  position: fixed;
}
.cid-uZSqy1c3gy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZSqy1c3gy .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZSqy1c3gy .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uZSqy1c3gy .dropdown-item:hover,
.cid-uZSqy1c3gy .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uZSqy1c3gy .dropdown-item:hover span {
  color: white;
}
.cid-uZSqy1c3gy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZSqy1c3gy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZSqy1c3gy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZSqy1c3gy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZSqy1c3gy .nav-link {
  position: relative;
}
.cid-uZSqy1c3gy .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZSqy1c3gy .container {
    flex-wrap: nowrap;
  }
}
.cid-uZSqy1c3gy .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZSqy1c3gy .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZSqy1c3gy .dropdown-menu,
.cid-uZSqy1c3gy .navbar.opened {
  background: #ffffff !important;
}
.cid-uZSqy1c3gy .nav-item:focus,
.cid-uZSqy1c3gy .nav-link:focus {
  outline: none;
}
.cid-uZSqy1c3gy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZSqy1c3gy .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZSqy1c3gy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZSqy1c3gy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZSqy1c3gy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZSqy1c3gy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZSqy1c3gy .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZSqy1c3gy .navbar.opened {
  transition: all 0.3s;
}
.cid-uZSqy1c3gy .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uZSqy1c3gy .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-uZSqy1c3gy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZSqy1c3gy .navbar.collapsed {
  justify-content: center;
}
.cid-uZSqy1c3gy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZSqy1c3gy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZSqy1c3gy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uZSqy1c3gy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZSqy1c3gy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZSqy1c3gy .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-uZSqy1c3gy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZSqy1c3gy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZSqy1c3gy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZSqy1c3gy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZSqy1c3gy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZSqy1c3gy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZSqy1c3gy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZSqy1c3gy .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-uZSqy1c3gy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZSqy1c3gy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZSqy1c3gy .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZSqy1c3gy .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-uZSqy1c3gy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZSqy1c3gy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZSqy1c3gy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZSqy1c3gy .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZSqy1c3gy .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZSqy1c3gy .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZSqy1c3gy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uZSqy1c3gy .navbar-brand .navbar-caption:hover,
.cid-uZSqy1c3gy .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uZSqy1c3gy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZSqy1c3gy .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZSqy1c3gy .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uZSqy1c3gy .dropdown-item.active,
.cid-uZSqy1c3gy .dropdown-item:active {
  background-color: transparent;
}
.cid-uZSqy1c3gy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZSqy1c3gy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZSqy1c3gy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZSqy1c3gy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZSqy1c3gy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZSqy1c3gy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZSqy1c3gy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZSqy1c3gy ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZSqy1c3gy ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZSqy1c3gy .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZSqy1c3gy .navbar-buttons {
    text-align: left;
  }
}
.cid-uZSqy1c3gy .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uZSqy1c3gy .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZSqy1c3gy button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZSqy1c3gy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZSqy1c3gy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZSqy1c3gy button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZSqy1c3gy button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZSqy1c3gy button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZSqy1c3gy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZSqy1c3gy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZSqy1c3gy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZSqy1c3gy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZSqy1c3gy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZSqy1c3gy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZSqy1c3gy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZSqy1c3gy .navbar {
    height: 70px;
  }
  .cid-uZSqy1c3gy .navbar.opened {
    height: auto;
  }
  .cid-uZSqy1c3gy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZSqy1c3gy .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uZSqy1c3gy .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZSqy1c3gy .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uZSqy1c3gy .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZSqy1c3gy .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uZSqy1c3gy .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZSqy1c3gy .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZSqy1c3gy .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZSqy1c3gy .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZSqy1c3gy .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZSqy1c3gy .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZSqy1c3gy .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZSqy1c3gy .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZSqy1c3gy .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZSqy1c3gy .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZSqy1c3gy .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZSqy1c3gy .content-wrap {
  min-height: 110px;
}
.cid-uZSqy24nH2 {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-uZSqy24nH2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSqy24nH2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSqy24nH2 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uZSqy24nH2 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZSqy24nH2 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uZSqy24nH2 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uZSqy24nH2 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uZSqy24nH2 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uZSqy24nH2 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZSqy24nH2 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZSqy24nH2 .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-uZSqy24nH2 .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-uZSqy24nH2 .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZSqy24nH2 .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZSqy24nH2 .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uZSqy24nH2 .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uZSqy24nH2 .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZSqy24nH2 .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uZSqy24nH2 .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZSqy24nH2 .mbr-label,
.cid-uZSqy24nH2 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSqy24nH2 .mbr-section-title,
.cid-uZSqy24nH2 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSqy24nH2 .mbr-text {
  color: #515151;
}
.cid-uZSqy2w4u4 {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #f8f8f8;
}
@media (max-width: 767px) {
  .cid-uZSqy2w4u4 {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.cid-uZSqy2w4u4 .mbr-text {
  margin-top: 2rem;
  color: #465052;
  text-align: left;
}
.cid-uZSqy2w4u4 .container-fluid {
  max-width: 1200px;
}
.cid-uZSqy2w4u4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSqy2w4u4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSqy2w4u4 .row > div,
.cid-uZSqy2w4u4 .mbr-section-title {
  text-align: left;
}
.cid-uZSqy2w4u4 .row > div,
.cid-uZSqy2w4u4 .mbr-section-subtitle {
  color: #000000;
}
.cid-uZSxvZoMyH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-uZSxvZoMyH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSxvZoMyH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSxvZoMyH .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uZSxvZoMyH .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZSxvZoMyH .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uZSxvZoMyH .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uZSxvZoMyH .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uZSxvZoMyH .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uZSxvZoMyH .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZSxvZoMyH .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZSxvZoMyH .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZSxvZoMyH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZSxvZoMyH .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZSxvZoMyH .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZSxvZoMyH .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uZSxvZoMyH .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uZSxvZoMyH .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZSxvZoMyH .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-uZSxvZoMyH .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uZSxvZoMyH .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uZSxvZoMyH .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-uZSxvZoMyH .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-uZSxvZoMyH .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uZSxvZoMyH .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-uZSxvZoMyH .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uZSxvZoMyH .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uZSxvZoMyH .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uZSxvZoMyH .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZSxvZoMyH .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uZSxvZoMyH .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-uZSxvZoMyH .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uZSxvZoMyH .card_1 {
    width: 100%;
  }
}
.cid-uZSxvZoMyH .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uZSxvZoMyH .card_2 {
    width: 100%;
  }
}
.cid-uZSxvZoMyH .main-btn {
  margin-top: 12px;
}
.cid-uZSxvZoMyH .mbr-label,
.cid-uZSxvZoMyH .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSxvZoMyH .mbr-section-title,
.cid-uZSxvZoMyH .title-wrapper {
  color: #000000;
}
.cid-uZSxvZoMyH .mbr-text,
.cid-uZSxvZoMyH .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uZSxvZoMyH .item-title {
  color: #000000;
}
.cid-uZSxvZoMyH .item-text {
  color: #515151;
}
.cid-uZSxvZoMyH .mbr-section-title,
.cid-uZSxvZoMyH .title-wrapper,
.cid-uZSxvZoMyH .main-btn {
  text-align: center;
}
.cid-uZSqy2RpY8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uZSqy2RpY8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSqy2RpY8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSqy2RpY8 .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZSqy2RpY8 .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZSqy2RpY8 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uZSqy2RpY8 .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-uZSqy2RpY8 .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uZSqy2RpY8 .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uZSqy2RpY8 .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-uZSqy2RpY8 .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-uZSqy2RpY8 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-uZSqy2RpY8 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-uZSqy2RpY8 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZSqy2RpY8 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-uZSqy2RpY8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uZSqy2RpY8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZSqy2RpY8 .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uZSqy2RpY8 .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uZSqy2RpY8 .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-uZSqy2RpY8 .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZSqy2RpY8 .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uZSqy2RpY8 .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-uZSqy2RpY8 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uZSqy2RpY8 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-uZSqy2RpY8 .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uZSqy2RpY8 .mbr-section-title {
  color: #000000;
}
.cid-uZSqy2RpY8 .mbr-text,
.cid-uZSqy2RpY8 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSqy2RpY8 .list,
.cid-uZSqy2RpY8 .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSqy2RpY8 .mbr-copy {
  color: #515151;
  text-align: center;
}
.cid-uZSqy2RpY8 .mbr-section-title,
.cid-uZSqy2RpY8 .title-wrapper,
.cid-uZSqy2RpY8 .mbr-section-btn,
.cid-uZSqy2RpY8 .social-wrapper {
  text-align: center;
}
.cid-uZSqHY1wr1 {
  z-index: 1000;
  width: 100%;
}
.cid-uZSqHY1wr1 nav.navbar {
  position: fixed;
}
.cid-uZSqHY1wr1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZSqHY1wr1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZSqHY1wr1 .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uZSqHY1wr1 .dropdown-item:hover,
.cid-uZSqHY1wr1 .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uZSqHY1wr1 .dropdown-item:hover span {
  color: white;
}
.cid-uZSqHY1wr1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZSqHY1wr1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZSqHY1wr1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZSqHY1wr1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZSqHY1wr1 .nav-link {
  position: relative;
}
.cid-uZSqHY1wr1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZSqHY1wr1 .container {
    flex-wrap: nowrap;
  }
}
.cid-uZSqHY1wr1 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZSqHY1wr1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZSqHY1wr1 .dropdown-menu,
.cid-uZSqHY1wr1 .navbar.opened {
  background: #ffffff !important;
}
.cid-uZSqHY1wr1 .nav-item:focus,
.cid-uZSqHY1wr1 .nav-link:focus {
  outline: none;
}
.cid-uZSqHY1wr1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZSqHY1wr1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZSqHY1wr1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZSqHY1wr1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZSqHY1wr1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZSqHY1wr1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZSqHY1wr1 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZSqHY1wr1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZSqHY1wr1 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uZSqHY1wr1 .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-uZSqHY1wr1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZSqHY1wr1 .navbar.collapsed {
  justify-content: center;
}
.cid-uZSqHY1wr1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZSqHY1wr1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZSqHY1wr1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uZSqHY1wr1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZSqHY1wr1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZSqHY1wr1 .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-uZSqHY1wr1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZSqHY1wr1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZSqHY1wr1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZSqHY1wr1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZSqHY1wr1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZSqHY1wr1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZSqHY1wr1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZSqHY1wr1 .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-uZSqHY1wr1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZSqHY1wr1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZSqHY1wr1 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZSqHY1wr1 .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-uZSqHY1wr1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZSqHY1wr1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZSqHY1wr1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZSqHY1wr1 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZSqHY1wr1 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZSqHY1wr1 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZSqHY1wr1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uZSqHY1wr1 .navbar-brand .navbar-caption:hover,
.cid-uZSqHY1wr1 .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uZSqHY1wr1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZSqHY1wr1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZSqHY1wr1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uZSqHY1wr1 .dropdown-item.active,
.cid-uZSqHY1wr1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZSqHY1wr1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZSqHY1wr1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZSqHY1wr1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZSqHY1wr1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZSqHY1wr1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZSqHY1wr1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZSqHY1wr1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZSqHY1wr1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZSqHY1wr1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZSqHY1wr1 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZSqHY1wr1 .navbar-buttons {
    text-align: left;
  }
}
.cid-uZSqHY1wr1 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uZSqHY1wr1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZSqHY1wr1 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZSqHY1wr1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZSqHY1wr1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZSqHY1wr1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZSqHY1wr1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZSqHY1wr1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZSqHY1wr1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZSqHY1wr1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZSqHY1wr1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZSqHY1wr1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZSqHY1wr1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZSqHY1wr1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZSqHY1wr1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZSqHY1wr1 .navbar {
    height: 70px;
  }
  .cid-uZSqHY1wr1 .navbar.opened {
    height: auto;
  }
  .cid-uZSqHY1wr1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZSqHY1wr1 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uZSqHY1wr1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZSqHY1wr1 .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uZSqHY1wr1 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZSqHY1wr1 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uZSqHY1wr1 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZSqHY1wr1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZSqHY1wr1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZSqHY1wr1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZSqHY1wr1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZSqHY1wr1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZSqHY1wr1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZSqHY1wr1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZSqHY1wr1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZSqHY1wr1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZSqHY1wr1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZSqHY1wr1 .content-wrap {
  min-height: 110px;
}
.cid-uZSqHZ27Qi {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-uZSqHZ27Qi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSqHZ27Qi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSqHZ27Qi .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uZSqHZ27Qi .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZSqHZ27Qi .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uZSqHZ27Qi .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uZSqHZ27Qi .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uZSqHZ27Qi .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uZSqHZ27Qi .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZSqHZ27Qi .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZSqHZ27Qi .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-uZSqHZ27Qi .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-uZSqHZ27Qi .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZSqHZ27Qi .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZSqHZ27Qi .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uZSqHZ27Qi .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uZSqHZ27Qi .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZSqHZ27Qi .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uZSqHZ27Qi .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZSqHZ27Qi .mbr-label,
.cid-uZSqHZ27Qi .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSqHZ27Qi .mbr-section-title,
.cid-uZSqHZ27Qi .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSqHZ27Qi .mbr-text {
  color: #515151;
}
.cid-uZSqHZqYuJ {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #f8f8f8;
}
@media (max-width: 767px) {
  .cid-uZSqHZqYuJ {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.cid-uZSqHZqYuJ .mbr-text {
  margin-top: 2rem;
  color: #465052;
  text-align: left;
}
.cid-uZSqHZqYuJ .container-fluid {
  max-width: 1200px;
}
.cid-uZSqHZqYuJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSqHZqYuJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSqHZqYuJ .row > div,
.cid-uZSqHZqYuJ .mbr-section-title {
  text-align: left;
}
.cid-uZSqHZqYuJ .row > div,
.cid-uZSqHZqYuJ .mbr-section-subtitle {
  color: #000000;
}
.cid-uZSxxyyRyZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-uZSxxyyRyZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSxxyyRyZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSxxyyRyZ .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uZSxxyyRyZ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZSxxyyRyZ .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uZSxxyyRyZ .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uZSxxyyRyZ .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uZSxxyyRyZ .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uZSxxyyRyZ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZSxxyyRyZ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZSxxyyRyZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZSxxyyRyZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZSxxyyRyZ .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZSxxyyRyZ .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZSxxyyRyZ .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uZSxxyyRyZ .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uZSxxyyRyZ .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZSxxyyRyZ .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-uZSxxyyRyZ .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uZSxxyyRyZ .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uZSxxyyRyZ .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-uZSxxyyRyZ .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-uZSxxyyRyZ .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uZSxxyyRyZ .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-uZSxxyyRyZ .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uZSxxyyRyZ .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uZSxxyyRyZ .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uZSxxyyRyZ .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZSxxyyRyZ .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uZSxxyyRyZ .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-uZSxxyyRyZ .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uZSxxyyRyZ .card_1 {
    width: 100%;
  }
}
.cid-uZSxxyyRyZ .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uZSxxyyRyZ .card_2 {
    width: 100%;
  }
}
.cid-uZSxxyyRyZ .main-btn {
  margin-top: 12px;
}
.cid-uZSxxyyRyZ .mbr-label,
.cid-uZSxxyyRyZ .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSxxyyRyZ .mbr-section-title,
.cid-uZSxxyyRyZ .title-wrapper {
  color: #000000;
}
.cid-uZSxxyyRyZ .mbr-text,
.cid-uZSxxyyRyZ .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uZSxxyyRyZ .item-title {
  color: #000000;
}
.cid-uZSxxyyRyZ .item-text {
  color: #515151;
}
.cid-uZSxxyyRyZ .mbr-section-title,
.cid-uZSxxyyRyZ .title-wrapper,
.cid-uZSxxyyRyZ .main-btn {
  text-align: center;
}
.cid-uZSqHZGwrB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uZSqHZGwrB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSqHZGwrB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSqHZGwrB .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZSqHZGwrB .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZSqHZGwrB .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uZSqHZGwrB .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-uZSqHZGwrB .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uZSqHZGwrB .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uZSqHZGwrB .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-uZSqHZGwrB .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-uZSqHZGwrB .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-uZSqHZGwrB .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-uZSqHZGwrB .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZSqHZGwrB .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-uZSqHZGwrB .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uZSqHZGwrB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZSqHZGwrB .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uZSqHZGwrB .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uZSqHZGwrB .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-uZSqHZGwrB .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZSqHZGwrB .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uZSqHZGwrB .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-uZSqHZGwrB .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uZSqHZGwrB .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-uZSqHZGwrB .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uZSqHZGwrB .mbr-section-title {
  color: #000000;
}
.cid-uZSqHZGwrB .mbr-text,
.cid-uZSqHZGwrB .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSqHZGwrB .list,
.cid-uZSqHZGwrB .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSqHZGwrB .mbr-copy {
  color: #515151;
  text-align: center;
}
.cid-uZSqHZGwrB .mbr-section-title,
.cid-uZSqHZGwrB .title-wrapper,
.cid-uZSqHZGwrB .mbr-section-btn,
.cid-uZSqHZGwrB .social-wrapper {
  text-align: center;
}
.cid-uZSqMLA7BN {
  z-index: 1000;
  width: 100%;
}
.cid-uZSqMLA7BN nav.navbar {
  position: fixed;
}
.cid-uZSqMLA7BN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZSqMLA7BN .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZSqMLA7BN .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uZSqMLA7BN .dropdown-item:hover,
.cid-uZSqMLA7BN .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uZSqMLA7BN .dropdown-item:hover span {
  color: white;
}
.cid-uZSqMLA7BN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZSqMLA7BN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZSqMLA7BN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZSqMLA7BN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZSqMLA7BN .nav-link {
  position: relative;
}
.cid-uZSqMLA7BN .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZSqMLA7BN .container {
    flex-wrap: nowrap;
  }
}
.cid-uZSqMLA7BN .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZSqMLA7BN .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZSqMLA7BN .dropdown-menu,
.cid-uZSqMLA7BN .navbar.opened {
  background: #ffffff !important;
}
.cid-uZSqMLA7BN .nav-item:focus,
.cid-uZSqMLA7BN .nav-link:focus {
  outline: none;
}
.cid-uZSqMLA7BN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZSqMLA7BN .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZSqMLA7BN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZSqMLA7BN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZSqMLA7BN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZSqMLA7BN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZSqMLA7BN .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZSqMLA7BN .navbar.opened {
  transition: all 0.3s;
}
.cid-uZSqMLA7BN .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uZSqMLA7BN .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-uZSqMLA7BN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZSqMLA7BN .navbar.collapsed {
  justify-content: center;
}
.cid-uZSqMLA7BN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZSqMLA7BN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZSqMLA7BN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uZSqMLA7BN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZSqMLA7BN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZSqMLA7BN .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-uZSqMLA7BN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZSqMLA7BN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZSqMLA7BN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZSqMLA7BN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZSqMLA7BN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZSqMLA7BN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZSqMLA7BN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZSqMLA7BN .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-uZSqMLA7BN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZSqMLA7BN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZSqMLA7BN .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZSqMLA7BN .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-uZSqMLA7BN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZSqMLA7BN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZSqMLA7BN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZSqMLA7BN .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZSqMLA7BN .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZSqMLA7BN .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZSqMLA7BN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uZSqMLA7BN .navbar-brand .navbar-caption:hover,
.cid-uZSqMLA7BN .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uZSqMLA7BN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZSqMLA7BN .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZSqMLA7BN .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uZSqMLA7BN .dropdown-item.active,
.cid-uZSqMLA7BN .dropdown-item:active {
  background-color: transparent;
}
.cid-uZSqMLA7BN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZSqMLA7BN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZSqMLA7BN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZSqMLA7BN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZSqMLA7BN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZSqMLA7BN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZSqMLA7BN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZSqMLA7BN ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZSqMLA7BN ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZSqMLA7BN .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZSqMLA7BN .navbar-buttons {
    text-align: left;
  }
}
.cid-uZSqMLA7BN .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uZSqMLA7BN .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZSqMLA7BN button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZSqMLA7BN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZSqMLA7BN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZSqMLA7BN button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZSqMLA7BN button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZSqMLA7BN button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZSqMLA7BN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZSqMLA7BN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZSqMLA7BN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZSqMLA7BN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZSqMLA7BN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZSqMLA7BN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZSqMLA7BN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZSqMLA7BN .navbar {
    height: 70px;
  }
  .cid-uZSqMLA7BN .navbar.opened {
    height: auto;
  }
  .cid-uZSqMLA7BN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZSqMLA7BN .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uZSqMLA7BN .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZSqMLA7BN .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uZSqMLA7BN .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZSqMLA7BN .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uZSqMLA7BN .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZSqMLA7BN .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZSqMLA7BN .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZSqMLA7BN .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZSqMLA7BN .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZSqMLA7BN .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZSqMLA7BN .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZSqMLA7BN .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZSqMLA7BN .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZSqMLA7BN .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZSqMLA7BN .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZSqMLA7BN .content-wrap {
  min-height: 110px;
}
.cid-uZSqMMqIbB {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-uZSqMMqIbB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSqMMqIbB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSqMMqIbB .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uZSqMMqIbB .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZSqMMqIbB .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uZSqMMqIbB .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uZSqMMqIbB .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uZSqMMqIbB .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uZSqMMqIbB .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZSqMMqIbB .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZSqMMqIbB .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-uZSqMMqIbB .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-uZSqMMqIbB .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZSqMMqIbB .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZSqMMqIbB .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uZSqMMqIbB .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uZSqMMqIbB .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZSqMMqIbB .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uZSqMMqIbB .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZSqMMqIbB .mbr-label,
.cid-uZSqMMqIbB .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSqMMqIbB .mbr-section-title,
.cid-uZSqMMqIbB .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSqMMqIbB .mbr-text {
  color: #515151;
}
.cid-uZSqMMNhUl {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #f8f8f8;
}
@media (max-width: 767px) {
  .cid-uZSqMMNhUl {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.cid-uZSqMMNhUl .mbr-text {
  margin-top: 2rem;
  color: #465052;
  text-align: left;
}
.cid-uZSqMMNhUl .container-fluid {
  max-width: 1200px;
}
.cid-uZSqMMNhUl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSqMMNhUl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSqMMNhUl .row > div,
.cid-uZSqMMNhUl .mbr-section-title {
  text-align: left;
}
.cid-uZSqMMNhUl .row > div,
.cid-uZSqMMNhUl .mbr-section-subtitle {
  color: #000000;
}
.cid-uZSxz3v7nv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-uZSxz3v7nv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSxz3v7nv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSxz3v7nv .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uZSxz3v7nv .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZSxz3v7nv .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uZSxz3v7nv .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uZSxz3v7nv .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uZSxz3v7nv .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uZSxz3v7nv .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZSxz3v7nv .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZSxz3v7nv .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZSxz3v7nv .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZSxz3v7nv .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZSxz3v7nv .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZSxz3v7nv .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uZSxz3v7nv .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uZSxz3v7nv .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZSxz3v7nv .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-uZSxz3v7nv .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uZSxz3v7nv .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uZSxz3v7nv .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-uZSxz3v7nv .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-uZSxz3v7nv .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uZSxz3v7nv .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-uZSxz3v7nv .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uZSxz3v7nv .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uZSxz3v7nv .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uZSxz3v7nv .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZSxz3v7nv .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uZSxz3v7nv .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-uZSxz3v7nv .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uZSxz3v7nv .card_1 {
    width: 100%;
  }
}
.cid-uZSxz3v7nv .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uZSxz3v7nv .card_2 {
    width: 100%;
  }
}
.cid-uZSxz3v7nv .main-btn {
  margin-top: 12px;
}
.cid-uZSxz3v7nv .mbr-label,
.cid-uZSxz3v7nv .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSxz3v7nv .mbr-section-title,
.cid-uZSxz3v7nv .title-wrapper {
  color: #000000;
}
.cid-uZSxz3v7nv .mbr-text,
.cid-uZSxz3v7nv .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uZSxz3v7nv .item-title {
  color: #000000;
}
.cid-uZSxz3v7nv .item-text {
  color: #515151;
}
.cid-uZSxz3v7nv .mbr-section-title,
.cid-uZSxz3v7nv .title-wrapper,
.cid-uZSxz3v7nv .main-btn {
  text-align: center;
}
.cid-uZSqMN08z7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uZSqMN08z7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSqMN08z7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSqMN08z7 .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZSqMN08z7 .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZSqMN08z7 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uZSqMN08z7 .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-uZSqMN08z7 .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uZSqMN08z7 .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uZSqMN08z7 .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-uZSqMN08z7 .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-uZSqMN08z7 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-uZSqMN08z7 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-uZSqMN08z7 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZSqMN08z7 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-uZSqMN08z7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uZSqMN08z7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZSqMN08z7 .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uZSqMN08z7 .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uZSqMN08z7 .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-uZSqMN08z7 .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZSqMN08z7 .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uZSqMN08z7 .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-uZSqMN08z7 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uZSqMN08z7 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-uZSqMN08z7 .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uZSqMN08z7 .mbr-section-title {
  color: #000000;
}
.cid-uZSqMN08z7 .mbr-text,
.cid-uZSqMN08z7 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSqMN08z7 .list,
.cid-uZSqMN08z7 .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSqMN08z7 .mbr-copy {
  color: #515151;
  text-align: center;
}
.cid-uZSqMN08z7 .mbr-section-title,
.cid-uZSqMN08z7 .title-wrapper,
.cid-uZSqMN08z7 .mbr-section-btn,
.cid-uZSqMN08z7 .social-wrapper {
  text-align: center;
}
.cid-uZSqSypiOa {
  z-index: 1000;
  width: 100%;
}
.cid-uZSqSypiOa nav.navbar {
  position: fixed;
}
.cid-uZSqSypiOa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZSqSypiOa .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZSqSypiOa .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uZSqSypiOa .dropdown-item:hover,
.cid-uZSqSypiOa .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uZSqSypiOa .dropdown-item:hover span {
  color: white;
}
.cid-uZSqSypiOa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZSqSypiOa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZSqSypiOa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZSqSypiOa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZSqSypiOa .nav-link {
  position: relative;
}
.cid-uZSqSypiOa .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZSqSypiOa .container {
    flex-wrap: nowrap;
  }
}
.cid-uZSqSypiOa .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZSqSypiOa .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZSqSypiOa .dropdown-menu,
.cid-uZSqSypiOa .navbar.opened {
  background: #ffffff !important;
}
.cid-uZSqSypiOa .nav-item:focus,
.cid-uZSqSypiOa .nav-link:focus {
  outline: none;
}
.cid-uZSqSypiOa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZSqSypiOa .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZSqSypiOa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZSqSypiOa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZSqSypiOa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZSqSypiOa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZSqSypiOa .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZSqSypiOa .navbar.opened {
  transition: all 0.3s;
}
.cid-uZSqSypiOa .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uZSqSypiOa .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-uZSqSypiOa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZSqSypiOa .navbar.collapsed {
  justify-content: center;
}
.cid-uZSqSypiOa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZSqSypiOa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZSqSypiOa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uZSqSypiOa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZSqSypiOa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZSqSypiOa .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-uZSqSypiOa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZSqSypiOa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZSqSypiOa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZSqSypiOa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZSqSypiOa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZSqSypiOa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZSqSypiOa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZSqSypiOa .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-uZSqSypiOa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZSqSypiOa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZSqSypiOa .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZSqSypiOa .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-uZSqSypiOa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZSqSypiOa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZSqSypiOa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZSqSypiOa .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZSqSypiOa .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZSqSypiOa .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZSqSypiOa .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uZSqSypiOa .navbar-brand .navbar-caption:hover,
.cid-uZSqSypiOa .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uZSqSypiOa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZSqSypiOa .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZSqSypiOa .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uZSqSypiOa .dropdown-item.active,
.cid-uZSqSypiOa .dropdown-item:active {
  background-color: transparent;
}
.cid-uZSqSypiOa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZSqSypiOa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZSqSypiOa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZSqSypiOa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZSqSypiOa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZSqSypiOa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZSqSypiOa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZSqSypiOa ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZSqSypiOa ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZSqSypiOa .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZSqSypiOa .navbar-buttons {
    text-align: left;
  }
}
.cid-uZSqSypiOa .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uZSqSypiOa .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZSqSypiOa button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZSqSypiOa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZSqSypiOa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZSqSypiOa button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZSqSypiOa button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZSqSypiOa button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZSqSypiOa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZSqSypiOa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZSqSypiOa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZSqSypiOa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZSqSypiOa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZSqSypiOa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZSqSypiOa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZSqSypiOa .navbar {
    height: 70px;
  }
  .cid-uZSqSypiOa .navbar.opened {
    height: auto;
  }
  .cid-uZSqSypiOa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZSqSypiOa .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uZSqSypiOa .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZSqSypiOa .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uZSqSypiOa .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZSqSypiOa .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uZSqSypiOa .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZSqSypiOa .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZSqSypiOa .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZSqSypiOa .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZSqSypiOa .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZSqSypiOa .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZSqSypiOa .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZSqSypiOa .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZSqSypiOa .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZSqSypiOa .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZSqSypiOa .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZSqSypiOa .content-wrap {
  min-height: 110px;
}
.cid-uZSqSzm12e {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-uZSqSzm12e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSqSzm12e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSqSzm12e .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uZSqSzm12e .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZSqSzm12e .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uZSqSzm12e .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uZSqSzm12e .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uZSqSzm12e .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uZSqSzm12e .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZSqSzm12e .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZSqSzm12e .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-uZSqSzm12e .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-uZSqSzm12e .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZSqSzm12e .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZSqSzm12e .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uZSqSzm12e .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uZSqSzm12e .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZSqSzm12e .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uZSqSzm12e .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZSqSzm12e .mbr-label,
.cid-uZSqSzm12e .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSqSzm12e .mbr-section-title,
.cid-uZSqSzm12e .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSqSzm12e .mbr-text {
  color: #515151;
}
.cid-uZSqSzLlNs {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #f8f8f8;
}
@media (max-width: 767px) {
  .cid-uZSqSzLlNs {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.cid-uZSqSzLlNs .mbr-text {
  margin-top: 2rem;
  color: #465052;
  text-align: left;
}
.cid-uZSqSzLlNs .container-fluid {
  max-width: 1200px;
}
.cid-uZSqSzLlNs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSqSzLlNs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSqSzLlNs .row > div,
.cid-uZSqSzLlNs .mbr-section-title {
  text-align: left;
}
.cid-uZSqSzLlNs .row > div,
.cid-uZSqSzLlNs .mbr-section-subtitle {
  color: #000000;
}
.cid-uZSxAqEMAE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-uZSxAqEMAE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSxAqEMAE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSxAqEMAE .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uZSxAqEMAE .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZSxAqEMAE .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uZSxAqEMAE .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uZSxAqEMAE .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uZSxAqEMAE .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uZSxAqEMAE .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZSxAqEMAE .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZSxAqEMAE .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZSxAqEMAE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZSxAqEMAE .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZSxAqEMAE .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZSxAqEMAE .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uZSxAqEMAE .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uZSxAqEMAE .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZSxAqEMAE .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-uZSxAqEMAE .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uZSxAqEMAE .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uZSxAqEMAE .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-uZSxAqEMAE .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-uZSxAqEMAE .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uZSxAqEMAE .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-uZSxAqEMAE .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uZSxAqEMAE .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uZSxAqEMAE .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uZSxAqEMAE .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZSxAqEMAE .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uZSxAqEMAE .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-uZSxAqEMAE .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uZSxAqEMAE .card_1 {
    width: 100%;
  }
}
.cid-uZSxAqEMAE .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uZSxAqEMAE .card_2 {
    width: 100%;
  }
}
.cid-uZSxAqEMAE .main-btn {
  margin-top: 12px;
}
.cid-uZSxAqEMAE .mbr-label,
.cid-uZSxAqEMAE .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSxAqEMAE .mbr-section-title,
.cid-uZSxAqEMAE .title-wrapper {
  color: #000000;
}
.cid-uZSxAqEMAE .mbr-text,
.cid-uZSxAqEMAE .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uZSxAqEMAE .item-title {
  color: #000000;
}
.cid-uZSxAqEMAE .item-text {
  color: #515151;
}
.cid-uZSxAqEMAE .mbr-section-title,
.cid-uZSxAqEMAE .title-wrapper,
.cid-uZSxAqEMAE .main-btn {
  text-align: center;
}
.cid-uZSqSA0CKD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uZSqSA0CKD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSqSA0CKD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSqSA0CKD .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZSqSA0CKD .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZSqSA0CKD .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uZSqSA0CKD .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-uZSqSA0CKD .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uZSqSA0CKD .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uZSqSA0CKD .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-uZSqSA0CKD .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-uZSqSA0CKD .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-uZSqSA0CKD .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-uZSqSA0CKD .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZSqSA0CKD .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-uZSqSA0CKD .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uZSqSA0CKD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZSqSA0CKD .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uZSqSA0CKD .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uZSqSA0CKD .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-uZSqSA0CKD .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZSqSA0CKD .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uZSqSA0CKD .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-uZSqSA0CKD .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uZSqSA0CKD .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-uZSqSA0CKD .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uZSqSA0CKD .mbr-section-title {
  color: #000000;
}
.cid-uZSqSA0CKD .mbr-text,
.cid-uZSqSA0CKD .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSqSA0CKD .list,
.cid-uZSqSA0CKD .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZSqSA0CKD .mbr-copy {
  color: #515151;
  text-align: center;
}
.cid-uZSqSA0CKD .mbr-section-title,
.cid-uZSqSA0CKD .title-wrapper,
.cid-uZSqSA0CKD .mbr-section-btn,
.cid-uZSqSA0CKD .social-wrapper {
  text-align: center;
}
