.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: Figtree;
}
.display-1 {
  font-family: 'Figtree', sans-serif;
  font-size: 6rem;
  line-height: 100%;
  letter-spacing: -0.04em;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Figtree', sans-serif;
  font-size: 4.1rem;
  line-height: 100%;
  letter-spacing: -0.04em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.125rem;
}
.display-4 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.1rem;
  line-height: 100%;
  letter-spacing: -0.02em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Figtree', sans-serif;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.35rem;
  line-height: 125%;
  letter-spacing: -0.02em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.28rem;
    font-size: calc( 2.085rem + (4.1 - 2.085) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.085rem + (4.1 - 2.085) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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.08rem;
    font-size: calc( 1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 50px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 50px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 50px;
}
.bg-primary {
  background-color: #192227 !important;
}
.bg-success {
  background-color: #ade988 !important;
}
.bg-info {
  background-color: #fdfcfc !important;
}
.bg-warning {
  background-color: #b08ce1 !important;
}
.bg-danger {
  background-color: #f06246 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #192227 !important;
  border-color: #192227 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #2d3d46 !important;
  border-color: #2d3d46 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2d3d46 !important;
  border-color: #2d3d46 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f9a600 !important;
  border-color: #f9a600 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffb92d !important;
  border-color: #ffb92d !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ffb92d !important;
  border-color: #ffb92d !important;
}
.btn-info,
.btn-info:active {
  background-color: #fdfcfc !important;
  border-color: #fdfcfc !important;
  color: #966464 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #966464 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ade988 !important;
  border-color: #ade988 !important;
  color: #306012 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #cbf1b3 !important;
  border-color: #cbf1b3 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #306012 !important;
  background-color: #cbf1b3 !important;
  border-color: #cbf1b3 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b08ce1 !important;
  border-color: #b08ce1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ccb4ec !important;
  border-color: #ccb4ec !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ccb4ec !important;
  border-color: #ccb4ec !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f06246 !important;
  border-color: #f06246 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f48a75 !important;
  border-color: #f48a75 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f48a75 !important;
  border-color: #f48a75 !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: #192227;
  color: #192227;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #192227 !important;
  border-color: #192227 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f9a600;
  color: #f9a600;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a26c00 !important;
  background-color: transparent !important;
  border-color: #a26c00 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f9a600 !important;
  border-color: #f9a600 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #fdfcfc;
  color: #fdfcfc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #dac8c8 !important;
  background-color: transparent !important;
  border-color: #dac8c8 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #966464 !important;
  background-color: #fdfcfc !important;
  border-color: #fdfcfc !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ade988;
  color: #ade988;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #7bdb3f !important;
  background-color: transparent !important;
  border-color: #7bdb3f !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #306012 !important;
  background-color: #ade988 !important;
  border-color: #ade988 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #b08ce1;
  color: #b08ce1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #8147cf !important;
  background-color: transparent !important;
  border-color: #8147cf !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b08ce1 !important;
  border-color: #b08ce1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f06246;
  color: #f06246;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #cf3011 !important;
  background-color: transparent !important;
  border-color: #cf3011 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f06246 !important;
  border-color: #f06246 !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: #192227 !important;
}
.text-secondary {
  color: #f9a600 !important;
}
.text-success {
  color: #ade988 !important;
}
.text-info {
  color: #fdfcfc !important;
}
.text-warning {
  color: #b08ce1 !important;
}
.text-danger {
  color: #f06246 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #936200 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #72d932 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #d4bfbf !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #783bcc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c02d10 !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: #192227;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fdfcfc;
}
.alert-warning {
  background-color: #b08ce1;
}
.alert-danger {
  background-color: #f06246;
}
.mbr-gallery-filter li.active .btn {
  background-color: #192227;
  border-color: #192227;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #192227;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c9d5dc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Figtree', sans-serif;
  font-size: 1.35rem;
  line-height: 125%;
  letter-spacing: -0.02em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.6875rem;
}
.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: #192227 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Figtree', sans-serif;
  font-size: 1.35rem;
  line-height: 125%;
  letter-spacing: -0.02em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.6875rem;
}
blockquote {
  border-color: #192227;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #192227;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #192227;
}
.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: #192227;
  border-bottom-color: #192227;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #192227 !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: #f9a600 !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='%23192227' %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;
}
img {
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .mbr-section-btn,
  .mbr-section-btn-main {
    padding: 0 10px;
  }
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 40px 70px;
  border-radius: 20px !important;
  margin: 10px;
  box-shadow: none;
  border: none;
  min-width: 450px;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 20px;
    min-width: auto;
  }
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  width: 70px;
  height: 70px;
  font-size: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  padding: 20px;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn .mbr-iconfont,
  .mbr-section-btn-main .btn .mbr-iconfont {
    margin-left: 10px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
  border: none;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  justify-content: flex-end;
  width: 120px;
  border-radius: 3rem;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn:hover .mbr-iconfont,
  .mbr-section-btn-main .btn:hover .mbr-iconfont,
  .mbr-section-btn .btn:focus .mbr-iconfont,
  .mbr-section-btn-main .btn:focus .mbr-iconfont {
    width: 70px;
  }
}
.mbr-section-btn .btn-primary .mbr-iconfont,
.mbr-section-btn-main .btn-primary .mbr-iconfont {
  background-color: #f9a600 !important;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary {
  color: #192227 !important;
}
.mbr-section-btn .btn-secondary .mbr-iconfont,
.mbr-section-btn-main .btn-secondary .mbr-iconfont {
  color: #f9a600 !important;
  background-color: #192227 !important;
}
.mbr-section-btn .btn-success .mbr-iconfont,
.mbr-section-btn-main .btn-success .mbr-iconfont {
  background-color: #fdfcfc !important;
}
.mbr-section-btn .btn-info .mbr-iconfont,
.mbr-section-btn-main .btn-info .mbr-iconfont {
  background-color: #192227 !important;
}
.mbr-section-btn .btn-warning .mbr-iconfont,
.mbr-section-btn-main .btn-warning .mbr-iconfont {
  color: #b08ce1 !important;
  background-color: #fdfcfc !important;
}
.mbr-section-btn .btn-danger .mbr-iconfont,
.mbr-section-btn-main .btn-danger .mbr-iconfont {
  color: #f06246 !important;
  background-color: #fdfcfc !important;
}
.mbr-section-btn .btn-black .mbr-iconfont,
.mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.mbr-section-btn .btn-white .mbr-iconfont,
.mbr-section-btn-main .btn-white .mbr-iconfont {
  color: #ffffff !important;
  background-color: #000000 !important;
}
.cid-u0Nr6jJTum {
  z-index: 1000;
  width: 100%;
}
.cid-u0Nr6jJTum .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u0Nr6jJTum .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u0Nr6jJTum .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-u0Nr6jJTum .navbar-nav {
    max-width: 45%;
  }
}
.cid-u0Nr6jJTum .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-u0Nr6jJTum .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-u0Nr6jJTum .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-u0Nr6jJTum .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u0Nr6jJTum .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u0Nr6jJTum .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-u0Nr6jJTum .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u0Nr6jJTum .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u0Nr6jJTum .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-u0Nr6jJTum .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-u0Nr6jJTum .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u0Nr6jJTum .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u0Nr6jJTum .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u0Nr6jJTum .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0Nr6jJTum .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0Nr6jJTum .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u0Nr6jJTum .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-u0Nr6jJTum .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u0Nr6jJTum .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u0Nr6jJTum .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-u0Nr6jJTum .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(209, 206, 206, 0.6) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #d1cece;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-u0Nr6jJTum .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u0Nr6jJTum .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u0Nr6jJTum .iconfont-wrapper {
  color: #192227 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u0Nr6jJTum .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #d1cece;
  background: rgba(209, 206, 206, 0.6) !important;
  border-radius: 4px !important;
}
.cid-u0Nr6jJTum .nav-item:focus,
.cid-u0Nr6jJTum .nav-link:focus {
  outline: none;
}
.cid-u0Nr6jJTum .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0Nr6jJTum .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0Nr6jJTum .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0Nr6jJTum .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0Nr6jJTum .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0Nr6jJTum .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0Nr6jJTum .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u0Nr6jJTum .navbar.opened {
  transition: all 0.3s;
}
.cid-u0Nr6jJTum .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u0Nr6jJTum .navbar .navbar-logo img {
  width: auto;
}
.cid-u0Nr6jJTum .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-u0Nr6jJTum .navbar.collapsed {
  justify-content: center;
}
.cid-u0Nr6jJTum .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0Nr6jJTum .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u0Nr6jJTum .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u0Nr6jJTum .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0Nr6jJTum .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0Nr6jJTum .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-u0Nr6jJTum .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0Nr6jJTum .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u0Nr6jJTum .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u0Nr6jJTum .navbar {
    min-height: 72px;
  }
  .cid-u0Nr6jJTum .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u0Nr6jJTum .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0Nr6jJTum .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0Nr6jJTum .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0Nr6jJTum .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u0Nr6jJTum .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-u0Nr6jJTum .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u0Nr6jJTum .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u0Nr6jJTum .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0Nr6jJTum .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u0Nr6jJTum .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u0Nr6jJTum .dropdown-item.active,
.cid-u0Nr6jJTum .dropdown-item:active {
  background-color: transparent;
}
.cid-u0Nr6jJTum .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0Nr6jJTum .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0Nr6jJTum .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0Nr6jJTum .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d1cece;
}
.cid-u0Nr6jJTum .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u0Nr6jJTum .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u0Nr6jJTum ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u0Nr6jJTum .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u0Nr6jJTum .navbar-buttons {
    text-align: left;
  }
}
.cid-u0Nr6jJTum button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u0Nr6jJTum button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #192227;
}
.cid-u0Nr6jJTum button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0Nr6jJTum button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0Nr6jJTum button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0Nr6jJTum button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0Nr6jJTum nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0Nr6jJTum nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0Nr6jJTum nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0Nr6jJTum nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0Nr6jJTum .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u0Nr6jJTum a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0Nr6jJTum .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u0Nr6jJTum .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u0Nr6jJTum .navbar {
    height: 70px;
  }
  .cid-u0Nr6jJTum .navbar.opened {
    height: auto;
  }
  .cid-u0Nr6jJTum .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0Nr6jJTum .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u0Nr6jJTum .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u0Nr6jJTum .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u0Nr6jJTum .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-u0Nr6jJTum .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u0Nr6jJTum .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u0Nr6jJTum .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u0Nr6jJTum .navbar-brand {
    margin-right: auto;
  }
  .cid-u0Nr6jJTum .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #d1cece;
    opacity: 1;
    border-color: rgba(209, 206, 206, 0.6) !important;
    background: rgba(209, 206, 206, 0.6) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-u0Nr6jJTum .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u0Nr6jJTum .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u0Nr6jJTum .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u0Nr6jJTum .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u0Nr6jJTum .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u0Nr6jJTum .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-u0Nr6jJTum .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u0Nr6jJTum .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u0Nr6jJTum .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u0Nr6jJTum .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tN0YvQmWp6 {
  background-color: #192227;
}
.cid-tN0YvQmWp6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN0YvQmWp6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN0YvQmWp6 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN0YvQmWp6 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN0YvQmWp6 .container {
    padding: 0 16px;
  }
}
.cid-tN0YvQmWp6 .row {
  border-radius: 20px;
  background-color: #fdfcfc;
  padding: 90px 45px 75px;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tN0YvQmWp6 .row {
    padding: 45px 32px;
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .cid-tN0YvQmWp6 .row {
    padding: 45px 4px;
  }
}
.cid-tN0YvQmWp6 .row .card {
  justify-content: center;
}
.cid-tN0YvQmWp6 .title-wrapper {
  padding-right: 100px;
}
@media (max-width: 992px) {
  .cid-tN0YvQmWp6 .title-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.cid-tN0YvQmWp6 .title-wrapper .subtitle-wrapper {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-tN0YvQmWp6 .title-wrapper .subtitle-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tN0YvQmWp6 .title-wrapper .subtitle-wrapper .subtitle-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tN0YvQmWp6 .title-wrapper .subtitle-wrapper .subtitle-wrap .mbr-section-subtitle {
  margin: 0 20px 0 0;
}
.cid-tN0YvQmWp6 .title-wrapper .subtitle-wrapper .subtitle-wrap .mbr-iconfont {
  font-size: 30px;
  color: #d1cece;
}
.cid-tN0YvQmWp6 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-tN0YvQmWp6 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tN0YvQmWp6 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tN0YvQmWp6 .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-tN0YvQmWp6 .title-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tN0YvQmWp6 .image-wrapper img {
  height: 650px;
  width: 100%;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 14rem !important;
  border: 4px solid #f9a600;
}
@media (max-width: 1440px) {
  .cid-tN0YvQmWp6 .image-wrapper img {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .cid-tN0YvQmWp6 .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-tN0YvQmWp6 .image-wrapper img {
    height: 350px;
  }
}
.cid-tN0YvQmWp6 .mbr-section-subtitle {
  color: #d1cece;
}
.cid-tN0YvQmWp6 .mbr-section-title {
  color: #192227;
}
.cid-tN0YvQmWp6 .mbr-text {
  color: #192227;
}
.cid-tN10sBpdU0 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-tN10sBpdU0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN10sBpdU0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN10sBpdU0 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN10sBpdU0 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN10sBpdU0 .container {
    padding: 0 16px;
  }
}
.cid-tN10sBpdU0 .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tN10sBpdU0 .row {
    margin: 0 10px;
  }
}
.cid-tN10sBpdU0 .row .card {
  padding: 0;
}
.cid-tN10sBpdU0 .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-tN10sBpdU0 .row .card:first-child {
    padding: 0;
  }
}
.cid-tN10sBpdU0 .items-wrapper {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tN10sBpdU0 .items-wrapper {
    padding: 0;
    display: block;
    margin-bottom: 10px;
  }
}
.cid-tN10sBpdU0 .items-wrapper .item {
  border-right: 1px solid #4a5357;
  padding: 5px 40px;
}
.cid-tN10sBpdU0 .items-wrapper .item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-tN10sBpdU0 .items-wrapper .item {
    border-right: none;
    border-bottom: 1px solid #4a5357;
    padding: 20px;
  }
  .cid-tN10sBpdU0 .items-wrapper .item:last-child {
    border-bottom: none;
  }
}
.cid-tN10sBpdU0 .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-tN10sBpdU0 .items-wrapper .item .item-wrapper a {
  display: block;
  width: 100%;
}
.cid-tN10sBpdU0 .items-wrapper .item .item-wrapper a .item-img {
  justify-content: center;
  align-items: center;
  background-color: #fdfcfc;
  border-radius: 20px;
}
.cid-tN10sBpdU0 .items-wrapper .item .item-wrapper a .item-img img {
  height: 150px;
  object-fit: contain;
}
.cid-tN10sBpdU0 .mbr-section-btn {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tN10sBpdU0 .mbr-section-btn {
    padding: 0;
  }
}
.cid-tN10sBpdU0 .mbr-section-btn .btn {
  padding: 40px 10px;
  width: 100%;
  height: 100%;
  margin: 0 0 0 10px;
  min-width: auto;
}
@media (max-width: 992px) {
  .cid-tN10sBpdU0 .mbr-section-btn .btn {
    margin: 10px;
  }
}
@media (max-width: 768px) {
  .cid-tN10sBpdU0 .mbr-section-btn .btn {
    padding: 20px;
  }
}
.cid-tN0YRvRkma {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-tN0YRvRkma .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN0YRvRkma .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN0YRvRkma .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN0YRvRkma .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN0YRvRkma .container {
    padding: 0 16px;
  }
}
.cid-tN0YRvRkma .row {
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tN0YRvRkma .row {
    margin: 0 10px;
  }
}
.cid-tN0YRvRkma .row .card {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tN0YRvRkma .row .card {
    padding: 0;
  }
}
.cid-tN0YRvRkma .row .card:first-child .decor-wrapper {
  position: absolute;
  top: 0;
  right: -40px;
  width: 2000px;
  height: 2000px;
  border: 40px solid #f9a600;
  border-radius: 24%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tN0YRvRkma .row .card:first-child .decor-wrapper {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-tN0YRvRkma .row .card:last-child .decor-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 2000px;
  height: 2000px;
  border: 40px solid #4a5357;
  border-radius: 24%;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-tN0YRvRkma .row .card:last-child .decor-wrapper {
    display: none;
  }
}
.cid-tN0YRvRkma .title-wrapper {
  padding: 400px 0;
}
@media (max-width: 992px) {
  .cid-tN0YRvRkma .title-wrapper {
    padding: 200px 0 0;
  }
}
.cid-tN0YRvRkma .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tN0YRvRkma .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tN0YRvRkma .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(-45deg);
  border-radius: 100%;
}
.cid-tN0YRvRkma .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-tN0YRvRkma .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tN0YRvRkma .title-wrapper .mbr-text {
  margin: 0;
}
.cid-tN0YRvRkma .mbr-section-title {
  color: #fdfcfc;
}
.cid-tN0YRvRkma .mbr-text {
  color: #F9A600;
}
.cid-tN0YRQkTJW {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-tN0YRQkTJW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN0YRQkTJW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN0YRQkTJW .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN0YRQkTJW .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN0YRQkTJW .container {
    padding: 0 16px;
  }
}
.cid-tN0YRQkTJW .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tN0YRQkTJW .row {
    margin: 0 10px;
  }
}
.cid-tN0YRQkTJW .row .card {
  position: relative;
  padding: 0;
}
.cid-tN0YRQkTJW .row .card .decor-wrapper {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #f9a600;
  border-radius: 15rem;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-tN0YRQkTJW .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-tN0YRQkTJW .row .card .decor-wrapper {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-tN0YRQkTJW .row .card .icon-decor {
  position: absolute;
  top: 14rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #192227;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #f9a600;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-tN0YRQkTJW .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-tN0YRQkTJW .row .card .icon-decor {
    display: none;
  }
}
.cid-tN0YRQkTJW .title-wrapper {
  padding-top: 200px;
  position: relative;
  z-index: 1;
}
.cid-tN0YRQkTJW .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tN0YRQkTJW .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tN0YRQkTJW .items-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-tN0YRQkTJW .items-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.cid-tN0YRQkTJW .items-wrapper .item {
  border-radius: 16px !important;
  background-color: #f9a600;
  overflow: hidden;
}
.cid-tN0YRQkTJW .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-tN0YRQkTJW .items-wrapper .item .item-wrapper .item-content {
  padding: 40px 40px 100px;
}
@media (max-width: 992px) {
  .cid-tN0YRQkTJW .items-wrapper .item .item-wrapper .item-content {
    padding: 20px 20px 30px;
  }
}
.cid-tN0YRQkTJW .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 25px;
}
.cid-tN0YRQkTJW .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 46px;
  height: 46px;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #192227;
  color: #fdfcfc;
  border-radius: 50%;
}
.cid-tN0YRQkTJW .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-tN0YRQkTJW .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tN0YRQkTJW .items-wrapper .item .item-wrapper .item-img {
  padding-left: 60px;
}
.cid-tN0YRQkTJW .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
  border-top-left-radius: 16px !important;
}
.cid-tN0YRQkTJW .mbr-section-title {
  color: #fdfcfc;
}
.cid-tN0YRQkTJW .item-title {
  color: #192227;
}
.cid-tN0YRQkTJW .mbr-text {
  color: #192227;
}
.cid-tN0YYfAY3a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
  overflow: hidden;
}
.cid-tN0YYfAY3a .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN0YYfAY3a .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN0YYfAY3a .container {
    padding: 0 16px;
  }
}
.cid-tN0YYfAY3a .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tN0YYfAY3a .row {
    margin: 0 10px;
  }
}
.cid-tN0YYfAY3a .row .card {
  position: relative;
  padding: 0;
}
.cid-tN0YYfAY3a .row .card .decor-wrapper {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 4000px;
  border: 40px solid #f9a600;
  border-radius: 15rem;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-tN0YYfAY3a .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-tN0YYfAY3a .row .card .decor-wrapper {
    display: none;
  }
}
.cid-tN0YYfAY3a .row .card .icon-decor {
  position: absolute;
  top: 14rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #192227;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #f9a600;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-tN0YYfAY3a .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-tN0YYfAY3a .row .card .icon-decor {
    display: none;
  }
}
.cid-tN0YYfAY3a .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tN0YYfAY3a .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tN0YYfAY3a .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tN0YYfAY3a .item:focus,
.cid-tN0YYfAY3a span:focus {
  outline: none;
}
.cid-tN0YYfAY3a .item-wrapper {
  position: relative;
}
.cid-tN0YYfAY3a .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 475px;
  max-width: 475px;
}
@media (max-width: 767px) {
  .cid-tN0YYfAY3a .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-tN0YYfAY3a .embla__slide .slide-content {
  border-radius: 16px !important;
  background-color: #f9a600;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 15px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tN0YYfAY3a .embla__slide .slide-content {
    margin-right: 0;
  }
}
.cid-tN0YYfAY3a .embla__slide .slide-content .item-content {
  padding: 40px 40px 100px;
}
@media (max-width: 992px) {
  .cid-tN0YYfAY3a .embla__slide .slide-content .item-content {
    padding: 20px 20px 30px;
  }
}
.cid-tN0YYfAY3a .embla__slide .slide-content .item-content .icon-wrapper {
  margin-bottom: 25px;
}
.cid-tN0YYfAY3a .embla__slide .slide-content .item-content .icon-wrapper .mbr-iconfont {
  width: 46px;
  height: 46px;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #192227;
  color: #fdfcfc;
  border-radius: 50%;
}
.cid-tN0YYfAY3a .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 20px;
}
.cid-tN0YYfAY3a .embla__slide .slide-content .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tN0YYfAY3a .embla__slide .slide-content .item-wrapper .item-img {
  padding-left: 60px;
}
.cid-tN0YYfAY3a .embla__slide .slide-content .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
  border-top-left-radius: 16px !important;
}
.cid-tN0YYfAY3a .embla__button--next,
.cid-tN0YYfAY3a .embla__button--prev {
  display: flex;
}
.cid-tN0YYfAY3a .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 30px;
  background-color: transparent !important;
  color: #f9a600 !important;
  border: 2px solid #f9a600 !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-tN0YYfAY3a .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tN0YYfAY3a .embla__button:hover {
  color: #fdfcfc !important;
}
.cid-tN0YYfAY3a .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tN0YYfAY3a .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tN0YYfAY3a .embla {
  position: relative;
  width: 100%;
  padding-bottom: 5rem;
}
.cid-tN0YYfAY3a .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-tN0YYfAY3a .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tN0YYfAY3a .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tN0YYfAY3a .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tN0YYfAY3a .mbr-section-title {
  color: #fdfcfc;
}
.cid-tN0YYfAY3a .item-title {
  color: #192227;
}
.cid-tN0YYfAY3a .mbr-text {
  color: #192227;
}
.cid-tN0YVvHIFG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-tN0YVvHIFG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN0YVvHIFG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN0YVvHIFG .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN0YVvHIFG .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN0YVvHIFG .container {
    padding: 0 16px;
  }
}
.cid-tN0YVvHIFG .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tN0YVvHIFG .row {
    margin: 0 10px;
  }
}
.cid-tN0YVvHIFG .row .card {
  position: relative;
  padding: 0;
}
.cid-tN0YVvHIFG .row .card .decor-wrapper_1 {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #f9a600;
  border-radius: 15rem;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-tN0YVvHIFG .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-tN0YVvHIFG .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-tN0YVvHIFG .row .card .decor-wrapper_2 {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #4a5357;
  border-radius: 14%;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-tN0YVvHIFG .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-tN0YVvHIFG .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-tN0YVvHIFG .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-tN0YVvHIFG .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-tN0YVvHIFG .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tN0YVvHIFG .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tN0YVvHIFG .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(45deg);
  border-radius: 100%;
}
.cid-tN0YVvHIFG .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-tN0YVvHIFG .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tN0YVvHIFG .title-wrapper .mbr-text {
  margin: 0;
}
.cid-tN0YVvHIFG .mbr-section-title {
  color: #fdfcfc;
}
.cid-tN0YVvHIFG .mbr-text {
  color: #F9A600;
}
.cid-tN0YYZa5Gv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-tN0YYZa5Gv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN0YYZa5Gv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN0YYZa5Gv .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN0YYZa5Gv .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN0YYZa5Gv .container {
    padding: 0 16px;
  }
}
.cid-tN0YYZa5Gv .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tN0YYZa5Gv .row {
    margin: 0 10px;
  }
}
.cid-tN0YYZa5Gv .row .card {
  position: relative;
  padding: 0;
}
.cid-tN0YYZa5Gv .row .card .decor-wrapper {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 4000px;
  border: 40px solid #f9a600;
  border-radius: 15rem;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-tN0YYZa5Gv .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-tN0YYZa5Gv .row .card .decor-wrapper {
    display: none;
  }
}
.cid-tN0YYZa5Gv .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #192227;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #f9a600;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-tN0YYZa5Gv .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-tN0YYZa5Gv .row .card .icon-decor {
    display: none;
  }
}
.cid-tN0YYZa5Gv .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tN0YYZa5Gv .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tN0YYZa5Gv .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tN0YYZa5Gv .items-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-tN0YYZa5Gv .items-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.cid-tN0YYZa5Gv .items-wrapper .item {
  border-radius: 16px !important;
  border: 1px solid #f9a600;
  overflow: hidden;
}
.cid-tN0YYZa5Gv .items-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-tN0YYZa5Gv .items-wrapper .item .item-wrapper .card-box .title-wrap {
  padding: 30px;
  background-color: #f9a600;
}
@media (max-width: 992px) {
  .cid-tN0YYZa5Gv .items-wrapper .item .item-wrapper .card-box .title-wrap {
    padding: 20px;
  }
}
.cid-tN0YYZa5Gv .items-wrapper .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 20px;
}
.cid-tN0YYZa5Gv .items-wrapper .item .item-wrapper .card-box .title-wrap .mbr-price {
  margin-bottom: 0;
}
.cid-tN0YYZa5Gv .items-wrapper .item .item-wrapper .card-box .text-wrap {
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-tN0YYZa5Gv .items-wrapper .item .item-wrapper .card-box .text-wrap {
    padding: 20px;
  }
}
.cid-tN0YYZa5Gv .items-wrapper .item .item-wrapper .card-box .text-wrap .mbr-text {
  margin: 0;
}
.cid-tN0YYZa5Gv .items-wrapper .item .item-wrapper .card-box .text-wrap .mbr-section-btn {
  margin-top: 20px;
  padding: 0 10px;
}
.cid-tN0YYZa5Gv .items-wrapper .item .item-wrapper .card-box .text-wrap .mbr-section-btn .btn {
  padding: 40px 15px;
  min-width: auto;
  width: 100%;
  margin-left: 0;
}
@media (max-width: 1199px) {
  .cid-tN0YYZa5Gv .items-wrapper .item .item-wrapper .card-box .text-wrap .mbr-section-btn .btn {
    padding: 20px;
    flex-direction: column;
    align-items: center;
  }
  .cid-tN0YYZa5Gv .items-wrapper .item .item-wrapper .card-box .text-wrap .mbr-section-btn .btn .mbr-iconfont {
    margin: 10px 0 0 0;
  }
}
@media (max-width: 992px) {
  .cid-tN0YYZa5Gv .items-wrapper .item .item-wrapper .card-box .text-wrap .mbr-section-btn .btn {
    padding: 20px;
    flex-direction: row;
  }
  .cid-tN0YYZa5Gv .items-wrapper .item .item-wrapper .card-box .text-wrap .mbr-section-btn .btn .mbr-iconfont {
    margin: 0 0 0 10px;
  }
}
.cid-tN0YYZa5Gv .mbr-section-title {
  color: #fdfcfc;
}
.cid-tN0YYZa5Gv .item-title {
  color: #192227;
  text-align: center;
}
.cid-tN0YYZa5Gv .mbr-price {
  color: #192227;
  text-align: center;
}
.cid-tN0YYZa5Gv .mbr-text {
  color: #fdfcfc;
}
.cid-tN0YYZa5Gv .mbr-text,
.cid-tN0YYZa5Gv .mbr-section-btn {
  text-align: center;
}
.cid-tN0Z28w70R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-tN0Z28w70R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN0Z28w70R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN0Z28w70R .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN0Z28w70R .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN0Z28w70R .container {
    padding: 0 16px;
  }
}
.cid-tN0Z28w70R .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tN0Z28w70R .row {
    margin: 0 10px;
  }
}
.cid-tN0Z28w70R .row .card {
  position: relative;
  padding: 0;
}
.cid-tN0Z28w70R .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #f9a600;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-tN0Z28w70R .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-tN0Z28w70R .row .card .decor-wrapper {
    display: none;
  }
}
.cid-tN0Z28w70R .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #192227;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #f9a600;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-tN0Z28w70R .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-tN0Z28w70R .row .card .icon-decor {
    display: none;
  }
}
.cid-tN0Z28w70R .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-tN0Z28w70R .title-wrapper {
    width: 100%;
  }
}
.cid-tN0Z28w70R .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tN0Z28w70R .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tN0Z28w70R .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tN0Z28w70R .mbr-section-title {
  color: #fdfcfc;
}
.cid-tN0Z28w70R .mbr-text {
  color: #fdfcfc;
}
.cid-tN10jiEfk5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-tN10jiEfk5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN10jiEfk5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN10jiEfk5 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN10jiEfk5 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN10jiEfk5 .container {
    padding: 0 16px;
  }
}
.cid-tN10jiEfk5 .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tN10jiEfk5 .row {
    margin: 0 10px;
  }
}
.cid-tN10jiEfk5 .row .item {
  padding: 0;
}
.cid-tN10jiEfk5 .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tN10jiEfk5 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tN10jiEfk5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tN10jiEfk5 .panel-group {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  overflow: hidden;
}
.cid-tN10jiEfk5 .panel-group .card {
  border-top: 1px solid #4a5357;
  border-radius: 0 !important;
}
.cid-tN10jiEfk5 .panel-group .card:first-child {
  border-top: none;
}
.cid-tN10jiEfk5 .panel-group .card:last-child {
  border-bottom: none;
}
.cid-tN10jiEfk5 .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-tN10jiEfk5 .panel-group .card .card-header .panel-title {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tN10jiEfk5 .panel-group .card .card-header .panel-title {
    padding: 20px 10px;
  }
}
.cid-tN10jiEfk5 .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #f9a600;
}
.cid-tN10jiEfk5 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
  color: #f9a600;
  background-color: #192227;
}
.cid-tN10jiEfk5 .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #192227;
}
.cid-tN10jiEfk5 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tN10jiEfk5 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tN10jiEfk5 .panel-group .card .panel-collapse .panel-body {
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-tN10jiEfk5 .panel-group .card .panel-collapse .panel-body {
    padding: 20px 10px;
  }
}
.cid-tN10jiEfk5 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tN10jiEfk5 .image-wrapper {
  height: 100%;
}
.cid-tN10jiEfk5 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tN10jiEfk5 .image-wrapper img {
    height: 350px;
  }
}
.cid-tN10jiEfk5 .mbr-section-title {
  color: #fdfcfc;
}
.cid-tN10jiEfk5 .panel-title-edit {
  color: #fdfcfc;
}
.cid-tN10jiEfk5 .panel-text {
  color: #fdfcfc;
}
.cid-tN10mtkxBR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tN10mtkxBR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN10mtkxBR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN10mtkxBR .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN10mtkxBR .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN10mtkxBR .container {
    padding: 0 16px;
  }
}
.cid-tN10mtkxBR .row {
  position: relative;
  margin: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tN10mtkxBR .row {
    margin: 0 10px;
  }
}
.cid-tN10mtkxBR .row .card {
  position: relative;
  padding: 0;
}
.cid-tN10mtkxBR .form-wrapper {
  padding: 30px !important;
  background-color: #fdfcfc;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-tN10mtkxBR .form-wrapper {
    padding: 20px !important;
  }
}
.cid-tN10mtkxBR .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-tN10mtkxBR .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 30px !important;
}
.cid-tN10mtkxBR .form-wrapper .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-tN10mtkxBR .form-wrapper .dragArea.row .form-group {
    margin-bottom: 25px !important;
  }
}
.cid-tN10mtkxBR .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 0 0 15px;
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #d1cece !important;
  border-radius: 0 !important;
}
.cid-tN10mtkxBR .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #d1cece;
}
.cid-tN10mtkxBR .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-tN10mtkxBR .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #d1cece !important;
}
.cid-tN10mtkxBR .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-tN10mtkxBR .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #d1cece;
  border-color: #d1cece;
}
.cid-tN10mtkxBR .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-tN10mtkxBR .form-wrapper .dragArea.row .mbr-section-btn .btn {
  min-width: auto;
  width: 100%;
  margin-left: 0;
}
.cid-tN10mtkxBR .mbr-section-title {
  color: #192227;
  text-align: center;
}
.cid-tN10mtkxBR .mbr-text {
  color: #192227;
  text-align: center;
}
.cid-tN10mtkxBR label {
  color: #192227;
}
.cid-tN10mtkxBR .mbr-section-title,
.cid-tN10mtkxBR .mbr-section-btn {
  text-align: center;
}
.cid-tN0YXrmsUh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-tN0YXrmsUh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN0YXrmsUh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN0YXrmsUh .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN0YXrmsUh .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN0YXrmsUh .container {
    padding: 0 16px;
  }
}
.cid-tN0YXrmsUh .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tN0YXrmsUh .row {
    margin: 0 10px;
  }
}
.cid-tN0YXrmsUh .row .card {
  padding: 0;
}
.cid-tN0YXrmsUh .row .card:first-child {
  padding-right: 10px;
  padding-right: 0;
  padding-left: 10px;
}
@media (max-width: 992px) {
  .cid-tN0YXrmsUh .row .card:first-child {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN0YXrmsUh .row .card:first-child {
    padding: 0;
  }
}
.cid-tN0YXrmsUh .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f9a600;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-tN0YXrmsUh .title-wrapper {
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-tN0YXrmsUh .title-wrapper .title-wrap {
  padding: 30px 30px 70px;
}
@media (max-width: 992px) {
  .cid-tN0YXrmsUh .title-wrapper .title-wrap {
    padding: 20px 20px 30px;
  }
}
.cid-tN0YXrmsUh .title-wrapper .title-wrap .icon-wrapper {
  margin-bottom: 20px;
}
.cid-tN0YXrmsUh .title-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #192227;
  color: #f9a600;
  border-radius: 50%;
  transform: rotate(-45deg);
}
.cid-tN0YXrmsUh .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tN0YXrmsUh .title-wrapper .mbr-copy {
  padding: 30px;
  margin-bottom: 0;
  border-top: 1px solid #c38200;
}
@media (max-width: 992px) {
  .cid-tN0YXrmsUh .title-wrapper .mbr-copy {
    padding: 20px;
  }
}
.cid-tN0YXrmsUh .list-wrapper {
  border: 1px solid #f9a600;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.cid-tN0YXrmsUh .list-wrapper .item {
  border-bottom: 1px solid #4a5357;
}
.cid-tN0YXrmsUh .list-wrapper .item:last-child {
  border: none;
}
.cid-tN0YXrmsUh .list-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  overflow: hidden;
}
.cid-tN0YXrmsUh .list-wrapper .item .item-wrapper a {
  display: block;
}
.cid-tN0YXrmsUh .list-wrapper .item .item-wrapper a:hover .card-box,
.cid-tN0YXrmsUh .list-wrapper .item .item-wrapper a:hover .card-box {
  background-color: #f9a600;
}
.cid-tN0YXrmsUh .list-wrapper .item .item-wrapper a:hover .card-box .card-title,
.cid-tN0YXrmsUh .list-wrapper .item .item-wrapper a:hover .card-box .card-title {
  color: #192227;
}
.cid-tN0YXrmsUh .list-wrapper .item .item-wrapper a:hover .card-box .mbr-iconfont,
.cid-tN0YXrmsUh .list-wrapper .item .item-wrapper a:hover .card-box .mbr-iconfont {
  color: #192227;
  transform: rotate(-45deg);
}
.cid-tN0YXrmsUh .list-wrapper .item .item-wrapper a .card-box {
  padding: 22px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tN0YXrmsUh .list-wrapper .item .item-wrapper a .card-box {
    padding: 15px 20px;
  }
}
.cid-tN0YXrmsUh .list-wrapper .item .item-wrapper a .card-box .card-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tN0YXrmsUh .list-wrapper .item .item-wrapper a .card-box .mbr-iconfont {
  font-size: 18px;
  color: #f9a600;
  transition: all 0.3s ease-in-out;
}
.cid-tN0YXrmsUh .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-tN0YXrmsUh .mbr-section-title {
  color: #192227;
}
.cid-tN0YXrmsUh .mbr-copy {
  color: #192227;
}
.cid-tN0YXrmsUh .card-title {
  color: #fdfcfc;
}
.cid-u15AfG7er3 {
  z-index: 1000;
  width: 100%;
}
.cid-u15AfG7er3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u15AfG7er3 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u15AfG7er3 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-u15AfG7er3 .navbar-nav {
    max-width: 45%;
  }
}
.cid-u15AfG7er3 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-u15AfG7er3 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-u15AfG7er3 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-u15AfG7er3 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u15AfG7er3 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u15AfG7er3 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-u15AfG7er3 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u15AfG7er3 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u15AfG7er3 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-u15AfG7er3 .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-u15AfG7er3 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u15AfG7er3 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u15AfG7er3 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u15AfG7er3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u15AfG7er3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u15AfG7er3 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u15AfG7er3 .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-u15AfG7er3 .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u15AfG7er3 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u15AfG7er3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-u15AfG7er3 .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(209, 206, 206, 0.6) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #d1cece;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-u15AfG7er3 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u15AfG7er3 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u15AfG7er3 .iconfont-wrapper {
  color: #192227 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u15AfG7er3 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #d1cece;
  background: rgba(209, 206, 206, 0.6) !important;
  border-radius: 4px !important;
}
.cid-u15AfG7er3 .nav-item:focus,
.cid-u15AfG7er3 .nav-link:focus {
  outline: none;
}
.cid-u15AfG7er3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u15AfG7er3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u15AfG7er3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u15AfG7er3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u15AfG7er3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u15AfG7er3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u15AfG7er3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u15AfG7er3 .navbar.opened {
  transition: all 0.3s;
}
.cid-u15AfG7er3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u15AfG7er3 .navbar .navbar-logo img {
  width: auto;
}
.cid-u15AfG7er3 .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-u15AfG7er3 .navbar.collapsed {
  justify-content: center;
}
.cid-u15AfG7er3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u15AfG7er3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u15AfG7er3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u15AfG7er3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u15AfG7er3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u15AfG7er3 .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-u15AfG7er3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u15AfG7er3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u15AfG7er3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u15AfG7er3 .navbar {
    min-height: 72px;
  }
  .cid-u15AfG7er3 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u15AfG7er3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u15AfG7er3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u15AfG7er3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u15AfG7er3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u15AfG7er3 .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-u15AfG7er3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u15AfG7er3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u15AfG7er3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u15AfG7er3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u15AfG7er3 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u15AfG7er3 .dropdown-item.active,
.cid-u15AfG7er3 .dropdown-item:active {
  background-color: transparent;
}
.cid-u15AfG7er3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u15AfG7er3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u15AfG7er3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u15AfG7er3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d1cece;
}
.cid-u15AfG7er3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u15AfG7er3 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u15AfG7er3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u15AfG7er3 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u15AfG7er3 .navbar-buttons {
    text-align: left;
  }
}
.cid-u15AfG7er3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u15AfG7er3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #192227;
}
.cid-u15AfG7er3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u15AfG7er3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u15AfG7er3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u15AfG7er3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u15AfG7er3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u15AfG7er3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u15AfG7er3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u15AfG7er3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u15AfG7er3 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u15AfG7er3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u15AfG7er3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u15AfG7er3 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u15AfG7er3 .navbar {
    height: 70px;
  }
  .cid-u15AfG7er3 .navbar.opened {
    height: auto;
  }
  .cid-u15AfG7er3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u15AfG7er3 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u15AfG7er3 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u15AfG7er3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u15AfG7er3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-u15AfG7er3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u15AfG7er3 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u15AfG7er3 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u15AfG7er3 .navbar-brand {
    margin-right: auto;
  }
  .cid-u15AfG7er3 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #d1cece;
    opacity: 1;
    border-color: rgba(209, 206, 206, 0.6) !important;
    background: rgba(209, 206, 206, 0.6) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-u15AfG7er3 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u15AfG7er3 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u15AfG7er3 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u15AfG7er3 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u15AfG7er3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u15AfG7er3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-u15AfG7er3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u15AfG7er3 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u15AfG7er3 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u15AfG7er3 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u15Bov8RGc {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/image-with-engineers-who-analyse-business-processes-and-digitisation-potential-on-a-screen-3938422391-672x384.webp");
}
.cid-u15Bov8RGc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u15Bov8RGc .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-u15Bov8RGc .container {
    padding: 0 16px;
  }
}
.cid-u15Bov8RGc .row {
  margin: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u15Bov8RGc .row {
    margin: 0 10px;
  }
}
.cid-u15Bov8RGc .row .card {
  padding: 0;
}
.cid-u15Bov8RGc .title-wrapper {
  border-radius: 20px;
  padding: 45px;
  background-color: #f9a600;
}
@media (max-width: 992px) {
  .cid-u15Bov8RGc .title-wrapper {
    padding: 45px 20px;
  }
}
.cid-u15Bov8RGc .title-wrapper .mbr-section-subtitle {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-u15Bov8RGc .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-u15Bov8RGc .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u15Bov8RGc .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u15Bov8RGc .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u15Bov8RGc .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-u15Bov8RGc .title-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-u15Bov8RGc .mbr-section-subtitle {
  color: #4a5357;
  text-align: center;
}
.cid-u15Bov8RGc .mbr-section-title {
  color: #192227;
}
.cid-u15Bov8RGc .mbr-text {
  color: #192227;
  text-align: center;
}
.cid-u15Bov8RGc .mbr-section-title,
.cid-u15Bov8RGc .mbr-section-btn {
  text-align: center;
}
.cid-u15Bvxuldk {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #192227;
}
.cid-u15Bvxuldk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u15Bvxuldk .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-u15Bvxuldk .container {
    padding: 0 16px;
  }
}
.cid-u15Bvxuldk .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u15Bvxuldk .row {
    margin: 0 10px;
  }
}
.cid-u15Bvxuldk .row .card {
  padding: 0;
}
.cid-u15Bvxuldk .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-u15Bvxuldk .row .card:first-child {
    padding: 0;
  }
}
.cid-u15Bvxuldk .title-wrapper {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f9a600;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-u15Bvxuldk .title-wrapper {
    padding: 20px;
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-u15Bvxuldk .title-wrapper .icon-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u15Bvxuldk .title-wrapper .icon-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u15Bvxuldk .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #192227;
  color: #f9a600;
  border-radius: 50%;
}
.cid-u15Bvxuldk .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u15Bvxuldk .title-wrapper .title-wrap .mbr-desc {
  margin: 10px 0 0;
}
.cid-u15Bvxuldk .content-wrapper {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u15Bvxuldk .content-wrapper {
    padding: 20px;
  }
}
.cid-u15Bvxuldk .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u15Bvxuldk .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u15Bvxuldk .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-u15Bvxuldk .mbr-section-title {
  color: #192227;
}
.cid-u15Bvxuldk .mbr-desc {
  color: #192227;
}
.cid-u15Bvxuldk .mbr-text {
  color: #fdfcfc;
}
.cid-u15DBE4F87 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #192227;
}
.cid-u15DBE4F87 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u15DBE4F87 .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-u15DBE4F87 .container {
    padding: 0 16px;
  }
}
.cid-u15DBE4F87 .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u15DBE4F87 .row {
    margin: 0 10px;
  }
}
.cid-u15DBE4F87 .row .card {
  padding: 0;
}
.cid-u15DBE4F87 .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-u15DBE4F87 .row .card:first-child {
    padding: 0;
  }
}
.cid-u15DBE4F87 .title-wrapper {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f9a600;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-u15DBE4F87 .title-wrapper {
    padding: 20px;
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-u15DBE4F87 .title-wrapper .icon-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u15DBE4F87 .title-wrapper .icon-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u15DBE4F87 .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #192227;
  color: #f9a600;
  border-radius: 50%;
}
.cid-u15DBE4F87 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u15DBE4F87 .title-wrapper .title-wrap .mbr-desc {
  margin: 10px 0 0;
}
.cid-u15DBE4F87 .content-wrapper {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u15DBE4F87 .content-wrapper {
    padding: 20px;
  }
}
.cid-u15DBE4F87 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u15DBE4F87 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u15DBE4F87 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-u15DBE4F87 .mbr-section-title {
  color: #192227;
}
.cid-u15DBE4F87 .mbr-desc {
  color: #192227;
}
.cid-u15DBE4F87 .mbr-text {
  color: #fdfcfc;
}
.cid-u15E2blOIG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-u15E2blOIG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u15E2blOIG .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-u15E2blOIG .container {
    padding: 0 16px;
  }
}
.cid-u15E2blOIG .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u15E2blOIG .row {
    margin: 0 10px;
  }
}
.cid-u15E2blOIG .row .card {
  padding: 0;
}
.cid-u15E2blOIG .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-u15E2blOIG .row .card:first-child {
    padding: 0;
  }
}
.cid-u15E2blOIG .title-wrapper {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f9a600;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-u15E2blOIG .title-wrapper {
    padding: 20px;
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-u15E2blOIG .title-wrapper .icon-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u15E2blOIG .title-wrapper .icon-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u15E2blOIG .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #192227;
  color: #f9a600;
  border-radius: 50%;
}
.cid-u15E2blOIG .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u15E2blOIG .title-wrapper .title-wrap .mbr-desc {
  margin: 10px 0 0;
}
.cid-u15E2blOIG .content-wrapper {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u15E2blOIG .content-wrapper {
    padding: 20px;
  }
}
.cid-u15E2blOIG .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u15E2blOIG .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u15E2blOIG .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-u15E2blOIG .mbr-section-title {
  color: #192227;
}
.cid-u15E2blOIG .mbr-desc {
  color: #192227;
}
.cid-u15E2blOIG .mbr-text {
  color: #fdfcfc;
}
.cid-u15HuOO7FU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-u15HuOO7FU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u15HuOO7FU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u15HuOO7FU .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u15HuOO7FU .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u15HuOO7FU .container {
    padding: 0 16px;
  }
}
.cid-u15HuOO7FU .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u15HuOO7FU .row {
    margin: 0;
  }
}
.cid-u15HuOO7FU .row .card {
  position: relative;
  padding: 0;
}
.cid-u15HuOO7FU .decor-wrapper_1 {
  height: 30px;
  background-color: #c38200;
  border-radius: 20px 20px 0 0;
}
.cid-u15HuOO7FU .decor-wrapper_2 {
  height: 30px;
  background-color: #f9a600;
}
.cid-u15HuOO7FU .decor-wrapper_3 {
  height: 30px;
  background-color: #ffbc37;
}
.cid-u15HuOO7FU .title-wrapper {
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u15HuOO7FU .title-wrapper {
    margin: 0 10px;
  }
}
.cid-u15HuOO7FU .mbr-section-title {
  color: #fdfcfc;
  text-align: center;
}
.cid-u15AfMc5TX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-u15AfMc5TX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u15AfMc5TX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u15AfMc5TX .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u15AfMc5TX .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u15AfMc5TX .container {
    padding: 0 16px;
  }
}
.cid-u15AfMc5TX .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u15AfMc5TX .row {
    margin: 0 10px;
  }
}
.cid-u15AfMc5TX .row .card {
  padding: 0;
}
.cid-u15AfMc5TX .row .card:first-child {
  padding-right: 10px;
  padding-right: 0;
  padding-left: 10px;
}
@media (max-width: 992px) {
  .cid-u15AfMc5TX .row .card:first-child {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u15AfMc5TX .row .card:first-child {
    padding: 0;
  }
}
.cid-u15AfMc5TX .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f9a600;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-u15AfMc5TX .title-wrapper {
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-u15AfMc5TX .title-wrapper .title-wrap {
  padding: 30px 30px 70px;
}
@media (max-width: 992px) {
  .cid-u15AfMc5TX .title-wrapper .title-wrap {
    padding: 20px 20px 30px;
  }
}
.cid-u15AfMc5TX .title-wrapper .title-wrap .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u15AfMc5TX .title-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #192227;
  color: #f9a600;
  border-radius: 50%;
  transform: rotate(-45deg);
}
.cid-u15AfMc5TX .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u15AfMc5TX .title-wrapper .mbr-copy {
  padding: 30px;
  margin-bottom: 0;
  border-top: 1px solid #c38200;
}
@media (max-width: 992px) {
  .cid-u15AfMc5TX .title-wrapper .mbr-copy {
    padding: 20px;
  }
}
.cid-u15AfMc5TX .list-wrapper {
  border: 1px solid #f9a600;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.cid-u15AfMc5TX .list-wrapper .item {
  border-bottom: 1px solid #4a5357;
}
.cid-u15AfMc5TX .list-wrapper .item:last-child {
  border: none;
}
.cid-u15AfMc5TX .list-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  overflow: hidden;
}
.cid-u15AfMc5TX .list-wrapper .item .item-wrapper a {
  display: block;
}
.cid-u15AfMc5TX .list-wrapper .item .item-wrapper a:hover .card-box,
.cid-u15AfMc5TX .list-wrapper .item .item-wrapper a:hover .card-box {
  background-color: #f9a600;
}
.cid-u15AfMc5TX .list-wrapper .item .item-wrapper a:hover .card-box .card-title,
.cid-u15AfMc5TX .list-wrapper .item .item-wrapper a:hover .card-box .card-title {
  color: #192227;
}
.cid-u15AfMc5TX .list-wrapper .item .item-wrapper a:hover .card-box .mbr-iconfont,
.cid-u15AfMc5TX .list-wrapper .item .item-wrapper a:hover .card-box .mbr-iconfont {
  color: #192227;
  transform: rotate(-45deg);
}
.cid-u15AfMc5TX .list-wrapper .item .item-wrapper a .card-box {
  padding: 22px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u15AfMc5TX .list-wrapper .item .item-wrapper a .card-box {
    padding: 15px 20px;
  }
}
.cid-u15AfMc5TX .list-wrapper .item .item-wrapper a .card-box .card-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u15AfMc5TX .list-wrapper .item .item-wrapper a .card-box .mbr-iconfont {
  font-size: 18px;
  color: #f9a600;
  transition: all 0.3s ease-in-out;
}
.cid-u15AfMc5TX .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-u15AfMc5TX .mbr-section-title {
  color: #192227;
}
.cid-u15AfMc5TX .mbr-copy {
  color: #192227;
}
.cid-u15AfMc5TX .card-title {
  color: #fdfcfc;
}
.cid-u15M95qIgI {
  z-index: 1000;
  width: 100%;
}
.cid-u15M95qIgI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u15M95qIgI .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u15M95qIgI .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-u15M95qIgI .navbar-nav {
    max-width: 45%;
  }
}
.cid-u15M95qIgI .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-u15M95qIgI .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-u15M95qIgI .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-u15M95qIgI .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u15M95qIgI .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u15M95qIgI .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-u15M95qIgI .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u15M95qIgI .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u15M95qIgI .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-u15M95qIgI .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-u15M95qIgI .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u15M95qIgI .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u15M95qIgI .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u15M95qIgI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u15M95qIgI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u15M95qIgI .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u15M95qIgI .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-u15M95qIgI .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u15M95qIgI .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u15M95qIgI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-u15M95qIgI .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(209, 206, 206, 0.6) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #d1cece;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-u15M95qIgI .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u15M95qIgI .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u15M95qIgI .iconfont-wrapper {
  color: #192227 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u15M95qIgI .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #d1cece;
  background: rgba(209, 206, 206, 0.6) !important;
  border-radius: 4px !important;
}
.cid-u15M95qIgI .nav-item:focus,
.cid-u15M95qIgI .nav-link:focus {
  outline: none;
}
.cid-u15M95qIgI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u15M95qIgI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u15M95qIgI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u15M95qIgI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u15M95qIgI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u15M95qIgI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u15M95qIgI .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u15M95qIgI .navbar.opened {
  transition: all 0.3s;
}
.cid-u15M95qIgI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u15M95qIgI .navbar .navbar-logo img {
  width: auto;
}
.cid-u15M95qIgI .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-u15M95qIgI .navbar.collapsed {
  justify-content: center;
}
.cid-u15M95qIgI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u15M95qIgI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u15M95qIgI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u15M95qIgI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u15M95qIgI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u15M95qIgI .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-u15M95qIgI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u15M95qIgI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u15M95qIgI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u15M95qIgI .navbar {
    min-height: 72px;
  }
  .cid-u15M95qIgI .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u15M95qIgI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u15M95qIgI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u15M95qIgI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u15M95qIgI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u15M95qIgI .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-u15M95qIgI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u15M95qIgI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u15M95qIgI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u15M95qIgI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u15M95qIgI .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u15M95qIgI .dropdown-item.active,
.cid-u15M95qIgI .dropdown-item:active {
  background-color: transparent;
}
.cid-u15M95qIgI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u15M95qIgI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u15M95qIgI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u15M95qIgI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d1cece;
}
.cid-u15M95qIgI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u15M95qIgI .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u15M95qIgI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u15M95qIgI .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u15M95qIgI .navbar-buttons {
    text-align: left;
  }
}
.cid-u15M95qIgI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u15M95qIgI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #192227;
}
.cid-u15M95qIgI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u15M95qIgI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u15M95qIgI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u15M95qIgI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u15M95qIgI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u15M95qIgI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u15M95qIgI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u15M95qIgI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u15M95qIgI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u15M95qIgI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u15M95qIgI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u15M95qIgI .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u15M95qIgI .navbar {
    height: 70px;
  }
  .cid-u15M95qIgI .navbar.opened {
    height: auto;
  }
  .cid-u15M95qIgI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u15M95qIgI .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u15M95qIgI .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u15M95qIgI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u15M95qIgI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-u15M95qIgI .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u15M95qIgI .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u15M95qIgI .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u15M95qIgI .navbar-brand {
    margin-right: auto;
  }
  .cid-u15M95qIgI .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #d1cece;
    opacity: 1;
    border-color: rgba(209, 206, 206, 0.6) !important;
    background: rgba(209, 206, 206, 0.6) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-u15M95qIgI .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u15M95qIgI .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u15M95qIgI .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u15M95qIgI .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u15M95qIgI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u15M95qIgI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-u15M95qIgI .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u15M95qIgI .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u15M95qIgI .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u15M95qIgI .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u15M96jZmT {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/digital-diagnostics-blockchain-token-economy-funding-banking-healthcare-2786376637-672x384.webp");
}
.cid-u15M96jZmT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u15M96jZmT .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-u15M96jZmT .container {
    padding: 0 16px;
  }
}
.cid-u15M96jZmT .row {
  margin: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u15M96jZmT .row {
    margin: 0 10px;
  }
}
.cid-u15M96jZmT .row .card {
  padding: 0;
}
.cid-u15M96jZmT .title-wrapper {
  border-radius: 20px;
  padding: 45px;
  background-color: #f9a600;
}
@media (max-width: 992px) {
  .cid-u15M96jZmT .title-wrapper {
    padding: 45px 20px;
  }
}
.cid-u15M96jZmT .title-wrapper .mbr-section-subtitle {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-u15M96jZmT .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-u15M96jZmT .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u15M96jZmT .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u15M96jZmT .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u15M96jZmT .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-u15M96jZmT .title-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-u15M96jZmT .mbr-section-subtitle {
  color: #4a5357;
  text-align: center;
}
.cid-u15M96jZmT .mbr-section-title {
  color: #192227;
}
.cid-u15M96jZmT .mbr-text {
  color: #192227;
  text-align: center;
}
.cid-u15M96jZmT .mbr-section-title,
.cid-u15M96jZmT .mbr-section-btn {
  text-align: center;
}
.cid-u15M96LP0Q {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #192227;
}
.cid-u15M96LP0Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-u15M96LP0Q .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-u15M96LP0Q .container {
    padding: 0 16px;
  }
}
.cid-u15M96LP0Q .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u15M96LP0Q .row {
    margin: 0 10px;
  }
}
.cid-u15M96LP0Q .row .card {
  padding: 0;
}
.cid-u15M96LP0Q .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-u15M96LP0Q .row .card:first-child {
    padding: 0;
  }
}
.cid-u15M96LP0Q .title-wrapper {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f9a600;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-u15M96LP0Q .title-wrapper {
    padding: 20px;
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-u15M96LP0Q .title-wrapper .icon-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u15M96LP0Q .title-wrapper .icon-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u15M96LP0Q .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #192227;
  color: #f9a600;
  border-radius: 50%;
}
.cid-u15M96LP0Q .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u15M96LP0Q .title-wrapper .title-wrap .mbr-desc {
  margin: 10px 0 0;
}
.cid-u15M96LP0Q .content-wrapper {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u15M96LP0Q .content-wrapper {
    padding: 20px;
  }
}
.cid-u15M96LP0Q .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u15M96LP0Q .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u15M96LP0Q .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-u15M96LP0Q .mbr-section-title {
  color: #192227;
}
.cid-u15M96LP0Q .mbr-desc {
  color: #192227;
}
.cid-u15M96LP0Q .mbr-text {
  color: #fdfcfc;
}
.cid-u15M976qrs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #192227;
}
.cid-u15M976qrs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u15M976qrs .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-u15M976qrs .container {
    padding: 0 16px;
  }
}
.cid-u15M976qrs .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u15M976qrs .row {
    margin: 0 10px;
  }
}
.cid-u15M976qrs .row .card {
  padding: 0;
}
.cid-u15M976qrs .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-u15M976qrs .row .card:first-child {
    padding: 0;
  }
}
.cid-u15M976qrs .title-wrapper {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f9a600;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-u15M976qrs .title-wrapper {
    padding: 20px;
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-u15M976qrs .title-wrapper .icon-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u15M976qrs .title-wrapper .icon-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u15M976qrs .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #192227;
  color: #f9a600;
  border-radius: 50%;
}
.cid-u15M976qrs .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u15M976qrs .title-wrapper .title-wrap .mbr-desc {
  margin: 10px 0 0;
}
.cid-u15M976qrs .content-wrapper {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u15M976qrs .content-wrapper {
    padding: 20px;
  }
}
.cid-u15M976qrs .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u15M976qrs .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u15M976qrs .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-u15M976qrs .mbr-section-title {
  color: #192227;
}
.cid-u15M976qrs .mbr-desc {
  color: #192227;
}
.cid-u15M976qrs .mbr-text {
  color: #fdfcfc;
}
.cid-u15M97riGQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-u15M97riGQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u15M97riGQ .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-u15M97riGQ .container {
    padding: 0 16px;
  }
}
.cid-u15M97riGQ .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u15M97riGQ .row {
    margin: 0 10px;
  }
}
.cid-u15M97riGQ .row .card {
  padding: 0;
}
.cid-u15M97riGQ .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-u15M97riGQ .row .card:first-child {
    padding: 0;
  }
}
.cid-u15M97riGQ .title-wrapper {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f9a600;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-u15M97riGQ .title-wrapper {
    padding: 20px;
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-u15M97riGQ .title-wrapper .icon-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u15M97riGQ .title-wrapper .icon-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u15M97riGQ .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #192227;
  color: #f9a600;
  border-radius: 50%;
}
.cid-u15M97riGQ .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u15M97riGQ .title-wrapper .title-wrap .mbr-desc {
  margin: 10px 0 0;
}
.cid-u15M97riGQ .content-wrapper {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u15M97riGQ .content-wrapper {
    padding: 20px;
  }
}
.cid-u15M97riGQ .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u15M97riGQ .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u15M97riGQ .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-u15M97riGQ .mbr-section-title {
  color: #192227;
}
.cid-u15M97riGQ .mbr-desc {
  color: #192227;
}
.cid-u15M97riGQ .mbr-text {
  color: #fdfcfc;
}
.cid-u15M97MJrA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-u15M97MJrA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u15M97MJrA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u15M97MJrA .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u15M97MJrA .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u15M97MJrA .container {
    padding: 0 16px;
  }
}
.cid-u15M97MJrA .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u15M97MJrA .row {
    margin: 0;
  }
}
.cid-u15M97MJrA .row .card {
  position: relative;
  padding: 0;
}
.cid-u15M97MJrA .decor-wrapper_1 {
  height: 30px;
  background-color: #c38200;
  border-radius: 20px 20px 0 0;
}
.cid-u15M97MJrA .decor-wrapper_2 {
  height: 30px;
  background-color: #f9a600;
}
.cid-u15M97MJrA .decor-wrapper_3 {
  height: 30px;
  background-color: #ffbc37;
}
.cid-u15M97MJrA .title-wrapper {
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u15M97MJrA .title-wrapper {
    margin: 0 10px;
  }
}
.cid-u15M97MJrA .mbr-section-title {
  color: #fdfcfc;
  text-align: center;
}
.cid-u15M983b3x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-u15M983b3x .mbr-fallback-image.disabled {
  display: none;
}
.cid-u15M983b3x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u15M983b3x .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u15M983b3x .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u15M983b3x .container {
    padding: 0 16px;
  }
}
.cid-u15M983b3x .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u15M983b3x .row {
    margin: 0 10px;
  }
}
.cid-u15M983b3x .row .card {
  padding: 0;
}
.cid-u15M983b3x .row .card:first-child {
  padding-right: 10px;
  padding-right: 0;
  padding-left: 10px;
}
@media (max-width: 992px) {
  .cid-u15M983b3x .row .card:first-child {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u15M983b3x .row .card:first-child {
    padding: 0;
  }
}
.cid-u15M983b3x .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f9a600;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-u15M983b3x .title-wrapper {
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-u15M983b3x .title-wrapper .title-wrap {
  padding: 30px 30px 70px;
}
@media (max-width: 992px) {
  .cid-u15M983b3x .title-wrapper .title-wrap {
    padding: 20px 20px 30px;
  }
}
.cid-u15M983b3x .title-wrapper .title-wrap .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u15M983b3x .title-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #192227;
  color: #f9a600;
  border-radius: 50%;
  transform: rotate(-45deg);
}
.cid-u15M983b3x .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u15M983b3x .title-wrapper .mbr-copy {
  padding: 30px;
  margin-bottom: 0;
  border-top: 1px solid #c38200;
}
@media (max-width: 992px) {
  .cid-u15M983b3x .title-wrapper .mbr-copy {
    padding: 20px;
  }
}
.cid-u15M983b3x .list-wrapper {
  border: 1px solid #f9a600;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.cid-u15M983b3x .list-wrapper .item {
  border-bottom: 1px solid #4a5357;
}
.cid-u15M983b3x .list-wrapper .item:last-child {
  border: none;
}
.cid-u15M983b3x .list-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  overflow: hidden;
}
.cid-u15M983b3x .list-wrapper .item .item-wrapper a {
  display: block;
}
.cid-u15M983b3x .list-wrapper .item .item-wrapper a:hover .card-box,
.cid-u15M983b3x .list-wrapper .item .item-wrapper a:hover .card-box {
  background-color: #f9a600;
}
.cid-u15M983b3x .list-wrapper .item .item-wrapper a:hover .card-box .card-title,
.cid-u15M983b3x .list-wrapper .item .item-wrapper a:hover .card-box .card-title {
  color: #192227;
}
.cid-u15M983b3x .list-wrapper .item .item-wrapper a:hover .card-box .mbr-iconfont,
.cid-u15M983b3x .list-wrapper .item .item-wrapper a:hover .card-box .mbr-iconfont {
  color: #192227;
  transform: rotate(-45deg);
}
.cid-u15M983b3x .list-wrapper .item .item-wrapper a .card-box {
  padding: 22px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u15M983b3x .list-wrapper .item .item-wrapper a .card-box {
    padding: 15px 20px;
  }
}
.cid-u15M983b3x .list-wrapper .item .item-wrapper a .card-box .card-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u15M983b3x .list-wrapper .item .item-wrapper a .card-box .mbr-iconfont {
  font-size: 18px;
  color: #f9a600;
  transition: all 0.3s ease-in-out;
}
.cid-u15M983b3x .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-u15M983b3x .mbr-section-title {
  color: #192227;
}
.cid-u15M983b3x .mbr-copy {
  color: #192227;
}
.cid-u15M983b3x .card-title {
  color: #fdfcfc;
}
.cid-u19eVKMXFJ {
  z-index: 1000;
  width: 100%;
}
.cid-u19eVKMXFJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u19eVKMXFJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u19eVKMXFJ .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-u19eVKMXFJ .navbar-nav {
    max-width: 45%;
  }
}
.cid-u19eVKMXFJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-u19eVKMXFJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-u19eVKMXFJ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-u19eVKMXFJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u19eVKMXFJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u19eVKMXFJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-u19eVKMXFJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u19eVKMXFJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u19eVKMXFJ .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-u19eVKMXFJ .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-u19eVKMXFJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u19eVKMXFJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u19eVKMXFJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u19eVKMXFJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u19eVKMXFJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u19eVKMXFJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u19eVKMXFJ .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-u19eVKMXFJ .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u19eVKMXFJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u19eVKMXFJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-u19eVKMXFJ .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(209, 206, 206, 0.6) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #d1cece;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-u19eVKMXFJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u19eVKMXFJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u19eVKMXFJ .iconfont-wrapper {
  color: #192227 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u19eVKMXFJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #d1cece;
  background: rgba(209, 206, 206, 0.6) !important;
  border-radius: 4px !important;
}
.cid-u19eVKMXFJ .nav-item:focus,
.cid-u19eVKMXFJ .nav-link:focus {
  outline: none;
}
.cid-u19eVKMXFJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u19eVKMXFJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u19eVKMXFJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u19eVKMXFJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u19eVKMXFJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u19eVKMXFJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u19eVKMXFJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u19eVKMXFJ .navbar.opened {
  transition: all 0.3s;
}
.cid-u19eVKMXFJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u19eVKMXFJ .navbar .navbar-logo img {
  width: auto;
}
.cid-u19eVKMXFJ .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-u19eVKMXFJ .navbar.collapsed {
  justify-content: center;
}
.cid-u19eVKMXFJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u19eVKMXFJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u19eVKMXFJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u19eVKMXFJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u19eVKMXFJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u19eVKMXFJ .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-u19eVKMXFJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u19eVKMXFJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u19eVKMXFJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u19eVKMXFJ .navbar {
    min-height: 72px;
  }
  .cid-u19eVKMXFJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u19eVKMXFJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u19eVKMXFJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u19eVKMXFJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u19eVKMXFJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u19eVKMXFJ .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-u19eVKMXFJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u19eVKMXFJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u19eVKMXFJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u19eVKMXFJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u19eVKMXFJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u19eVKMXFJ .dropdown-item.active,
.cid-u19eVKMXFJ .dropdown-item:active {
  background-color: transparent;
}
.cid-u19eVKMXFJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u19eVKMXFJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u19eVKMXFJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u19eVKMXFJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d1cece;
}
.cid-u19eVKMXFJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u19eVKMXFJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u19eVKMXFJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u19eVKMXFJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u19eVKMXFJ .navbar-buttons {
    text-align: left;
  }
}
.cid-u19eVKMXFJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u19eVKMXFJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #192227;
}
.cid-u19eVKMXFJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u19eVKMXFJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u19eVKMXFJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u19eVKMXFJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u19eVKMXFJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u19eVKMXFJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u19eVKMXFJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u19eVKMXFJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u19eVKMXFJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u19eVKMXFJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u19eVKMXFJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u19eVKMXFJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u19eVKMXFJ .navbar {
    height: 70px;
  }
  .cid-u19eVKMXFJ .navbar.opened {
    height: auto;
  }
  .cid-u19eVKMXFJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u19eVKMXFJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u19eVKMXFJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u19eVKMXFJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u19eVKMXFJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-u19eVKMXFJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u19eVKMXFJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u19eVKMXFJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u19eVKMXFJ .navbar-brand {
    margin-right: auto;
  }
  .cid-u19eVKMXFJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #d1cece;
    opacity: 1;
    border-color: rgba(209, 206, 206, 0.6) !important;
    background: rgba(209, 206, 206, 0.6) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-u19eVKMXFJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u19eVKMXFJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u19eVKMXFJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u19eVKMXFJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u19eVKMXFJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u19eVKMXFJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-u19eVKMXFJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u19eVKMXFJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u19eVKMXFJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u19eVKMXFJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u19eVLbs5g {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/image-with-people-who-analyse-business-processes-and-value-chains-on-a-transparent-screen-584332042-596x341.webp");
}
.cid-u19eVLbs5g .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19eVLbs5g .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-u19eVLbs5g .container {
    padding: 0 16px;
  }
}
.cid-u19eVLbs5g .row {
  margin: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u19eVLbs5g .row {
    margin: 0 10px;
  }
}
.cid-u19eVLbs5g .row .card {
  padding: 0;
}
.cid-u19eVLbs5g .title-wrapper {
  border-radius: 20px;
  padding: 45px;
  background-color: #f9a600;
}
@media (max-width: 992px) {
  .cid-u19eVLbs5g .title-wrapper {
    padding: 45px 20px;
  }
}
.cid-u19eVLbs5g .title-wrapper .mbr-section-subtitle {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-u19eVLbs5g .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-u19eVLbs5g .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u19eVLbs5g .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u19eVLbs5g .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u19eVLbs5g .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-u19eVLbs5g .title-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-u19eVLbs5g .mbr-section-subtitle {
  color: #4a5357;
  text-align: center;
}
.cid-u19eVLbs5g .mbr-section-title {
  color: #192227;
}
.cid-u19eVLbs5g .mbr-text {
  color: #192227;
  text-align: center;
}
.cid-u19eVLbs5g .mbr-section-title,
.cid-u19eVLbs5g .mbr-section-btn {
  text-align: center;
}
.cid-u19eVLvEqR {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #192227;
}
.cid-u19eVLvEqR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19eVLvEqR .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-u19eVLvEqR .container {
    padding: 0 16px;
  }
}
.cid-u19eVLvEqR .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u19eVLvEqR .row {
    margin: 0 10px;
  }
}
.cid-u19eVLvEqR .row .card {
  padding: 0;
}
.cid-u19eVLvEqR .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-u19eVLvEqR .row .card:first-child {
    padding: 0;
  }
}
.cid-u19eVLvEqR .title-wrapper {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f9a600;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-u19eVLvEqR .title-wrapper {
    padding: 20px;
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-u19eVLvEqR .title-wrapper .icon-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u19eVLvEqR .title-wrapper .icon-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u19eVLvEqR .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #192227;
  color: #f9a600;
  border-radius: 50%;
}
.cid-u19eVLvEqR .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u19eVLvEqR .title-wrapper .title-wrap .mbr-desc {
  margin: 10px 0 0;
}
.cid-u19eVLvEqR .content-wrapper {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u19eVLvEqR .content-wrapper {
    padding: 20px;
  }
}
.cid-u19eVLvEqR .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u19eVLvEqR .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u19eVLvEqR .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-u19eVLvEqR .mbr-section-title {
  color: #192227;
}
.cid-u19eVLvEqR .mbr-desc {
  color: #192227;
}
.cid-u19eVLvEqR .mbr-text {
  color: #fdfcfc;
}
.cid-u19eVLPw5x {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #192227;
}
.cid-u19eVLPw5x .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19eVLPw5x .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-u19eVLPw5x .container {
    padding: 0 16px;
  }
}
.cid-u19eVLPw5x .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u19eVLPw5x .row {
    margin: 0 10px;
  }
}
.cid-u19eVLPw5x .row .card {
  padding: 0;
}
.cid-u19eVLPw5x .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-u19eVLPw5x .row .card:first-child {
    padding: 0;
  }
}
.cid-u19eVLPw5x .title-wrapper {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f9a600;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-u19eVLPw5x .title-wrapper {
    padding: 20px;
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-u19eVLPw5x .title-wrapper .icon-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u19eVLPw5x .title-wrapper .icon-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u19eVLPw5x .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #192227;
  color: #f9a600;
  border-radius: 50%;
}
.cid-u19eVLPw5x .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u19eVLPw5x .title-wrapper .title-wrap .mbr-desc {
  margin: 10px 0 0;
}
.cid-u19eVLPw5x .content-wrapper {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u19eVLPw5x .content-wrapper {
    padding: 20px;
  }
}
.cid-u19eVLPw5x .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u19eVLPw5x .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u19eVLPw5x .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-u19eVLPw5x .mbr-section-title {
  color: #192227;
}
.cid-u19eVLPw5x .mbr-desc {
  color: #192227;
}
.cid-u19eVLPw5x .mbr-text {
  color: #fdfcfc;
}
.cid-u19eVM77LU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-u19eVM77LU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19eVM77LU .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-u19eVM77LU .container {
    padding: 0 16px;
  }
}
.cid-u19eVM77LU .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u19eVM77LU .row {
    margin: 0 10px;
  }
}
.cid-u19eVM77LU .row .card {
  padding: 0;
}
.cid-u19eVM77LU .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-u19eVM77LU .row .card:first-child {
    padding: 0;
  }
}
.cid-u19eVM77LU .title-wrapper {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f9a600;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-u19eVM77LU .title-wrapper {
    padding: 20px;
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-u19eVM77LU .title-wrapper .icon-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u19eVM77LU .title-wrapper .icon-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u19eVM77LU .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #192227;
  color: #f9a600;
  border-radius: 50%;
}
.cid-u19eVM77LU .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u19eVM77LU .title-wrapper .title-wrap .mbr-desc {
  margin: 10px 0 0;
}
.cid-u19eVM77LU .content-wrapper {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u19eVM77LU .content-wrapper {
    padding: 20px;
  }
}
.cid-u19eVM77LU .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u19eVM77LU .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u19eVM77LU .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-u19eVM77LU .mbr-section-title {
  color: #192227;
}
.cid-u19eVM77LU .mbr-desc {
  color: #192227;
}
.cid-u19eVM77LU .mbr-text {
  color: #fdfcfc;
}
.cid-u19eVMqSaf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-u19eVMqSaf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19eVMqSaf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u19eVMqSaf .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u19eVMqSaf .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u19eVMqSaf .container {
    padding: 0 16px;
  }
}
.cid-u19eVMqSaf .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u19eVMqSaf .row {
    margin: 0;
  }
}
.cid-u19eVMqSaf .row .card {
  position: relative;
  padding: 0;
}
.cid-u19eVMqSaf .decor-wrapper_1 {
  height: 30px;
  background-color: #c38200;
  border-radius: 20px 20px 0 0;
}
.cid-u19eVMqSaf .decor-wrapper_2 {
  height: 30px;
  background-color: #f9a600;
}
.cid-u19eVMqSaf .decor-wrapper_3 {
  height: 30px;
  background-color: #ffbc37;
}
.cid-u19eVMqSaf .title-wrapper {
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u19eVMqSaf .title-wrapper {
    margin: 0 10px;
  }
}
.cid-u19eVMqSaf .mbr-section-title {
  color: #fdfcfc;
  text-align: center;
}
.cid-u19eVMM2N6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-u19eVMM2N6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19eVMM2N6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u19eVMM2N6 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u19eVMM2N6 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u19eVMM2N6 .container {
    padding: 0 16px;
  }
}
.cid-u19eVMM2N6 .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u19eVMM2N6 .row {
    margin: 0 10px;
  }
}
.cid-u19eVMM2N6 .row .card {
  padding: 0;
}
.cid-u19eVMM2N6 .row .card:first-child {
  padding-right: 10px;
  padding-right: 0;
  padding-left: 10px;
}
@media (max-width: 992px) {
  .cid-u19eVMM2N6 .row .card:first-child {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u19eVMM2N6 .row .card:first-child {
    padding: 0;
  }
}
.cid-u19eVMM2N6 .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f9a600;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-u19eVMM2N6 .title-wrapper {
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-u19eVMM2N6 .title-wrapper .title-wrap {
  padding: 30px 30px 70px;
}
@media (max-width: 992px) {
  .cid-u19eVMM2N6 .title-wrapper .title-wrap {
    padding: 20px 20px 30px;
  }
}
.cid-u19eVMM2N6 .title-wrapper .title-wrap .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u19eVMM2N6 .title-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #192227;
  color: #f9a600;
  border-radius: 50%;
  transform: rotate(-45deg);
}
.cid-u19eVMM2N6 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u19eVMM2N6 .title-wrapper .mbr-copy {
  padding: 30px;
  margin-bottom: 0;
  border-top: 1px solid #c38200;
}
@media (max-width: 992px) {
  .cid-u19eVMM2N6 .title-wrapper .mbr-copy {
    padding: 20px;
  }
}
.cid-u19eVMM2N6 .list-wrapper {
  border: 1px solid #f9a600;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.cid-u19eVMM2N6 .list-wrapper .item {
  border-bottom: 1px solid #4a5357;
}
.cid-u19eVMM2N6 .list-wrapper .item:last-child {
  border: none;
}
.cid-u19eVMM2N6 .list-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  overflow: hidden;
}
.cid-u19eVMM2N6 .list-wrapper .item .item-wrapper a {
  display: block;
}
.cid-u19eVMM2N6 .list-wrapper .item .item-wrapper a:hover .card-box,
.cid-u19eVMM2N6 .list-wrapper .item .item-wrapper a:hover .card-box {
  background-color: #f9a600;
}
.cid-u19eVMM2N6 .list-wrapper .item .item-wrapper a:hover .card-box .card-title,
.cid-u19eVMM2N6 .list-wrapper .item .item-wrapper a:hover .card-box .card-title {
  color: #192227;
}
.cid-u19eVMM2N6 .list-wrapper .item .item-wrapper a:hover .card-box .mbr-iconfont,
.cid-u19eVMM2N6 .list-wrapper .item .item-wrapper a:hover .card-box .mbr-iconfont {
  color: #192227;
  transform: rotate(-45deg);
}
.cid-u19eVMM2N6 .list-wrapper .item .item-wrapper a .card-box {
  padding: 22px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u19eVMM2N6 .list-wrapper .item .item-wrapper a .card-box {
    padding: 15px 20px;
  }
}
.cid-u19eVMM2N6 .list-wrapper .item .item-wrapper a .card-box .card-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u19eVMM2N6 .list-wrapper .item .item-wrapper a .card-box .mbr-iconfont {
  font-size: 18px;
  color: #f9a600;
  transition: all 0.3s ease-in-out;
}
.cid-u19eVMM2N6 .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-u19eVMM2N6 .mbr-section-title {
  color: #192227;
}
.cid-u19eVMM2N6 .mbr-copy {
  color: #192227;
}
.cid-u19eVMM2N6 .card-title {
  color: #fdfcfc;
}
.cid-u19hh6HSYR {
  z-index: 1000;
  width: 100%;
}
.cid-u19hh6HSYR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u19hh6HSYR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u19hh6HSYR .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-u19hh6HSYR .navbar-nav {
    max-width: 45%;
  }
}
.cid-u19hh6HSYR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-u19hh6HSYR .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-u19hh6HSYR .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-u19hh6HSYR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u19hh6HSYR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u19hh6HSYR .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-u19hh6HSYR .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u19hh6HSYR .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u19hh6HSYR .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-u19hh6HSYR .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-u19hh6HSYR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u19hh6HSYR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u19hh6HSYR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u19hh6HSYR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u19hh6HSYR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u19hh6HSYR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u19hh6HSYR .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-u19hh6HSYR .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u19hh6HSYR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u19hh6HSYR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-u19hh6HSYR .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(209, 206, 206, 0.6) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #d1cece;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-u19hh6HSYR .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u19hh6HSYR .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u19hh6HSYR .iconfont-wrapper {
  color: #192227 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u19hh6HSYR .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #d1cece;
  background: rgba(209, 206, 206, 0.6) !important;
  border-radius: 4px !important;
}
.cid-u19hh6HSYR .nav-item:focus,
.cid-u19hh6HSYR .nav-link:focus {
  outline: none;
}
.cid-u19hh6HSYR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u19hh6HSYR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u19hh6HSYR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u19hh6HSYR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u19hh6HSYR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u19hh6HSYR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u19hh6HSYR .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u19hh6HSYR .navbar.opened {
  transition: all 0.3s;
}
.cid-u19hh6HSYR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u19hh6HSYR .navbar .navbar-logo img {
  width: auto;
}
.cid-u19hh6HSYR .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-u19hh6HSYR .navbar.collapsed {
  justify-content: center;
}
.cid-u19hh6HSYR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u19hh6HSYR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u19hh6HSYR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u19hh6HSYR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u19hh6HSYR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u19hh6HSYR .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-u19hh6HSYR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u19hh6HSYR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u19hh6HSYR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u19hh6HSYR .navbar {
    min-height: 72px;
  }
  .cid-u19hh6HSYR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u19hh6HSYR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u19hh6HSYR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u19hh6HSYR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u19hh6HSYR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u19hh6HSYR .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-u19hh6HSYR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u19hh6HSYR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u19hh6HSYR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u19hh6HSYR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u19hh6HSYR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u19hh6HSYR .dropdown-item.active,
.cid-u19hh6HSYR .dropdown-item:active {
  background-color: transparent;
}
.cid-u19hh6HSYR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u19hh6HSYR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u19hh6HSYR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u19hh6HSYR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d1cece;
}
.cid-u19hh6HSYR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u19hh6HSYR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u19hh6HSYR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u19hh6HSYR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u19hh6HSYR .navbar-buttons {
    text-align: left;
  }
}
.cid-u19hh6HSYR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u19hh6HSYR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #192227;
}
.cid-u19hh6HSYR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u19hh6HSYR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u19hh6HSYR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u19hh6HSYR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u19hh6HSYR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u19hh6HSYR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u19hh6HSYR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u19hh6HSYR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u19hh6HSYR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u19hh6HSYR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u19hh6HSYR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u19hh6HSYR .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u19hh6HSYR .navbar {
    height: 70px;
  }
  .cid-u19hh6HSYR .navbar.opened {
    height: auto;
  }
  .cid-u19hh6HSYR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u19hh6HSYR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u19hh6HSYR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u19hh6HSYR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u19hh6HSYR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-u19hh6HSYR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u19hh6HSYR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u19hh6HSYR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u19hh6HSYR .navbar-brand {
    margin-right: auto;
  }
  .cid-u19hh6HSYR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #d1cece;
    opacity: 1;
    border-color: rgba(209, 206, 206, 0.6) !important;
    background: rgba(209, 206, 206, 0.6) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-u19hh6HSYR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u19hh6HSYR .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u19hh6HSYR .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u19hh6HSYR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u19hh6HSYR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u19hh6HSYR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-u19hh6HSYR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u19hh6HSYR .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u19hh6HSYR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u19hh6HSYR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u19hh8cXhI {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/engineers-in-front-of-a-screen-analysing-charts-a-banner-with-the-word-analyse-2993502709-672x384.webp");
}
.cid-u19hh8cXhI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19hh8cXhI .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-u19hh8cXhI .container {
    padding: 0 16px;
  }
}
.cid-u19hh8cXhI .row {
  margin: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u19hh8cXhI .row {
    margin: 0 10px;
  }
}
.cid-u19hh8cXhI .row .card {
  padding: 0;
}
.cid-u19hh8cXhI .title-wrapper {
  border-radius: 20px;
  padding: 45px;
  background-color: #f9a600;
}
@media (max-width: 992px) {
  .cid-u19hh8cXhI .title-wrapper {
    padding: 45px 20px;
  }
}
.cid-u19hh8cXhI .title-wrapper .mbr-section-subtitle {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-u19hh8cXhI .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-u19hh8cXhI .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u19hh8cXhI .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u19hh8cXhI .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u19hh8cXhI .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-u19hh8cXhI .title-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-u19hh8cXhI .mbr-section-subtitle {
  color: #4a5357;
  text-align: center;
}
.cid-u19hh8cXhI .mbr-section-title {
  color: #192227;
}
.cid-u19hh8cXhI .mbr-text {
  color: #192227;
  text-align: center;
}
.cid-u19hh8cXhI .mbr-section-title,
.cid-u19hh8cXhI .mbr-section-btn {
  text-align: center;
}
.cid-u19hh8ynGD {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #192227;
}
.cid-u19hh8ynGD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19hh8ynGD .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-u19hh8ynGD .container {
    padding: 0 16px;
  }
}
.cid-u19hh8ynGD .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u19hh8ynGD .row {
    margin: 0 10px;
  }
}
.cid-u19hh8ynGD .row .card {
  padding: 0;
}
.cid-u19hh8ynGD .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-u19hh8ynGD .row .card:first-child {
    padding: 0;
  }
}
.cid-u19hh8ynGD .title-wrapper {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f9a600;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-u19hh8ynGD .title-wrapper {
    padding: 20px;
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-u19hh8ynGD .title-wrapper .icon-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u19hh8ynGD .title-wrapper .icon-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u19hh8ynGD .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #192227;
  color: #f9a600;
  border-radius: 50%;
}
.cid-u19hh8ynGD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u19hh8ynGD .title-wrapper .title-wrap .mbr-desc {
  margin: 10px 0 0;
}
.cid-u19hh8ynGD .content-wrapper {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u19hh8ynGD .content-wrapper {
    padding: 20px;
  }
}
.cid-u19hh8ynGD .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u19hh8ynGD .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u19hh8ynGD .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-u19hh8ynGD .mbr-section-title {
  color: #192227;
}
.cid-u19hh8ynGD .mbr-desc {
  color: #192227;
}
.cid-u19hh8ynGD .mbr-text {
  color: #fdfcfc;
}
.cid-u19hh8RKSP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #192227;
}
.cid-u19hh8RKSP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19hh8RKSP .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-u19hh8RKSP .container {
    padding: 0 16px;
  }
}
.cid-u19hh8RKSP .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u19hh8RKSP .row {
    margin: 0 10px;
  }
}
.cid-u19hh8RKSP .row .card {
  padding: 0;
}
.cid-u19hh8RKSP .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-u19hh8RKSP .row .card:first-child {
    padding: 0;
  }
}
.cid-u19hh8RKSP .title-wrapper {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f9a600;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-u19hh8RKSP .title-wrapper {
    padding: 20px;
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-u19hh8RKSP .title-wrapper .icon-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u19hh8RKSP .title-wrapper .icon-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u19hh8RKSP .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #192227;
  color: #f9a600;
  border-radius: 50%;
}
.cid-u19hh8RKSP .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u19hh8RKSP .title-wrapper .title-wrap .mbr-desc {
  margin: 10px 0 0;
}
.cid-u19hh8RKSP .content-wrapper {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u19hh8RKSP .content-wrapper {
    padding: 20px;
  }
}
.cid-u19hh8RKSP .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u19hh8RKSP .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u19hh8RKSP .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-u19hh8RKSP .mbr-section-title {
  color: #192227;
}
.cid-u19hh8RKSP .mbr-desc {
  color: #192227;
}
.cid-u19hh8RKSP .mbr-text {
  color: #fdfcfc;
}
.cid-u19hh97oSz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-u19hh97oSz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19hh97oSz .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-u19hh97oSz .container {
    padding: 0 16px;
  }
}
.cid-u19hh97oSz .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u19hh97oSz .row {
    margin: 0 10px;
  }
}
.cid-u19hh97oSz .row .card {
  padding: 0;
}
.cid-u19hh97oSz .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-u19hh97oSz .row .card:first-child {
    padding: 0;
  }
}
.cid-u19hh97oSz .title-wrapper {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f9a600;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-u19hh97oSz .title-wrapper {
    padding: 20px;
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-u19hh97oSz .title-wrapper .icon-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u19hh97oSz .title-wrapper .icon-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u19hh97oSz .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #192227;
  color: #f9a600;
  border-radius: 50%;
}
.cid-u19hh97oSz .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u19hh97oSz .title-wrapper .title-wrap .mbr-desc {
  margin: 10px 0 0;
}
.cid-u19hh97oSz .content-wrapper {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u19hh97oSz .content-wrapper {
    padding: 20px;
  }
}
.cid-u19hh97oSz .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u19hh97oSz .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u19hh97oSz .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-u19hh97oSz .mbr-section-title {
  color: #192227;
}
.cid-u19hh97oSz .mbr-desc {
  color: #192227;
}
.cid-u19hh97oSz .mbr-text {
  color: #fdfcfc;
}
.cid-u19hh9rQbS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-u19hh9rQbS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19hh9rQbS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u19hh9rQbS .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u19hh9rQbS .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u19hh9rQbS .container {
    padding: 0 16px;
  }
}
.cid-u19hh9rQbS .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u19hh9rQbS .row {
    margin: 0;
  }
}
.cid-u19hh9rQbS .row .card {
  position: relative;
  padding: 0;
}
.cid-u19hh9rQbS .decor-wrapper_1 {
  height: 30px;
  background-color: #c38200;
  border-radius: 20px 20px 0 0;
}
.cid-u19hh9rQbS .decor-wrapper_2 {
  height: 30px;
  background-color: #f9a600;
}
.cid-u19hh9rQbS .decor-wrapper_3 {
  height: 30px;
  background-color: #ffbc37;
}
.cid-u19hh9rQbS .title-wrapper {
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u19hh9rQbS .title-wrapper {
    margin: 0 10px;
  }
}
.cid-u19hh9rQbS .mbr-section-title {
  color: #fdfcfc;
  text-align: center;
}
.cid-u19hh9N0e6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-u19hh9N0e6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19hh9N0e6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u19hh9N0e6 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u19hh9N0e6 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u19hh9N0e6 .container {
    padding: 0 16px;
  }
}
.cid-u19hh9N0e6 .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u19hh9N0e6 .row {
    margin: 0 10px;
  }
}
.cid-u19hh9N0e6 .row .card {
  padding: 0;
}
.cid-u19hh9N0e6 .row .card:first-child {
  padding-right: 10px;
  padding-right: 0;
  padding-left: 10px;
}
@media (max-width: 992px) {
  .cid-u19hh9N0e6 .row .card:first-child {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u19hh9N0e6 .row .card:first-child {
    padding: 0;
  }
}
.cid-u19hh9N0e6 .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f9a600;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-u19hh9N0e6 .title-wrapper {
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-u19hh9N0e6 .title-wrapper .title-wrap {
  padding: 30px 30px 70px;
}
@media (max-width: 992px) {
  .cid-u19hh9N0e6 .title-wrapper .title-wrap {
    padding: 20px 20px 30px;
  }
}
.cid-u19hh9N0e6 .title-wrapper .title-wrap .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u19hh9N0e6 .title-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #192227;
  color: #f9a600;
  border-radius: 50%;
  transform: rotate(-45deg);
}
.cid-u19hh9N0e6 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u19hh9N0e6 .title-wrapper .mbr-copy {
  padding: 30px;
  margin-bottom: 0;
  border-top: 1px solid #c38200;
}
@media (max-width: 992px) {
  .cid-u19hh9N0e6 .title-wrapper .mbr-copy {
    padding: 20px;
  }
}
.cid-u19hh9N0e6 .list-wrapper {
  border: 1px solid #f9a600;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.cid-u19hh9N0e6 .list-wrapper .item {
  border-bottom: 1px solid #4a5357;
}
.cid-u19hh9N0e6 .list-wrapper .item:last-child {
  border: none;
}
.cid-u19hh9N0e6 .list-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  overflow: hidden;
}
.cid-u19hh9N0e6 .list-wrapper .item .item-wrapper a {
  display: block;
}
.cid-u19hh9N0e6 .list-wrapper .item .item-wrapper a:hover .card-box,
.cid-u19hh9N0e6 .list-wrapper .item .item-wrapper a:hover .card-box {
  background-color: #f9a600;
}
.cid-u19hh9N0e6 .list-wrapper .item .item-wrapper a:hover .card-box .card-title,
.cid-u19hh9N0e6 .list-wrapper .item .item-wrapper a:hover .card-box .card-title {
  color: #192227;
}
.cid-u19hh9N0e6 .list-wrapper .item .item-wrapper a:hover .card-box .mbr-iconfont,
.cid-u19hh9N0e6 .list-wrapper .item .item-wrapper a:hover .card-box .mbr-iconfont {
  color: #192227;
  transform: rotate(-45deg);
}
.cid-u19hh9N0e6 .list-wrapper .item .item-wrapper a .card-box {
  padding: 22px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u19hh9N0e6 .list-wrapper .item .item-wrapper a .card-box {
    padding: 15px 20px;
  }
}
.cid-u19hh9N0e6 .list-wrapper .item .item-wrapper a .card-box .card-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u19hh9N0e6 .list-wrapper .item .item-wrapper a .card-box .mbr-iconfont {
  font-size: 18px;
  color: #f9a600;
  transition: all 0.3s ease-in-out;
}
.cid-u19hh9N0e6 .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-u19hh9N0e6 .mbr-section-title {
  color: #192227;
}
.cid-u19hh9N0e6 .mbr-copy {
  color: #192227;
}
.cid-u19hh9N0e6 .card-title {
  color: #fdfcfc;
}
.cid-u19tIqKvxZ {
  z-index: 1000;
  width: 100%;
}
.cid-u19tIqKvxZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u19tIqKvxZ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u19tIqKvxZ .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-u19tIqKvxZ .navbar-nav {
    max-width: 45%;
  }
}
.cid-u19tIqKvxZ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-u19tIqKvxZ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-u19tIqKvxZ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-u19tIqKvxZ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u19tIqKvxZ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u19tIqKvxZ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-u19tIqKvxZ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u19tIqKvxZ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u19tIqKvxZ .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-u19tIqKvxZ .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-u19tIqKvxZ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u19tIqKvxZ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u19tIqKvxZ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u19tIqKvxZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u19tIqKvxZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u19tIqKvxZ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u19tIqKvxZ .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-u19tIqKvxZ .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u19tIqKvxZ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u19tIqKvxZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-u19tIqKvxZ .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(209, 206, 206, 0.6) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #d1cece;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-u19tIqKvxZ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u19tIqKvxZ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u19tIqKvxZ .iconfont-wrapper {
  color: #192227 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u19tIqKvxZ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #d1cece;
  background: rgba(209, 206, 206, 0.6) !important;
  border-radius: 4px !important;
}
.cid-u19tIqKvxZ .nav-item:focus,
.cid-u19tIqKvxZ .nav-link:focus {
  outline: none;
}
.cid-u19tIqKvxZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u19tIqKvxZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u19tIqKvxZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u19tIqKvxZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u19tIqKvxZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u19tIqKvxZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u19tIqKvxZ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u19tIqKvxZ .navbar.opened {
  transition: all 0.3s;
}
.cid-u19tIqKvxZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u19tIqKvxZ .navbar .navbar-logo img {
  width: auto;
}
.cid-u19tIqKvxZ .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-u19tIqKvxZ .navbar.collapsed {
  justify-content: center;
}
.cid-u19tIqKvxZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u19tIqKvxZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u19tIqKvxZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u19tIqKvxZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u19tIqKvxZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u19tIqKvxZ .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-u19tIqKvxZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u19tIqKvxZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u19tIqKvxZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u19tIqKvxZ .navbar {
    min-height: 72px;
  }
  .cid-u19tIqKvxZ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u19tIqKvxZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u19tIqKvxZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u19tIqKvxZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u19tIqKvxZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u19tIqKvxZ .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-u19tIqKvxZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u19tIqKvxZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u19tIqKvxZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u19tIqKvxZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u19tIqKvxZ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u19tIqKvxZ .dropdown-item.active,
.cid-u19tIqKvxZ .dropdown-item:active {
  background-color: transparent;
}
.cid-u19tIqKvxZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u19tIqKvxZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u19tIqKvxZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u19tIqKvxZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d1cece;
}
.cid-u19tIqKvxZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u19tIqKvxZ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u19tIqKvxZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u19tIqKvxZ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u19tIqKvxZ .navbar-buttons {
    text-align: left;
  }
}
.cid-u19tIqKvxZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u19tIqKvxZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #192227;
}
.cid-u19tIqKvxZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u19tIqKvxZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u19tIqKvxZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u19tIqKvxZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u19tIqKvxZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u19tIqKvxZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u19tIqKvxZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u19tIqKvxZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u19tIqKvxZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u19tIqKvxZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u19tIqKvxZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u19tIqKvxZ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u19tIqKvxZ .navbar {
    height: 70px;
  }
  .cid-u19tIqKvxZ .navbar.opened {
    height: auto;
  }
  .cid-u19tIqKvxZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u19tIqKvxZ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u19tIqKvxZ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u19tIqKvxZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u19tIqKvxZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-u19tIqKvxZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u19tIqKvxZ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u19tIqKvxZ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u19tIqKvxZ .navbar-brand {
    margin-right: auto;
  }
  .cid-u19tIqKvxZ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #d1cece;
    opacity: 1;
    border-color: rgba(209, 206, 206, 0.6) !important;
    background: rgba(209, 206, 206, 0.6) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-u19tIqKvxZ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u19tIqKvxZ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u19tIqKvxZ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u19tIqKvxZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u19tIqKvxZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u19tIqKvxZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-u19tIqKvxZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u19tIqKvxZ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u19tIqKvxZ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u19tIqKvxZ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u19tIrNScW {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/digital-health-blockchain-cryptocurrency-token-tokenisation-happy-people-no-text-summer-1295835137-672x384.webp");
}
.cid-u19tIrNScW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19tIrNScW .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-u19tIrNScW .container {
    padding: 0 16px;
  }
}
.cid-u19tIrNScW .row {
  margin: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u19tIrNScW .row {
    margin: 0 10px;
  }
}
.cid-u19tIrNScW .row .card {
  padding: 0;
}
.cid-u19tIrNScW .title-wrapper {
  border-radius: 20px;
  padding: 45px;
  background-color: #f9a600;
}
@media (max-width: 992px) {
  .cid-u19tIrNScW .title-wrapper {
    padding: 45px 20px;
  }
}
.cid-u19tIrNScW .title-wrapper .mbr-section-subtitle {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-u19tIrNScW .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-u19tIrNScW .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u19tIrNScW .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u19tIrNScW .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u19tIrNScW .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-u19tIrNScW .title-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-u19tIrNScW .mbr-section-subtitle {
  color: #4a5357;
  text-align: center;
}
.cid-u19tIrNScW .mbr-section-title {
  color: #192227;
}
.cid-u19tIrNScW .mbr-text {
  color: #192227;
  text-align: center;
}
.cid-u19tIrNScW .mbr-section-title,
.cid-u19tIrNScW .mbr-section-btn {
  text-align: center;
}
.cid-u19tIs9aWA {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #192227;
}
.cid-u19tIs9aWA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19tIs9aWA .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-u19tIs9aWA .container {
    padding: 0 16px;
  }
}
.cid-u19tIs9aWA .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u19tIs9aWA .row {
    margin: 0 10px;
  }
}
.cid-u19tIs9aWA .row .card {
  padding: 0;
}
.cid-u19tIs9aWA .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-u19tIs9aWA .row .card:first-child {
    padding: 0;
  }
}
.cid-u19tIs9aWA .title-wrapper {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f9a600;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-u19tIs9aWA .title-wrapper {
    padding: 20px;
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-u19tIs9aWA .title-wrapper .icon-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u19tIs9aWA .title-wrapper .icon-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u19tIs9aWA .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #192227;
  color: #f9a600;
  border-radius: 50%;
}
.cid-u19tIs9aWA .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u19tIs9aWA .title-wrapper .title-wrap .mbr-desc {
  margin: 10px 0 0;
}
.cid-u19tIs9aWA .content-wrapper {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u19tIs9aWA .content-wrapper {
    padding: 20px;
  }
}
.cid-u19tIs9aWA .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u19tIs9aWA .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u19tIs9aWA .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-u19tIs9aWA .mbr-section-title {
  color: #192227;
}
.cid-u19tIs9aWA .mbr-desc {
  color: #192227;
}
.cid-u19tIs9aWA .mbr-text {
  color: #fdfcfc;
}
.cid-u19tIstKud {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #192227;
}
.cid-u19tIstKud .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19tIstKud .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-u19tIstKud .container {
    padding: 0 16px;
  }
}
.cid-u19tIstKud .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u19tIstKud .row {
    margin: 0 10px;
  }
}
.cid-u19tIstKud .row .card {
  padding: 0;
}
.cid-u19tIstKud .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-u19tIstKud .row .card:first-child {
    padding: 0;
  }
}
.cid-u19tIstKud .title-wrapper {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f9a600;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-u19tIstKud .title-wrapper {
    padding: 20px;
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-u19tIstKud .title-wrapper .icon-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u19tIstKud .title-wrapper .icon-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u19tIstKud .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #192227;
  color: #f9a600;
  border-radius: 50%;
}
.cid-u19tIstKud .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u19tIstKud .title-wrapper .title-wrap .mbr-desc {
  margin: 10px 0 0;
}
.cid-u19tIstKud .content-wrapper {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u19tIstKud .content-wrapper {
    padding: 20px;
  }
}
.cid-u19tIstKud .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u19tIstKud .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u19tIstKud .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-u19tIstKud .mbr-section-title {
  color: #192227;
}
.cid-u19tIstKud .mbr-desc {
  color: #192227;
}
.cid-u19tIstKud .mbr-text {
  color: #fdfcfc;
}
.cid-u19tIsMwFd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-u19tIsMwFd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19tIsMwFd .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-u19tIsMwFd .container {
    padding: 0 16px;
  }
}
.cid-u19tIsMwFd .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u19tIsMwFd .row {
    margin: 0 10px;
  }
}
.cid-u19tIsMwFd .row .card {
  padding: 0;
}
.cid-u19tIsMwFd .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-u19tIsMwFd .row .card:first-child {
    padding: 0;
  }
}
.cid-u19tIsMwFd .title-wrapper {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f9a600;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-u19tIsMwFd .title-wrapper {
    padding: 20px;
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-u19tIsMwFd .title-wrapper .icon-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u19tIsMwFd .title-wrapper .icon-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u19tIsMwFd .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #192227;
  color: #f9a600;
  border-radius: 50%;
}
.cid-u19tIsMwFd .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u19tIsMwFd .title-wrapper .title-wrap .mbr-desc {
  margin: 10px 0 0;
}
.cid-u19tIsMwFd .content-wrapper {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u19tIsMwFd .content-wrapper {
    padding: 20px;
  }
}
.cid-u19tIsMwFd .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u19tIsMwFd .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u19tIsMwFd .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-u19tIsMwFd .mbr-section-title {
  color: #192227;
}
.cid-u19tIsMwFd .mbr-desc {
  color: #192227;
}
.cid-u19tIsMwFd .mbr-text {
  color: #fdfcfc;
}
.cid-u19tIt7NAz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-u19tIt7NAz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19tIt7NAz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u19tIt7NAz .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u19tIt7NAz .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u19tIt7NAz .container {
    padding: 0 16px;
  }
}
.cid-u19tIt7NAz .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u19tIt7NAz .row {
    margin: 0;
  }
}
.cid-u19tIt7NAz .row .card {
  position: relative;
  padding: 0;
}
.cid-u19tIt7NAz .decor-wrapper_1 {
  height: 30px;
  background-color: #c38200;
  border-radius: 20px 20px 0 0;
}
.cid-u19tIt7NAz .decor-wrapper_2 {
  height: 30px;
  background-color: #f9a600;
}
.cid-u19tIt7NAz .decor-wrapper_3 {
  height: 30px;
  background-color: #ffbc37;
}
.cid-u19tIt7NAz .title-wrapper {
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u19tIt7NAz .title-wrapper {
    margin: 0 10px;
  }
}
.cid-u19tIt7NAz .mbr-section-title {
  color: #fdfcfc;
  text-align: center;
}
.cid-u19tItpUMc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-u19tItpUMc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19tItpUMc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u19tItpUMc .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u19tItpUMc .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u19tItpUMc .container {
    padding: 0 16px;
  }
}
.cid-u19tItpUMc .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u19tItpUMc .row {
    margin: 0 10px;
  }
}
.cid-u19tItpUMc .row .card {
  padding: 0;
}
.cid-u19tItpUMc .row .card:first-child {
  padding-right: 10px;
  padding-right: 0;
  padding-left: 10px;
}
@media (max-width: 992px) {
  .cid-u19tItpUMc .row .card:first-child {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u19tItpUMc .row .card:first-child {
    padding: 0;
  }
}
.cid-u19tItpUMc .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f9a600;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-u19tItpUMc .title-wrapper {
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-u19tItpUMc .title-wrapper .title-wrap {
  padding: 30px 30px 70px;
}
@media (max-width: 992px) {
  .cid-u19tItpUMc .title-wrapper .title-wrap {
    padding: 20px 20px 30px;
  }
}
.cid-u19tItpUMc .title-wrapper .title-wrap .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u19tItpUMc .title-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #192227;
  color: #f9a600;
  border-radius: 50%;
  transform: rotate(-45deg);
}
.cid-u19tItpUMc .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u19tItpUMc .title-wrapper .mbr-copy {
  padding: 30px;
  margin-bottom: 0;
  border-top: 1px solid #c38200;
}
@media (max-width: 992px) {
  .cid-u19tItpUMc .title-wrapper .mbr-copy {
    padding: 20px;
  }
}
.cid-u19tItpUMc .list-wrapper {
  border: 1px solid #f9a600;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.cid-u19tItpUMc .list-wrapper .item {
  border-bottom: 1px solid #4a5357;
}
.cid-u19tItpUMc .list-wrapper .item:last-child {
  border: none;
}
.cid-u19tItpUMc .list-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  overflow: hidden;
}
.cid-u19tItpUMc .list-wrapper .item .item-wrapper a {
  display: block;
}
.cid-u19tItpUMc .list-wrapper .item .item-wrapper a:hover .card-box,
.cid-u19tItpUMc .list-wrapper .item .item-wrapper a:hover .card-box {
  background-color: #f9a600;
}
.cid-u19tItpUMc .list-wrapper .item .item-wrapper a:hover .card-box .card-title,
.cid-u19tItpUMc .list-wrapper .item .item-wrapper a:hover .card-box .card-title {
  color: #192227;
}
.cid-u19tItpUMc .list-wrapper .item .item-wrapper a:hover .card-box .mbr-iconfont,
.cid-u19tItpUMc .list-wrapper .item .item-wrapper a:hover .card-box .mbr-iconfont {
  color: #192227;
  transform: rotate(-45deg);
}
.cid-u19tItpUMc .list-wrapper .item .item-wrapper a .card-box {
  padding: 22px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u19tItpUMc .list-wrapper .item .item-wrapper a .card-box {
    padding: 15px 20px;
  }
}
.cid-u19tItpUMc .list-wrapper .item .item-wrapper a .card-box .card-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u19tItpUMc .list-wrapper .item .item-wrapper a .card-box .mbr-iconfont {
  font-size: 18px;
  color: #f9a600;
  transition: all 0.3s ease-in-out;
}
.cid-u19tItpUMc .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-u19tItpUMc .mbr-section-title {
  color: #192227;
}
.cid-u19tItpUMc .mbr-copy {
  color: #192227;
}
.cid-u19tItpUMc .card-title {
  color: #fdfcfc;
}
.cid-u1beQ2lqfW {
  z-index: 1000;
  width: 100%;
}
.cid-u1beQ2lqfW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u1beQ2lqfW .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u1beQ2lqfW .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-u1beQ2lqfW .navbar-nav {
    max-width: 45%;
  }
}
.cid-u1beQ2lqfW .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-u1beQ2lqfW .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-u1beQ2lqfW .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-u1beQ2lqfW .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u1beQ2lqfW .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u1beQ2lqfW .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-u1beQ2lqfW .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u1beQ2lqfW .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u1beQ2lqfW .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-u1beQ2lqfW .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-u1beQ2lqfW .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u1beQ2lqfW .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1beQ2lqfW .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u1beQ2lqfW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1beQ2lqfW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1beQ2lqfW .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u1beQ2lqfW .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-u1beQ2lqfW .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u1beQ2lqfW .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u1beQ2lqfW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-u1beQ2lqfW .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(209, 206, 206, 0.6) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #d1cece;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-u1beQ2lqfW .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1beQ2lqfW .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u1beQ2lqfW .iconfont-wrapper {
  color: #192227 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u1beQ2lqfW .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #d1cece;
  background: rgba(209, 206, 206, 0.6) !important;
  border-radius: 4px !important;
}
.cid-u1beQ2lqfW .nav-item:focus,
.cid-u1beQ2lqfW .nav-link:focus {
  outline: none;
}
.cid-u1beQ2lqfW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1beQ2lqfW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1beQ2lqfW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1beQ2lqfW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1beQ2lqfW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1beQ2lqfW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1beQ2lqfW .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u1beQ2lqfW .navbar.opened {
  transition: all 0.3s;
}
.cid-u1beQ2lqfW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1beQ2lqfW .navbar .navbar-logo img {
  width: auto;
}
.cid-u1beQ2lqfW .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-u1beQ2lqfW .navbar.collapsed {
  justify-content: center;
}
.cid-u1beQ2lqfW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1beQ2lqfW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1beQ2lqfW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u1beQ2lqfW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1beQ2lqfW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1beQ2lqfW .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-u1beQ2lqfW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1beQ2lqfW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u1beQ2lqfW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u1beQ2lqfW .navbar {
    min-height: 72px;
  }
  .cid-u1beQ2lqfW .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u1beQ2lqfW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1beQ2lqfW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1beQ2lqfW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1beQ2lqfW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1beQ2lqfW .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-u1beQ2lqfW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1beQ2lqfW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u1beQ2lqfW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1beQ2lqfW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u1beQ2lqfW .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u1beQ2lqfW .dropdown-item.active,
.cid-u1beQ2lqfW .dropdown-item:active {
  background-color: transparent;
}
.cid-u1beQ2lqfW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1beQ2lqfW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1beQ2lqfW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1beQ2lqfW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d1cece;
}
.cid-u1beQ2lqfW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u1beQ2lqfW .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u1beQ2lqfW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1beQ2lqfW .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u1beQ2lqfW .navbar-buttons {
    text-align: left;
  }
}
.cid-u1beQ2lqfW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1beQ2lqfW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #192227;
}
.cid-u1beQ2lqfW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1beQ2lqfW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1beQ2lqfW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1beQ2lqfW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1beQ2lqfW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1beQ2lqfW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1beQ2lqfW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1beQ2lqfW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1beQ2lqfW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u1beQ2lqfW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1beQ2lqfW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u1beQ2lqfW .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1beQ2lqfW .navbar {
    height: 70px;
  }
  .cid-u1beQ2lqfW .navbar.opened {
    height: auto;
  }
  .cid-u1beQ2lqfW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1beQ2lqfW .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u1beQ2lqfW .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u1beQ2lqfW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u1beQ2lqfW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-u1beQ2lqfW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u1beQ2lqfW .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u1beQ2lqfW .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u1beQ2lqfW .navbar-brand {
    margin-right: auto;
  }
  .cid-u1beQ2lqfW .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #d1cece;
    opacity: 1;
    border-color: rgba(209, 206, 206, 0.6) !important;
    background: rgba(209, 206, 206, 0.6) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-u1beQ2lqfW .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u1beQ2lqfW .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u1beQ2lqfW .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u1beQ2lqfW .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u1beQ2lqfW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u1beQ2lqfW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-u1beQ2lqfW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u1beQ2lqfW .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u1beQ2lqfW .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u1beQ2lqfW .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u1bh1HJS4M {
  padding-top: 10rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-u1bh1HJS4M .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1bh1HJS4M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1bh1HJS4M .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u1bh1HJS4M .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u1bh1HJS4M .container {
    padding: 0 16px;
  }
}
.cid-u1bh1HJS4M .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u1bh1HJS4M .row {
    margin: 0;
  }
}
.cid-u1bh1HJS4M .row .card {
  position: relative;
  padding: 0;
}
.cid-u1bh1HJS4M .decor-wrapper_1 {
  height: 30px;
  background-color: #4d9dcd;
  border-radius: 20px 20px 0 0;
}
.cid-u1bh1HJS4M .decor-wrapper_2 {
  height: 30px;
  background-color: #e03c19;
}
.cid-u1bh1HJS4M .decor-wrapper_3 {
  height: 30px;
  background-color: #f9a600;
}
.cid-u1bh1HJS4M .title-wrapper {
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u1bh1HJS4M .title-wrapper {
    margin: 0 10px;
  }
}
.cid-u1bh1HJS4M .mbr-section-title {
  color: #fdfcfc;
  text-align: center;
}
.cid-u1bh5dtxz6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #192227;
}
.cid-u1bh5dtxz6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1bh5dtxz6 .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-u1bh5dtxz6 .container {
    padding: 0 16px;
  }
}
.cid-u1bh5dtxz6 .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u1bh5dtxz6 .row {
    margin: 0 10px;
  }
}
.cid-u1bh5dtxz6 .row .card {
  padding: 0;
}
.cid-u1bh5dtxz6 .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-u1bh5dtxz6 .row .card:first-child {
    padding: 0;
  }
}
.cid-u1bh5dtxz6 .title-wrapper {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f9a600;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-u1bh5dtxz6 .title-wrapper {
    padding: 20px;
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-u1bh5dtxz6 .title-wrapper .icon-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u1bh5dtxz6 .title-wrapper .icon-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u1bh5dtxz6 .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #192227;
  color: #f9a600;
  border-radius: 50%;
}
.cid-u1bh5dtxz6 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1bh5dtxz6 .title-wrapper .title-wrap .mbr-desc {
  margin: 10px 0 0;
}
.cid-u1bh5dtxz6 .content-wrapper {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u1bh5dtxz6 .content-wrapper {
    padding: 20px;
  }
}
.cid-u1bh5dtxz6 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u1bh5dtxz6 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u1bh5dtxz6 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-u1bh5dtxz6 .mbr-section-title {
  color: #192227;
}
.cid-u1bh5dtxz6 .mbr-desc {
  color: #192227;
}
.cid-u1bh5dtxz6 .mbr-text {
  color: #fdfcfc;
}
.cid-u1bm3ztgnM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #192227;
}
.cid-u1bm3ztgnM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1bm3ztgnM .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-u1bm3ztgnM .container {
    padding: 0 16px;
  }
}
.cid-u1bm3ztgnM .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u1bm3ztgnM .row {
    margin: 0 10px;
  }
}
.cid-u1bm3ztgnM .row .card {
  padding: 0;
}
.cid-u1bm3ztgnM .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-u1bm3ztgnM .row .card:first-child {
    padding: 0;
  }
}
.cid-u1bm3ztgnM .title-wrapper {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f9a600;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-u1bm3ztgnM .title-wrapper {
    padding: 20px;
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-u1bm3ztgnM .title-wrapper .icon-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u1bm3ztgnM .title-wrapper .icon-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u1bm3ztgnM .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #192227;
  color: #f9a600;
  border-radius: 50%;
}
.cid-u1bm3ztgnM .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1bm3ztgnM .title-wrapper .title-wrap .mbr-desc {
  margin: 10px 0 0;
}
.cid-u1bm3ztgnM .content-wrapper {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u1bm3ztgnM .content-wrapper {
    padding: 20px;
  }
}
.cid-u1bm3ztgnM .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u1bm3ztgnM .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u1bm3ztgnM .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-u1bm3ztgnM .mbr-section-title {
  color: #192227;
}
.cid-u1bm3ztgnM .mbr-desc {
  color: #192227;
}
.cid-u1bm3ztgnM .mbr-text {
  color: #fdfcfc;
}
.cid-u1bm48ocFs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #192227;
}
.cid-u1bm48ocFs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1bm48ocFs .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-u1bm48ocFs .container {
    padding: 0 16px;
  }
}
.cid-u1bm48ocFs .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u1bm48ocFs .row {
    margin: 0 10px;
  }
}
.cid-u1bm48ocFs .row .card {
  padding: 0;
}
.cid-u1bm48ocFs .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-u1bm48ocFs .row .card:first-child {
    padding: 0;
  }
}
.cid-u1bm48ocFs .title-wrapper {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f9a600;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-u1bm48ocFs .title-wrapper {
    padding: 20px;
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-u1bm48ocFs .title-wrapper .icon-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u1bm48ocFs .title-wrapper .icon-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u1bm48ocFs .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #192227;
  color: #f9a600;
  border-radius: 50%;
}
.cid-u1bm48ocFs .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1bm48ocFs .title-wrapper .title-wrap .mbr-desc {
  margin: 10px 0 0;
}
.cid-u1bm48ocFs .content-wrapper {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u1bm48ocFs .content-wrapper {
    padding: 20px;
  }
}
.cid-u1bm48ocFs .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u1bm48ocFs .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u1bm48ocFs .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-u1bm48ocFs .mbr-section-title {
  color: #192227;
}
.cid-u1bm48ocFs .mbr-desc {
  color: #192227;
}
.cid-u1bm48ocFs .mbr-text {
  color: #fdfcfc;
}
.cid-u1bm4HAYbA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #192227;
}
.cid-u1bm4HAYbA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1bm4HAYbA .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-u1bm4HAYbA .container {
    padding: 0 16px;
  }
}
.cid-u1bm4HAYbA .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u1bm4HAYbA .row {
    margin: 0 10px;
  }
}
.cid-u1bm4HAYbA .row .card {
  padding: 0;
}
.cid-u1bm4HAYbA .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-u1bm4HAYbA .row .card:first-child {
    padding: 0;
  }
}
.cid-u1bm4HAYbA .title-wrapper {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f9a600;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-u1bm4HAYbA .title-wrapper {
    padding: 20px;
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-u1bm4HAYbA .title-wrapper .icon-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u1bm4HAYbA .title-wrapper .icon-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u1bm4HAYbA .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #192227;
  color: #f9a600;
  border-radius: 50%;
}
.cid-u1bm4HAYbA .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1bm4HAYbA .title-wrapper .title-wrap .mbr-desc {
  margin: 10px 0 0;
}
.cid-u1bm4HAYbA .content-wrapper {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u1bm4HAYbA .content-wrapper {
    padding: 20px;
  }
}
.cid-u1bm4HAYbA .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u1bm4HAYbA .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u1bm4HAYbA .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-u1bm4HAYbA .mbr-section-title {
  color: #192227;
}
.cid-u1bm4HAYbA .mbr-desc {
  color: #192227;
}
.cid-u1bm4HAYbA .mbr-text {
  color: #fdfcfc;
}
.cid-u1lrM3Gppk {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-u1lrM3Gppk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1lrM3Gppk .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-u1lrM3Gppk .container {
    padding: 0 16px;
  }
}
.cid-u1lrM3Gppk .row {
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u1lrM3Gppk .row {
    margin: 0 10px;
  }
}
.cid-u1lrM3Gppk .row .card {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u1lrM3Gppk .row .card {
    padding: 0;
  }
}
.cid-u1lrM3Gppk .row .card:first-child .decor-wrapper {
  position: absolute;
  top: 0;
  right: -70rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #f9a600;
  border-radius: 10%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u1lrM3Gppk .row .card:first-child .decor-wrapper {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-u1lrM3Gppk .title-wrapper {
  position: relative;
  z-index: 1;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-u1lrM3Gppk .title-wrapper {
    padding-right: 0;
  }
}
.cid-u1lrM3Gppk .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u1lrM3Gppk .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u1lrM3Gppk .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(-45deg);
  border-radius: 100%;
}
.cid-u1lrM3Gppk .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u1lrM3Gppk .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u1lrM3Gppk .title-wrapper .mbr-text {
  margin: 0;
}
.cid-u1lrM3Gppk .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-u1lrM3Gppk .title-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-u1lrM3Gppk .image-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u1lrM3Gppk .image-wrapper {
    padding-top: 40px;
  }
}
.cid-u1lrM3Gppk .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u1lrM3Gppk .image-wrapper img {
    height: 350px;
  }
}
.cid-u1lrM3Gppk .mbr-section-title {
  color: #fdfcfc;
}
.cid-u1lrM3Gppk .mbr-text {
  color: #F9A600;
}
.cid-u1beQ4Qrho {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-u1beQ4Qrho .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1beQ4Qrho .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1beQ4Qrho .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u1beQ4Qrho .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u1beQ4Qrho .container {
    padding: 0 16px;
  }
}
.cid-u1beQ4Qrho .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u1beQ4Qrho .row {
    margin: 0 10px;
  }
}
.cid-u1beQ4Qrho .row .card {
  padding: 0;
}
.cid-u1beQ4Qrho .row .card:first-child {
  padding-right: 10px;
  padding-right: 0;
  padding-left: 10px;
}
@media (max-width: 992px) {
  .cid-u1beQ4Qrho .row .card:first-child {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u1beQ4Qrho .row .card:first-child {
    padding: 0;
  }
}
.cid-u1beQ4Qrho .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f9a600;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-u1beQ4Qrho .title-wrapper {
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-u1beQ4Qrho .title-wrapper .title-wrap {
  padding: 30px 30px 70px;
}
@media (max-width: 992px) {
  .cid-u1beQ4Qrho .title-wrapper .title-wrap {
    padding: 20px 20px 30px;
  }
}
.cid-u1beQ4Qrho .title-wrapper .title-wrap .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u1beQ4Qrho .title-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #192227;
  color: #f9a600;
  border-radius: 50%;
  transform: rotate(-45deg);
}
.cid-u1beQ4Qrho .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1beQ4Qrho .title-wrapper .mbr-copy {
  padding: 30px;
  margin-bottom: 0;
  border-top: 1px solid #c38200;
}
@media (max-width: 992px) {
  .cid-u1beQ4Qrho .title-wrapper .mbr-copy {
    padding: 20px;
  }
}
.cid-u1beQ4Qrho .list-wrapper {
  border: 1px solid #f9a600;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.cid-u1beQ4Qrho .list-wrapper .item {
  border-bottom: 1px solid #4a5357;
}
.cid-u1beQ4Qrho .list-wrapper .item:last-child {
  border: none;
}
.cid-u1beQ4Qrho .list-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  overflow: hidden;
}
.cid-u1beQ4Qrho .list-wrapper .item .item-wrapper a {
  display: block;
}
.cid-u1beQ4Qrho .list-wrapper .item .item-wrapper a:hover .card-box,
.cid-u1beQ4Qrho .list-wrapper .item .item-wrapper a:hover .card-box {
  background-color: #f9a600;
}
.cid-u1beQ4Qrho .list-wrapper .item .item-wrapper a:hover .card-box .card-title,
.cid-u1beQ4Qrho .list-wrapper .item .item-wrapper a:hover .card-box .card-title {
  color: #192227;
}
.cid-u1beQ4Qrho .list-wrapper .item .item-wrapper a:hover .card-box .mbr-iconfont,
.cid-u1beQ4Qrho .list-wrapper .item .item-wrapper a:hover .card-box .mbr-iconfont {
  color: #192227;
  transform: rotate(-45deg);
}
.cid-u1beQ4Qrho .list-wrapper .item .item-wrapper a .card-box {
  padding: 22px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u1beQ4Qrho .list-wrapper .item .item-wrapper a .card-box {
    padding: 15px 20px;
  }
}
.cid-u1beQ4Qrho .list-wrapper .item .item-wrapper a .card-box .card-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u1beQ4Qrho .list-wrapper .item .item-wrapper a .card-box .mbr-iconfont {
  font-size: 18px;
  color: #f9a600;
  transition: all 0.3s ease-in-out;
}
.cid-u1beQ4Qrho .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-u1beQ4Qrho .mbr-section-title {
  color: #192227;
}
.cid-u1beQ4Qrho .mbr-copy {
  color: #192227;
}
.cid-u1beQ4Qrho .card-title {
  color: #fdfcfc;
}
.cid-u1fbAALoSG {
  z-index: 1000;
  width: 100%;
}
.cid-u1fbAALoSG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u1fbAALoSG .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u1fbAALoSG .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-u1fbAALoSG .navbar-nav {
    max-width: 45%;
  }
}
.cid-u1fbAALoSG .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-u1fbAALoSG .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-u1fbAALoSG .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-u1fbAALoSG .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u1fbAALoSG .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u1fbAALoSG .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-u1fbAALoSG .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u1fbAALoSG .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u1fbAALoSG .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-u1fbAALoSG .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-u1fbAALoSG .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u1fbAALoSG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1fbAALoSG .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u1fbAALoSG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1fbAALoSG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1fbAALoSG .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u1fbAALoSG .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-u1fbAALoSG .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u1fbAALoSG .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u1fbAALoSG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-u1fbAALoSG .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(209, 206, 206, 0.6) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #d1cece;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-u1fbAALoSG .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1fbAALoSG .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u1fbAALoSG .iconfont-wrapper {
  color: #192227 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u1fbAALoSG .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #d1cece;
  background: rgba(209, 206, 206, 0.6) !important;
  border-radius: 4px !important;
}
.cid-u1fbAALoSG .nav-item:focus,
.cid-u1fbAALoSG .nav-link:focus {
  outline: none;
}
.cid-u1fbAALoSG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1fbAALoSG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1fbAALoSG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1fbAALoSG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1fbAALoSG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1fbAALoSG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1fbAALoSG .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u1fbAALoSG .navbar.opened {
  transition: all 0.3s;
}
.cid-u1fbAALoSG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1fbAALoSG .navbar .navbar-logo img {
  width: auto;
}
.cid-u1fbAALoSG .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-u1fbAALoSG .navbar.collapsed {
  justify-content: center;
}
.cid-u1fbAALoSG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1fbAALoSG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1fbAALoSG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u1fbAALoSG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1fbAALoSG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1fbAALoSG .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-u1fbAALoSG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1fbAALoSG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u1fbAALoSG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u1fbAALoSG .navbar {
    min-height: 72px;
  }
  .cid-u1fbAALoSG .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u1fbAALoSG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1fbAALoSG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1fbAALoSG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1fbAALoSG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1fbAALoSG .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-u1fbAALoSG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1fbAALoSG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u1fbAALoSG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1fbAALoSG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u1fbAALoSG .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u1fbAALoSG .dropdown-item.active,
.cid-u1fbAALoSG .dropdown-item:active {
  background-color: transparent;
}
.cid-u1fbAALoSG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1fbAALoSG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1fbAALoSG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1fbAALoSG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d1cece;
}
.cid-u1fbAALoSG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u1fbAALoSG .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u1fbAALoSG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1fbAALoSG .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u1fbAALoSG .navbar-buttons {
    text-align: left;
  }
}
.cid-u1fbAALoSG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1fbAALoSG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #192227;
}
.cid-u1fbAALoSG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1fbAALoSG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1fbAALoSG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1fbAALoSG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1fbAALoSG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1fbAALoSG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1fbAALoSG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1fbAALoSG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1fbAALoSG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u1fbAALoSG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1fbAALoSG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u1fbAALoSG .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1fbAALoSG .navbar {
    height: 70px;
  }
  .cid-u1fbAALoSG .navbar.opened {
    height: auto;
  }
  .cid-u1fbAALoSG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1fbAALoSG .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u1fbAALoSG .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u1fbAALoSG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u1fbAALoSG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-u1fbAALoSG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u1fbAALoSG .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u1fbAALoSG .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u1fbAALoSG .navbar-brand {
    margin-right: auto;
  }
  .cid-u1fbAALoSG .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #d1cece;
    opacity: 1;
    border-color: rgba(209, 206, 206, 0.6) !important;
    background: rgba(209, 206, 206, 0.6) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-u1fbAALoSG .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u1fbAALoSG .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u1fbAALoSG .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u1fbAALoSG .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u1fbAALoSG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u1fbAALoSG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-u1fbAALoSG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u1fbAALoSG .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u1fbAALoSG .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u1fbAALoSG .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u1fbACrpax {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #192227;
}
.cid-u1fbACrpax .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1fbACrpax .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1fbACrpax .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u1fbACrpax .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u1fbACrpax .container {
    padding: 0 16px;
  }
}
.cid-u1fbACrpax .row {
  border-radius: 20px;
  background-color: #fdfcfc;
  padding: 90px 45px 75px;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u1fbACrpax .row {
    padding: 45px 32px;
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .cid-u1fbACrpax .row {
    padding: 45px 4px;
  }
}
.cid-u1fbACrpax .row .card {
  justify-content: center;
}
.cid-u1fbACrpax .title-wrapper {
  padding-right: 100px;
}
@media (max-width: 992px) {
  .cid-u1fbACrpax .title-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.cid-u1fbACrpax .title-wrapper .subtitle-wrapper {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-u1fbACrpax .title-wrapper .subtitle-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u1fbACrpax .title-wrapper .subtitle-wrapper .subtitle-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u1fbACrpax .title-wrapper .subtitle-wrapper .subtitle-wrap .mbr-section-subtitle {
  margin: 0 20px 0 0;
}
.cid-u1fbACrpax .title-wrapper .subtitle-wrapper .subtitle-wrap .mbr-iconfont {
  font-size: 30px;
  color: #d1cece;
}
.cid-u1fbACrpax .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u1fbACrpax .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u1fbACrpax .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u1fbACrpax .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-u1fbACrpax .title-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-u1fbACrpax .image-wrapper img {
  height: 590px;
  width: 90%;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 14rem !important;
  border: 5px solid #d1cece;
}
@media (max-width: 1440px) {
  .cid-u1fbACrpax .image-wrapper img {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .cid-u1fbACrpax .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-u1fbACrpax .image-wrapper img {
    height: 350px;
  }
}
.cid-u1fbACrpax .mbr-section-subtitle {
  color: #d1cece;
}
.cid-u1fbACrpax .mbr-section-title {
  color: #192227;
}
.cid-u1fbACrpax .mbr-text {
  color: #192227;
}
.cid-u1fbADV8YR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-u1fbADV8YR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1fbADV8YR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1fbADV8YR .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u1fbADV8YR .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u1fbADV8YR .container {
    padding: 0 16px;
  }
}
.cid-u1fbADV8YR .row {
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u1fbADV8YR .row {
    margin: 0 10px;
  }
}
.cid-u1fbADV8YR .row .card {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u1fbADV8YR .row .card {
    padding: 0;
  }
}
.cid-u1fbADV8YR .row .card:first-child .decor-wrapper {
  position: absolute;
  top: 0;
  right: -40px;
  width: 2000px;
  height: 2000px;
  border: 40px solid #f9a600;
  border-radius: 24%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u1fbADV8YR .row .card:first-child .decor-wrapper {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-u1fbADV8YR .row .card:last-child .decor-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 2000px;
  height: 2000px;
  border: 40px solid #4a5357;
  border-radius: 24%;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-u1fbADV8YR .row .card:last-child .decor-wrapper {
    display: none;
  }
}
.cid-u1fbADV8YR .title-wrapper {
  padding: 400px 0;
}
@media (max-width: 992px) {
  .cid-u1fbADV8YR .title-wrapper {
    padding: 200px 0 0;
  }
}
.cid-u1fbADV8YR .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u1fbADV8YR .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u1fbADV8YR .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(-45deg);
  border-radius: 100%;
}
.cid-u1fbADV8YR .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u1fbADV8YR .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u1fbADV8YR .title-wrapper .mbr-text {
  margin: 0;
}
.cid-u1fbADV8YR .mbr-section-title {
  color: #fdfcfc;
}
.cid-u1fbADV8YR .mbr-text {
  color: #F9A600;
}
.cid-u1fbALrLOO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-u1fbALrLOO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1fbALrLOO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1fbALrLOO .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u1fbALrLOO .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u1fbALrLOO .container {
    padding: 0 16px;
  }
}
.cid-u1fbALrLOO .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u1fbALrLOO .row {
    margin: 0 10px;
  }
}
.cid-u1fbALrLOO .row .card {
  padding: 0;
}
.cid-u1fbALrLOO .row .card:first-child {
  padding-right: 10px;
  padding-right: 0;
  padding-left: 10px;
}
@media (max-width: 992px) {
  .cid-u1fbALrLOO .row .card:first-child {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u1fbALrLOO .row .card:first-child {
    padding: 0;
  }
}
.cid-u1fbALrLOO .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f9a600;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-u1fbALrLOO .title-wrapper {
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-u1fbALrLOO .title-wrapper .title-wrap {
  padding: 30px 30px 70px;
}
@media (max-width: 992px) {
  .cid-u1fbALrLOO .title-wrapper .title-wrap {
    padding: 20px 20px 30px;
  }
}
.cid-u1fbALrLOO .title-wrapper .title-wrap .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u1fbALrLOO .title-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #192227;
  color: #f9a600;
  border-radius: 50%;
  transform: rotate(-45deg);
}
.cid-u1fbALrLOO .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1fbALrLOO .title-wrapper .mbr-copy {
  padding: 30px;
  margin-bottom: 0;
  border-top: 1px solid #c38200;
}
@media (max-width: 992px) {
  .cid-u1fbALrLOO .title-wrapper .mbr-copy {
    padding: 20px;
  }
}
.cid-u1fbALrLOO .list-wrapper {
  border: 1px solid #f9a600;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.cid-u1fbALrLOO .list-wrapper .item {
  border-bottom: 1px solid #4a5357;
}
.cid-u1fbALrLOO .list-wrapper .item:last-child {
  border: none;
}
.cid-u1fbALrLOO .list-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  overflow: hidden;
}
.cid-u1fbALrLOO .list-wrapper .item .item-wrapper a {
  display: block;
}
.cid-u1fbALrLOO .list-wrapper .item .item-wrapper a:hover .card-box,
.cid-u1fbALrLOO .list-wrapper .item .item-wrapper a:hover .card-box {
  background-color: #f9a600;
}
.cid-u1fbALrLOO .list-wrapper .item .item-wrapper a:hover .card-box .card-title,
.cid-u1fbALrLOO .list-wrapper .item .item-wrapper a:hover .card-box .card-title {
  color: #192227;
}
.cid-u1fbALrLOO .list-wrapper .item .item-wrapper a:hover .card-box .mbr-iconfont,
.cid-u1fbALrLOO .list-wrapper .item .item-wrapper a:hover .card-box .mbr-iconfont {
  color: #192227;
  transform: rotate(-45deg);
}
.cid-u1fbALrLOO .list-wrapper .item .item-wrapper a .card-box {
  padding: 22px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u1fbALrLOO .list-wrapper .item .item-wrapper a .card-box {
    padding: 15px 20px;
  }
}
.cid-u1fbALrLOO .list-wrapper .item .item-wrapper a .card-box .card-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u1fbALrLOO .list-wrapper .item .item-wrapper a .card-box .mbr-iconfont {
  font-size: 18px;
  color: #f9a600;
  transition: all 0.3s ease-in-out;
}
.cid-u1fbALrLOO .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-u1fbALrLOO .mbr-section-title {
  color: #192227;
}
.cid-u1fbALrLOO .mbr-copy {
  color: #192227;
}
.cid-u1fbALrLOO .card-title {
  color: #fdfcfc;
}
