.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Kanit', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #ffa600 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #5b6c8f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #eb9900 !important;
  border-color: #eb9900 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffb11f !important;
  border-color: #ffb11f !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ffb11f !important;
  border-color: #ffb11f !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #5b6c8f !important;
  border-color: #5b6c8f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #7686a8 !important;
  border-color: #7686a8 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #7686a8 !important;
  border-color: #7686a8 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffa600;
  color: #ffa600;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a86e00 !important;
  background-color: transparent !important;
  border-color: #a86e00 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #eb9900;
  color: #eb9900;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #946100 !important;
  background-color: transparent !important;
  border-color: #946100 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #eb9900 !important;
  border-color: #eb9900 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #5b6c8f;
  color: #5b6c8f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #39445a !important;
  background-color: transparent !important;
  border-color: #39445a !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #5b6c8f !important;
  border-color: #5b6c8f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffa600 !important;
}
.text-secondary {
  color: #eb9900 !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #5b6c8f !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #996400 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #855700 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #333d51 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffa600;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #5b6c8f;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffa600;
  border-color: #ffa600;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffa600;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffedcc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a4afc5;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffa600 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #ffa600;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffa600;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffa600;
}
.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: #ffa600;
  border-bottom-color: #ffa600;
}
.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: #ffa600 !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: #eb9900 !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='%23ffa600' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-u3vNs4Wnt3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u3vNs4Wnt3 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-u3vNs4Wnt3 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u3vNs4Wnt3 .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u3vNs4Wnt3 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u3vNs4Wnt3 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u3vNs4Wnt3 .container {
    padding: 0 1rem;
  }
}
.cid-u3vNs4Wnt3 .menu-tite {
  background: #ffa600;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #000000;
}
.cid-u3vNs4Wnt3 .nav-link {
  position: relative;
}
.cid-u3vNs4Wnt3 .nav-link:hover {
  color: #320707 !important;
}
.cid-u3vNs4Wnt3 nav.navbar {
  position: fixed;
}
.cid-u3vNs4Wnt3 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u3vNs4Wnt3 .navbar.opened {
  transition: all 0.3s;
}
.cid-u3vNs4Wnt3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3vNs4Wnt3 .navbar .navbar-logo img {
  width: auto;
}
.cid-u3vNs4Wnt3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3vNs4Wnt3 .navbar.collapsed {
  justify-content: center;
}
.cid-u3vNs4Wnt3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3vNs4Wnt3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3vNs4Wnt3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u3vNs4Wnt3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3vNs4Wnt3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3vNs4Wnt3 .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-u3vNs4Wnt3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3vNs4Wnt3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3vNs4Wnt3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u3vNs4Wnt3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3vNs4Wnt3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3vNs4Wnt3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3vNs4Wnt3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3vNs4Wnt3 .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-u3vNs4Wnt3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3vNs4Wnt3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3vNs4Wnt3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3vNs4Wnt3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3vNs4Wnt3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3vNs4Wnt3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u3vNs4Wnt3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u3vNs4Wnt3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3vNs4Wnt3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u3vNs4Wnt3 .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-u3vNs4Wnt3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3vNs4Wnt3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u3vNs4Wnt3 .dropdown-item:hover,
.cid-u3vNs4Wnt3 .dropdown-item:focus {
  background: #ffa600 !important;
  color: white !important;
}
.cid-u3vNs4Wnt3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3vNs4Wnt3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3vNs4Wnt3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u3vNs4Wnt3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3vNs4Wnt3 .dropdown-menu,
.cid-u3vNs4Wnt3 .navbar.opened {
  background: #ffffff !important;
}
.cid-u3vNs4Wnt3 .nav-item:focus,
.cid-u3vNs4Wnt3 .nav-link:focus {
  outline: none;
}
.cid-u3vNs4Wnt3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3vNs4Wnt3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3vNs4Wnt3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3vNs4Wnt3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3vNs4Wnt3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3vNs4Wnt3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3vNs4Wnt3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3vNs4Wnt3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3vNs4Wnt3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3vNs4Wnt3 .dropdown-item.active,
.cid-u3vNs4Wnt3 .dropdown-item:active {
  background-color: transparent;
}
.cid-u3vNs4Wnt3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3vNs4Wnt3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3vNs4Wnt3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3vNs4Wnt3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u3vNs4Wnt3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3vNs4Wnt3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3vNs4Wnt3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3vNs4Wnt3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u3vNs4Wnt3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3vNs4Wnt3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3vNs4Wnt3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3vNs4Wnt3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3vNs4Wnt3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3vNs4Wnt3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u3vNs4Wnt3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3vNs4Wnt3 .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-u3vNs4Wnt3 .navbar {
    height: 70px;
  }
  .cid-u3vNs4Wnt3 .navbar.opened {
    height: auto;
  }
  .cid-u3vNs4Wnt3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3xlSZLIcO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3xlSZLIcO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("");
}
.cid-u3xlSZLIcO .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u3xlSZLIcO .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-u2tOI8szHR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(0deg, #ffffff 10%, #ffa600 100%) !important;
}
.cid-u2tOI8szHR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2tOI8szHR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2tOI8szHR .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-u2tOI8szHR .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-u2tOI8szHR .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-u2tOI8szHR .label-text {
  color: #ffffff;
}
.cid-u2tOI8szHR .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-u2tOI8szHR .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-u2tOI8szHR .link-text {
  color: #C4CFDE;
  margin-left: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u2tOI8szHR .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-u2tOI8szHR .link-text a {
  display: flex;
  align-items: center;
}
.cid-u2tOI8szHR .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-u2tOI8szHR .link-text a:hover {
  color: #ffa600 !important;
}
.cid-u2tMJLlAny {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u2tMJLlAny .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2tMJLlAny .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2tMJLlAny .mbr-section-head {
  margin-bottom: 32px;
}
.cid-u2tMJLlAny .mbr-section-title {
  color: #24262b;
}
.cid-u2tMJLlAny .mbr-section-subtitle {
  color: #24262b;
}
.cid-u2tMJLlAny .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-u2tMJLlAny .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
  border-radius: 0;
}
.cid-u2tMJLlAny .card-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 4rem 3rem;
  transition: .3s all;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-u2tMJLlAny .card-wrap {
    padding: 3rem 2rem;
  }
}
.cid-u2tMJLlAny .item-content {
  max-width: 100%;
  width: 100%;
}
.cid-u2tMJLlAny .card-title-1 {
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-u2tMJLlAny .card-title-2 {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-u2tMJLlAny .card-subtitle-1 {
  color: #24262b;
}
.cid-u2tMJLlAny .card-subtitle-2 {
  color: #24262b;
}
.cid-u2tMJLlAny .card-text-1 {
  margin-top: 16px;
  color: #24262b;
}
.cid-u2tMJLlAny .card-text-2 {
  margin-top: 16px;
  color: #24262b;
}
.cid-u2tMJLlAny .mbr-section-btn {
  margin-top: 20px;
}
.cid-u2tMJLlAny .card-1 .card-wrap {
  background-image: url("../../../assets/images/adobestock-358675022-2000x1334.webp");
}
.cid-u2tMJLlAny .card-2 .card-wrap {
  background: #ffa600;
}
.cid-u2tMJLlAny .card-text-1,
.cid-u2tMJLlAny .mbr-section-btn-1 {
  color: #ffffff;
}
.cid-u2tTavoj7H {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ecede8;
}
.cid-u2tTavoj7H .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2tTavoj7H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-u2tTavoj7H .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u2tTavoj7H img {
  border-radius: 3rem;
}
.cid-u2tTavoj7H .row {
  align-items: center;
}
.cid-u2tTavoj7H .mbr-section-title {
  color: #1f6463;
}
.cid-u2tTavoj7H .mbr-text,
.cid-u2tTavoj7H .mbr-section-btn {
  color: #491414;
}
.cid-u2tTavoj7H .mbr-section-subtitle {
  color: #491414;
}
.cid-u2tV4YVtjT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ecede8;
}
.cid-u2tV4YVtjT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2tV4YVtjT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2tV4YVtjT img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-u2tV4YVtjT img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-u2tV4YVtjT .row {
  flex-direction: row-reverse;
}
.cid-u2tV4YVtjT .row {
  align-items: center;
}
.cid-u2tV4YVtjT .mbr-section-title {
  color: #491414;
}
.cid-u2tV4YVtjT .mbr-text,
.cid-u2tV4YVtjT .mbr-section-btn {
  color: #491414;
}
.cid-u2EG69xbnb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-149773613-2000x1333.webp");
}
.cid-u2EG69xbnb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2EG69xbnb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2EG69xbnb .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u2EG69xbnb .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u2EG69xbnb .container {
    padding: 0;
  }
}
.cid-u2EG69xbnb .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u2EG69xbnb .title-wrapper {
    padding: 0 16px;
  }
}
.cid-u2EG69xbnb .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u2EG69xbnb .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-u2EG69xbnb .mbr-section-title {
  color: #ffffff;
}
.cid-u2EG69xbnb .mbr-text {
  color: #ffffff;
}
.cid-u2FBx7fhpu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u2FBx7fhpu .item-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u2FBx7fhpu .smallImage {
    width: 100%;
  }
  .cid-u2FBx7fhpu .largeImage {
    width: 100%;
  }
  .cid-u2FBx7fhpu .largeImage .item {
    margin-bottom: 2rem;
  }
  .cid-u2FBx7fhpu .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cid-u2FBx7fhpu .largeImage .item {
    margin-bottom: 1rem;
  }
}
.cid-u2FBx7fhpu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2FBx7fhpu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2FBx7fhpu .mbr-description {
  text-align: left;
}
.cid-u2FBx7fhpu .card-title,
.cid-u2FBx7fhpu .iconfont-wrapper {
  color: #000000;
}
.cid-u2FBx7fhpu .card-text {
  color: #000000;
}
.cid-u2FBx7fhpu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u2FBx7fhpu .mbr-number {
  color: #9fe870;
}
.cid-u2FBx7fhpu .mbr-text,
.cid-u2FBx7fhpu .mbr-section-btn {
  text-align: center;
}
.cid-u2FBx7fhpu .card-text,
.cid-u2FBx7fhpu .item .mbr-section-btn {
  text-align: left;
}
.cid-u2FBx7fhpu .smallImage {
  width: 100%;
}
.cid-u2FBx7fhpu .largeImage {
  width: 100%;
}
.cid-sY9MbwRDXJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffa600, #000000);
}
.cid-sY9MbwRDXJ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sY9MbwRDXJ p {
  color: #767676;
  text-align: left;
}
.cid-sY9MbwRDXJ .card-box {
  padding-top: 2rem;
}
.cid-sY9MbwRDXJ .card-wrapper {
  height: 100%;
}
.cid-sY9MbwRDXJ .container3 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 247px;
  max-width: 331px;
  overflow: hidden;
  width: 98vw;
}
.cid-sY9MbwRDXJ .container3 figure {
  background-image: url("../../../assets/images/fa-renov-habitat-5-600x800.webp");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-sY9MbwRDXJ .container4 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 247px;
  max-width: 331px;
  overflow: hidden;
  width: 98vw;
}
.cid-sY9MbwRDXJ .container4 figure {
  background-image: url("../../../assets/images/nettoyage-par-pulverisation-dun-produits-dalep-express-3-800x600.webp");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-sY9MbwRDXJ .container5 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 247px;
  max-width: 331px;
  overflow: hidden;
  width: 98vw;
}
.cid-sY9MbwRDXJ .container5 figure {
  background-image: url("https://www.unsitepourtous.be/mobi/lionaf.jpg");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-sY9MbwRDXJ #compare3 {
  background-image: url("../../../assets/images/fa-renov-habitat-4-600x800.webp");
  background-size: cover;
  bottom: 0;
  border-right: 5px solid rgba(255, 255, 255, 0.7);
  box-shadow: 10px 0 15px -13px #000000;
  height: 100%;
  max-width: 98.6%;
  min-width: 0.6%;
  overflow: visible;
  position: absolute;
  width: 50%;
  animation: first 2s 1 normal ease-in-out 0.1s;
  -webkit-animation: first 2s 1 normal ease-in-out 0.1s;
}
.cid-sY9MbwRDXJ #compare4 {
  background-image: url("../../../assets/images/nettoyage-par-pulverisation-dun-produits-dalep-express-800x600.webp");
  background-size: cover;
  bottom: 0;
  border-right: 5px solid rgba(255, 255, 255, 0.7);
  box-shadow: 10px 0 15px -13px #000000;
  height: 100%;
  max-width: 98.6%;
  min-width: 0.6%;
  overflow: visible;
  position: absolute;
  width: 50%;
  animation: first 2s 1 normal ease-in-out 0.1s;
  -webkit-animation: first 2s 1 normal ease-in-out 0.1s;
}
.cid-sY9MbwRDXJ #compare5 {
  background-image: url("https://www.unsitepourtous.be/mobi/lionbe.jpg");
  background-size: cover;
  bottom: 0;
  border-right: 5px solid rgba(255, 255, 255, 0.7);
  box-shadow: 10px 0 15px -13px #000000;
  height: 100%;
  max-width: 98.6%;
  min-width: 0.6%;
  overflow: visible;
  position: absolute;
  width: 50%;
  animation: first 2s 1 normal ease-in-out 0.1s;
  -webkit-animation: first 2s 1 normal ease-in-out 0.1s;
}
.cid-sY9MbwRDXJ input#slider3 {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  cursor: col-resize;
  height: 100vw;
  left: 0;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  top: -100vw;
  width: 100%;
}
.cid-sY9MbwRDXJ input#slider3::-moz-range-track {
  background: transparent;
}
.cid-sY9MbwRDXJ input#slider3::-ms-track {
  border: none;
  background-color: transparent;
  height: 100vw;
  left: 0;
  outline: none;
  position: relative;
  top: -100vw;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: col-resize;
  color: transparent;
}
.cid-sY9MbwRDXJ input#slider3::-ms-fill-lower {
  background-color: transparent;
}
.cid-sY9MbwRDXJ input#slider3::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-sY9MbwRDXJ input#slider3::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-sY9MbwRDXJ input#slider3::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-sY9MbwRDXJ input#slider::-ms-tooltip {
  display: none;
}
.cid-sY9MbwRDXJ #compare3::before {
  background: url("https://www.unsitepourtous.be/mobi//comparision.png") no-repeat scroll 0 center transparent;
  background-size: contain;
  content: " ";
  float: right;
  height: 100%;
  margin-right: -34px;
  position: relative;
  top: 0;
  width: 64px;
}
.cid-sY9MbwRDXJ input#slider4 {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  cursor: col-resize;
  height: 100vw;
  left: 0;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  top: -100vw;
  width: 100%;
}
.cid-sY9MbwRDXJ input#slider4::-moz-range-track {
  background: transparent;
}
.cid-sY9MbwRDXJ input#slider4::-ms-track {
  border: none;
  background-color: transparent;
  height: 100vw;
  left: 0;
  outline: none;
  position: relative;
  top: -100vw;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: col-resize;
  color: transparent;
}
.cid-sY9MbwRDXJ input#slider4::-ms-fill-lower {
  background-color: transparent;
}
.cid-sY9MbwRDXJ input#slider4::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-sY9MbwRDXJ input#slider4::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-sY9MbwRDXJ input#slider4::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-sY9MbwRDXJ input#slider4::-ms-tooltip {
  display: none;
}
.cid-sY9MbwRDXJ #compare4::before {
  background: url("https://www.unsitepourtous.be/mobi//comparision.png") no-repeat scroll 0 center transparent;
  background-size: contain;
  content: " ";
  float: right;
  height: 100%;
  margin-right: -34px;
  position: relative;
  top: 0;
  width: 64px;
}
.cid-sY9MbwRDXJ input#slider5 {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  cursor: col-resize;
  height: 100vw;
  left: 0;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  top: -100vw;
  width: 100%;
}
.cid-sY9MbwRDXJ input#slider5::-moz-range-track {
  background: transparent;
}
.cid-sY9MbwRDXJ input#slider5::-ms-track {
  border: none;
  background-color: transparent;
  height: 100vw;
  left: 0;
  outline: none;
  position: relative;
  top: -100vw;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: col-resize;
  color: transparent;
}
.cid-sY9MbwRDXJ input#slider5::-ms-fill-lower {
  background-color: transparent;
}
.cid-sY9MbwRDXJ input#slider5::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-sY9MbwRDXJ input#slider5::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-sY9MbwRDXJ input#slider5::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-sY9MbwRDXJ input#slider5::-ms-tooltip {
  display: none;
}
.cid-sY9MbwRDXJ #compare5::before {
  background: url("https://www.unsitepourtous.be/mobi//comparision.png") no-repeat scroll 0 center transparent;
  background-size: contain;
  content: " ";
  float: right;
  height: 100%;
  margin-right: -34px;
  position: relative;
  top: 0;
  width: 64px;
}
@keyframes first {
  0% {
    width: 0%;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 50%;
  }
}
@-webkit-keyframes first {
  0% {
    width: 0%;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 50%;
  }
}
.cid-sY9MbwRDXJ .card-title {
  color: #ffffff;
}
.cid-sY9MbwRDXJ P {
  color: #ffffff;
}
.cid-ue9fSRG9zp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ue9fSRG9zp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue9fSRG9zp .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-ue9fSRG9zp .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-ue9fSRG9zp img {
  border-radius: 1rem;
}
.cid-ue9fSRG9zp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue9fSRG9zp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ue9fSRG9zp .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ue9fSRG9zp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ue9fSRG9zp .mbr-section-title {
  color: #ffa600;
}
.cid-ue9fSRG9zp .mbr-section-subtitle,
.cid-ue9fSRG9zp .subtitle-wrap {
  color: #19303d;
}
.cid-ue9fSRG9zp .mbr-text,
.cid-ue9fSRG9zp .mbr-section-btn {
  color: #19303d;
}
.cid-u9ml44rqxO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u9ml44rqxO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ml44rqxO .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u9ml44rqxO .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-u9ml44rqxO img {
  border-radius: 1rem;
}
.cid-u9ml44rqxO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ml44rqxO .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u9ml44rqxO .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u9ml44rqxO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9ml44rqxO .mbr-section-title {
  color: #ffa600;
}
.cid-u9ml44rqxO .mbr-section-subtitle,
.cid-u9ml44rqxO .subtitle-wrap {
  color: #19303d;
}
.cid-u9ml44rqxO .mbr-text,
.cid-u9ml44rqxO .mbr-section-btn {
  color: #19303d;
}
.cid-u9lEiCo7ZH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u9lEiCo7ZH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9lEiCo7ZH .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u9lEiCo7ZH .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-u9lEiCo7ZH img {
  border-radius: 1rem;
}
.cid-u9lEiCo7ZH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9lEiCo7ZH .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u9lEiCo7ZH .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u9lEiCo7ZH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9lEiCo7ZH .mbr-section-title {
  color: #ffa600;
}
.cid-u9lEiCo7ZH .mbr-section-subtitle,
.cid-u9lEiCo7ZH .subtitle-wrap {
  color: #19303d;
}
.cid-u9lEiCo7ZH .mbr-text,
.cid-u9lEiCo7ZH .mbr-section-btn {
  color: #19303d;
}
.cid-u9lJ3iYdLS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u9lJ3iYdLS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9lJ3iYdLS .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u9lJ3iYdLS .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-u9lJ3iYdLS img {
  border-radius: 1rem;
}
.cid-u9lJ3iYdLS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9lJ3iYdLS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u9lJ3iYdLS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u9lJ3iYdLS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9lJ3iYdLS .mbr-section-title {
  color: #ffa600;
}
.cid-u9lJ3iYdLS .mbr-section-subtitle,
.cid-u9lJ3iYdLS .subtitle-wrap {
  color: #19303d;
}
.cid-u9lJ3iYdLS .mbr-text,
.cid-u9lJ3iYdLS .mbr-section-btn {
  color: #19303d;
}
.cid-u4xyhBKvbB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4xyhBKvbB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4xyhBKvbB .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u4xyhBKvbB .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-u4xyhBKvbB img {
  border-radius: 1rem;
}
.cid-u4xyhBKvbB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4xyhBKvbB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u4xyhBKvbB .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u4xyhBKvbB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u4xyhBKvbB .mbr-section-title {
  color: #ffa600;
}
.cid-u4xyhBKvbB .mbr-section-subtitle,
.cid-u4xyhBKvbB .subtitle-wrap {
  color: #19303d;
}
.cid-u4xyhBKvbB .mbr-text,
.cid-u4xyhBKvbB .mbr-section-btn {
  color: #19303d;
}
.cid-u4xyz7EAbV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4xyz7EAbV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4xyz7EAbV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4xyz7EAbV .mbr-section-title {
  text-align: left;
}
.cid-u4xyz7EAbV .mbr-section-subtitle {
  text-align: left;
}
.cid-u2G3UqV1E7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u2G3UqV1E7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2G3UqV1E7 .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u2G3UqV1E7 .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-u2G3UqV1E7 img {
  border-radius: 1rem;
}
.cid-u2G3UqV1E7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2G3UqV1E7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u2G3UqV1E7 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u2G3UqV1E7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u2G3UqV1E7 .mbr-section-title {
  color: #ffa600;
}
.cid-u2G3UqV1E7 .mbr-section-subtitle,
.cid-u2G3UqV1E7 .subtitle-wrap {
  color: #19303d;
}
.cid-u2G3UqV1E7 .mbr-text,
.cid-u2G3UqV1E7 .mbr-section-btn {
  color: #19303d;
}
.cid-u2G4j4Am7q {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u2G4j4Am7q .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2G4j4Am7q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2G4j4Am7q .mbr-section-title {
  text-align: left;
}
.cid-u2G4j4Am7q .mbr-section-subtitle {
  text-align: left;
}
.cid-u2FMKY0MSf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u2FMKY0MSf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2FMKY0MSf .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u2FMKY0MSf .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-u2FMKY0MSf img {
  border-radius: 1rem;
}
.cid-u2FMKY0MSf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2FMKY0MSf .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u2FMKY0MSf .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u2FMKY0MSf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u2FMKY0MSf .mbr-section-title {
  color: #ffa600;
}
.cid-u2FMKY0MSf .mbr-section-subtitle,
.cid-u2FMKY0MSf .subtitle-wrap {
  color: #19303d;
}
.cid-u2FMKY0MSf .mbr-text,
.cid-u2FMKY0MSf .mbr-section-btn {
  color: #19303d;
}
.cid-u2FN2HYePu {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u2FN2HYePu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2FN2HYePu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2FN2HYePu .mbr-section-title {
  text-align: left;
}
.cid-u2FN2HYePu .mbr-section-subtitle {
  text-align: left;
}
.cid-u2FEL8MA9x {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2FEL8MA9x .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2FEL8MA9x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2FEL8MA9x .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u2FEL8MA9x .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u2FEL8MA9x .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u2FEL8MA9x .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u2FEL8MA9x .container {
    padding: 0 16px;
  }
}
.cid-u2FEL8MA9x .row {
  padding: 60px 64px;
  background-color: #ffffff;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-u2FEL8MA9x .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-u2FEL8MA9x .row {
    padding: 25px 9px;
  }
}
.cid-u2FEL8MA9x .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u2FEL8MA9x .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u2FEL8MA9x .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u2FEL8MA9x .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-u2FEL8MA9x .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-u2FEL8MA9x .image-wrapper img {
    height: 350px;
  }
}
.cid-u2FEL8MA9x .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u2FEL8MA9x .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-u2FEL8MA9x .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-u2FEL8MA9x .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-u2FEL8MA9x .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-u2FEL8MA9x .items-wrapper {
    display: block;
  }
}
.cid-u2FEL8MA9x .items-wrapper .item {
  padding: 50px;
  background-color: #e7f2ed;
  border-radius: .5rem !important;
}
.cid-u2FEL8MA9x .items-wrapper .item:nth-child(2n) {
  background-color: #ecf4f6;
}
@media (max-width: 992px) {
  .cid-u2FEL8MA9x .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-u2FEL8MA9x .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u2FEL8MA9x .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #000000;
  display: inline-flex;
}
.cid-u2FEL8MA9x .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-u2FEL8MA9x .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u2FEL8MA9x .card {
  justify-content: center;
}
.cid-u2FEL8MA9x .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u2FEL8MA9x .mbr-text {
  color: #000000;
}
.cid-u2FEL8MA9x .card-title {
  color: #000000;
}
.cid-u2FEL8MA9x .card-text {
  color: #000000;
  text-align: center;
}
.cid-u2FEL8MA9x .card-title,
.cid-u2FEL8MA9x .icon-wrapper {
  text-align: center;
}
.cid-u2FFJ51TdV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u2FFJ51TdV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2FFJ51TdV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2FFJ51TdV .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u2FFJ51TdV .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u2FFJ51TdV .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u2FFJ51TdV .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u2FFJ51TdV .container {
    padding: 0 16px;
  }
}
.cid-u2FFJ51TdV .row {
  justify-content: center;
}
.cid-u2FFJ51TdV .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-u2FFJ51TdV .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u2FFJ51TdV .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u2FFJ51TdV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u2FFJ51TdV .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u2FFJ51TdV .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u2FGGUH0Lt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u2FGGUH0Lt h6 {
  line-height: 1.2;
}
.cid-u2FGGUH0Lt img,
.cid-u2FGGUH0Lt .item-img {
  width: 100%;
  height: 100%;
}
.cid-u2FGGUH0Lt .item:focus,
.cid-u2FGGUH0Lt span:focus {
  outline: none;
}
.cid-u2FGGUH0Lt .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-u2FGGUH0Lt .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-u2FGGUH0Lt .mbr-section-title {
  color: #000000;
}
.cid-u2FGGUH0Lt .mbr-text,
.cid-u2FGGUH0Lt .mbr-section-btn {
  color: #000000;
}
.cid-u2FGGUH0Lt .item-title {
  color: #000000;
  text-align: center;
}
.cid-u2FGGUH0Lt .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u2FGGUH0Lt .item-text {
  color: #000000;
  text-align: center;
}
.cid-u2FGGUH0Lt .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-u2FGGUH0Lt .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2FHsN9Rav {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u2FHsN9Rav .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2FHsN9Rav .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2FHsN9Rav .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u2FHsN9Rav .container-fluid {
    padding: 0 20px;
  }
}
.cid-u2FHsN9Rav .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u2FHsN9Rav .container {
    padding: 0 20px;
  }
}
.cid-u2FHsN9Rav .row {
  justify-content: center;
}
.cid-u2FHsN9Rav .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-u2FHsN9Rav .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-u2FHsN9Rav .video-block {
    margin-bottom: 30px;
  }
}
.cid-u2FHsN9Rav .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u2FHsN9Rav .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-u2FHsN9Rav .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-u2FHsN9Rav .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u2FHsN9Rav .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-u2FHsN9Rav .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u2F2NnYqc7 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u2F2NnYqc7 .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-u2F2NnYqc7 img,
.cid-u2F2NnYqc7 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2F2NnYqc7 .item:focus,
.cid-u2F2NnYqc7 span:focus {
  outline: none;
}
.cid-u2F2NnYqc7 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u2F2NnYqc7 .item {
    margin-bottom: 1rem;
  }
}
.cid-u2F2NnYqc7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u2F2NnYqc7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u2F2NnYqc7 .mbr-section-title {
  color: #232323;
}
.cid-u2F2NnYqc7 .mbr-text,
.cid-u2F2NnYqc7 .mbr-section-btn {
  color: #a6a99c;
  text-align: center;
}
.cid-u2F2NnYqc7 .item-title {
  color: #232323;
  text-align: center;
}
.cid-u2F2NnYqc7 .content-head {
  max-width: 800px;
}
.cid-u2F3qBFIIe {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u2F3qBFIIe .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2F3qBFIIe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2F3qBFIIe .mbr-section-title {
  text-align: left;
}
.cid-u2F3qBFIIe .mbr-section-subtitle {
  text-align: left;
}
.cid-u2FiafYBLz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u2FiafYBLz .mbr-media {
  position: relative;
}
.cid-u2FiafYBLz .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-u2FiafYBLz a:hover {
  background: none !important;
}
.cid-u2FiafYBLz .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-u2FiafYBLz .mbr-media span {
  font-size: 6rem;
  transition: all 0.2s;
  color: #ffa600;
}
.cid-u2FiafYBLz .mbr-media span:hover {
  color: #eb9900;
}
.cid-u2FiafYBLz .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u2FiafYBLz .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u2FiafYBLz .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u2FiafYBLz .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u2FiafYBLz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u2FiafYBLz .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u2FiafYBLz .mbr-section-subtitle {
  text-align: left;
}
.cid-u3etDJkGDC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3etDJkGDC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3etDJkGDC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-u3etDJkGDC .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-u3etDJkGDC .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u3etDJkGDC .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-u3etDJkGDC .card-wrapper {
  background: #edefeb;
}
.cid-u3etDJkGDC .mbr-text,
.cid-u3etDJkGDC .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-u3etDJkGDC .card-title,
.cid-u3etDJkGDC .card-box {
  text-align: left;
  color: #000000;
}
.cid-u3etLw32Oq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffa600;
}
.cid-u3etLw32Oq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3etLw32Oq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3etLw32Oq .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-u3etLw32Oq .container-fluid {
    padding: 0 12px;
  }
}
.cid-u3etLw32Oq .container-fluid .row {
  padding: 0;
}
.cid-u3etLw32Oq .row {
  margin-top: -2px;
  border-radius: 5px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u3etLw32Oq .card {
    margin-bottom: 28px;
  }
}
.cid-u3etLw32Oq .card .image-wrapper img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  border: 5px solid #ffffff;
}
.cid-u2F1SUgpJN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #003440;
}
.cid-u2F1SUgpJN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2F1SUgpJN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2F1SUgpJN .row {
    padding: 0 24px;
  }
}
.cid-u2F1SUgpJN .text-wrapper {
  padding: 0 0 0 110px;
}
@media (max-width: 992px) {
  .cid-u2F1SUgpJN .text-wrapper {
    margin: 0 0 32px 0;
    padding: 0;
  }
}
.cid-u2F1SUgpJN .text-wrapper .mbr-section-title {
  margin-bottom: 28px;
}
.cid-u2F1SUgpJN .text-wrapper .mbr-text {
  margin-bottom: 48px;
}
.cid-u2F1SUgpJN .image-wrap {
  display: flex;
}
.cid-u2F1SUgpJN .image-wrap .image-wrapper:first-child {
  padding: 7rem 20px 0 0;
}
.cid-u2F1SUgpJN .image-wrap .image-wrapper:first-child .image {
  max-width: 290px;
}
.cid-u2F1SUgpJN .image-wrap .image-wrapper .image {
  max-width: 290px;
  height: 350px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u2F1SUgpJN .image-wrap .image-wrapper .image {
    border-radius: 20px !important;
  }
}
@media (max-width: 425px) {
  .cid-u2F1SUgpJN .image-wrap .image-wrapper .image {
    height: 200px;
  }
}
.cid-u2F1SUgpJN .mbr-section-title {
  color: #ffe4c1;
}
.cid-u2F1SUgpJN .mbr-text {
  color: #ffe4c1;
}
.cid-u2EVfdUDlo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u2EVfdUDlo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2EVfdUDlo .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u2EVfdUDlo .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #ffa600;
  z-index: -1;
}
.cid-u2EVfdUDlo img {
  border-radius: 1rem;
}
.cid-u2EVfdUDlo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2EVfdUDlo .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u2EVfdUDlo .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u2EVfdUDlo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u2EVfdUDlo .mbr-section-title {
  color: #19303d;
}
.cid-u2EVfdUDlo .mbr-section-subtitle,
.cid-u2EVfdUDlo .subtitle-wrap {
  color: #19303d;
}
.cid-u2EVfdUDlo .mbr-text,
.cid-u2EVfdUDlo .mbr-section-btn {
  color: #19303d;
}
.cid-u2EX06bqyG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u2EX06bqyG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2EX06bqyG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2EX06bqyG .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u2EX06bqyG .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2EX06bqyG .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u2EX06bqyG .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2EX06bqyG .container {
    padding: 0 12px;
  }
}
.cid-u2EX06bqyG .row {
  justify-content: center;
}
.cid-u2EX06bqyG .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 12%;
}
.cid-u2EX06bqyG .image-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #ffa600;
  border-radius: 32px;
  opacity: .85;
}
.cid-u2EX06bqyG .image-wrapper img {
  height: 500px;
  object-fit: cover;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u2EX06bqyG .image-wrapper img {
    height: 350px;
  }
}
.cid-u2ET8Una9E {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u2ET8Una9E .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2ET8Una9E .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u2ET8Una9E .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #ffa600;
  z-index: -1;
}
.cid-u2ET8Una9E img {
  border-radius: 1rem;
}
.cid-u2ET8Una9E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2ET8Una9E .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u2ET8Una9E .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u2ET8Una9E .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u2ET8Una9E .mbr-section-title {
  color: #19303d;
}
.cid-u2ET8Una9E .mbr-section-subtitle,
.cid-u2ET8Una9E .subtitle-wrap {
  color: #19303d;
}
.cid-u2ET8Una9E .mbr-text,
.cid-u2ET8Una9E .mbr-section-btn {
  color: #19303d;
}
.cid-u2EE04vZEJ {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffa600;
}
@media (max-width: 992px) {
  .cid-u2EE04vZEJ {
    background-color: #000000;
  }
  .cid-u2EE04vZEJ .accordion-content-wrapper {
    padding-top: 10px;
  }
  .cid-u2EE04vZEJ .mbr-section-subtitle {
    margin-top: 0;
    line-height: 2 !important;
  }
}
.cid-u2EE04vZEJ .mbr-overlay {
  padding: 0;
  background: #000000;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
  bottom: -5%;
}
.cid-u2EE04vZEJ .header-text {
  flex: 1 1 auto;
  letter-spacing: 1.61px;
}
.cid-u2EE04vZEJ h4 {
  letter-spacing: 3.27px !important;
  font-style: normal;
}
.cid-u2EE04vZEJ .panel-collapse {
  letter-spacing: 0.03em;
  color: #ffffff;
  text-align: left;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-u2EE04vZEJ .mbr-section-subtitle {
  font-weight: 500;
  color: #a5bdce;
  margin: 30px 0;
}
.cid-u2EE04vZEJ .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-u2EE04vZEJ .accordion-wrapper {
  padding: 0 25px;
}
.cid-u2EE04vZEJ .accordion-content-wrapper {
  padding: 50px 0;
  max-width: 484px;
  margin: 0 auto;
}
.cid-u2EE04vZEJ .vertical-center {
  align-items: center;
}
.cid-u2EE04vZEJ .panel-group {
  width: 100%;
}
.cid-u2EE04vZEJ .card {
  border-bottom: 1px solid #7394ab !important;
  border-radius: 0px;
}
.cid-u2EE04vZEJ .card:first-of-type {
  border-top: 1px solid #7394ab;
}
.cid-u2EE04vZEJ .card .card-header {
  border-radius: 0px;
  border: 0px !important;
  padding: 0;
  background-color: transparent;
  padding: 20px 0;
}
.cid-u2EE04vZEJ .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-u2EE04vZEJ .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-u2EE04vZEJ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-u2EE04vZEJ .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-u2EE04vZEJ .card h4,
.cid-u2EE04vZEJ .card h5 {
  margin-bottom: 0;
}
.cid-u2EE04vZEJ .card p {
  margin: 0;
}
.cid-u2EE04vZEJ .card .panel-body {
  background-color: transparent;
  padding: 4px 0 20px 0;
}
.cid-u2EE04vZEJ .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2EE04vZEJ .sign {
  color: #ffffff;
}
.cid-u2EE04vZEJ .sign:before {
  content: "\e95d";
  font-weight: 700;
}
@media (max-width: 991px) {
  .cid-u2EE04vZEJ .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-u2EE04vZEJ .header-text,
.cid-u2EE04vZEJ .sign P {
  text-align: left;
}
.cid-u2EE04vZEJ .mbr-text {
  color: #ffffff;
}
.cid-u2EE04vZEJ .mbri-arrow-up {
  max-height: 7px;
  overflow: hidden;
  vertical-align: middle;
}
.cid-u2EE04vZEJ .mbri-arrow-up:before {
  content: "\e94c";
  font-weight: 700;
}
.cid-u2EE04vZEJ .text-container {
  max-width: 934px;
}
.cid-u2EE04vZEJ .text-container p {
  padding: 30px 0 20.6px 0;
}
.cid-u2EE04vZEJ .panel-title {
  background: transparent;
}
.cid-u2EE04vZEJ H4 {
  color: #ffffff;
}
.cid-u2EE04vZEJ .header-text,
.cid-u2EE04vZEJ .sign {
  color: #ffa600;
}
.cid-u2EE04vZEJ .mbr-text,
.cid-u2EE04vZEJ .mbr-section-btn {
  color: #ebc6b8;
}
.cid-u2EE04vZEJ H5 {
  color: #ebc6b8;
}
.cid-u2EE04vZEJ .panel-text {
  color: #ffffff;
}
.cid-u2EE04vZEJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2EE04vZEJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2Ey4oKwZo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u2Ey4oKwZo .mbr-section-title.col-title {
  color: #a68462;
}
.cid-u2Ey4oKwZo .colored-text {
  color: #a68462 !important;
}
.cid-u2Ey4oKwZo .mbr-section-title {
  color: #ffffff;
}
.cid-u2Ey4oKwZo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u2Ey4oKwZo .mbr-text {
  color: #ffffff;
}
.cid-u2Ey4oKwZo .mbr-section-title.main-title {
  color: #000000;
}
.cid-u2Ey4oKwZo .mbr-text.main-text {
  color: #000000;
}
.cid-u2Ey4oKwZo .mbr-text.col-text {
  color: #000000;
}
.cid-u2EHFEn34g {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-u2EHFEn34g .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-u2EHFEn34g .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u2EHFEn34g .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u2EHFEn34g .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-u2EHFEn34g .card-title,
.cid-u2EHFEn34g .iconfont-wrapper {
  color: #000000;
}
.cid-u2EHFEn34g .card-text {
  color: #000000;
  text-align: left;
}
.cid-u2EHFEn34g .content-head {
  max-width: 800px;
}
.cid-u2EHFEn34g .mbr-section-title {
  color: #ffffff;
}
.cid-u2EHFEn34g .card-title,
.cid-u2EHFEn34g .img-wrapper {
  text-align: center;
}
.cid-u2EHFEn34g .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-u2EP4HuIyP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/adobestock-25000677-2000x1333.webp");
}
.cid-u2EP4HuIyP .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-u2EP4HuIyP .panel-group {
  border: none;
}
.cid-u2EP4HuIyP .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-u2EP4HuIyP .card-header {
    padding: 0rem;
  }
}
.cid-u2EP4HuIyP .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-u2EP4HuIyP .img-col {
  padding: 0;
}
.cid-u2EP4HuIyP .img-item {
  height: 100%;
}
.cid-u2EP4HuIyP img {
  height: 100%;
  object-fit: cover;
}
.cid-u2EP4HuIyP .collapsed span {
  transform: rotate(0deg);
}
.cid-u2EP4HuIyP .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u2EP4HuIyP p {
  margin-bottom: 0.3rem;
}
.cid-u2EP4HuIyP .panel-title-edit {
  color: #000000;
}
.cid-u2EP4HuIyP .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-u2EP4HuIyP .card {
  background: #ffa600;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-u2EP4HuIyP .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u2EP4HuIyP .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-u2EP4HuIyP .panel-text {
  color: #000000;
}
.cid-u2EP4HuIyP .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u2EP4HuIyP .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u2EP4HuIyP .panel-title-edit,
.cid-u2EP4HuIyP .mbr-iconfont {
  color: #000000;
}
.cid-u2GxMD8Cqq {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #ffbf31, #ffffff);
}
@media (max-width: 992px) {
  .cid-u2GxMD8Cqq .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u2GxMD8Cqq .card-link {
  position: relative;
  width: fit-content;
  margin-top: 1rem;
}
.cid-u2GxMD8Cqq .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-u2GxMD8Cqq .card-link:hover a {
  background-image: none !important;
}
.cid-u2GxMD8Cqq .card-link:hover {
  cursor: pointer;
}
.cid-u2GxMD8Cqq .card-link:hover:before {
  width: 0%;
}
.cid-u2GxMD8Cqq .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  color: #232323;
  align-items: center;
  justify-content: center;
}
.cid-u2GxMD8Cqq .row {
  justify-content: center;
}
.cid-u2GxMD8Cqq .card-box {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #232323;
  padding-bottom: 1.5rem;
  margin-bottom: 0.5rem;
}
.cid-u2GxMD8Cqq .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-u2GxMD8Cqq .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-u2GxMD8Cqq .mbr-section-subtitle {
  color: #777777;
}
.cid-u2GxMD8Cqq .card-text {
  color: #232323;
}
.cid-u2GxMD8Cqq .card-title,
.cid-u2GxMD8Cqq .iconfont-wrapper {
  color: #232323;
}
.cid-u2GxMD8Cqq .mbr-section-title {
  text-align: left;
}
.cid-u2GxMD8Cqq .card-link,
.cid-u2GxMD8Cqq .link-icon,
.cid-u2GxMD8Cqq .link-align {
  color: #232323;
}
.cid-u3jCuYeo3F {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3jCuYeo3F .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3jCuYeo3F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3jCuYeo3F .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .container {
    padding: 0 6px;
  }
}
.cid-u3jCuYeo3F .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #000000;
}
@media (max-width: 1440px) {
  .cid-u3jCuYeo3F .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-u3jCuYeo3F .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-u3jCuYeo3F .row {
    padding: 50px 30px;
  }
}
.cid-u3jCuYeo3F .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-u3jCuYeo3F .title-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .title-wrapper {
    padding: 0;
  }
}
.cid-u3jCuYeo3F .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u3jCuYeo3F .title-wrapper .mbr-section-title span {
  color: #ffa600;
}
.cid-u3jCuYeo3F .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-u3jCuYeo3F .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .list-wrapper {
    padding: 0;
  }
}
.cid-u3jCuYeo3F .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-u3jCuYeo3F .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u3jCuYeo3F .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-u3jCuYeo3F .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u3jCuYeo3F .list-wrapper .list .item-wrap:hover,
.cid-u3jCuYeo3F .list-wrapper .list .item-wrap:focus {
  color: #ffa600;
}
.cid-u3jCuYeo3F .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.cid-u3jCuYeo3F .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-u3jCuYeo3F .mbr-section-title {
  color: #ffffff;
}
.cid-u3jCuYeo3F .list-title {
  color: #ffffff;
}
.cid-u3jCuYeo3F .list {
  color: #ffffff;
}
.cid-u3vNs4Wnt3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u3vNs4Wnt3 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-u3vNs4Wnt3 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u3vNs4Wnt3 .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u3vNs4Wnt3 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u3vNs4Wnt3 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u3vNs4Wnt3 .container {
    padding: 0 1rem;
  }
}
.cid-u3vNs4Wnt3 .menu-tite {
  background: #ffa600;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #000000;
}
.cid-u3vNs4Wnt3 .nav-link {
  position: relative;
}
.cid-u3vNs4Wnt3 .nav-link:hover {
  color: #320707 !important;
}
.cid-u3vNs4Wnt3 nav.navbar {
  position: fixed;
}
.cid-u3vNs4Wnt3 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u3vNs4Wnt3 .navbar.opened {
  transition: all 0.3s;
}
.cid-u3vNs4Wnt3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3vNs4Wnt3 .navbar .navbar-logo img {
  width: auto;
}
.cid-u3vNs4Wnt3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3vNs4Wnt3 .navbar.collapsed {
  justify-content: center;
}
.cid-u3vNs4Wnt3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3vNs4Wnt3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3vNs4Wnt3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u3vNs4Wnt3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3vNs4Wnt3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3vNs4Wnt3 .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-u3vNs4Wnt3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3vNs4Wnt3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3vNs4Wnt3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u3vNs4Wnt3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3vNs4Wnt3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3vNs4Wnt3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3vNs4Wnt3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3vNs4Wnt3 .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-u3vNs4Wnt3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3vNs4Wnt3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3vNs4Wnt3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3vNs4Wnt3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3vNs4Wnt3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3vNs4Wnt3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u3vNs4Wnt3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u3vNs4Wnt3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3vNs4Wnt3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u3vNs4Wnt3 .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-u3vNs4Wnt3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3vNs4Wnt3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u3vNs4Wnt3 .dropdown-item:hover,
.cid-u3vNs4Wnt3 .dropdown-item:focus {
  background: #ffa600 !important;
  color: white !important;
}
.cid-u3vNs4Wnt3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3vNs4Wnt3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3vNs4Wnt3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u3vNs4Wnt3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3vNs4Wnt3 .dropdown-menu,
.cid-u3vNs4Wnt3 .navbar.opened {
  background: #ffffff !important;
}
.cid-u3vNs4Wnt3 .nav-item:focus,
.cid-u3vNs4Wnt3 .nav-link:focus {
  outline: none;
}
.cid-u3vNs4Wnt3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3vNs4Wnt3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3vNs4Wnt3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3vNs4Wnt3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3vNs4Wnt3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3vNs4Wnt3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3vNs4Wnt3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3vNs4Wnt3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3vNs4Wnt3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3vNs4Wnt3 .dropdown-item.active,
.cid-u3vNs4Wnt3 .dropdown-item:active {
  background-color: transparent;
}
.cid-u3vNs4Wnt3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3vNs4Wnt3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3vNs4Wnt3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3vNs4Wnt3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u3vNs4Wnt3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3vNs4Wnt3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3vNs4Wnt3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3vNs4Wnt3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u3vNs4Wnt3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3vNs4Wnt3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3vNs4Wnt3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3vNs4Wnt3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3vNs4Wnt3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3vNs4Wnt3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u3vNs4Wnt3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3vNs4Wnt3 .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-u3vNs4Wnt3 .navbar {
    height: 70px;
  }
  .cid-u3vNs4Wnt3 .navbar.opened {
    height: auto;
  }
  .cid-u3vNs4Wnt3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3d63sXtgp {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3d63sXtgp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3d63sXtgp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3d63sXtgp .mbr-text {
  color: #000000;
  text-align: left;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u3d63sXtgp .mbr-text {
    margin-bottom: 1rem;
  }
}
.cid-u3d63sXtgp .mbr-section-subtitle {
  color: #000000;
}
.cid-u3d63sXtgp .item-wrapper {
  background: #232323;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-u3d63sXtgp .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u3d63sXtgp .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-u3d63sXtgp .mbr-number {
  color: #ffffff;
}
.cid-u3d63sXtgp .mbr-section-title {
  text-align: center;
}
.cid-u3d63sXtgp .mbr-subtitle {
  text-align: center;
}
.cid-u3d63sXtgp .card-text,
.cid-u3d63sXtgp .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u3g80CiBk4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3g80CiBk4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3g80CiBk4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3g80CiBk4 .mbr-section-title {
  text-align: left;
}
.cid-u3g80CiBk4 .mbr-section-subtitle {
  text-align: left;
}
.cid-u3giZrtkKz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3giZrtkKz .mbr-text {
  color: #000000;
}
.cid-u3giZrtkKz .mbr-section-subtitle {
  color: #000000;
}
.cid-u3giZrtkKz .mbr-section-title {
  color: #000000;
}
.cid-u3jCuYeo3F {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3jCuYeo3F .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3jCuYeo3F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3jCuYeo3F .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .container {
    padding: 0 6px;
  }
}
.cid-u3jCuYeo3F .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #000000;
}
@media (max-width: 1440px) {
  .cid-u3jCuYeo3F .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-u3jCuYeo3F .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-u3jCuYeo3F .row {
    padding: 50px 30px;
  }
}
.cid-u3jCuYeo3F .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-u3jCuYeo3F .title-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .title-wrapper {
    padding: 0;
  }
}
.cid-u3jCuYeo3F .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u3jCuYeo3F .title-wrapper .mbr-section-title span {
  color: #ffa600;
}
.cid-u3jCuYeo3F .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-u3jCuYeo3F .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .list-wrapper {
    padding: 0;
  }
}
.cid-u3jCuYeo3F .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-u3jCuYeo3F .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u3jCuYeo3F .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-u3jCuYeo3F .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u3jCuYeo3F .list-wrapper .list .item-wrap:hover,
.cid-u3jCuYeo3F .list-wrapper .list .item-wrap:focus {
  color: #ffa600;
}
.cid-u3jCuYeo3F .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.cid-u3jCuYeo3F .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-u3jCuYeo3F .mbr-section-title {
  color: #ffffff;
}
.cid-u3jCuYeo3F .list-title {
  color: #ffffff;
}
.cid-u3jCuYeo3F .list {
  color: #ffffff;
}
.cid-u3vNs4Wnt3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u3vNs4Wnt3 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-u3vNs4Wnt3 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u3vNs4Wnt3 .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u3vNs4Wnt3 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u3vNs4Wnt3 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u3vNs4Wnt3 .container {
    padding: 0 1rem;
  }
}
.cid-u3vNs4Wnt3 .menu-tite {
  background: #ffa600;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #000000;
}
.cid-u3vNs4Wnt3 .nav-link {
  position: relative;
}
.cid-u3vNs4Wnt3 .nav-link:hover {
  color: #320707 !important;
}
.cid-u3vNs4Wnt3 nav.navbar {
  position: fixed;
}
.cid-u3vNs4Wnt3 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u3vNs4Wnt3 .navbar.opened {
  transition: all 0.3s;
}
.cid-u3vNs4Wnt3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3vNs4Wnt3 .navbar .navbar-logo img {
  width: auto;
}
.cid-u3vNs4Wnt3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3vNs4Wnt3 .navbar.collapsed {
  justify-content: center;
}
.cid-u3vNs4Wnt3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3vNs4Wnt3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3vNs4Wnt3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u3vNs4Wnt3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3vNs4Wnt3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3vNs4Wnt3 .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-u3vNs4Wnt3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3vNs4Wnt3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3vNs4Wnt3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u3vNs4Wnt3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3vNs4Wnt3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3vNs4Wnt3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3vNs4Wnt3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3vNs4Wnt3 .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-u3vNs4Wnt3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3vNs4Wnt3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3vNs4Wnt3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3vNs4Wnt3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3vNs4Wnt3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3vNs4Wnt3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u3vNs4Wnt3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u3vNs4Wnt3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3vNs4Wnt3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u3vNs4Wnt3 .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-u3vNs4Wnt3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3vNs4Wnt3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u3vNs4Wnt3 .dropdown-item:hover,
.cid-u3vNs4Wnt3 .dropdown-item:focus {
  background: #ffa600 !important;
  color: white !important;
}
.cid-u3vNs4Wnt3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3vNs4Wnt3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3vNs4Wnt3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u3vNs4Wnt3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3vNs4Wnt3 .dropdown-menu,
.cid-u3vNs4Wnt3 .navbar.opened {
  background: #ffffff !important;
}
.cid-u3vNs4Wnt3 .nav-item:focus,
.cid-u3vNs4Wnt3 .nav-link:focus {
  outline: none;
}
.cid-u3vNs4Wnt3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3vNs4Wnt3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3vNs4Wnt3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3vNs4Wnt3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3vNs4Wnt3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3vNs4Wnt3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3vNs4Wnt3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3vNs4Wnt3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3vNs4Wnt3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3vNs4Wnt3 .dropdown-item.active,
.cid-u3vNs4Wnt3 .dropdown-item:active {
  background-color: transparent;
}
.cid-u3vNs4Wnt3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3vNs4Wnt3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3vNs4Wnt3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3vNs4Wnt3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u3vNs4Wnt3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3vNs4Wnt3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3vNs4Wnt3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3vNs4Wnt3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u3vNs4Wnt3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3vNs4Wnt3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3vNs4Wnt3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3vNs4Wnt3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3vNs4Wnt3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3vNs4Wnt3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u3vNs4Wnt3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3vNs4Wnt3 .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-u3vNs4Wnt3 .navbar {
    height: 70px;
  }
  .cid-u3vNs4Wnt3 .navbar.opened {
    height: auto;
  }
  .cid-u3vNs4Wnt3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3dmvslli2 {
  padding-top: 9rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3dmvslli2 .mbr-text {
  color: #000000;
}
.cid-u3dmvslli2 .mbr-section-subtitle {
  color: #000000;
}
.cid-u3dmvslli2 .mbr-section-title {
  color: #000000;
}
.cid-u3exXHV54z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3exXHV54z .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3exXHV54z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3exXHV54z .mbr-section-title {
  text-align: left;
}
.cid-u3exXHV54z .mbr-section-subtitle {
  text-align: left;
}
.cid-u3f1dgeIyZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3f1dgeIyZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3f1dgeIyZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-u3f1dgeIyZ .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-u3f1dgeIyZ .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u3f1dgeIyZ .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-u3f1dgeIyZ .card-wrapper {
  background: #ffffff;
}
.cid-u3f1dgeIyZ .mbr-text,
.cid-u3f1dgeIyZ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-u3f1dgeIyZ .card-title,
.cid-u3f1dgeIyZ .card-box {
  text-align: left;
  color: #000000;
}
.cid-u3g4GQGx2j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u3g4GQGx2j .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3g4GQGx2j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3g4GQGx2j .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u3g4GQGx2j .container-fluid {
    padding: 0 20px;
  }
}
.cid-u3g4GQGx2j .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u3g4GQGx2j .container {
    padding: 0 20px;
  }
}
.cid-u3g4GQGx2j .row {
  justify-content: center;
}
.cid-u3g4GQGx2j .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-u3g4GQGx2j .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-u3g4GQGx2j .video-block {
    margin-bottom: 30px;
  }
}
.cid-u3g4GQGx2j .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u3g4GQGx2j .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-u3g4GQGx2j .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-u3g4GQGx2j .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u3g4GQGx2j .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-u3g4GQGx2j .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u3jCuYeo3F {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3jCuYeo3F .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3jCuYeo3F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3jCuYeo3F .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .container {
    padding: 0 6px;
  }
}
.cid-u3jCuYeo3F .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #000000;
}
@media (max-width: 1440px) {
  .cid-u3jCuYeo3F .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-u3jCuYeo3F .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-u3jCuYeo3F .row {
    padding: 50px 30px;
  }
}
.cid-u3jCuYeo3F .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-u3jCuYeo3F .title-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .title-wrapper {
    padding: 0;
  }
}
.cid-u3jCuYeo3F .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u3jCuYeo3F .title-wrapper .mbr-section-title span {
  color: #ffa600;
}
.cid-u3jCuYeo3F .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-u3jCuYeo3F .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .list-wrapper {
    padding: 0;
  }
}
.cid-u3jCuYeo3F .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-u3jCuYeo3F .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u3jCuYeo3F .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-u3jCuYeo3F .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u3jCuYeo3F .list-wrapper .list .item-wrap:hover,
.cid-u3jCuYeo3F .list-wrapper .list .item-wrap:focus {
  color: #ffa600;
}
.cid-u3jCuYeo3F .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.cid-u3jCuYeo3F .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-u3jCuYeo3F .mbr-section-title {
  color: #ffffff;
}
.cid-u3jCuYeo3F .list-title {
  color: #ffffff;
}
.cid-u3jCuYeo3F .list {
  color: #ffffff;
}
.cid-u3vNs4Wnt3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u3vNs4Wnt3 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-u3vNs4Wnt3 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u3vNs4Wnt3 .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u3vNs4Wnt3 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u3vNs4Wnt3 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u3vNs4Wnt3 .container {
    padding: 0 1rem;
  }
}
.cid-u3vNs4Wnt3 .menu-tite {
  background: #ffa600;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #000000;
}
.cid-u3vNs4Wnt3 .nav-link {
  position: relative;
}
.cid-u3vNs4Wnt3 .nav-link:hover {
  color: #320707 !important;
}
.cid-u3vNs4Wnt3 nav.navbar {
  position: fixed;
}
.cid-u3vNs4Wnt3 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u3vNs4Wnt3 .navbar.opened {
  transition: all 0.3s;
}
.cid-u3vNs4Wnt3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3vNs4Wnt3 .navbar .navbar-logo img {
  width: auto;
}
.cid-u3vNs4Wnt3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3vNs4Wnt3 .navbar.collapsed {
  justify-content: center;
}
.cid-u3vNs4Wnt3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3vNs4Wnt3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3vNs4Wnt3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u3vNs4Wnt3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3vNs4Wnt3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3vNs4Wnt3 .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-u3vNs4Wnt3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3vNs4Wnt3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3vNs4Wnt3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u3vNs4Wnt3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3vNs4Wnt3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3vNs4Wnt3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3vNs4Wnt3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3vNs4Wnt3 .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-u3vNs4Wnt3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3vNs4Wnt3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3vNs4Wnt3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3vNs4Wnt3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3vNs4Wnt3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3vNs4Wnt3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u3vNs4Wnt3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u3vNs4Wnt3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3vNs4Wnt3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u3vNs4Wnt3 .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-u3vNs4Wnt3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3vNs4Wnt3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u3vNs4Wnt3 .dropdown-item:hover,
.cid-u3vNs4Wnt3 .dropdown-item:focus {
  background: #ffa600 !important;
  color: white !important;
}
.cid-u3vNs4Wnt3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3vNs4Wnt3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3vNs4Wnt3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u3vNs4Wnt3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3vNs4Wnt3 .dropdown-menu,
.cid-u3vNs4Wnt3 .navbar.opened {
  background: #ffffff !important;
}
.cid-u3vNs4Wnt3 .nav-item:focus,
.cid-u3vNs4Wnt3 .nav-link:focus {
  outline: none;
}
.cid-u3vNs4Wnt3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3vNs4Wnt3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3vNs4Wnt3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3vNs4Wnt3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3vNs4Wnt3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3vNs4Wnt3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3vNs4Wnt3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3vNs4Wnt3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3vNs4Wnt3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3vNs4Wnt3 .dropdown-item.active,
.cid-u3vNs4Wnt3 .dropdown-item:active {
  background-color: transparent;
}
.cid-u3vNs4Wnt3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3vNs4Wnt3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3vNs4Wnt3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3vNs4Wnt3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u3vNs4Wnt3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3vNs4Wnt3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3vNs4Wnt3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3vNs4Wnt3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u3vNs4Wnt3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3vNs4Wnt3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3vNs4Wnt3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3vNs4Wnt3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3vNs4Wnt3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3vNs4Wnt3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u3vNs4Wnt3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3vNs4Wnt3 .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-u3vNs4Wnt3 .navbar {
    height: 70px;
  }
  .cid-u3vNs4Wnt3 .navbar.opened {
    height: auto;
  }
  .cid-u3vNs4Wnt3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3dnL95hPB {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-309620183-2000x1333.webp");
}
.cid-u3dnL95hPB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3dnL95hPB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-u3dnL95hPB .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-u3dnL95hPB .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u3dnL95hPB .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-u3dnL95hPB .card-wrapper {
  background: #ffffff;
}
.cid-u3dnL95hPB .mbr-text,
.cid-u3dnL95hPB .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-u3dnL95hPB .card-title,
.cid-u3dnL95hPB .card-box {
  text-align: left;
  color: #000000;
}
.cid-u3dtKuv4OP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3dtKuv4OP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3dtKuv4OP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u3dtKuv4OP .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-u3dtKuv4OP .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u3dtKuv4OP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u3dtKuv4OP .media-content,
.cid-u3dtKuv4OP .mbr-figure {
  align-self: center;
}
.cid-u3dtKuv4OP .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-u3dtKuv4OP .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-u3dtKuv4OP .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-u3dtKuv4OP .mbr-section-maintitle {
  text-align: center;
}
.cid-u3dtKuv4OP .mbr-section-title {
  text-align: left;
}
.cid-u3dtKuv4OP .mbr-text,
.cid-u3dtKuv4OP .mbr-section-btn {
  text-align: left;
}
.cid-u3dD7IPevn {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3dD7IPevn .mbr-text {
  color: #000000;
}
.cid-u3dD7IPevn .mbr-section-subtitle {
  color: #000000;
}
.cid-u3dD7IPevn .mbr-section-title {
  color: #000000;
}
.cid-u3evfGcojE {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-u3evfGcojE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3evfGcojE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-u3evfGcojE .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-u3evfGcojE .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u3evfGcojE .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-u3evfGcojE .card-wrapper {
  background: #ffffff;
}
.cid-u3evfGcojE .mbr-text,
.cid-u3evfGcojE .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-u3evfGcojE .card-title,
.cid-u3evfGcojE .card-box {
  text-align: left;
  color: #000000;
}
.cid-u3g8OhG1EI {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3g8OhG1EI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3g8OhG1EI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3g8OhG1EI .mbr-section-title {
  text-align: left;
}
.cid-u3g8OhG1EI .mbr-section-subtitle {
  text-align: left;
}
.cid-u3ge7u3lT0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-u3ge7u3lT0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3ge7u3lT0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1600px) {
  .cid-u3ge7u3lT0 .col-lg-4 {
    padding: 0 2.5rem;
  }
}
.cid-u3ge7u3lT0 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u3ge7u3lT0 .image-wrapper {
  height: 750px;
}
@media (max-width: 992px) {
  .cid-u3ge7u3lT0 .image-wrapper {
    padding-bottom: 2rem;
    height: 550px;
  }
}
.cid-u3ge7u3lT0 .mbr-text {
  color: #ffffff;
}
.cid-u3gf9k3sph {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-u3gf9k3sph .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3gf9k3sph .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-u3gf9k3sph .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-u3gf9k3sph .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u3gf9k3sph .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-u3gf9k3sph .card-wrapper {
  background: #ffffff;
}
.cid-u3gf9k3sph .mbr-text,
.cid-u3gf9k3sph .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-u3gf9k3sph .card-title,
.cid-u3gf9k3sph .card-box {
  text-align: left;
  color: #000000;
}
.cid-u3jCuYeo3F {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3jCuYeo3F .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3jCuYeo3F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3jCuYeo3F .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .container {
    padding: 0 6px;
  }
}
.cid-u3jCuYeo3F .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #000000;
}
@media (max-width: 1440px) {
  .cid-u3jCuYeo3F .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-u3jCuYeo3F .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-u3jCuYeo3F .row {
    padding: 50px 30px;
  }
}
.cid-u3jCuYeo3F .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-u3jCuYeo3F .title-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .title-wrapper {
    padding: 0;
  }
}
.cid-u3jCuYeo3F .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u3jCuYeo3F .title-wrapper .mbr-section-title span {
  color: #ffa600;
}
.cid-u3jCuYeo3F .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-u3jCuYeo3F .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .list-wrapper {
    padding: 0;
  }
}
.cid-u3jCuYeo3F .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-u3jCuYeo3F .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u3jCuYeo3F .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-u3jCuYeo3F .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u3jCuYeo3F .list-wrapper .list .item-wrap:hover,
.cid-u3jCuYeo3F .list-wrapper .list .item-wrap:focus {
  color: #ffa600;
}
.cid-u3jCuYeo3F .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.cid-u3jCuYeo3F .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-u3jCuYeo3F .mbr-section-title {
  color: #ffffff;
}
.cid-u3jCuYeo3F .list-title {
  color: #ffffff;
}
.cid-u3jCuYeo3F .list {
  color: #ffffff;
}
.cid-u3vNs4Wnt3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u3vNs4Wnt3 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-u3vNs4Wnt3 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u3vNs4Wnt3 .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u3vNs4Wnt3 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u3vNs4Wnt3 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u3vNs4Wnt3 .container {
    padding: 0 1rem;
  }
}
.cid-u3vNs4Wnt3 .menu-tite {
  background: #ffa600;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #000000;
}
.cid-u3vNs4Wnt3 .nav-link {
  position: relative;
}
.cid-u3vNs4Wnt3 .nav-link:hover {
  color: #320707 !important;
}
.cid-u3vNs4Wnt3 nav.navbar {
  position: fixed;
}
.cid-u3vNs4Wnt3 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u3vNs4Wnt3 .navbar.opened {
  transition: all 0.3s;
}
.cid-u3vNs4Wnt3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3vNs4Wnt3 .navbar .navbar-logo img {
  width: auto;
}
.cid-u3vNs4Wnt3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3vNs4Wnt3 .navbar.collapsed {
  justify-content: center;
}
.cid-u3vNs4Wnt3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3vNs4Wnt3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3vNs4Wnt3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u3vNs4Wnt3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3vNs4Wnt3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3vNs4Wnt3 .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-u3vNs4Wnt3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3vNs4Wnt3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3vNs4Wnt3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u3vNs4Wnt3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3vNs4Wnt3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3vNs4Wnt3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3vNs4Wnt3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3vNs4Wnt3 .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-u3vNs4Wnt3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3vNs4Wnt3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3vNs4Wnt3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3vNs4Wnt3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3vNs4Wnt3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3vNs4Wnt3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u3vNs4Wnt3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u3vNs4Wnt3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3vNs4Wnt3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u3vNs4Wnt3 .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-u3vNs4Wnt3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3vNs4Wnt3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u3vNs4Wnt3 .dropdown-item:hover,
.cid-u3vNs4Wnt3 .dropdown-item:focus {
  background: #ffa600 !important;
  color: white !important;
}
.cid-u3vNs4Wnt3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3vNs4Wnt3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3vNs4Wnt3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u3vNs4Wnt3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3vNs4Wnt3 .dropdown-menu,
.cid-u3vNs4Wnt3 .navbar.opened {
  background: #ffffff !important;
}
.cid-u3vNs4Wnt3 .nav-item:focus,
.cid-u3vNs4Wnt3 .nav-link:focus {
  outline: none;
}
.cid-u3vNs4Wnt3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3vNs4Wnt3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3vNs4Wnt3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3vNs4Wnt3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3vNs4Wnt3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3vNs4Wnt3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3vNs4Wnt3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3vNs4Wnt3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3vNs4Wnt3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3vNs4Wnt3 .dropdown-item.active,
.cid-u3vNs4Wnt3 .dropdown-item:active {
  background-color: transparent;
}
.cid-u3vNs4Wnt3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3vNs4Wnt3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3vNs4Wnt3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3vNs4Wnt3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u3vNs4Wnt3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3vNs4Wnt3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3vNs4Wnt3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3vNs4Wnt3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u3vNs4Wnt3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3vNs4Wnt3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3vNs4Wnt3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3vNs4Wnt3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3vNs4Wnt3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3vNs4Wnt3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u3vNs4Wnt3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3vNs4Wnt3 .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-u3vNs4Wnt3 .navbar {
    height: 70px;
  }
  .cid-u3vNs4Wnt3 .navbar.opened {
    height: auto;
  }
  .cid-u3vNs4Wnt3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-nOoM2XYhzo {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffa600, #232323);
}
.cid-nOoM2XYhzo h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-nOoM2XYhzo p {
  color: #767676;
  text-align: left;
}
.cid-nOoM2XYhzo .card-box {
  padding-top: 2rem;
}
.cid-nOoM2XYhzo .card-wrapper {
  height: 100%;
}
.cid-nOoM2XYhzo .container3 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 247px;
  max-width: 331px;
  overflow: hidden;
  width: 98vw;
}
.cid-nOoM2XYhzo .container3 figure {
  background-image: url("../../../assets/images/apres-fixateur-hydrofuge-colore-arriere-maison-800x600.webp");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-nOoM2XYhzo .container4 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 247px;
  max-width: 331px;
  overflow: hidden;
  width: 98vw;
}
.cid-nOoM2XYhzo .container4 figure {
  background-image: url("../../../assets/images/apres-fixateur-hydrofuge-colore-avant-maison-800x600.webp");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-nOoM2XYhzo .container5 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 247px;
  max-width: 331px;
  overflow: hidden;
  width: 98vw;
}
.cid-nOoM2XYhzo .container5 figure {
  background-image: url("https://www.unsitepourtous.be/mobi/lionaf.jpg");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-nOoM2XYhzo #compare3 {
  background-image: url("../../../assets/images/avant-fixateur-hydrofuge-colore-devant-maison-800x600.webp");
  background-size: cover;
  bottom: 0;
  border-right: 5px solid rgba(255, 255, 255, 0.7);
  box-shadow: 10px 0 15px -13px #000000;
  height: 100%;
  max-width: 98.6%;
  min-width: 0.6%;
  overflow: visible;
  position: absolute;
  width: 50%;
  animation: first 2s 1 normal ease-in-out 0.1s;
  -webkit-animation: first 2s 1 normal ease-in-out 0.1s;
}
.cid-nOoM2XYhzo #compare4 {
  background-image: url("../../../assets/images/avant-fixateur-hydrofuge-colore-arriere-maison-800x600.webp");
  background-size: cover;
  bottom: 0;
  border-right: 5px solid rgba(255, 255, 255, 0.7);
  box-shadow: 10px 0 15px -13px #000000;
  height: 100%;
  max-width: 98.6%;
  min-width: 0.6%;
  overflow: visible;
  position: absolute;
  width: 50%;
  animation: first 2s 1 normal ease-in-out 0.1s;
  -webkit-animation: first 2s 1 normal ease-in-out 0.1s;
}
.cid-nOoM2XYhzo #compare5 {
  background-image: url("https://www.unsitepourtous.be/mobi/lionbe.jpg");
  background-size: cover;
  bottom: 0;
  border-right: 5px solid rgba(255, 255, 255, 0.7);
  box-shadow: 10px 0 15px -13px #000000;
  height: 100%;
  max-width: 98.6%;
  min-width: 0.6%;
  overflow: visible;
  position: absolute;
  width: 50%;
  animation: first 2s 1 normal ease-in-out 0.1s;
  -webkit-animation: first 2s 1 normal ease-in-out 0.1s;
}
.cid-nOoM2XYhzo input#slider3 {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  cursor: col-resize;
  height: 100vw;
  left: 0;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  top: -100vw;
  width: 100%;
}
.cid-nOoM2XYhzo input#slider3::-moz-range-track {
  background: transparent;
}
.cid-nOoM2XYhzo input#slider3::-ms-track {
  border: none;
  background-color: transparent;
  height: 100vw;
  left: 0;
  outline: none;
  position: relative;
  top: -100vw;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: col-resize;
  color: transparent;
}
.cid-nOoM2XYhzo input#slider3::-ms-fill-lower {
  background-color: transparent;
}
.cid-nOoM2XYhzo input#slider3::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-nOoM2XYhzo input#slider3::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-nOoM2XYhzo input#slider3::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-nOoM2XYhzo input#slider::-ms-tooltip {
  display: none;
}
.cid-nOoM2XYhzo #compare3::before {
  background: url("https://www.unsitepourtous.be/mobi//comparision.png") no-repeat scroll 0 center transparent;
  background-size: contain;
  content: " ";
  float: right;
  height: 100%;
  margin-right: -34px;
  position: relative;
  top: 0;
  width: 64px;
}
.cid-nOoM2XYhzo input#slider4 {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  cursor: col-resize;
  height: 100vw;
  left: 0;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  top: -100vw;
  width: 100%;
}
.cid-nOoM2XYhzo input#slider4::-moz-range-track {
  background: transparent;
}
.cid-nOoM2XYhzo input#slider4::-ms-track {
  border: none;
  background-color: transparent;
  height: 100vw;
  left: 0;
  outline: none;
  position: relative;
  top: -100vw;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: col-resize;
  color: transparent;
}
.cid-nOoM2XYhzo input#slider4::-ms-fill-lower {
  background-color: transparent;
}
.cid-nOoM2XYhzo input#slider4::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-nOoM2XYhzo input#slider4::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-nOoM2XYhzo input#slider4::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-nOoM2XYhzo input#slider4::-ms-tooltip {
  display: none;
}
.cid-nOoM2XYhzo #compare4::before {
  background: url("https://www.unsitepourtous.be/mobi//comparision.png") no-repeat scroll 0 center transparent;
  background-size: contain;
  content: " ";
  float: right;
  height: 100%;
  margin-right: -34px;
  position: relative;
  top: 0;
  width: 64px;
}
.cid-nOoM2XYhzo input#slider5 {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  cursor: col-resize;
  height: 100vw;
  left: 0;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  top: -100vw;
  width: 100%;
}
.cid-nOoM2XYhzo input#slider5::-moz-range-track {
  background: transparent;
}
.cid-nOoM2XYhzo input#slider5::-ms-track {
  border: none;
  background-color: transparent;
  height: 100vw;
  left: 0;
  outline: none;
  position: relative;
  top: -100vw;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: col-resize;
  color: transparent;
}
.cid-nOoM2XYhzo input#slider5::-ms-fill-lower {
  background-color: transparent;
}
.cid-nOoM2XYhzo input#slider5::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-nOoM2XYhzo input#slider5::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-nOoM2XYhzo input#slider5::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-nOoM2XYhzo input#slider5::-ms-tooltip {
  display: none;
}
.cid-nOoM2XYhzo #compare5::before {
  background: url("https://www.unsitepourtous.be/mobi//comparision.png") no-repeat scroll 0 center transparent;
  background-size: contain;
  content: " ";
  float: right;
  height: 100%;
  margin-right: -34px;
  position: relative;
  top: 0;
  width: 64px;
}
@keyframes first {
  0% {
    width: 0%;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 50%;
  }
}
@-webkit-keyframes first {
  0% {
    width: 0%;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 50%;
  }
}
.cid-nOoM2XYhzo .card-title {
  color: #ffffff;
}
.cid-nOoM2XYhzo P {
  color: #ffffff;
}
.cid-u3exiWJx3u {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u3exiWJx3u .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3exiWJx3u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3exiWJx3u .mbr-section-subtitle {
  text-align: left;
}
.cid-u3exiWJx3u .mbr-section-title {
  text-align: left;
}
.cid-u3jCuYeo3F {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3jCuYeo3F .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3jCuYeo3F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3jCuYeo3F .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .container {
    padding: 0 6px;
  }
}
.cid-u3jCuYeo3F .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #000000;
}
@media (max-width: 1440px) {
  .cid-u3jCuYeo3F .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-u3jCuYeo3F .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-u3jCuYeo3F .row {
    padding: 50px 30px;
  }
}
.cid-u3jCuYeo3F .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-u3jCuYeo3F .title-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .title-wrapper {
    padding: 0;
  }
}
.cid-u3jCuYeo3F .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u3jCuYeo3F .title-wrapper .mbr-section-title span {
  color: #ffa600;
}
.cid-u3jCuYeo3F .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-u3jCuYeo3F .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .list-wrapper {
    padding: 0;
  }
}
.cid-u3jCuYeo3F .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-u3jCuYeo3F .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u3jCuYeo3F .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-u3jCuYeo3F .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u3jCuYeo3F .list-wrapper .list .item-wrap:hover,
.cid-u3jCuYeo3F .list-wrapper .list .item-wrap:focus {
  color: #ffa600;
}
.cid-u3jCuYeo3F .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.cid-u3jCuYeo3F .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-u3jCuYeo3F .mbr-section-title {
  color: #ffffff;
}
.cid-u3jCuYeo3F .list-title {
  color: #ffffff;
}
.cid-u3jCuYeo3F .list {
  color: #ffffff;
}
.cid-u3vNs4Wnt3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u3vNs4Wnt3 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-u3vNs4Wnt3 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u3vNs4Wnt3 .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u3vNs4Wnt3 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u3vNs4Wnt3 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u3vNs4Wnt3 .container {
    padding: 0 1rem;
  }
}
.cid-u3vNs4Wnt3 .menu-tite {
  background: #ffa600;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #000000;
}
.cid-u3vNs4Wnt3 .nav-link {
  position: relative;
}
.cid-u3vNs4Wnt3 .nav-link:hover {
  color: #320707 !important;
}
.cid-u3vNs4Wnt3 nav.navbar {
  position: fixed;
}
.cid-u3vNs4Wnt3 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u3vNs4Wnt3 .navbar.opened {
  transition: all 0.3s;
}
.cid-u3vNs4Wnt3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3vNs4Wnt3 .navbar .navbar-logo img {
  width: auto;
}
.cid-u3vNs4Wnt3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3vNs4Wnt3 .navbar.collapsed {
  justify-content: center;
}
.cid-u3vNs4Wnt3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3vNs4Wnt3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3vNs4Wnt3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u3vNs4Wnt3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3vNs4Wnt3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3vNs4Wnt3 .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-u3vNs4Wnt3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3vNs4Wnt3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3vNs4Wnt3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u3vNs4Wnt3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3vNs4Wnt3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3vNs4Wnt3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3vNs4Wnt3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3vNs4Wnt3 .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-u3vNs4Wnt3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3vNs4Wnt3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3vNs4Wnt3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3vNs4Wnt3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3vNs4Wnt3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3vNs4Wnt3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u3vNs4Wnt3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u3vNs4Wnt3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3vNs4Wnt3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u3vNs4Wnt3 .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-u3vNs4Wnt3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3vNs4Wnt3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u3vNs4Wnt3 .dropdown-item:hover,
.cid-u3vNs4Wnt3 .dropdown-item:focus {
  background: #ffa600 !important;
  color: white !important;
}
.cid-u3vNs4Wnt3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3vNs4Wnt3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3vNs4Wnt3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u3vNs4Wnt3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3vNs4Wnt3 .dropdown-menu,
.cid-u3vNs4Wnt3 .navbar.opened {
  background: #ffffff !important;
}
.cid-u3vNs4Wnt3 .nav-item:focus,
.cid-u3vNs4Wnt3 .nav-link:focus {
  outline: none;
}
.cid-u3vNs4Wnt3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3vNs4Wnt3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3vNs4Wnt3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3vNs4Wnt3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3vNs4Wnt3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3vNs4Wnt3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3vNs4Wnt3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3vNs4Wnt3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3vNs4Wnt3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3vNs4Wnt3 .dropdown-item.active,
.cid-u3vNs4Wnt3 .dropdown-item:active {
  background-color: transparent;
}
.cid-u3vNs4Wnt3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3vNs4Wnt3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3vNs4Wnt3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3vNs4Wnt3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u3vNs4Wnt3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3vNs4Wnt3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3vNs4Wnt3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3vNs4Wnt3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u3vNs4Wnt3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3vNs4Wnt3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3vNs4Wnt3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3vNs4Wnt3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3vNs4Wnt3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3vNs4Wnt3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u3vNs4Wnt3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3vNs4Wnt3 .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-u3vNs4Wnt3 .navbar {
    height: 70px;
  }
  .cid-u3vNs4Wnt3 .navbar.opened {
    height: auto;
  }
  .cid-u3vNs4Wnt3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3gjSbRn52 {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3gjSbRn52 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3gjSbRn52 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3gjSbRn52 .mbr-section-title {
  text-align: left;
}
.cid-u3gjSbRn52 .mbr-section-subtitle {
  text-align: left;
}
.cid-u3jdIkJPB8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-u3jdIkJPB8 .mbr-text {
  color: #ffffff;
}
.cid-u3jdIkJPB8 .mbr-section-subtitle {
  color: #000000;
}
.cid-u3jdIkJPB8 .mbr-section-title {
  color: #ffffff;
}
.cid-u3gkc41eYQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3gkc41eYQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3gkc41eYQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3gkc41eYQ .mbr-section-subtitle {
  text-align: left;
}
.cid-u3gkc41eYQ .mbr-section-title {
  text-align: left;
}
.cid-u3gkvZI8ST {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3gkvZI8ST .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3gkvZI8ST .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3gkvZI8ST .mbr-section-subtitle {
  text-align: left;
}
.cid-u3gkvZI8ST .mbr-section-title {
  text-align: left;
}
.cid-u3j9IX0HM8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3j9IX0HM8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3j9IX0HM8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3j9IX0HM8 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-u3j9IX0HM8 .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-u3j9IX0HM8 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u3j9IX0HM8 .container {
    padding: 0 16px;
  }
}
.cid-u3j9IX0HM8 .row {
  justify-content: center;
  margin: 0 -32px;
}
.cid-u3j9IX0HM8 .row .item {
  padding: 0 32px;
}
.cid-u3j9IX0HM8 .item {
  margin-bottom: 64px;
}
.cid-u3j9IX0HM8 .item .item-wrapper .item-img img {
  height: 440px;
  object-fit: cover;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
@media (max-width: 992px) {
  .cid-u3j9IX0HM8 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-u3jakeMhP6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3jakeMhP6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3jakeMhP6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3jakeMhP6 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-u3jakeMhP6 .mbr-section-title {
  text-align: left;
}
.cid-u3jakeMhP6 .mbr-section-subtitle {
  text-align: left;
}
.cid-u3jaRmJxqo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3jaRmJxqo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3jaRmJxqo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3jaRmJxqo .card-wrapper {
  background: #7787a5;
}
@media (max-width: 767px) {
  .cid-u3jaRmJxqo .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u3jaRmJxqo .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u3jaRmJxqo .card-wrapper {
    padding: 4rem;
  }
}
.cid-u3jaRmJxqo .mbr-text,
.cid-u3jaRmJxqo .mbr-section-btn {
  color: #ffffff;
}
.cid-u3jaRmJxqo .card-title,
.cid-u3jaRmJxqo .card-box {
  text-align: left;
  color: #ffffff;
}
.cid-u3jboZIoOQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3jboZIoOQ .video-wrapper iframe {
  width: 100%;
}
.cid-u3jboZIoOQ .mbr-section-title,
.cid-u3jboZIoOQ .mbr-section-subtitle,
.cid-u3jboZIoOQ .mbr-text {
  text-align: center;
}
.cid-u3jcwbKTPL {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
@media (max-width: 767px) {
  .cid-u3jcwbKTPL {
    padding-bottom: 5rem;
  }
}
.cid-u3jcwbKTPL img,
.cid-u3jcwbKTPL .item-img {
  width: 100%;
  height: 100%;
}
.cid-u3jcwbKTPL .mbr-text {
  color: #000000;
}
.cid-u3jcwbKTPL .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u3jcwbKTPL .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u3jcwbKTPL .main-button {
    margin-bottom: 2rem;
  }
}
.cid-u3jcwbKTPL .mbr-text UL {
  text-align: left;
}
.cid-u3jcwbKTPL .mbr-section-subtitle,
.cid-u3jcwbKTPL .main-button {
  color: #000000;
}
.cid-u3jcwbKTPL .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-u3jcwbKTPL .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-u3jcwbKTPL .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u3jcwbKTPL .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3jcwbKTPL .item-title {
  text-align: center;
}
.cid-u3jcwbKTPL .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u3jcwbKTPL .main-text {
    padding-left: 0;
    padding-right: 32px;
  }
}
.cid-u3jeiW6n5d {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-u3jeiW6n5d .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3jeiW6n5d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3jeiW6n5d .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-u3jeiW6n5d .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u3jeiW6n5d .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u3jeiW6n5d .card-wrapper {
    padding: 4rem;
  }
}
.cid-u3jeiW6n5d .mbr-text,
.cid-u3jeiW6n5d .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-u3jeiW6n5d .card-title,
.cid-u3jeiW6n5d .card-box {
  text-align: left;
  color: #000000;
}
.cid-u3jCuYeo3F {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3jCuYeo3F .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3jCuYeo3F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3jCuYeo3F .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .container {
    padding: 0 6px;
  }
}
.cid-u3jCuYeo3F .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #000000;
}
@media (max-width: 1440px) {
  .cid-u3jCuYeo3F .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-u3jCuYeo3F .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-u3jCuYeo3F .row {
    padding: 50px 30px;
  }
}
.cid-u3jCuYeo3F .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-u3jCuYeo3F .title-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .title-wrapper {
    padding: 0;
  }
}
.cid-u3jCuYeo3F .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u3jCuYeo3F .title-wrapper .mbr-section-title span {
  color: #ffa600;
}
.cid-u3jCuYeo3F .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-u3jCuYeo3F .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .list-wrapper {
    padding: 0;
  }
}
.cid-u3jCuYeo3F .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-u3jCuYeo3F .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u3jCuYeo3F .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-u3jCuYeo3F .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u3jCuYeo3F .list-wrapper .list .item-wrap:hover,
.cid-u3jCuYeo3F .list-wrapper .list .item-wrap:focus {
  color: #ffa600;
}
.cid-u3jCuYeo3F .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.cid-u3jCuYeo3F .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-u3jCuYeo3F .mbr-section-title {
  color: #ffffff;
}
.cid-u3jCuYeo3F .list-title {
  color: #ffffff;
}
.cid-u3jCuYeo3F .list {
  color: #ffffff;
}
.cid-u3vNs4Wnt3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u3vNs4Wnt3 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-u3vNs4Wnt3 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u3vNs4Wnt3 .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u3vNs4Wnt3 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u3vNs4Wnt3 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u3vNs4Wnt3 .container {
    padding: 0 1rem;
  }
}
.cid-u3vNs4Wnt3 .menu-tite {
  background: #ffa600;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #000000;
}
.cid-u3vNs4Wnt3 .nav-link {
  position: relative;
}
.cid-u3vNs4Wnt3 .nav-link:hover {
  color: #320707 !important;
}
.cid-u3vNs4Wnt3 nav.navbar {
  position: fixed;
}
.cid-u3vNs4Wnt3 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u3vNs4Wnt3 .navbar.opened {
  transition: all 0.3s;
}
.cid-u3vNs4Wnt3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3vNs4Wnt3 .navbar .navbar-logo img {
  width: auto;
}
.cid-u3vNs4Wnt3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3vNs4Wnt3 .navbar.collapsed {
  justify-content: center;
}
.cid-u3vNs4Wnt3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3vNs4Wnt3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3vNs4Wnt3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u3vNs4Wnt3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3vNs4Wnt3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3vNs4Wnt3 .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-u3vNs4Wnt3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3vNs4Wnt3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3vNs4Wnt3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u3vNs4Wnt3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3vNs4Wnt3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3vNs4Wnt3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3vNs4Wnt3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3vNs4Wnt3 .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-u3vNs4Wnt3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3vNs4Wnt3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3vNs4Wnt3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3vNs4Wnt3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3vNs4Wnt3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3vNs4Wnt3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u3vNs4Wnt3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u3vNs4Wnt3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3vNs4Wnt3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u3vNs4Wnt3 .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-u3vNs4Wnt3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3vNs4Wnt3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u3vNs4Wnt3 .dropdown-item:hover,
.cid-u3vNs4Wnt3 .dropdown-item:focus {
  background: #ffa600 !important;
  color: white !important;
}
.cid-u3vNs4Wnt3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3vNs4Wnt3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3vNs4Wnt3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u3vNs4Wnt3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3vNs4Wnt3 .dropdown-menu,
.cid-u3vNs4Wnt3 .navbar.opened {
  background: #ffffff !important;
}
.cid-u3vNs4Wnt3 .nav-item:focus,
.cid-u3vNs4Wnt3 .nav-link:focus {
  outline: none;
}
.cid-u3vNs4Wnt3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3vNs4Wnt3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3vNs4Wnt3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3vNs4Wnt3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3vNs4Wnt3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3vNs4Wnt3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3vNs4Wnt3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3vNs4Wnt3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3vNs4Wnt3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3vNs4Wnt3 .dropdown-item.active,
.cid-u3vNs4Wnt3 .dropdown-item:active {
  background-color: transparent;
}
.cid-u3vNs4Wnt3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3vNs4Wnt3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3vNs4Wnt3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3vNs4Wnt3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u3vNs4Wnt3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3vNs4Wnt3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3vNs4Wnt3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3vNs4Wnt3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u3vNs4Wnt3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3vNs4Wnt3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3vNs4Wnt3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3vNs4Wnt3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3vNs4Wnt3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3vNs4Wnt3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u3vNs4Wnt3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3vNs4Wnt3 .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-u3vNs4Wnt3 .navbar {
    height: 70px;
  }
  .cid-u3vNs4Wnt3 .navbar.opened {
    height: auto;
  }
  .cid-u3vNs4Wnt3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3jfWILSGw {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u3jfWILSGw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3jfWILSGw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3jfWILSGw .mbr-section-subtitle {
  text-align: left;
}
.cid-u3jfWILSGw .mbr-section-title {
  text-align: left;
}
.cid-u3jhywQLnG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3jhywQLnG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3jhywQLnG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3jhywQLnG .mbr-section-title {
  text-align: left;
}
.cid-u3jhywQLnG .mbr-section-subtitle {
  text-align: left;
}
.cid-u3ji9DlY2V {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #7787a5;
}
.cid-u3ji9DlY2V .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3ji9DlY2V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3ji9DlY2V .mbr-section-title {
  color: #ffffff;
}
.cid-u3ji9DlY2V .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u3jCuYeo3F {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3jCuYeo3F .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3jCuYeo3F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3jCuYeo3F .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .container {
    padding: 0 6px;
  }
}
.cid-u3jCuYeo3F .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #000000;
}
@media (max-width: 1440px) {
  .cid-u3jCuYeo3F .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-u3jCuYeo3F .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-u3jCuYeo3F .row {
    padding: 50px 30px;
  }
}
.cid-u3jCuYeo3F .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-u3jCuYeo3F .title-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .title-wrapper {
    padding: 0;
  }
}
.cid-u3jCuYeo3F .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u3jCuYeo3F .title-wrapper .mbr-section-title span {
  color: #ffa600;
}
.cid-u3jCuYeo3F .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-u3jCuYeo3F .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .list-wrapper {
    padding: 0;
  }
}
.cid-u3jCuYeo3F .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-u3jCuYeo3F .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u3jCuYeo3F .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-u3jCuYeo3F .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u3jCuYeo3F .list-wrapper .list .item-wrap:hover,
.cid-u3jCuYeo3F .list-wrapper .list .item-wrap:focus {
  color: #ffa600;
}
.cid-u3jCuYeo3F .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.cid-u3jCuYeo3F .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-u3jCuYeo3F .mbr-section-title {
  color: #ffffff;
}
.cid-u3jCuYeo3F .list-title {
  color: #ffffff;
}
.cid-u3jCuYeo3F .list {
  color: #ffffff;
}
.cid-u3vNs4Wnt3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u3vNs4Wnt3 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-u3vNs4Wnt3 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u3vNs4Wnt3 .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u3vNs4Wnt3 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u3vNs4Wnt3 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u3vNs4Wnt3 .container {
    padding: 0 1rem;
  }
}
.cid-u3vNs4Wnt3 .menu-tite {
  background: #ffa600;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #000000;
}
.cid-u3vNs4Wnt3 .nav-link {
  position: relative;
}
.cid-u3vNs4Wnt3 .nav-link:hover {
  color: #320707 !important;
}
.cid-u3vNs4Wnt3 nav.navbar {
  position: fixed;
}
.cid-u3vNs4Wnt3 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u3vNs4Wnt3 .navbar.opened {
  transition: all 0.3s;
}
.cid-u3vNs4Wnt3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3vNs4Wnt3 .navbar .navbar-logo img {
  width: auto;
}
.cid-u3vNs4Wnt3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3vNs4Wnt3 .navbar.collapsed {
  justify-content: center;
}
.cid-u3vNs4Wnt3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3vNs4Wnt3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3vNs4Wnt3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u3vNs4Wnt3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3vNs4Wnt3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3vNs4Wnt3 .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-u3vNs4Wnt3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3vNs4Wnt3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3vNs4Wnt3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u3vNs4Wnt3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3vNs4Wnt3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3vNs4Wnt3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3vNs4Wnt3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3vNs4Wnt3 .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-u3vNs4Wnt3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3vNs4Wnt3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3vNs4Wnt3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3vNs4Wnt3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3vNs4Wnt3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3vNs4Wnt3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u3vNs4Wnt3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u3vNs4Wnt3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3vNs4Wnt3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u3vNs4Wnt3 .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-u3vNs4Wnt3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3vNs4Wnt3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u3vNs4Wnt3 .dropdown-item:hover,
.cid-u3vNs4Wnt3 .dropdown-item:focus {
  background: #ffa600 !important;
  color: white !important;
}
.cid-u3vNs4Wnt3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3vNs4Wnt3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3vNs4Wnt3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u3vNs4Wnt3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3vNs4Wnt3 .dropdown-menu,
.cid-u3vNs4Wnt3 .navbar.opened {
  background: #ffffff !important;
}
.cid-u3vNs4Wnt3 .nav-item:focus,
.cid-u3vNs4Wnt3 .nav-link:focus {
  outline: none;
}
.cid-u3vNs4Wnt3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3vNs4Wnt3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3vNs4Wnt3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3vNs4Wnt3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3vNs4Wnt3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3vNs4Wnt3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3vNs4Wnt3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3vNs4Wnt3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3vNs4Wnt3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3vNs4Wnt3 .dropdown-item.active,
.cid-u3vNs4Wnt3 .dropdown-item:active {
  background-color: transparent;
}
.cid-u3vNs4Wnt3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3vNs4Wnt3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3vNs4Wnt3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3vNs4Wnt3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u3vNs4Wnt3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3vNs4Wnt3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3vNs4Wnt3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3vNs4Wnt3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u3vNs4Wnt3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3vNs4Wnt3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3vNs4Wnt3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3vNs4Wnt3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3vNs4Wnt3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3vNs4Wnt3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u3vNs4Wnt3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3vNs4Wnt3 .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-u3vNs4Wnt3 .navbar {
    height: 70px;
  }
  .cid-u3vNs4Wnt3 .navbar.opened {
    height: auto;
  }
  .cid-u3vNs4Wnt3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3jm3acQpx {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3jm3acQpx .mbr-text {
  color: #000000;
}
.cid-u3jm3acQpx .mbr-section-subtitle {
  color: #000000;
}
.cid-u3jm3acQpx .mbr-section-title {
  color: #000000;
}
.cid-u3jmlB2AuX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3jmlB2AuX .mbr-text {
  color: #000000;
}
.cid-u3jmlB2AuX .mbr-section-subtitle {
  color: #000000;
}
.cid-u3jmlB2AuX .mbr-section-title {
  color: #000000;
}
.cid-u3jmyhJmJC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3jmyhJmJC .mbr-text {
  color: #000000;
}
.cid-u3jmyhJmJC .mbr-section-subtitle {
  color: #000000;
}
.cid-u3jmyhJmJC .mbr-section-title {
  color: #000000;
}
.cid-u3jmZBDNhe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3jmZBDNhe .mbr-text {
  color: #000000;
}
.cid-u3jmZBDNhe .mbr-section-subtitle {
  color: #000000;
}
.cid-u3jmZBDNhe .mbr-section-title {
  color: #000000;
}
.cid-u3jnaAMlKF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3jnaAMlKF .mbr-text {
  color: #000000;
}
.cid-u3jnaAMlKF .mbr-section-subtitle {
  color: #000000;
}
.cid-u3jnaAMlKF .mbr-section-title {
  color: #000000;
}
.cid-u3jnmiBs3W {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3jnmiBs3W .mbr-text {
  color: #000000;
}
.cid-u3jnmiBs3W .mbr-section-subtitle {
  color: #000000;
}
.cid-u3jnmiBs3W .mbr-section-title {
  color: #000000;
}
.cid-u3jCuYeo3F {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3jCuYeo3F .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3jCuYeo3F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3jCuYeo3F .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .container {
    padding: 0 6px;
  }
}
.cid-u3jCuYeo3F .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #000000;
}
@media (max-width: 1440px) {
  .cid-u3jCuYeo3F .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-u3jCuYeo3F .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-u3jCuYeo3F .row {
    padding: 50px 30px;
  }
}
.cid-u3jCuYeo3F .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-u3jCuYeo3F .title-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .title-wrapper {
    padding: 0;
  }
}
.cid-u3jCuYeo3F .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u3jCuYeo3F .title-wrapper .mbr-section-title span {
  color: #ffa600;
}
.cid-u3jCuYeo3F .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-u3jCuYeo3F .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .list-wrapper {
    padding: 0;
  }
}
.cid-u3jCuYeo3F .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-u3jCuYeo3F .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u3jCuYeo3F .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-u3jCuYeo3F .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u3jCuYeo3F .list-wrapper .list .item-wrap:hover,
.cid-u3jCuYeo3F .list-wrapper .list .item-wrap:focus {
  color: #ffa600;
}
.cid-u3jCuYeo3F .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.cid-u3jCuYeo3F .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-u3jCuYeo3F .mbr-section-title {
  color: #ffffff;
}
.cid-u3jCuYeo3F .list-title {
  color: #ffffff;
}
.cid-u3jCuYeo3F .list {
  color: #ffffff;
}
.cid-u3vNs4Wnt3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u3vNs4Wnt3 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-u3vNs4Wnt3 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u3vNs4Wnt3 .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u3vNs4Wnt3 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u3vNs4Wnt3 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u3vNs4Wnt3 .container {
    padding: 0 1rem;
  }
}
.cid-u3vNs4Wnt3 .menu-tite {
  background: #ffa600;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #000000;
}
.cid-u3vNs4Wnt3 .nav-link {
  position: relative;
}
.cid-u3vNs4Wnt3 .nav-link:hover {
  color: #320707 !important;
}
.cid-u3vNs4Wnt3 nav.navbar {
  position: fixed;
}
.cid-u3vNs4Wnt3 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u3vNs4Wnt3 .navbar.opened {
  transition: all 0.3s;
}
.cid-u3vNs4Wnt3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3vNs4Wnt3 .navbar .navbar-logo img {
  width: auto;
}
.cid-u3vNs4Wnt3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3vNs4Wnt3 .navbar.collapsed {
  justify-content: center;
}
.cid-u3vNs4Wnt3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3vNs4Wnt3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3vNs4Wnt3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u3vNs4Wnt3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3vNs4Wnt3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3vNs4Wnt3 .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-u3vNs4Wnt3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3vNs4Wnt3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3vNs4Wnt3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u3vNs4Wnt3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3vNs4Wnt3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3vNs4Wnt3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3vNs4Wnt3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3vNs4Wnt3 .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-u3vNs4Wnt3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3vNs4Wnt3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3vNs4Wnt3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3vNs4Wnt3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3vNs4Wnt3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3vNs4Wnt3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u3vNs4Wnt3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u3vNs4Wnt3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3vNs4Wnt3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u3vNs4Wnt3 .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-u3vNs4Wnt3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3vNs4Wnt3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u3vNs4Wnt3 .dropdown-item:hover,
.cid-u3vNs4Wnt3 .dropdown-item:focus {
  background: #ffa600 !important;
  color: white !important;
}
.cid-u3vNs4Wnt3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3vNs4Wnt3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3vNs4Wnt3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u3vNs4Wnt3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3vNs4Wnt3 .dropdown-menu,
.cid-u3vNs4Wnt3 .navbar.opened {
  background: #ffffff !important;
}
.cid-u3vNs4Wnt3 .nav-item:focus,
.cid-u3vNs4Wnt3 .nav-link:focus {
  outline: none;
}
.cid-u3vNs4Wnt3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3vNs4Wnt3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3vNs4Wnt3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3vNs4Wnt3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3vNs4Wnt3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3vNs4Wnt3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3vNs4Wnt3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3vNs4Wnt3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3vNs4Wnt3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3vNs4Wnt3 .dropdown-item.active,
.cid-u3vNs4Wnt3 .dropdown-item:active {
  background-color: transparent;
}
.cid-u3vNs4Wnt3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3vNs4Wnt3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3vNs4Wnt3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3vNs4Wnt3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u3vNs4Wnt3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3vNs4Wnt3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3vNs4Wnt3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3vNs4Wnt3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u3vNs4Wnt3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3vNs4Wnt3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3vNs4Wnt3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3vNs4Wnt3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3vNs4Wnt3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3vNs4Wnt3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u3vNs4Wnt3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3vNs4Wnt3 .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-u3vNs4Wnt3 .navbar {
    height: 70px;
  }
  .cid-u3vNs4Wnt3 .navbar.opened {
    height: auto;
  }
  .cid-u3vNs4Wnt3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3jo6mWzdQ {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3jo6mWzdQ .mbr-text {
  color: #000000;
}
.cid-u3jo6mWzdQ .mbr-section-subtitle {
  color: #000000;
}
.cid-u3jo6mWzdQ .mbr-section-title {
  color: #000000;
}
.cid-u3joImfLpm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3joImfLpm .mbr-text {
  color: #000000;
}
.cid-u3joImfLpm .mbr-section-subtitle {
  color: #000000;
}
.cid-u3joImfLpm .mbr-section-title {
  color: #000000;
}
.cid-u3jr0rStIY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3jr0rStIY .mbr-text {
  color: #000000;
}
.cid-u3jr0rStIY .mbr-section-subtitle {
  color: #000000;
}
.cid-u3jr0rStIY .mbr-section-title {
  color: #000000;
}
.cid-u3jrqZf4bF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #414142;
}
.cid-u3jrqZf4bF .mbr-text {
  color: #ffffff;
}
.cid-u3jrqZf4bF .mbr-section-subtitle {
  color: #000000;
}
.cid-u3jrqZf4bF .mbr-section-title {
  color: #ffffff;
}
.cid-u3jrJibtn1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3jrJibtn1 .mbr-text {
  color: #000000;
}
.cid-u3jrJibtn1 .mbr-section-subtitle {
  color: #000000;
}
.cid-u3jrJibtn1 .mbr-section-title {
  color: #000000;
}
.cid-u3jCuYeo3F {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3jCuYeo3F .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3jCuYeo3F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3jCuYeo3F .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .container {
    padding: 0 6px;
  }
}
.cid-u3jCuYeo3F .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #000000;
}
@media (max-width: 1440px) {
  .cid-u3jCuYeo3F .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-u3jCuYeo3F .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-u3jCuYeo3F .row {
    padding: 50px 30px;
  }
}
.cid-u3jCuYeo3F .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-u3jCuYeo3F .title-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .title-wrapper {
    padding: 0;
  }
}
.cid-u3jCuYeo3F .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u3jCuYeo3F .title-wrapper .mbr-section-title span {
  color: #ffa600;
}
.cid-u3jCuYeo3F .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-u3jCuYeo3F .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .list-wrapper {
    padding: 0;
  }
}
.cid-u3jCuYeo3F .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-u3jCuYeo3F .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u3jCuYeo3F .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-u3jCuYeo3F .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u3jCuYeo3F .list-wrapper .list .item-wrap:hover,
.cid-u3jCuYeo3F .list-wrapper .list .item-wrap:focus {
  color: #ffa600;
}
.cid-u3jCuYeo3F .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.cid-u3jCuYeo3F .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-u3jCuYeo3F .mbr-section-title {
  color: #ffffff;
}
.cid-u3jCuYeo3F .list-title {
  color: #ffffff;
}
.cid-u3jCuYeo3F .list {
  color: #ffffff;
}
.cid-u3vNs4Wnt3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u3vNs4Wnt3 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-u3vNs4Wnt3 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u3vNs4Wnt3 .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u3vNs4Wnt3 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u3vNs4Wnt3 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u3vNs4Wnt3 .container {
    padding: 0 1rem;
  }
}
.cid-u3vNs4Wnt3 .menu-tite {
  background: #ffa600;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #000000;
}
.cid-u3vNs4Wnt3 .nav-link {
  position: relative;
}
.cid-u3vNs4Wnt3 .nav-link:hover {
  color: #320707 !important;
}
.cid-u3vNs4Wnt3 nav.navbar {
  position: fixed;
}
.cid-u3vNs4Wnt3 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u3vNs4Wnt3 .navbar.opened {
  transition: all 0.3s;
}
.cid-u3vNs4Wnt3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3vNs4Wnt3 .navbar .navbar-logo img {
  width: auto;
}
.cid-u3vNs4Wnt3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3vNs4Wnt3 .navbar.collapsed {
  justify-content: center;
}
.cid-u3vNs4Wnt3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3vNs4Wnt3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3vNs4Wnt3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u3vNs4Wnt3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3vNs4Wnt3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3vNs4Wnt3 .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-u3vNs4Wnt3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3vNs4Wnt3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3vNs4Wnt3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u3vNs4Wnt3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3vNs4Wnt3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3vNs4Wnt3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3vNs4Wnt3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3vNs4Wnt3 .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-u3vNs4Wnt3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3vNs4Wnt3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3vNs4Wnt3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3vNs4Wnt3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3vNs4Wnt3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3vNs4Wnt3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u3vNs4Wnt3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u3vNs4Wnt3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3vNs4Wnt3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u3vNs4Wnt3 .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-u3vNs4Wnt3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3vNs4Wnt3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u3vNs4Wnt3 .dropdown-item:hover,
.cid-u3vNs4Wnt3 .dropdown-item:focus {
  background: #ffa600 !important;
  color: white !important;
}
.cid-u3vNs4Wnt3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3vNs4Wnt3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3vNs4Wnt3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u3vNs4Wnt3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3vNs4Wnt3 .dropdown-menu,
.cid-u3vNs4Wnt3 .navbar.opened {
  background: #ffffff !important;
}
.cid-u3vNs4Wnt3 .nav-item:focus,
.cid-u3vNs4Wnt3 .nav-link:focus {
  outline: none;
}
.cid-u3vNs4Wnt3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3vNs4Wnt3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3vNs4Wnt3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3vNs4Wnt3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3vNs4Wnt3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3vNs4Wnt3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3vNs4Wnt3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3vNs4Wnt3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3vNs4Wnt3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3vNs4Wnt3 .dropdown-item.active,
.cid-u3vNs4Wnt3 .dropdown-item:active {
  background-color: transparent;
}
.cid-u3vNs4Wnt3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3vNs4Wnt3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3vNs4Wnt3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3vNs4Wnt3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u3vNs4Wnt3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3vNs4Wnt3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3vNs4Wnt3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3vNs4Wnt3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u3vNs4Wnt3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3vNs4Wnt3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3vNs4Wnt3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3vNs4Wnt3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3vNs4Wnt3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3vNs4Wnt3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u3vNs4Wnt3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3vNs4Wnt3 .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-u3vNs4Wnt3 .navbar {
    height: 70px;
  }
  .cid-u3vNs4Wnt3 .navbar.opened {
    height: auto;
  }
  .cid-u3vNs4Wnt3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3jAqkKo47 {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u3jAqkKo47 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u3jAqkKo47 .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u3jAqkKo47 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u3jAqkKo47 .label-text {
    text-align: center !important;
  }
}
.cid-u3jAqkKo47 .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u3jAqkKo47 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-u3jAqkKo47 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3jAqkKo47 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3jAqkKo47 .mbr-section-title,
.cid-u3jAqkKo47 .mbr-section-btn {
  color: #000000;
}
.cid-u3jCuYeo3F {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3jCuYeo3F .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3jCuYeo3F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3jCuYeo3F .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .container {
    padding: 0 6px;
  }
}
.cid-u3jCuYeo3F .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #000000;
}
@media (max-width: 1440px) {
  .cid-u3jCuYeo3F .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-u3jCuYeo3F .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-u3jCuYeo3F .row {
    padding: 50px 30px;
  }
}
.cid-u3jCuYeo3F .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-u3jCuYeo3F .title-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .title-wrapper {
    padding: 0;
  }
}
.cid-u3jCuYeo3F .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u3jCuYeo3F .title-wrapper .mbr-section-title span {
  color: #ffa600;
}
.cid-u3jCuYeo3F .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-u3jCuYeo3F .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .list-wrapper {
    padding: 0;
  }
}
.cid-u3jCuYeo3F .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-u3jCuYeo3F .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u3jCuYeo3F .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-u3jCuYeo3F .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u3jCuYeo3F .list-wrapper .list .item-wrap:hover,
.cid-u3jCuYeo3F .list-wrapper .list .item-wrap:focus {
  color: #ffa600;
}
.cid-u3jCuYeo3F .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.cid-u3jCuYeo3F .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-u3jCuYeo3F .mbr-section-title {
  color: #ffffff;
}
.cid-u3jCuYeo3F .list-title {
  color: #ffffff;
}
.cid-u3jCuYeo3F .list {
  color: #ffffff;
}
.cid-u3vNs4Wnt3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u3vNs4Wnt3 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-u3vNs4Wnt3 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u3vNs4Wnt3 .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u3vNs4Wnt3 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u3vNs4Wnt3 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u3vNs4Wnt3 .container {
    padding: 0 1rem;
  }
}
.cid-u3vNs4Wnt3 .menu-tite {
  background: #ffa600;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #000000;
}
.cid-u3vNs4Wnt3 .nav-link {
  position: relative;
}
.cid-u3vNs4Wnt3 .nav-link:hover {
  color: #320707 !important;
}
.cid-u3vNs4Wnt3 nav.navbar {
  position: fixed;
}
.cid-u3vNs4Wnt3 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u3vNs4Wnt3 .navbar.opened {
  transition: all 0.3s;
}
.cid-u3vNs4Wnt3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3vNs4Wnt3 .navbar .navbar-logo img {
  width: auto;
}
.cid-u3vNs4Wnt3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3vNs4Wnt3 .navbar.collapsed {
  justify-content: center;
}
.cid-u3vNs4Wnt3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3vNs4Wnt3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3vNs4Wnt3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u3vNs4Wnt3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3vNs4Wnt3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3vNs4Wnt3 .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-u3vNs4Wnt3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3vNs4Wnt3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3vNs4Wnt3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u3vNs4Wnt3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3vNs4Wnt3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3vNs4Wnt3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3vNs4Wnt3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3vNs4Wnt3 .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-u3vNs4Wnt3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3vNs4Wnt3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3vNs4Wnt3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3vNs4Wnt3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3vNs4Wnt3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3vNs4Wnt3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u3vNs4Wnt3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u3vNs4Wnt3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3vNs4Wnt3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u3vNs4Wnt3 .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-u3vNs4Wnt3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3vNs4Wnt3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u3vNs4Wnt3 .dropdown-item:hover,
.cid-u3vNs4Wnt3 .dropdown-item:focus {
  background: #ffa600 !important;
  color: white !important;
}
.cid-u3vNs4Wnt3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3vNs4Wnt3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3vNs4Wnt3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u3vNs4Wnt3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3vNs4Wnt3 .dropdown-menu,
.cid-u3vNs4Wnt3 .navbar.opened {
  background: #ffffff !important;
}
.cid-u3vNs4Wnt3 .nav-item:focus,
.cid-u3vNs4Wnt3 .nav-link:focus {
  outline: none;
}
.cid-u3vNs4Wnt3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3vNs4Wnt3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3vNs4Wnt3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3vNs4Wnt3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3vNs4Wnt3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3vNs4Wnt3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3vNs4Wnt3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3vNs4Wnt3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3vNs4Wnt3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3vNs4Wnt3 .dropdown-item.active,
.cid-u3vNs4Wnt3 .dropdown-item:active {
  background-color: transparent;
}
.cid-u3vNs4Wnt3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3vNs4Wnt3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3vNs4Wnt3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3vNs4Wnt3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u3vNs4Wnt3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3vNs4Wnt3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3vNs4Wnt3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3vNs4Wnt3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u3vNs4Wnt3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3vNs4Wnt3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3vNs4Wnt3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3vNs4Wnt3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3vNs4Wnt3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3vNs4Wnt3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u3vNs4Wnt3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3vNs4Wnt3 .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-u3vNs4Wnt3 .navbar {
    height: 70px;
  }
  .cid-u3vNs4Wnt3 .navbar.opened {
    height: auto;
  }
  .cid-u3vNs4Wnt3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3jz6Sg4QV {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u3jz6Sg4QV .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u3jz6Sg4QV .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u3jz6Sg4QV .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-u3jz6Sg4QV .label-text {
    text-align: center !important;
  }
}
.cid-u3jz6Sg4QV .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u3jz6Sg4QV .mbr-section-title {
    text-align: center !important;
  }
}
.cid-u3jz6Sg4QV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3jz6Sg4QV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3jz6Sg4QV .mbr-section-title,
.cid-u3jz6Sg4QV .mbr-section-btn {
  color: #000000;
}
.cid-u3jCuYeo3F {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3jCuYeo3F .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3jCuYeo3F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3jCuYeo3F .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .container {
    padding: 0 6px;
  }
}
.cid-u3jCuYeo3F .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #000000;
}
@media (max-width: 1440px) {
  .cid-u3jCuYeo3F .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-u3jCuYeo3F .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-u3jCuYeo3F .row {
    padding: 50px 30px;
  }
}
.cid-u3jCuYeo3F .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-u3jCuYeo3F .title-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .title-wrapper {
    padding: 0;
  }
}
.cid-u3jCuYeo3F .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u3jCuYeo3F .title-wrapper .mbr-section-title span {
  color: #ffa600;
}
.cid-u3jCuYeo3F .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-u3jCuYeo3F .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .list-wrapper {
    padding: 0;
  }
}
.cid-u3jCuYeo3F .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-u3jCuYeo3F .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u3jCuYeo3F .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-u3jCuYeo3F .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u3jCuYeo3F .list-wrapper .list .item-wrap:hover,
.cid-u3jCuYeo3F .list-wrapper .list .item-wrap:focus {
  color: #ffa600;
}
.cid-u3jCuYeo3F .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.cid-u3jCuYeo3F .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-u3jCuYeo3F .mbr-section-title {
  color: #ffffff;
}
.cid-u3jCuYeo3F .list-title {
  color: #ffffff;
}
.cid-u3jCuYeo3F .list {
  color: #ffffff;
}
.cid-u3vNs4Wnt3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u3vNs4Wnt3 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-u3vNs4Wnt3 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u3vNs4Wnt3 .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u3vNs4Wnt3 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u3vNs4Wnt3 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u3vNs4Wnt3 .container {
    padding: 0 1rem;
  }
}
.cid-u3vNs4Wnt3 .menu-tite {
  background: #ffa600;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #000000;
}
.cid-u3vNs4Wnt3 .nav-link {
  position: relative;
}
.cid-u3vNs4Wnt3 .nav-link:hover {
  color: #320707 !important;
}
.cid-u3vNs4Wnt3 nav.navbar {
  position: fixed;
}
.cid-u3vNs4Wnt3 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u3vNs4Wnt3 .navbar.opened {
  transition: all 0.3s;
}
.cid-u3vNs4Wnt3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3vNs4Wnt3 .navbar .navbar-logo img {
  width: auto;
}
.cid-u3vNs4Wnt3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3vNs4Wnt3 .navbar.collapsed {
  justify-content: center;
}
.cid-u3vNs4Wnt3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3vNs4Wnt3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3vNs4Wnt3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u3vNs4Wnt3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3vNs4Wnt3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3vNs4Wnt3 .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-u3vNs4Wnt3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3vNs4Wnt3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3vNs4Wnt3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u3vNs4Wnt3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3vNs4Wnt3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3vNs4Wnt3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3vNs4Wnt3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3vNs4Wnt3 .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-u3vNs4Wnt3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3vNs4Wnt3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3vNs4Wnt3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3vNs4Wnt3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3vNs4Wnt3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3vNs4Wnt3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u3vNs4Wnt3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u3vNs4Wnt3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3vNs4Wnt3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u3vNs4Wnt3 .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-u3vNs4Wnt3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3vNs4Wnt3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u3vNs4Wnt3 .dropdown-item:hover,
.cid-u3vNs4Wnt3 .dropdown-item:focus {
  background: #ffa600 !important;
  color: white !important;
}
.cid-u3vNs4Wnt3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3vNs4Wnt3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3vNs4Wnt3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u3vNs4Wnt3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3vNs4Wnt3 .dropdown-menu,
.cid-u3vNs4Wnt3 .navbar.opened {
  background: #ffffff !important;
}
.cid-u3vNs4Wnt3 .nav-item:focus,
.cid-u3vNs4Wnt3 .nav-link:focus {
  outline: none;
}
.cid-u3vNs4Wnt3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3vNs4Wnt3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3vNs4Wnt3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3vNs4Wnt3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3vNs4Wnt3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3vNs4Wnt3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3vNs4Wnt3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3vNs4Wnt3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3vNs4Wnt3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3vNs4Wnt3 .dropdown-item.active,
.cid-u3vNs4Wnt3 .dropdown-item:active {
  background-color: transparent;
}
.cid-u3vNs4Wnt3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3vNs4Wnt3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3vNs4Wnt3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3vNs4Wnt3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u3vNs4Wnt3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3vNs4Wnt3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3vNs4Wnt3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3vNs4Wnt3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u3vNs4Wnt3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3vNs4Wnt3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3vNs4Wnt3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3vNs4Wnt3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3vNs4Wnt3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3vNs4Wnt3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3vNs4Wnt3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u3vNs4Wnt3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3vNs4Wnt3 .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-u3vNs4Wnt3 .navbar {
    height: 70px;
  }
  .cid-u3vNs4Wnt3 .navbar.opened {
    height: auto;
  }
  .cid-u3vNs4Wnt3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4OSwDxaEt {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4OSwDxaEt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4OSwDxaEt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4OSwDxaEt .item-wrapper {
  width: 100%;
}
.cid-u4OSwDxaEt .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-u4OSwDxaEt .mbr-link {
  background: #66662a;
  padding: 0.4rem 1rem;
  margin-right: 0.5rem;
  border-radius: 1rem;
}
.cid-u4OSwDxaEt .card-box {
  padding: 0rem;
  width: 100%;
  display: inline-flex;
  flex-direction: column;
}
.cid-u4OSwDxaEt .icon {
  color: black;
  background: #66662a;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 1px;
}
.cid-u4OSwDxaEt p {
  background: #66662a;
  width: fit-content;
  border-radius: 0.8rem;
  padding: 0.2rem 1rem;
  line-height: 1.2;
  display: inline-block;
  transform: scale(1.05);
}
.cid-u4OSwDxaEt .card-wrapper {
  min-height: 700px;
  display: flex;
  padding: 1rem;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u4OSwDxaEt .card-wrapper {
    padding: 1.5rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u4OSwDxaEt .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u4OSwDxaEt .card-wrapper {
    padding: 4rem;
  }
}
.cid-u4OSwDxaEt .wrap {
  background: url("../../../assets/images/adobestock-249865973-2000x1335.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-u4OSwDxaEt .wrap .inner-wrap {
  padding: 40px;
}
.cid-u4OSwDxaEt .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-u4OSwDxaEt .mbr-text,
.cid-u4OSwDxaEt .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-u4OSwDxaEt .mbr-link,
.cid-u4OSwDxaEt .link-wrapper {
  color: #ffffff;
}
.cid-u9lMHY9UpV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u9lMHY9UpV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9lMHY9UpV .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u9lMHY9UpV .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-u9lMHY9UpV img {
  border-radius: 1rem;
}
.cid-u9lMHY9UpV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9lMHY9UpV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u9lMHY9UpV .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u9lMHY9UpV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9lMHY9UpV .mbr-section-title {
  color: #ffa600;
}
.cid-u9lMHY9UpV .mbr-section-subtitle,
.cid-u9lMHY9UpV .subtitle-wrap {
  color: #19303d;
}
.cid-u9lMHY9UpV .mbr-text,
.cid-u9lMHY9UpV .mbr-section-btn {
  color: #19303d;
}
.cid-u9lQFhACBi {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u9lQFhACBi h6 {
  line-height: 1.2;
}
.cid-u9lQFhACBi img,
.cid-u9lQFhACBi .item-img {
  width: 100%;
  height: 100%;
}
.cid-u9lQFhACBi .item:focus,
.cid-u9lQFhACBi span:focus {
  outline: none;
}
.cid-u9lQFhACBi .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-u9lQFhACBi .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-u9lQFhACBi .mbr-section-title {
  color: #000000;
}
.cid-u9lQFhACBi .mbr-text,
.cid-u9lQFhACBi .mbr-section-btn {
  color: #000000;
}
.cid-u9lQFhACBi .item-title {
  color: #000000;
  text-align: center;
}
.cid-u9lQFhACBi .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u9lQFhACBi .item-text {
  color: #000000;
  text-align: center;
}
.cid-u9lQFhACBi .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-u9lQFhACBi .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u4OT4FP2mS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4OT4FP2mS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4OT4FP2mS .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u4OT4FP2mS .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-u4OT4FP2mS img {
  border-radius: 1rem;
}
.cid-u4OT4FP2mS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4OT4FP2mS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u4OT4FP2mS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u4OT4FP2mS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u4OT4FP2mS .mbr-section-title {
  color: #ffa600;
}
.cid-u4OT4FP2mS .mbr-section-subtitle,
.cid-u4OT4FP2mS .subtitle-wrap {
  color: #19303d;
}
.cid-u4OT4FP2mS .mbr-text,
.cid-u4OT4FP2mS .mbr-section-btn {
  color: #19303d;
}
.cid-u4OT6bBbwR {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4OT6bBbwR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4OT6bBbwR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4OT6bBbwR .mbr-section-title {
  text-align: left;
}
.cid-u4OT6bBbwR .mbr-section-subtitle {
  text-align: left;
}
.cid-u4OX7EIj1q {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4OX7EIj1q h6 {
  line-height: 1.2;
}
.cid-u4OX7EIj1q img,
.cid-u4OX7EIj1q .item-img {
  width: 100%;
  height: 100%;
}
.cid-u4OX7EIj1q .item:focus,
.cid-u4OX7EIj1q span:focus {
  outline: none;
}
.cid-u4OX7EIj1q .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-u4OX7EIj1q .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-u4OX7EIj1q .mbr-section-title {
  color: #000000;
}
.cid-u4OX7EIj1q .mbr-text,
.cid-u4OX7EIj1q .mbr-section-btn {
  color: #000000;
}
.cid-u4OX7EIj1q .item-title {
  color: #000000;
  text-align: center;
}
.cid-u4OX7EIj1q .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u4OX7EIj1q .item-text {
  color: #000000;
  text-align: center;
}
.cid-u4OX7EIj1q .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-u4OX7EIj1q .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u4OYZMQimp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4OYZMQimp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4OYZMQimp .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u4OYZMQimp .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-u4OYZMQimp img {
  border-radius: 1rem;
}
.cid-u4OYZMQimp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4OYZMQimp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u4OYZMQimp .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u4OYZMQimp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u4OYZMQimp .mbr-section-title {
  color: #ffa600;
}
.cid-u4OYZMQimp .mbr-section-subtitle,
.cid-u4OYZMQimp .subtitle-wrap {
  color: #19303d;
}
.cid-u4OYZMQimp .mbr-text,
.cid-u4OYZMQimp .mbr-section-btn {
  color: #19303d;
}
.cid-u4OZ1s4qKH {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4OZ1s4qKH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4OZ1s4qKH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4OZ1s4qKH .mbr-section-title {
  text-align: left;
}
.cid-u4OZ1s4qKH .mbr-section-subtitle {
  text-align: left;
}
.cid-u4P1zgfVKU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4P1zgfVKU h6 {
  line-height: 1.2;
}
.cid-u4P1zgfVKU img,
.cid-u4P1zgfVKU .item-img {
  width: 100%;
  height: 100%;
}
.cid-u4P1zgfVKU .item:focus,
.cid-u4P1zgfVKU span:focus {
  outline: none;
}
.cid-u4P1zgfVKU .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-u4P1zgfVKU .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-u4P1zgfVKU .mbr-section-title {
  color: #000000;
}
.cid-u4P1zgfVKU .mbr-text,
.cid-u4P1zgfVKU .mbr-section-btn {
  color: #000000;
}
.cid-u4P1zgfVKU .item-title {
  color: #000000;
  text-align: center;
}
.cid-u4P1zgfVKU .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u4P1zgfVKU .item-text {
  color: #000000;
  text-align: center;
}
.cid-u4P1zgfVKU .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-u4P1zgfVKU .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u4P214IsuF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4P214IsuF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4P214IsuF .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u4P214IsuF .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-u4P214IsuF img {
  border-radius: 1rem;
}
.cid-u4P214IsuF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4P214IsuF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u4P214IsuF .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u4P214IsuF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u4P214IsuF .mbr-section-title {
  color: #ffa600;
}
.cid-u4P214IsuF .mbr-section-subtitle,
.cid-u4P214IsuF .subtitle-wrap {
  color: #19303d;
}
.cid-u4P214IsuF .mbr-text,
.cid-u4P214IsuF .mbr-section-btn {
  color: #19303d;
}
.cid-u4P223H5Sc {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4P223H5Sc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4P223H5Sc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4P223H5Sc .mbr-section-title {
  text-align: left;
}
.cid-u4P223H5Sc .mbr-section-subtitle {
  text-align: left;
}
.cid-u4P5D7wGd6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4P5D7wGd6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4P5D7wGd6 .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u4P5D7wGd6 .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-u4P5D7wGd6 img {
  border-radius: 1rem;
}
.cid-u4P5D7wGd6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4P5D7wGd6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u4P5D7wGd6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u4P5D7wGd6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u4P5D7wGd6 .mbr-section-title {
  color: #ffa600;
}
.cid-u4P5D7wGd6 .mbr-section-subtitle,
.cid-u4P5D7wGd6 .subtitle-wrap {
  color: #19303d;
}
.cid-u4P5D7wGd6 .mbr-text,
.cid-u4P5D7wGd6 .mbr-section-btn {
  color: #19303d;
}
.cid-u3jCuYeo3F {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3jCuYeo3F .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3jCuYeo3F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3jCuYeo3F .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .container {
    padding: 0 6px;
  }
}
.cid-u3jCuYeo3F .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #000000;
}
@media (max-width: 1440px) {
  .cid-u3jCuYeo3F .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-u3jCuYeo3F .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-u3jCuYeo3F .row {
    padding: 50px 30px;
  }
}
.cid-u3jCuYeo3F .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-u3jCuYeo3F .title-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .title-wrapper {
    padding: 0;
  }
}
.cid-u3jCuYeo3F .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u3jCuYeo3F .title-wrapper .mbr-section-title span {
  color: #ffa600;
}
.cid-u3jCuYeo3F .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-u3jCuYeo3F .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u3jCuYeo3F .list-wrapper {
    padding: 0;
  }
}
.cid-u3jCuYeo3F .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-u3jCuYeo3F .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u3jCuYeo3F .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-u3jCuYeo3F .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u3jCuYeo3F .list-wrapper .list .item-wrap:hover,
.cid-u3jCuYeo3F .list-wrapper .list .item-wrap:focus {
  color: #ffa600;
}
.cid-u3jCuYeo3F .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.cid-u3jCuYeo3F .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-u3jCuYeo3F .mbr-section-title {
  color: #ffffff;
}
.cid-u3jCuYeo3F .list-title {
  color: #ffffff;
}
.cid-u3jCuYeo3F .list {
  color: #ffffff;
}
