.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Playfair Display SC;
}
.display-1 {
  font-family: 'Share Tech', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Share Tech', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Share Tech', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Share Tech', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Share Tech', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f80804 !important;
}
.bg-success {
  background-color: #1a4aa1 !important;
}
.bg-info {
  background-color: #018840 !important;
}
.bg-warning {
  background-color: #c17702 !important;
}
.bg-danger {
  background-color: #f85249 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f80804 !important;
  border-color: #f80804 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #fc3733 !important;
  border-color: #fc3733 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fc3733 !important;
  border-color: #fc3733 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4b4949 !important;
  border-color: #4b4949 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #656262 !important;
  border-color: #656262 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #656262 !important;
  border-color: #656262 !important;
}
.btn-info,
.btn-info:active {
  background-color: #018840 !important;
  border-color: #018840 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #01bb58 !important;
  border-color: #01bb58 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #01bb58 !important;
  border-color: #01bb58 !important;
}
.btn-success,
.btn-success:active {
  background-color: #1a4aa1 !important;
  border-color: #1a4aa1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #215ecd !important;
  border-color: #215ecd !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #215ecd !important;
  border-color: #215ecd !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c17702 !important;
  border-color: #c17702 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f39603 !important;
  border-color: #f39603 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f39603 !important;
  border-color: #f39603 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f85249 !important;
  border-color: #f85249 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fa817a !important;
  border-color: #fa817a !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fa817a !important;
  border-color: #fa817a !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: #f80804;
  color: #f80804;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a30503 !important;
  background-color: transparent !important;
  border-color: #a30503 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f80804 !important;
  border-color: #f80804 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #4b4949;
  color: #4b4949;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1f1e1e !important;
  background-color: transparent !important;
  border-color: #1f1e1e !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4b4949 !important;
  border-color: #4b4949 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #018840;
  color: #018840;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #003217 !important;
  background-color: transparent !important;
  border-color: #003217 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #018840 !important;
  border-color: #018840 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #1a4aa1;
  color: #1a4aa1;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0e2856 !important;
  background-color: transparent !important;
  border-color: #0e2856 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #1a4aa1 !important;
  border-color: #1a4aa1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #c17702;
  color: #c17702;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #6b4201 !important;
  background-color: transparent !important;
  border-color: #6b4201 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c17702 !important;
  border-color: #c17702 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f85249;
  color: #f85249;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #e21409 !important;
  background-color: transparent !important;
  border-color: #e21409 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f85249 !important;
  border-color: #f85249 !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: #f80804 !important;
}
.text-secondary {
  color: #4b4949 !important;
}
.text-success {
  color: #1a4aa1 !important;
}
.text-info {
  color: #018840 !important;
}
.text-warning {
  color: #c17702 !important;
}
.text-danger {
  color: #f85249 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #940502 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #171717 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0c2249 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #002310 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #5c3901 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #d31308 !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: #f80804;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #018840;
}
.alert-warning {
  background-color: #c17702;
}
.alert-danger {
  background-color: #f85249;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f80804;
  border-color: #f80804;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f80804;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fecbca;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #5789e4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #0bfd7c;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fdb645;
}
.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: 'Share Tech', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
.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: #f80804 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Share Tech', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #f80804;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f80804;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f80804;
}
.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: #f80804;
  border-bottom-color: #f80804;
}
.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: #f80804 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #4b4949 !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='%23f80804' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  border-radius: 0 !important;
  padding: 19px 45px;
  font-weight: 400;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-content {
  border-radius: 1rem !important;
}
.navbar-logo img {
  border-radius: 10px !important;
}
.display-7 {
  font-weight: 300;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-veQxQaLpLl {
  z-index: 1000;
  width: 100%;
}
.cid-veQxQaLpLl .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-veQxQaLpLl .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veQxQaLpLl .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-veQxQaLpLl .navbar-nav {
    max-width: 45%;
  }
}
.cid-veQxQaLpLl .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-veQxQaLpLl .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-veQxQaLpLl .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-veQxQaLpLl .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veQxQaLpLl .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veQxQaLpLl .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-veQxQaLpLl .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-veQxQaLpLl .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veQxQaLpLl .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-veQxQaLpLl .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-veQxQaLpLl .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-veQxQaLpLl .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-veQxQaLpLl .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-veQxQaLpLl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veQxQaLpLl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veQxQaLpLl .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veQxQaLpLl .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-veQxQaLpLl .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-veQxQaLpLl .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veQxQaLpLl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-veQxQaLpLl .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-veQxQaLpLl .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veQxQaLpLl .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veQxQaLpLl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veQxQaLpLl .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-veQxQaLpLl .nav-item:focus,
.cid-veQxQaLpLl .nav-link:focus {
  outline: none;
}
.cid-veQxQaLpLl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veQxQaLpLl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veQxQaLpLl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veQxQaLpLl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veQxQaLpLl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veQxQaLpLl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veQxQaLpLl .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-veQxQaLpLl .navbar.opened {
  transition: all 0.3s;
}
.cid-veQxQaLpLl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veQxQaLpLl .navbar .navbar-logo img {
  width: auto;
}
.cid-veQxQaLpLl .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-veQxQaLpLl .navbar.collapsed {
  justify-content: center;
}
.cid-veQxQaLpLl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veQxQaLpLl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veQxQaLpLl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.8rem);
  }
}
.cid-veQxQaLpLl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veQxQaLpLl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veQxQaLpLl .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-veQxQaLpLl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veQxQaLpLl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veQxQaLpLl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veQxQaLpLl .navbar {
    min-height: 72px;
  }
  .cid-veQxQaLpLl .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veQxQaLpLl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veQxQaLpLl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veQxQaLpLl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veQxQaLpLl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veQxQaLpLl .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-veQxQaLpLl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veQxQaLpLl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veQxQaLpLl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veQxQaLpLl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veQxQaLpLl .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veQxQaLpLl .dropdown-item.active,
.cid-veQxQaLpLl .dropdown-item:active {
  background-color: transparent;
}
.cid-veQxQaLpLl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veQxQaLpLl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veQxQaLpLl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veQxQaLpLl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veQxQaLpLl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veQxQaLpLl .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veQxQaLpLl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veQxQaLpLl .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veQxQaLpLl .navbar-buttons {
    text-align: left;
  }
}
.cid-veQxQaLpLl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veQxQaLpLl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veQxQaLpLl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veQxQaLpLl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veQxQaLpLl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veQxQaLpLl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veQxQaLpLl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veQxQaLpLl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veQxQaLpLl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veQxQaLpLl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veQxQaLpLl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veQxQaLpLl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veQxQaLpLl .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-veQxQaLpLl .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veQxQaLpLl .navbar {
    height: 70px;
  }
  .cid-veQxQaLpLl .navbar.opened {
    height: auto;
  }
  .cid-veQxQaLpLl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veQxQaLpLl .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veQxQaLpLl .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veQxQaLpLl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veQxQaLpLl .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-veQxQaLpLl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veQxQaLpLl .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veQxQaLpLl .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veQxQaLpLl .navbar-brand {
    margin-right: auto;
  }
  .cid-veQxQaLpLl .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-veQxQaLpLl .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veQxQaLpLl .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-veQxQaLpLl .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-veQxQaLpLl .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veQxQaLpLl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veQxQaLpLl .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-veQxQaLpLl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veQxQaLpLl .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-veQxQaLpLl .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veQxQaLpLl .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veQyveSUPF {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
.cid-veQyveSUPF .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQyveSUPF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQyveSUPF .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-veQyveSUPF .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veQyveSUPF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-veQyveSUPF .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veQyveSUPF .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veQyveSUPF .mbr-section-title {
  color: #000000;
}
.cid-veQyveSUPF .mbr-text,
.cid-veQyveSUPF .mbr-section-btn {
  color: #000000;
}
.cid-veGNSymSFD {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veGNSymSFD .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-veGNSymSFD .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-veGNSymSFD .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-veGNSymSFD .mbr-section-title {
  color: #ffffff;
}
.cid-veGNSymSFD .mbr-text {
  color: #ffffff;
}
.cid-veNsw2OhbV {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #bed3f9;
}
.cid-veNsw2OhbV .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNsw2OhbV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNsw2OhbV .card-wrapper {
  position: relative;
  background-color: #ffffff;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-veNsw2OhbV .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-veNsw2OhbV .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-veNsw2OhbV .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-veNsw2OhbV .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-veNsw2OhbV .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-veNsw2OhbV .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-veNsw2OhbV .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-veNsw2OhbV .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-veNsw2OhbV .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-veNsw2OhbV .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-veNsw2OhbV .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-veNsw2OhbV .mbr-section-title {
  color: #000000;
}
.cid-veNsw2OhbV .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-veNsw2OhbV .mbr-text,
.cid-veNsw2OhbV .text-wrapper {
  color: #000000;
  text-align: justify;
}
.cid-veNsw2OhbV .mbr-section-title,
.cid-veNsw2OhbV .mbr-section-btn {
  text-align: center;
}
.cid-veQAVJywzB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-veQAVJywzB .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQAVJywzB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQAVJywzB .card-wrapper {
  background: #bed3f9;
}
@media (max-width: 767px) {
  .cid-veQAVJywzB .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veQAVJywzB .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veQAVJywzB .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-veQAVJywzB .mbr-text,
.cid-veQAVJywzB .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-veQAVJywzB .card-title,
.cid-veQAVJywzB .card-box {
  text-align: justify;
  color: #02050a;
}
.cid-veNskiKZVk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #02050a;
}
.cid-veNskiKZVk .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNskiKZVk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNskiKZVk .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veNskiKZVk .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-veNskiKZVk .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #f3e45e 0%, #000000 50%, #fdd550 100%);
}
.cid-veNskiKZVk .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-veNskiKZVk .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-veNskiKZVk .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-veNskiKZVk .items-wrapper {
  margin: 0 -10px;
}
.cid-veNskiKZVk .items-wrapper .item {
  padding: 0 10px;
}
.cid-veNskiKZVk .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-veNskiKZVk .item:last-child {
    margin-bottom: 0;
  }
}
.cid-veNskiKZVk .item .item-wrapper {
  position: relative;
  overflow: hidden;
  padding: 30px;
  background-color: #fafafa;
  border: 1px solid #000000;
  box-shadow: 0 10px 20px -8px #e9e9e9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 270px;
}
@media (max-width: 992px) {
  .cid-veNskiKZVk .item .item-wrapper {
    padding: 30px 20px;
    min-height: auto;
  }
}
.cid-veNskiKZVk .item .item-wrapper .line-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-image: linear-gradient(90deg, #f3e45e 0%, #000000 50%, #fdd550 100%);
}
.cid-veNskiKZVk .item .item-wrapper .item-text {
  margin-bottom: 16px;
}
.cid-veNskiKZVk .item .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.cid-veNskiKZVk .item .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-veNskiKZVk .item .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-veNskiKZVk .item .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-veNskiKZVk .btn-wrapper {
  margin-top: 0;
}
.cid-veNskiKZVk .mbr-label,
.cid-veNskiKZVk .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-veNskiKZVk .mbr-section-title,
.cid-veNskiKZVk .title-wrap {
  color: #171719;
  text-align: center;
}
.cid-veNskiKZVk .mbr-desc {
  color: #ffffff;
}
.cid-veNskiKZVk .item-text {
  color: #565661;
}
.cid-veNskiKZVk .item-name {
  color: #171719;
}
.cid-veNskiKZVk .item-role {
  color: #565661;
}
.cid-veNskiKZVk .item-text,
.cid-veNskiKZVk .person-wrapper {
  color: #000000;
}
.cid-veQBl6UJk4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veQBl6UJk4 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-veQBl6UJk4 .mbr-section-subtitle {
  color: #000000;
}
.cid-veQBl6UJk4 .mbr-section-title {
  color: #000000;
}
.cid-uIeNDHk6Kq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uIeNDHk6Kq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeNDHk6Kq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeNDHk6Kq .row {
  justify-content: space-between;
}
.cid-uIeNDHk6Kq .card {
  justify-content: space-between;
}
.cid-uIeNDHk6Kq .content-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIeNDHk6Kq .content-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uIeNDHk6Kq .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uIeNDHk6Kq .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIeNDHk6Kq .content-wrapper .list-wrapper .list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIeNDHk6Kq .content-wrapper .list-wrapper .list-title {
    margin-bottom: 22px;
  }
}
.cid-uIeNDHk6Kq .content-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uIeNDHk6Kq .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uIeNDHk6Kq .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uIeNDHk6Kq .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIeNDHk6Kq .image-wrapper {
    margin-top: 32px;
  }
}
.cid-uIeNDHk6Kq .image-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uIeNDHk6Kq .image-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uIeNDHk6Kq .image-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIeNDHk6Kq .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uIeNDHk6Kq .mbr-section-title {
  color: #c10b02;
}
.cid-uIeNDHk6Kq .list {
  color: #4b4949;
}
.cid-uIeNDHk6Kq .list-title {
  color: #c10b02;
}
.cid-uIeNDHk6Kq .mbr-desc,
.cid-uIeNDHk6Kq .desc-wrapper {
  color: #4b4949;
  text-align: right;
}
.cid-uIeNDHk6Kq .mbr-section-title,
.cid-uIeNDHk6Kq .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIeNDHk6Kq .list,
.cid-uIeNDHk6Kq .item-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-veQBM69mMB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-veQBM69mMB .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQBM69mMB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQBM69mMB .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-veQBM69mMB .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veQBM69mMB .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veQBM69mMB .card-wrapper {
    padding: 4rem;
  }
}
.cid-veQBM69mMB .mbr-text,
.cid-veQBM69mMB .mbr-section-btn {
  color: #02050a;
  text-align: justify;
}
.cid-veQBM69mMB .card-title,
.cid-veQBM69mMB .card-box {
  text-align: left;
  color: #02050a;
}
.cid-veNspcbYcn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veNspcbYcn .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNspcbYcn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNspcbYcn .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-veNspcbYcn .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-veNspcbYcn .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-veNspcbYcn .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-veNspcbYcn .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-veNspcbYcn .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-veNspcbYcn .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veNspcbYcn .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veNspcbYcn .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-veNspcbYcn .content-wrap .card {
  justify-content: center;
}
.cid-veNspcbYcn .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-veNspcbYcn .item {
    margin-bottom: 20px;
  }
  .cid-veNspcbYcn .item:last-child {
    margin-bottom: 0;
  }
}
.cid-veNspcbYcn .item .item-wrapper {
  position: relative;
  padding: 24px;
  background-color: #bed3f9;
  border: 1px solid #000000;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 470px;
  min-height: auto;
}
@media (max-width: 992px) {
  .cid-veNspcbYcn .item .item-wrapper {
    padding: 20px;
    min-height: auto;
  }
}
.cid-veNspcbYcn .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-veNspcbYcn .item .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-veNspcbYcn .item .item-wrapper .item-content .item-title {
    margin-top: 20px;
  }
}
.cid-veNspcbYcn .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-veNspcbYcn .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-veNspcbYcn .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-veNspcbYcn .item .item-wrapper .item-date {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-veNspcbYcn .item .item-wrapper .item-date {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.cid-veNspcbYcn .mbr-label {
  color: #9ba9c4;
}
.cid-veNspcbYcn .mbr-section-title {
  color: #ffffff;
}
.cid-veNspcbYcn .mbr-text,
.cid-veNspcbYcn .text-wrapper {
  color: #9ba9c4;
}
.cid-veNspcbYcn .item-title {
  color: #ffffff;
}
.cid-veNspcbYcn .item-text {
  color: #9ba9c4;
}
.cid-veNspcbYcn .item-date {
  color: #d1d4e3;
}
.cid-veNspcbYcn .item-title,
.cid-veNspcbYcn .mbr-section-btn {
  color: #000000;
}
.cid-veQG2tbkS8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veQG2tbkS8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQG2tbkS8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQG2tbkS8 .card-wrapper {
  background: #bed3f9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-veQG2tbkS8 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veQG2tbkS8 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veQG2tbkS8 .card-wrapper {
    padding: 4rem;
  }
}
.cid-veQG2tbkS8 .mbr-text,
.cid-veQG2tbkS8 .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-veQG2tbkS8 .card-title,
.cid-veQG2tbkS8 .card-box {
  text-align: left;
  color: #000000;
}
.cid-veQCTTymUn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-veQCTTymUn blockquote {
  border-color: #02050a;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-veQCTTymUn .mbr-section-title {
  color: #000000;
}
.cid-veQCTTymUn .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-veNtKFMA7N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veNtKFMA7N .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNtKFMA7N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNtKFMA7N .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-veNtKFMA7N .content-wrapper {
    padding: 100px 0 20px 0;
  }
}
.cid-veNtKFMA7N .content-wrapper .container-wrapper {
  position: absolute;
  top: 0;
  width: 120%;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-veNtKFMA7N .content-wrapper .container-wrapper {
    width: 118%;
  }
}
@media (max-width: 992px) {
  .cid-veNtKFMA7N .content-wrapper .container-wrapper {
    width: 100%;
    padding: 0;
  }
}
.cid-veNtKFMA7N .content-wrapper .container-wrapper .container-wrap {
  width: 100%;
  height: 100%;
  background-color: #bed3f9;
}
.cid-veNtKFMA7N .content-wrap {
  width: 100%;
}
.cid-veNtKFMA7N .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-veNtKFMA7N .title-wrapper {
    padding: 0 20px;
    margin-bottom: 30px;
  }
}
.cid-veNtKFMA7N .title-wrapper .mbr-label {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-veNtKFMA7N .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-veNtKFMA7N .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veNtKFMA7N .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-veNtKFMA7N .panel-group {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-veNtKFMA7N .panel-group {
    display: block;
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-veNtKFMA7N .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-veNtKFMA7N .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #bed3f9;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-veNtKFMA7N .panel-group .card {
    padding: 20px;
  }
}
.cid-veNtKFMA7N .panel-group .card:first-child {
  margin-top: 0;
}
.cid-veNtKFMA7N .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-veNtKFMA7N .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
}
.cid-veNtKFMA7N .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-veNtKFMA7N .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-veNtKFMA7N .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #3a353e;
}
.cid-veNtKFMA7N .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #000000;
  transform: rotate(-180deg);
}
.cid-veNtKFMA7N .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #000000;
}
.cid-veNtKFMA7N .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-veNtKFMA7N .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-veNtKFMA7N .mbr-label {
  color: #3a353e;
  text-align: center;
}
.cid-veNtKFMA7N .mbr-section-title,
.cid-veNtKFMA7N .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-veNtKFMA7N .panel-title-edit {
  color: #3a353e;
}
.cid-veNtKFMA7N .panel-text {
  color: #3a353e;
}
.cid-veQEL7mah6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veQEL7mah6 .mbr-text {
  text-align: justify;
  color: #02050a;
}
.cid-veGUBhnVkK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veGUBhnVkK .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGUBhnVkK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGUBhnVkK .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-veGUBhnVkK .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-veGUBhnVkK .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-veGUBhnVkK .mbr-label {
  color: #c10b02;
}
.cid-veNiNSm1v8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-veNiNSm1v8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNiNSm1v8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNiNSm1v8 .card-wrapper {
  border: 8px solid #ffffff;
  background-color: #ffffff;
  padding: 60px;
  box-shadow: 0 10px 25px -20px #6c7179;
}
@media (max-width: 992px) {
  .cid-veNiNSm1v8 .card-wrapper {
    padding: 20px;
  }
}
.cid-veNiNSm1v8 .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-veNiNSm1v8 .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veNiNSm1v8 .card-wrapper .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px 16px;
  margin-bottom: 80px;
}
@media (max-width: 1440px) {
  .cid-veNiNSm1v8 .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-veNiNSm1v8 .card-wrapper .nav-wrapper {
    gap: 28px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-veNiNSm1v8 .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-veNiNSm1v8 .card-wrapper .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-veNiNSm1v8 .card-wrapper .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-veNiNSm1v8 .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-veNiNSm1v8 .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-veNiNSm1v8 .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #000000;
}
.cid-veNiNSm1v8 .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-veNiNSm1v8 .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-veNiNSm1v8 .mbr-section-title {
  color: #000000;
}
.cid-veNiNSm1v8 .mbr-list-title {
  color: #000000;
}
.cid-veNiNSm1v8 .list {
  color: #6c7179;
}
.cid-veNiNSm1v8 .mbr-copy {
  color: #02050a;
  text-align: center;
}
.cid-veNiNSm1v8 .list,
.cid-veNiNSm1v8 .item-wrap {
  color: #000000;
  text-align: left;
}
.cid-veQJzyQQIf {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-veQJzyQQIf .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQJzyQQIf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-veQJzyQQIf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veQJzyQQIf .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veQJzyQQIf .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veQJzyQQIf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veQJzyQQIf .mbr-section-title {
  color: #000000;
}
.cid-veQJzyQQIf .mbr-text,
.cid-veQJzyQQIf .mbr-section-btn {
  color: #232323;
  text-align: justify;
}
.cid-veHccVDlf3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-veHccVDlf3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veHccVDlf3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veHccVDlf3 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-veHccVDlf3 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-veHccVDlf3 .container {
    padding: 0 16px;
  }
}
.cid-veHccVDlf3 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-veHccVDlf3 .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-veHccVDlf3 .mbr-section-title {
  color: #ffffff;
}
.cid-veHccVDlf3 .mbr-section-title,
.cid-veHccVDlf3 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-veHccVDlf3 .mbr-section-title,
.cid-veHccVDlf3 .mbr-section-btn DIV {
  text-align: justify;
}
.cid-veHcdhjRyC {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f7f5f0;
}
.cid-veHcdhjRyC .mbr-fallback-image.disabled {
  display: none;
}
.cid-veHcdhjRyC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veHcdhjRyC .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-veHcdhjRyC .card-wrapper {
  padding: 54px;
  border: 3px dashed #f7f5f0;
}
@media (max-width: 992px) {
  .cid-veHcdhjRyC .card-wrapper {
    padding: 22px;
  }
}
.cid-veHcdhjRyC .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-veHcdhjRyC .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-veHcdhjRyC .mbr-label {
  color: #c10b02;
}
.cid-veNiNSm1v8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-veNiNSm1v8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNiNSm1v8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNiNSm1v8 .card-wrapper {
  border: 8px solid #ffffff;
  background-color: #ffffff;
  padding: 60px;
  box-shadow: 0 10px 25px -20px #6c7179;
}
@media (max-width: 992px) {
  .cid-veNiNSm1v8 .card-wrapper {
    padding: 20px;
  }
}
.cid-veNiNSm1v8 .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-veNiNSm1v8 .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veNiNSm1v8 .card-wrapper .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px 16px;
  margin-bottom: 80px;
}
@media (max-width: 1440px) {
  .cid-veNiNSm1v8 .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-veNiNSm1v8 .card-wrapper .nav-wrapper {
    gap: 28px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-veNiNSm1v8 .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-veNiNSm1v8 .card-wrapper .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-veNiNSm1v8 .card-wrapper .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-veNiNSm1v8 .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-veNiNSm1v8 .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-veNiNSm1v8 .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #000000;
}
.cid-veNiNSm1v8 .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-veNiNSm1v8 .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-veNiNSm1v8 .mbr-section-title {
  color: #000000;
}
.cid-veNiNSm1v8 .mbr-list-title {
  color: #000000;
}
.cid-veNiNSm1v8 .list {
  color: #6c7179;
}
.cid-veNiNSm1v8 .mbr-copy {
  color: #02050a;
  text-align: center;
}
.cid-veNiNSm1v8 .list,
.cid-veNiNSm1v8 .item-wrap {
  color: #000000;
  text-align: left;
}
.cid-veQxQaLpLl {
  z-index: 1000;
  width: 100%;
}
.cid-veQxQaLpLl .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-veQxQaLpLl .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veQxQaLpLl .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-veQxQaLpLl .navbar-nav {
    max-width: 45%;
  }
}
.cid-veQxQaLpLl .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-veQxQaLpLl .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-veQxQaLpLl .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-veQxQaLpLl .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veQxQaLpLl .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veQxQaLpLl .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-veQxQaLpLl .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-veQxQaLpLl .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veQxQaLpLl .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-veQxQaLpLl .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-veQxQaLpLl .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-veQxQaLpLl .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-veQxQaLpLl .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-veQxQaLpLl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veQxQaLpLl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veQxQaLpLl .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veQxQaLpLl .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-veQxQaLpLl .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-veQxQaLpLl .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veQxQaLpLl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-veQxQaLpLl .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-veQxQaLpLl .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veQxQaLpLl .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veQxQaLpLl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veQxQaLpLl .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-veQxQaLpLl .nav-item:focus,
.cid-veQxQaLpLl .nav-link:focus {
  outline: none;
}
.cid-veQxQaLpLl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veQxQaLpLl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veQxQaLpLl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veQxQaLpLl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veQxQaLpLl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veQxQaLpLl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veQxQaLpLl .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-veQxQaLpLl .navbar.opened {
  transition: all 0.3s;
}
.cid-veQxQaLpLl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veQxQaLpLl .navbar .navbar-logo img {
  width: auto;
}
.cid-veQxQaLpLl .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-veQxQaLpLl .navbar.collapsed {
  justify-content: center;
}
.cid-veQxQaLpLl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veQxQaLpLl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veQxQaLpLl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.8rem);
  }
}
.cid-veQxQaLpLl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veQxQaLpLl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veQxQaLpLl .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-veQxQaLpLl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veQxQaLpLl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veQxQaLpLl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veQxQaLpLl .navbar {
    min-height: 72px;
  }
  .cid-veQxQaLpLl .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veQxQaLpLl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veQxQaLpLl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veQxQaLpLl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veQxQaLpLl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veQxQaLpLl .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-veQxQaLpLl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veQxQaLpLl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veQxQaLpLl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veQxQaLpLl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veQxQaLpLl .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veQxQaLpLl .dropdown-item.active,
.cid-veQxQaLpLl .dropdown-item:active {
  background-color: transparent;
}
.cid-veQxQaLpLl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veQxQaLpLl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veQxQaLpLl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veQxQaLpLl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veQxQaLpLl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veQxQaLpLl .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veQxQaLpLl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veQxQaLpLl .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veQxQaLpLl .navbar-buttons {
    text-align: left;
  }
}
.cid-veQxQaLpLl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veQxQaLpLl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veQxQaLpLl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veQxQaLpLl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veQxQaLpLl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veQxQaLpLl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veQxQaLpLl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veQxQaLpLl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veQxQaLpLl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veQxQaLpLl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veQxQaLpLl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veQxQaLpLl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veQxQaLpLl .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-veQxQaLpLl .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veQxQaLpLl .navbar {
    height: 70px;
  }
  .cid-veQxQaLpLl .navbar.opened {
    height: auto;
  }
  .cid-veQxQaLpLl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veQxQaLpLl .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veQxQaLpLl .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veQxQaLpLl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veQxQaLpLl .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-veQxQaLpLl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veQxQaLpLl .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veQxQaLpLl .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veQxQaLpLl .navbar-brand {
    margin-right: auto;
  }
  .cid-veQxQaLpLl .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-veQxQaLpLl .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veQxQaLpLl .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-veQxQaLpLl .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-veQxQaLpLl .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veQxQaLpLl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veQxQaLpLl .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-veQxQaLpLl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veQxQaLpLl .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-veQxQaLpLl .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veQxQaLpLl .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veQKcqGrb9 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-veQKcqGrb9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQKcqGrb9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-veQKcqGrb9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veQKcqGrb9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veQKcqGrb9 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veQKcqGrb9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veQKcqGrb9 .mbr-section-title {
  color: #000000;
}
.cid-veQKcqGrb9 .mbr-text,
.cid-veQKcqGrb9 .mbr-section-btn {
  color: #232323;
  text-align: justify;
}
.cid-veHdz6wkl5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-veHdz6wkl5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veHdz6wkl5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veHdz6wkl5 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-veHdz6wkl5 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-veHdz6wkl5 .container {
    padding: 0 16px;
  }
}
.cid-veHdz6wkl5 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-veHdz6wkl5 .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-veHdz6wkl5 .mbr-section-title {
  color: #ffffff;
}
.cid-veHdz6wkl5 .mbr-section-title,
.cid-veHdz6wkl5 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-veHdz6MDdH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-veHdz6MDdH .mbr-fallback-image.disabled {
  display: none;
}
.cid-veHdz6MDdH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veHdz6MDdH .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-veHdz6MDdH .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-veHdz6MDdH .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-veHdz6MDdH .mbr-label {
  color: #c10b02;
}
.cid-veNiNSm1v8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-veNiNSm1v8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNiNSm1v8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNiNSm1v8 .card-wrapper {
  border: 8px solid #ffffff;
  background-color: #ffffff;
  padding: 60px;
  box-shadow: 0 10px 25px -20px #6c7179;
}
@media (max-width: 992px) {
  .cid-veNiNSm1v8 .card-wrapper {
    padding: 20px;
  }
}
.cid-veNiNSm1v8 .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-veNiNSm1v8 .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veNiNSm1v8 .card-wrapper .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px 16px;
  margin-bottom: 80px;
}
@media (max-width: 1440px) {
  .cid-veNiNSm1v8 .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-veNiNSm1v8 .card-wrapper .nav-wrapper {
    gap: 28px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-veNiNSm1v8 .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-veNiNSm1v8 .card-wrapper .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-veNiNSm1v8 .card-wrapper .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-veNiNSm1v8 .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-veNiNSm1v8 .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-veNiNSm1v8 .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #000000;
}
.cid-veNiNSm1v8 .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-veNiNSm1v8 .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-veNiNSm1v8 .mbr-section-title {
  color: #000000;
}
.cid-veNiNSm1v8 .mbr-list-title {
  color: #000000;
}
.cid-veNiNSm1v8 .list {
  color: #6c7179;
}
.cid-veNiNSm1v8 .mbr-copy {
  color: #02050a;
  text-align: center;
}
.cid-veNiNSm1v8 .list,
.cid-veNiNSm1v8 .item-wrap {
  color: #000000;
  text-align: left;
}
.cid-veQxQaLpLl {
  z-index: 1000;
  width: 100%;
}
.cid-veQxQaLpLl .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-veQxQaLpLl .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veQxQaLpLl .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-veQxQaLpLl .navbar-nav {
    max-width: 45%;
  }
}
.cid-veQxQaLpLl .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-veQxQaLpLl .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-veQxQaLpLl .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-veQxQaLpLl .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veQxQaLpLl .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veQxQaLpLl .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-veQxQaLpLl .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-veQxQaLpLl .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veQxQaLpLl .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-veQxQaLpLl .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-veQxQaLpLl .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-veQxQaLpLl .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-veQxQaLpLl .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-veQxQaLpLl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veQxQaLpLl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veQxQaLpLl .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veQxQaLpLl .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-veQxQaLpLl .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-veQxQaLpLl .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veQxQaLpLl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-veQxQaLpLl .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-veQxQaLpLl .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veQxQaLpLl .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veQxQaLpLl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veQxQaLpLl .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-veQxQaLpLl .nav-item:focus,
.cid-veQxQaLpLl .nav-link:focus {
  outline: none;
}
.cid-veQxQaLpLl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veQxQaLpLl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veQxQaLpLl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veQxQaLpLl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veQxQaLpLl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veQxQaLpLl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veQxQaLpLl .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-veQxQaLpLl .navbar.opened {
  transition: all 0.3s;
}
.cid-veQxQaLpLl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veQxQaLpLl .navbar .navbar-logo img {
  width: auto;
}
.cid-veQxQaLpLl .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-veQxQaLpLl .navbar.collapsed {
  justify-content: center;
}
.cid-veQxQaLpLl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veQxQaLpLl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veQxQaLpLl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.8rem);
  }
}
.cid-veQxQaLpLl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veQxQaLpLl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veQxQaLpLl .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-veQxQaLpLl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veQxQaLpLl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veQxQaLpLl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veQxQaLpLl .navbar {
    min-height: 72px;
  }
  .cid-veQxQaLpLl .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veQxQaLpLl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veQxQaLpLl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veQxQaLpLl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veQxQaLpLl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veQxQaLpLl .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-veQxQaLpLl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veQxQaLpLl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veQxQaLpLl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veQxQaLpLl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veQxQaLpLl .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veQxQaLpLl .dropdown-item.active,
.cid-veQxQaLpLl .dropdown-item:active {
  background-color: transparent;
}
.cid-veQxQaLpLl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veQxQaLpLl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veQxQaLpLl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veQxQaLpLl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veQxQaLpLl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veQxQaLpLl .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veQxQaLpLl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veQxQaLpLl .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veQxQaLpLl .navbar-buttons {
    text-align: left;
  }
}
.cid-veQxQaLpLl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veQxQaLpLl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veQxQaLpLl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veQxQaLpLl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veQxQaLpLl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veQxQaLpLl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veQxQaLpLl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veQxQaLpLl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veQxQaLpLl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veQxQaLpLl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veQxQaLpLl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veQxQaLpLl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veQxQaLpLl .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-veQxQaLpLl .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veQxQaLpLl .navbar {
    height: 70px;
  }
  .cid-veQxQaLpLl .navbar.opened {
    height: auto;
  }
  .cid-veQxQaLpLl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veQxQaLpLl .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veQxQaLpLl .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veQxQaLpLl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veQxQaLpLl .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-veQxQaLpLl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veQxQaLpLl .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veQxQaLpLl .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veQxQaLpLl .navbar-brand {
    margin-right: auto;
  }
  .cid-veQxQaLpLl .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-veQxQaLpLl .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veQxQaLpLl .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-veQxQaLpLl .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-veQxQaLpLl .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veQxQaLpLl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veQxQaLpLl .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-veQxQaLpLl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veQxQaLpLl .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-veQxQaLpLl .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veQxQaLpLl .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veQJsxoSy1 {
  z-index: 1000;
  width: 100%;
}
.cid-veQJsxoSy1 .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-veQJsxoSy1 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veQJsxoSy1 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-veQJsxoSy1 .navbar-nav {
    max-width: 45%;
  }
}
.cid-veQJsxoSy1 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-veQJsxoSy1 .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-veQJsxoSy1 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-veQJsxoSy1 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veQJsxoSy1 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veQJsxoSy1 .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-veQJsxoSy1 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-veQJsxoSy1 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veQJsxoSy1 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-veQJsxoSy1 .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-veQJsxoSy1 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-veQJsxoSy1 .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-veQJsxoSy1 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-veQJsxoSy1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veQJsxoSy1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veQJsxoSy1 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veQJsxoSy1 .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-veQJsxoSy1 .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-veQJsxoSy1 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veQJsxoSy1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-veQJsxoSy1 .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-veQJsxoSy1 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veQJsxoSy1 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veQJsxoSy1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veQJsxoSy1 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 4px !important;
}
.cid-veQJsxoSy1 .nav-item:focus,
.cid-veQJsxoSy1 .nav-link:focus {
  outline: none;
}
.cid-veQJsxoSy1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veQJsxoSy1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veQJsxoSy1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veQJsxoSy1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veQJsxoSy1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veQJsxoSy1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veQJsxoSy1 .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-veQJsxoSy1 .navbar.opened {
  transition: all 0.3s;
}
.cid-veQJsxoSy1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veQJsxoSy1 .navbar .navbar-logo img {
  width: auto;
}
.cid-veQJsxoSy1 .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-veQJsxoSy1 .navbar.collapsed {
  justify-content: center;
}
.cid-veQJsxoSy1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veQJsxoSy1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veQJsxoSy1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-veQJsxoSy1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veQJsxoSy1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veQJsxoSy1 .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-veQJsxoSy1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veQJsxoSy1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veQJsxoSy1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veQJsxoSy1 .navbar {
    min-height: 72px;
  }
  .cid-veQJsxoSy1 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veQJsxoSy1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veQJsxoSy1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veQJsxoSy1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veQJsxoSy1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veQJsxoSy1 .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-veQJsxoSy1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veQJsxoSy1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veQJsxoSy1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veQJsxoSy1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veQJsxoSy1 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veQJsxoSy1 .dropdown-item.active,
.cid-veQJsxoSy1 .dropdown-item:active {
  background-color: transparent;
}
.cid-veQJsxoSy1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veQJsxoSy1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veQJsxoSy1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veQJsxoSy1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veQJsxoSy1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veQJsxoSy1 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veQJsxoSy1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veQJsxoSy1 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veQJsxoSy1 .navbar-buttons {
    text-align: left;
  }
}
.cid-veQJsxoSy1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veQJsxoSy1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veQJsxoSy1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veQJsxoSy1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veQJsxoSy1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veQJsxoSy1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veQJsxoSy1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veQJsxoSy1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veQJsxoSy1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veQJsxoSy1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veQJsxoSy1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veQJsxoSy1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veQJsxoSy1 .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-veQJsxoSy1 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veQJsxoSy1 .navbar {
    height: 70px;
  }
  .cid-veQJsxoSy1 .navbar.opened {
    height: auto;
  }
  .cid-veQJsxoSy1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veQJsxoSy1 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veQJsxoSy1 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veQJsxoSy1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veQJsxoSy1 .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-veQJsxoSy1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veQJsxoSy1 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veQJsxoSy1 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veQJsxoSy1 .navbar-brand {
    margin-right: auto;
  }
  .cid-veQJsxoSy1 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-veQJsxoSy1 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veQJsxoSy1 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-veQJsxoSy1 .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-veQJsxoSy1 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veQJsxoSy1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veQJsxoSy1 .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-veQJsxoSy1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veQJsxoSy1 .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-veQJsxoSy1 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veQJsxoSy1 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veQJsyMrrV {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
.cid-veQJsyMrrV .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQJsyMrrV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQJsyMrrV .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-veQJsyMrrV .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veQJsyMrrV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-veQJsyMrrV .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veQJsyMrrV .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veQJsyMrrV .mbr-section-title {
  color: #000000;
}
.cid-veQJsyMrrV .mbr-text,
.cid-veQJsyMrrV .mbr-section-btn {
  color: #000000;
}
.cid-veQJsziqKv {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veQJsziqKv .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-veQJsziqKv .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-veQJsziqKv .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-veQJsziqKv .mbr-section-title {
  color: #ffffff;
}
.cid-veQJsziqKv .mbr-text {
  color: #ffffff;
}
.cid-veQJszT350 {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #bed3f9;
}
.cid-veQJszT350 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQJszT350 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQJszT350 .card-wrapper {
  position: relative;
  background-color: #ffffff;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-veQJszT350 .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-veQJszT350 .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-veQJszT350 .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-veQJszT350 .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-veQJszT350 .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-veQJszT350 .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-veQJszT350 .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-veQJszT350 .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-veQJszT350 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-veQJszT350 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-veQJszT350 .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-veQJszT350 .mbr-section-title {
  color: #000000;
}
.cid-veQJszT350 .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-veQJszT350 .mbr-text,
.cid-veQJszT350 .text-wrapper {
  color: #000000;
  text-align: justify;
}
.cid-veQJszT350 .mbr-section-title,
.cid-veQJszT350 .mbr-section-btn {
  text-align: center;
}
.cid-veQJsB5twR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-veQJsB5twR .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQJsB5twR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQJsB5twR .card-wrapper {
  background: #bed3f9;
}
@media (max-width: 767px) {
  .cid-veQJsB5twR .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veQJsB5twR .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veQJsB5twR .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-veQJsB5twR .mbr-text,
.cid-veQJsB5twR .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-veQJsB5twR .card-title,
.cid-veQJsB5twR .card-box {
  text-align: justify;
  color: #02050a;
}
.cid-veQJsBHCN6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #02050a;
}
.cid-veQJsBHCN6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQJsBHCN6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQJsBHCN6 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veQJsBHCN6 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-veQJsBHCN6 .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #f3e45e 0%, #000000 50%, #fdd550 100%);
}
.cid-veQJsBHCN6 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-veQJsBHCN6 .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-veQJsBHCN6 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-veQJsBHCN6 .items-wrapper {
  margin: 0 -10px;
}
.cid-veQJsBHCN6 .items-wrapper .item {
  padding: 0 10px;
}
.cid-veQJsBHCN6 .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-veQJsBHCN6 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-veQJsBHCN6 .item .item-wrapper {
  position: relative;
  overflow: hidden;
  padding: 30px;
  background-color: #fafafa;
  border: 1px solid #000000;
  box-shadow: 0 10px 20px -8px #e9e9e9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 270px;
}
@media (max-width: 992px) {
  .cid-veQJsBHCN6 .item .item-wrapper {
    padding: 30px 20px;
    min-height: auto;
  }
}
.cid-veQJsBHCN6 .item .item-wrapper .line-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-image: linear-gradient(90deg, #f3e45e 0%, #000000 50%, #fdd550 100%);
}
.cid-veQJsBHCN6 .item .item-wrapper .item-text {
  margin-bottom: 16px;
}
.cid-veQJsBHCN6 .item .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.cid-veQJsBHCN6 .item .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-veQJsBHCN6 .item .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-veQJsBHCN6 .item .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-veQJsBHCN6 .btn-wrapper {
  margin-top: 0;
}
.cid-veQJsBHCN6 .mbr-label,
.cid-veQJsBHCN6 .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-veQJsBHCN6 .mbr-section-title,
.cid-veQJsBHCN6 .title-wrap {
  color: #171719;
  text-align: center;
}
.cid-veQJsBHCN6 .mbr-desc {
  color: #ffffff;
}
.cid-veQJsBHCN6 .item-text {
  color: #565661;
}
.cid-veQJsBHCN6 .item-name {
  color: #171719;
}
.cid-veQJsBHCN6 .item-role {
  color: #565661;
}
.cid-veQJsBHCN6 .item-text,
.cid-veQJsBHCN6 .person-wrapper {
  color: #000000;
}
.cid-veQJsCnQvL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veQJsCnQvL .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-veQJsCnQvL .mbr-section-subtitle {
  color: #000000;
}
.cid-veQJsCnQvL .mbr-section-title {
  color: #000000;
}
.cid-veQJsCOhfD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veQJsCOhfD .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQJsCOhfD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQJsCOhfD .row {
  justify-content: space-between;
}
.cid-veQJsCOhfD .card {
  justify-content: space-between;
}
.cid-veQJsCOhfD .content-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-veQJsCOhfD .content-wrapper {
    margin-bottom: 22px;
  }
}
.cid-veQJsCOhfD .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-veQJsCOhfD .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veQJsCOhfD .content-wrapper .list-wrapper .list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-veQJsCOhfD .content-wrapper .list-wrapper .list-title {
    margin-bottom: 22px;
  }
}
.cid-veQJsCOhfD .content-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-veQJsCOhfD .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-veQJsCOhfD .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-veQJsCOhfD .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veQJsCOhfD .image-wrapper {
    margin-top: 32px;
  }
}
.cid-veQJsCOhfD .image-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-veQJsCOhfD .image-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-veQJsCOhfD .image-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veQJsCOhfD .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-veQJsCOhfD .mbr-section-title {
  color: #c10b02;
}
.cid-veQJsCOhfD .list {
  color: #4b4949;
}
.cid-veQJsCOhfD .list-title {
  color: #c10b02;
}
.cid-veQJsCOhfD .mbr-desc,
.cid-veQJsCOhfD .desc-wrapper {
  color: #4b4949;
  text-align: right;
}
.cid-veQJsCOhfD .mbr-section-title,
.cid-veQJsCOhfD .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-veQJsCOhfD .list,
.cid-veQJsCOhfD .item-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-veQJsDv8dg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-veQJsDv8dg .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQJsDv8dg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQJsDv8dg .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-veQJsDv8dg .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veQJsDv8dg .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veQJsDv8dg .card-wrapper {
    padding: 4rem;
  }
}
.cid-veQJsDv8dg .mbr-text,
.cid-veQJsDv8dg .mbr-section-btn {
  color: #02050a;
  text-align: justify;
}
.cid-veQJsDv8dg .card-title,
.cid-veQJsDv8dg .card-box {
  text-align: left;
  color: #02050a;
}
.cid-veQJsE3uPQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veQJsE3uPQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQJsE3uPQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQJsE3uPQ .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-veQJsE3uPQ .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-veQJsE3uPQ .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-veQJsE3uPQ .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-veQJsE3uPQ .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-veQJsE3uPQ .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-veQJsE3uPQ .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veQJsE3uPQ .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veQJsE3uPQ .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-veQJsE3uPQ .content-wrap .card {
  justify-content: center;
}
.cid-veQJsE3uPQ .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-veQJsE3uPQ .item {
    margin-bottom: 20px;
  }
  .cid-veQJsE3uPQ .item:last-child {
    margin-bottom: 0;
  }
}
.cid-veQJsE3uPQ .item .item-wrapper {
  position: relative;
  padding: 24px;
  background-color: #bed3f9;
  border: 1px solid #000000;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 470px;
  min-height: auto;
}
@media (max-width: 992px) {
  .cid-veQJsE3uPQ .item .item-wrapper {
    padding: 20px;
    min-height: auto;
  }
}
.cid-veQJsE3uPQ .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-veQJsE3uPQ .item .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-veQJsE3uPQ .item .item-wrapper .item-content .item-title {
    margin-top: 20px;
  }
}
.cid-veQJsE3uPQ .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-veQJsE3uPQ .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-veQJsE3uPQ .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-veQJsE3uPQ .item .item-wrapper .item-date {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-veQJsE3uPQ .item .item-wrapper .item-date {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.cid-veQJsE3uPQ .mbr-label {
  color: #9ba9c4;
}
.cid-veQJsE3uPQ .mbr-section-title {
  color: #ffffff;
}
.cid-veQJsE3uPQ .mbr-text,
.cid-veQJsE3uPQ .text-wrapper {
  color: #9ba9c4;
}
.cid-veQJsE3uPQ .item-title {
  color: #ffffff;
}
.cid-veQJsE3uPQ .item-text {
  color: #9ba9c4;
}
.cid-veQJsE3uPQ .item-date {
  color: #d1d4e3;
}
.cid-veQJsE3uPQ .item-title,
.cid-veQJsE3uPQ .mbr-section-btn {
  color: #000000;
}
.cid-veQJsERUio {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veQJsERUio .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQJsERUio .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQJsERUio .card-wrapper {
  background: #bed3f9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-veQJsERUio .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veQJsERUio .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veQJsERUio .card-wrapper {
    padding: 4rem;
  }
}
.cid-veQJsERUio .mbr-text,
.cid-veQJsERUio .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-veQJsERUio .card-title,
.cid-veQJsERUio .card-box {
  text-align: left;
  color: #000000;
}
.cid-veQJsFhGax {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-veQJsFhGax blockquote {
  border-color: #02050a;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-veQJsFhGax .mbr-section-title {
  color: #000000;
}
.cid-veQJsFhGax .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-veQJsFMrkU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veQJsFMrkU .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQJsFMrkU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQJsFMrkU .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-veQJsFMrkU .content-wrapper {
    padding: 100px 0 20px 0;
  }
}
.cid-veQJsFMrkU .content-wrapper .container-wrapper {
  position: absolute;
  top: 0;
  width: 120%;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-veQJsFMrkU .content-wrapper .container-wrapper {
    width: 118%;
  }
}
@media (max-width: 992px) {
  .cid-veQJsFMrkU .content-wrapper .container-wrapper {
    width: 100%;
    padding: 0;
  }
}
.cid-veQJsFMrkU .content-wrapper .container-wrapper .container-wrap {
  width: 100%;
  height: 100%;
  background-color: #bed3f9;
}
.cid-veQJsFMrkU .content-wrap {
  width: 100%;
}
.cid-veQJsFMrkU .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-veQJsFMrkU .title-wrapper {
    padding: 0 20px;
    margin-bottom: 30px;
  }
}
.cid-veQJsFMrkU .title-wrapper .mbr-label {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-veQJsFMrkU .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-veQJsFMrkU .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veQJsFMrkU .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-veQJsFMrkU .panel-group {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-veQJsFMrkU .panel-group {
    display: block;
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-veQJsFMrkU .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-veQJsFMrkU .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #bed3f9;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-veQJsFMrkU .panel-group .card {
    padding: 20px;
  }
}
.cid-veQJsFMrkU .panel-group .card:first-child {
  margin-top: 0;
}
.cid-veQJsFMrkU .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-veQJsFMrkU .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
}
.cid-veQJsFMrkU .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-veQJsFMrkU .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-veQJsFMrkU .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #3a353e;
}
.cid-veQJsFMrkU .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #000000;
  transform: rotate(-180deg);
}
.cid-veQJsFMrkU .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #000000;
}
.cid-veQJsFMrkU .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-veQJsFMrkU .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-veQJsFMrkU .mbr-label {
  color: #3a353e;
  text-align: center;
}
.cid-veQJsFMrkU .mbr-section-title,
.cid-veQJsFMrkU .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-veQJsFMrkU .panel-title-edit {
  color: #3a353e;
}
.cid-veQJsFMrkU .panel-text {
  color: #3a353e;
}
.cid-veQJsGTx3P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veQJsGTx3P .mbr-text {
  text-align: justify;
  color: #02050a;
}
.cid-veQPgYYGnA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-veQPgYYGnA .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQPgYYGnA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQPgYYGnA .content-text {
  max-width: 800px;
}
.cid-veR2yQGIx1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
.cid-veR2yQGIx1 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-veR2yQGIx1 .panel-group {
  border: none;
}
.cid-veR2yQGIx1 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-veR2yQGIx1 .card-header {
    padding: 0rem;
  }
}
.cid-veR2yQGIx1 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-veR2yQGIx1 .img-col {
  padding: 0;
}
.cid-veR2yQGIx1 .img-item {
  height: 100%;
}
.cid-veR2yQGIx1 img {
  height: 100%;
  object-fit: cover;
}
.cid-veR2yQGIx1 .collapsed span {
  transform: rotate(0deg);
}
.cid-veR2yQGIx1 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veR2yQGIx1 p {
  margin-bottom: 0.3rem;
}
.cid-veR2yQGIx1 .panel-title-edit {
  color: #000000;
}
.cid-veR2yQGIx1 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-veR2yQGIx1 .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-veR2yQGIx1 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veR2yQGIx1 .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-veR2yQGIx1 .panel-text {
  color: #000000;
}
.cid-veR2yQGIx1 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-veR2yQGIx1 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-veR2yQGIx1 .panel-title-edit,
.cid-veR2yQGIx1 .mbr-iconfont {
  color: #000000;
}
.cid-veQJsHoOoA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veQJsHoOoA .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQJsHoOoA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQJsHoOoA .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-veQJsHoOoA .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-veQJsHoOoA .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-veQJsHoOoA .mbr-label {
  color: #c10b02;
}
.cid-veQJsHWO55 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-veQJsHWO55 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQJsHWO55 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQJsHWO55 .card-wrapper {
  border: 8px solid #ffffff;
  background-color: #ffffff;
  padding: 60px;
  box-shadow: 0 10px 25px -20px #6c7179;
}
@media (max-width: 992px) {
  .cid-veQJsHWO55 .card-wrapper {
    padding: 20px;
  }
}
.cid-veQJsHWO55 .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-veQJsHWO55 .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veQJsHWO55 .card-wrapper .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px 16px;
  margin-bottom: 80px;
}
@media (max-width: 1440px) {
  .cid-veQJsHWO55 .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-veQJsHWO55 .card-wrapper .nav-wrapper {
    gap: 28px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-veQJsHWO55 .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-veQJsHWO55 .card-wrapper .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-veQJsHWO55 .card-wrapper .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-veQJsHWO55 .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-veQJsHWO55 .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-veQJsHWO55 .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #000000;
}
.cid-veQJsHWO55 .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-veQJsHWO55 .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-veQJsHWO55 .mbr-section-title {
  color: #000000;
}
.cid-veQJsHWO55 .mbr-list-title {
  color: #000000;
}
.cid-veQJsHWO55 .list {
  color: #6c7179;
}
.cid-veQJsHWO55 .mbr-copy {
  color: #02050a;
  text-align: center;
}
.cid-veQJsHWO55 .list,
.cid-veQJsHWO55 .item-wrap {
  color: #000000;
  text-align: left;
}
.cid-veQJt1Gh68 {
  z-index: 1000;
  width: 100%;
}
.cid-veQJt1Gh68 .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-veQJt1Gh68 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veQJt1Gh68 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-veQJt1Gh68 .navbar-nav {
    max-width: 45%;
  }
}
.cid-veQJt1Gh68 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-veQJt1Gh68 .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-veQJt1Gh68 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-veQJt1Gh68 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veQJt1Gh68 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veQJt1Gh68 .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-veQJt1Gh68 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-veQJt1Gh68 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veQJt1Gh68 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-veQJt1Gh68 .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-veQJt1Gh68 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-veQJt1Gh68 .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-veQJt1Gh68 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-veQJt1Gh68 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veQJt1Gh68 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veQJt1Gh68 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veQJt1Gh68 .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-veQJt1Gh68 .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-veQJt1Gh68 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veQJt1Gh68 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-veQJt1Gh68 .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-veQJt1Gh68 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veQJt1Gh68 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veQJt1Gh68 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veQJt1Gh68 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-veQJt1Gh68 .nav-item:focus,
.cid-veQJt1Gh68 .nav-link:focus {
  outline: none;
}
.cid-veQJt1Gh68 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veQJt1Gh68 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veQJt1Gh68 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veQJt1Gh68 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veQJt1Gh68 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veQJt1Gh68 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veQJt1Gh68 .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-veQJt1Gh68 .navbar.opened {
  transition: all 0.3s;
}
.cid-veQJt1Gh68 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veQJt1Gh68 .navbar .navbar-logo img {
  width: auto;
}
.cid-veQJt1Gh68 .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-veQJt1Gh68 .navbar.collapsed {
  justify-content: center;
}
.cid-veQJt1Gh68 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veQJt1Gh68 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veQJt1Gh68 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.8rem);
  }
}
.cid-veQJt1Gh68 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veQJt1Gh68 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veQJt1Gh68 .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-veQJt1Gh68 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veQJt1Gh68 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veQJt1Gh68 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veQJt1Gh68 .navbar {
    min-height: 72px;
  }
  .cid-veQJt1Gh68 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veQJt1Gh68 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veQJt1Gh68 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veQJt1Gh68 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veQJt1Gh68 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veQJt1Gh68 .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-veQJt1Gh68 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veQJt1Gh68 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veQJt1Gh68 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veQJt1Gh68 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veQJt1Gh68 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veQJt1Gh68 .dropdown-item.active,
.cid-veQJt1Gh68 .dropdown-item:active {
  background-color: transparent;
}
.cid-veQJt1Gh68 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veQJt1Gh68 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veQJt1Gh68 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veQJt1Gh68 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veQJt1Gh68 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veQJt1Gh68 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veQJt1Gh68 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veQJt1Gh68 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veQJt1Gh68 .navbar-buttons {
    text-align: left;
  }
}
.cid-veQJt1Gh68 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veQJt1Gh68 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veQJt1Gh68 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veQJt1Gh68 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veQJt1Gh68 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veQJt1Gh68 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veQJt1Gh68 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veQJt1Gh68 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veQJt1Gh68 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veQJt1Gh68 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veQJt1Gh68 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veQJt1Gh68 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veQJt1Gh68 .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-veQJt1Gh68 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veQJt1Gh68 .navbar {
    height: 70px;
  }
  .cid-veQJt1Gh68 .navbar.opened {
    height: auto;
  }
  .cid-veQJt1Gh68 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veQJt1Gh68 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veQJt1Gh68 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veQJt1Gh68 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veQJt1Gh68 .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-veQJt1Gh68 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veQJt1Gh68 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veQJt1Gh68 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veQJt1Gh68 .navbar-brand {
    margin-right: auto;
  }
  .cid-veQJt1Gh68 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-veQJt1Gh68 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veQJt1Gh68 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-veQJt1Gh68 .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-veQJt1Gh68 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veQJt1Gh68 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veQJt1Gh68 .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-veQJt1Gh68 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veQJt1Gh68 .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-veQJt1Gh68 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veQJt1Gh68 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veQJt2eXYx {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
.cid-veQJt2eXYx .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQJt2eXYx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQJt2eXYx .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-veQJt2eXYx .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veQJt2eXYx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-veQJt2eXYx .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veQJt2eXYx .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veQJt2eXYx .mbr-section-title {
  color: #000000;
}
.cid-veQJt2eXYx .mbr-text,
.cid-veQJt2eXYx .mbr-section-btn {
  color: #000000;
}
.cid-veQJt2HEGE {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veQJt2HEGE .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-veQJt2HEGE .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-veQJt2HEGE .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-veQJt2HEGE .mbr-section-title {
  color: #ffffff;
}
.cid-veQJt2HEGE .mbr-text {
  color: #ffffff;
}
.cid-veQJt3d0Ty {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #bed3f9;
}
.cid-veQJt3d0Ty .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQJt3d0Ty .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQJt3d0Ty .card-wrapper {
  position: relative;
  background-color: #ffffff;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-veQJt3d0Ty .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-veQJt3d0Ty .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-veQJt3d0Ty .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-veQJt3d0Ty .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-veQJt3d0Ty .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-veQJt3d0Ty .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-veQJt3d0Ty .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-veQJt3d0Ty .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-veQJt3d0Ty .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-veQJt3d0Ty .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-veQJt3d0Ty .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-veQJt3d0Ty .mbr-section-title {
  color: #000000;
}
.cid-veQJt3d0Ty .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-veQJt3d0Ty .mbr-text,
.cid-veQJt3d0Ty .text-wrapper {
  color: #000000;
  text-align: justify;
}
.cid-veQJt3d0Ty .mbr-section-title,
.cid-veQJt3d0Ty .mbr-section-btn {
  text-align: center;
}
.cid-veQJt3LK32 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-veQJt3LK32 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQJt3LK32 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQJt3LK32 .card-wrapper {
  background: #bed3f9;
}
@media (max-width: 767px) {
  .cid-veQJt3LK32 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veQJt3LK32 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veQJt3LK32 .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-veQJt3LK32 .mbr-text,
.cid-veQJt3LK32 .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-veQJt3LK32 .card-title,
.cid-veQJt3LK32 .card-box {
  text-align: justify;
  color: #02050a;
}
.cid-veQJt4iwkr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #02050a;
}
.cid-veQJt4iwkr .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQJt4iwkr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQJt4iwkr .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veQJt4iwkr .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-veQJt4iwkr .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #f3e45e 0%, #000000 50%, #fdd550 100%);
}
.cid-veQJt4iwkr .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-veQJt4iwkr .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-veQJt4iwkr .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-veQJt4iwkr .items-wrapper {
  margin: 0 -10px;
}
.cid-veQJt4iwkr .items-wrapper .item {
  padding: 0 10px;
}
.cid-veQJt4iwkr .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-veQJt4iwkr .item:last-child {
    margin-bottom: 0;
  }
}
.cid-veQJt4iwkr .item .item-wrapper {
  position: relative;
  overflow: hidden;
  padding: 30px;
  background-color: #fafafa;
  border: 1px solid #000000;
  box-shadow: 0 10px 20px -8px #e9e9e9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 270px;
}
@media (max-width: 992px) {
  .cid-veQJt4iwkr .item .item-wrapper {
    padding: 30px 20px;
    min-height: auto;
  }
}
.cid-veQJt4iwkr .item .item-wrapper .line-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-image: linear-gradient(90deg, #f3e45e 0%, #000000 50%, #fdd550 100%);
}
.cid-veQJt4iwkr .item .item-wrapper .item-text {
  margin-bottom: 16px;
}
.cid-veQJt4iwkr .item .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.cid-veQJt4iwkr .item .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-veQJt4iwkr .item .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-veQJt4iwkr .item .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-veQJt4iwkr .btn-wrapper {
  margin-top: 0;
}
.cid-veQJt4iwkr .mbr-label,
.cid-veQJt4iwkr .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-veQJt4iwkr .mbr-section-title,
.cid-veQJt4iwkr .title-wrap {
  color: #171719;
  text-align: center;
}
.cid-veQJt4iwkr .mbr-desc {
  color: #ffffff;
}
.cid-veQJt4iwkr .item-text {
  color: #565661;
}
.cid-veQJt4iwkr .item-name {
  color: #171719;
}
.cid-veQJt4iwkr .item-role {
  color: #565661;
}
.cid-veQJt4iwkr .item-text,
.cid-veQJt4iwkr .person-wrapper {
  color: #000000;
}
.cid-veQJt55FUC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veQJt55FUC .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-veQJt55FUC .mbr-section-subtitle {
  color: #000000;
}
.cid-veQJt55FUC .mbr-section-title {
  color: #000000;
}
.cid-veQJt5xL2t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veQJt5xL2t .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQJt5xL2t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQJt5xL2t .row {
  justify-content: space-between;
}
.cid-veQJt5xL2t .card {
  justify-content: space-between;
}
.cid-veQJt5xL2t .content-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-veQJt5xL2t .content-wrapper {
    margin-bottom: 22px;
  }
}
.cid-veQJt5xL2t .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-veQJt5xL2t .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veQJt5xL2t .content-wrapper .list-wrapper .list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-veQJt5xL2t .content-wrapper .list-wrapper .list-title {
    margin-bottom: 22px;
  }
}
.cid-veQJt5xL2t .content-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-veQJt5xL2t .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-veQJt5xL2t .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-veQJt5xL2t .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veQJt5xL2t .image-wrapper {
    margin-top: 32px;
  }
}
.cid-veQJt5xL2t .image-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-veQJt5xL2t .image-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-veQJt5xL2t .image-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veQJt5xL2t .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-veQJt5xL2t .mbr-section-title {
  color: #c10b02;
}
.cid-veQJt5xL2t .list {
  color: #4b4949;
}
.cid-veQJt5xL2t .list-title {
  color: #c10b02;
}
.cid-veQJt5xL2t .mbr-desc,
.cid-veQJt5xL2t .desc-wrapper {
  color: #4b4949;
  text-align: right;
}
.cid-veQJt5xL2t .mbr-section-title,
.cid-veQJt5xL2t .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-veQJt5xL2t .list,
.cid-veQJt5xL2t .item-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-veQJt6cWNV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-veQJt6cWNV .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQJt6cWNV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQJt6cWNV .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-veQJt6cWNV .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veQJt6cWNV .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veQJt6cWNV .card-wrapper {
    padding: 4rem;
  }
}
.cid-veQJt6cWNV .mbr-text,
.cid-veQJt6cWNV .mbr-section-btn {
  color: #02050a;
  text-align: justify;
}
.cid-veQJt6cWNV .card-title,
.cid-veQJt6cWNV .card-box {
  text-align: left;
  color: #02050a;
}
.cid-veQJt6JeBj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veQJt6JeBj .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQJt6JeBj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQJt6JeBj .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-veQJt6JeBj .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-veQJt6JeBj .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-veQJt6JeBj .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-veQJt6JeBj .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-veQJt6JeBj .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-veQJt6JeBj .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veQJt6JeBj .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veQJt6JeBj .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-veQJt6JeBj .content-wrap .card {
  justify-content: center;
}
.cid-veQJt6JeBj .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-veQJt6JeBj .item {
    margin-bottom: 20px;
  }
  .cid-veQJt6JeBj .item:last-child {
    margin-bottom: 0;
  }
}
.cid-veQJt6JeBj .item .item-wrapper {
  position: relative;
  padding: 24px;
  background-color: #bed3f9;
  border: 1px solid #000000;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 470px;
  min-height: auto;
}
@media (max-width: 992px) {
  .cid-veQJt6JeBj .item .item-wrapper {
    padding: 20px;
    min-height: auto;
  }
}
.cid-veQJt6JeBj .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-veQJt6JeBj .item .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-veQJt6JeBj .item .item-wrapper .item-content .item-title {
    margin-top: 20px;
  }
}
.cid-veQJt6JeBj .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-veQJt6JeBj .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-veQJt6JeBj .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-veQJt6JeBj .item .item-wrapper .item-date {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-veQJt6JeBj .item .item-wrapper .item-date {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.cid-veQJt6JeBj .mbr-label {
  color: #9ba9c4;
}
.cid-veQJt6JeBj .mbr-section-title {
  color: #ffffff;
}
.cid-veQJt6JeBj .mbr-text,
.cid-veQJt6JeBj .text-wrapper {
  color: #9ba9c4;
}
.cid-veQJt6JeBj .item-title {
  color: #ffffff;
}
.cid-veQJt6JeBj .item-text {
  color: #9ba9c4;
}
.cid-veQJt6JeBj .item-date {
  color: #d1d4e3;
}
.cid-veQJt6JeBj .item-title,
.cid-veQJt6JeBj .mbr-section-btn {
  color: #000000;
}
.cid-veQJt7wXp6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veQJt7wXp6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQJt7wXp6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQJt7wXp6 .card-wrapper {
  background: #bed3f9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-veQJt7wXp6 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veQJt7wXp6 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veQJt7wXp6 .card-wrapper {
    padding: 4rem;
  }
}
.cid-veQJt7wXp6 .mbr-text,
.cid-veQJt7wXp6 .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-veQJt7wXp6 .card-title,
.cid-veQJt7wXp6 .card-box {
  text-align: left;
  color: #000000;
}
.cid-veQJt828Rv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-veQJt828Rv blockquote {
  border-color: #02050a;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-veQJt828Rv .mbr-section-title {
  color: #000000;
}
.cid-veQJt828Rv .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-veQJt8vdgT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veQJt8vdgT .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQJt8vdgT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQJt8vdgT .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-veQJt8vdgT .content-wrapper {
    padding: 100px 0 20px 0;
  }
}
.cid-veQJt8vdgT .content-wrapper .container-wrapper {
  position: absolute;
  top: 0;
  width: 120%;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-veQJt8vdgT .content-wrapper .container-wrapper {
    width: 118%;
  }
}
@media (max-width: 992px) {
  .cid-veQJt8vdgT .content-wrapper .container-wrapper {
    width: 100%;
    padding: 0;
  }
}
.cid-veQJt8vdgT .content-wrapper .container-wrapper .container-wrap {
  width: 100%;
  height: 100%;
  background-color: #bed3f9;
}
.cid-veQJt8vdgT .content-wrap {
  width: 100%;
}
.cid-veQJt8vdgT .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-veQJt8vdgT .title-wrapper {
    padding: 0 20px;
    margin-bottom: 30px;
  }
}
.cid-veQJt8vdgT .title-wrapper .mbr-label {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-veQJt8vdgT .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-veQJt8vdgT .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veQJt8vdgT .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-veQJt8vdgT .panel-group {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-veQJt8vdgT .panel-group {
    display: block;
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-veQJt8vdgT .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-veQJt8vdgT .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #bed3f9;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-veQJt8vdgT .panel-group .card {
    padding: 20px;
  }
}
.cid-veQJt8vdgT .panel-group .card:first-child {
  margin-top: 0;
}
.cid-veQJt8vdgT .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-veQJt8vdgT .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
}
.cid-veQJt8vdgT .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-veQJt8vdgT .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-veQJt8vdgT .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #3a353e;
}
.cid-veQJt8vdgT .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #000000;
  transform: rotate(-180deg);
}
.cid-veQJt8vdgT .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #000000;
}
.cid-veQJt8vdgT .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-veQJt8vdgT .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-veQJt8vdgT .mbr-label {
  color: #3a353e;
  text-align: center;
}
.cid-veQJt8vdgT .mbr-section-title,
.cid-veQJt8vdgT .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-veQJt8vdgT .panel-title-edit {
  color: #3a353e;
}
.cid-veQJt8vdgT .panel-text {
  color: #3a353e;
}
.cid-veQJt9oR0U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veQJt9oR0U .mbr-text {
  text-align: justify;
  color: #02050a;
}
.cid-veR67LjEtm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
.cid-veR67LjEtm .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-veR67LjEtm .panel-group {
  border: none;
}
.cid-veR67LjEtm .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-veR67LjEtm .card-header {
    padding: 0rem;
  }
}
.cid-veR67LjEtm .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-veR67LjEtm .img-col {
  padding: 0;
}
.cid-veR67LjEtm .img-item {
  height: 100%;
}
.cid-veR67LjEtm img {
  height: 100%;
  object-fit: cover;
}
.cid-veR67LjEtm .collapsed span {
  transform: rotate(0deg);
}
.cid-veR67LjEtm .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veR67LjEtm p {
  margin-bottom: 0.3rem;
}
.cid-veR67LjEtm .panel-title-edit {
  color: #000000;
}
.cid-veR67LjEtm .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-veR67LjEtm .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-veR67LjEtm .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veR67LjEtm .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-veR67LjEtm .panel-text {
  color: #000000;
}
.cid-veR67LjEtm .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-veR67LjEtm .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-veR67LjEtm .panel-title-edit,
.cid-veR67LjEtm .mbr-iconfont {
  color: #000000;
}
.cid-veQJt9Tnqz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veQJt9Tnqz .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQJt9Tnqz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQJt9Tnqz .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-veQJt9Tnqz .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-veQJt9Tnqz .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-veQJt9Tnqz .mbr-label {
  color: #c10b02;
}
.cid-veQJtavgIz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-veQJtavgIz .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQJtavgIz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQJtavgIz .card-wrapper {
  border: 8px solid #ffffff;
  background-color: #ffffff;
  padding: 60px;
  box-shadow: 0 10px 25px -20px #6c7179;
}
@media (max-width: 992px) {
  .cid-veQJtavgIz .card-wrapper {
    padding: 20px;
  }
}
.cid-veQJtavgIz .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-veQJtavgIz .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veQJtavgIz .card-wrapper .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px 16px;
  margin-bottom: 80px;
}
@media (max-width: 1440px) {
  .cid-veQJtavgIz .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-veQJtavgIz .card-wrapper .nav-wrapper {
    gap: 28px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-veQJtavgIz .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-veQJtavgIz .card-wrapper .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-veQJtavgIz .card-wrapper .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-veQJtavgIz .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-veQJtavgIz .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-veQJtavgIz .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #000000;
}
.cid-veQJtavgIz .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-veQJtavgIz .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-veQJtavgIz .mbr-section-title {
  color: #000000;
}
.cid-veQJtavgIz .mbr-list-title {
  color: #000000;
}
.cid-veQJtavgIz .list {
  color: #6c7179;
}
.cid-veQJtavgIz .mbr-copy {
  color: #02050a;
  text-align: center;
}
.cid-veQJtavgIz .list,
.cid-veQJtavgIz .item-wrap {
  color: #000000;
  text-align: left;
}
.cid-veQJv0vdWk {
  z-index: 1000;
  width: 100%;
}
.cid-veQJv0vdWk .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-veQJv0vdWk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veQJv0vdWk .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-veQJv0vdWk .navbar-nav {
    max-width: 45%;
  }
}
.cid-veQJv0vdWk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-veQJv0vdWk .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-veQJv0vdWk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-veQJv0vdWk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veQJv0vdWk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veQJv0vdWk .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-veQJv0vdWk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-veQJv0vdWk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veQJv0vdWk .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-veQJv0vdWk .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-veQJv0vdWk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-veQJv0vdWk .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-veQJv0vdWk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-veQJv0vdWk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veQJv0vdWk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veQJv0vdWk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veQJv0vdWk .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-veQJv0vdWk .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-veQJv0vdWk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veQJv0vdWk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-veQJv0vdWk .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-veQJv0vdWk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veQJv0vdWk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veQJv0vdWk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veQJv0vdWk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-veQJv0vdWk .nav-item:focus,
.cid-veQJv0vdWk .nav-link:focus {
  outline: none;
}
.cid-veQJv0vdWk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veQJv0vdWk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veQJv0vdWk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veQJv0vdWk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veQJv0vdWk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veQJv0vdWk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veQJv0vdWk .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-veQJv0vdWk .navbar.opened {
  transition: all 0.3s;
}
.cid-veQJv0vdWk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veQJv0vdWk .navbar .navbar-logo img {
  width: auto;
}
.cid-veQJv0vdWk .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-veQJv0vdWk .navbar.collapsed {
  justify-content: center;
}
.cid-veQJv0vdWk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veQJv0vdWk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veQJv0vdWk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.8rem);
  }
}
.cid-veQJv0vdWk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veQJv0vdWk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veQJv0vdWk .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-veQJv0vdWk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veQJv0vdWk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veQJv0vdWk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veQJv0vdWk .navbar {
    min-height: 72px;
  }
  .cid-veQJv0vdWk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veQJv0vdWk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veQJv0vdWk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veQJv0vdWk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veQJv0vdWk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veQJv0vdWk .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-veQJv0vdWk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veQJv0vdWk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veQJv0vdWk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veQJv0vdWk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veQJv0vdWk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veQJv0vdWk .dropdown-item.active,
.cid-veQJv0vdWk .dropdown-item:active {
  background-color: transparent;
}
.cid-veQJv0vdWk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veQJv0vdWk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veQJv0vdWk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veQJv0vdWk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veQJv0vdWk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veQJv0vdWk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veQJv0vdWk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veQJv0vdWk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veQJv0vdWk .navbar-buttons {
    text-align: left;
  }
}
.cid-veQJv0vdWk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veQJv0vdWk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veQJv0vdWk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veQJv0vdWk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veQJv0vdWk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veQJv0vdWk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veQJv0vdWk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veQJv0vdWk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veQJv0vdWk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veQJv0vdWk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veQJv0vdWk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veQJv0vdWk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veQJv0vdWk .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-veQJv0vdWk .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veQJv0vdWk .navbar {
    height: 70px;
  }
  .cid-veQJv0vdWk .navbar.opened {
    height: auto;
  }
  .cid-veQJv0vdWk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veQJv0vdWk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veQJv0vdWk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veQJv0vdWk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veQJv0vdWk .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-veQJv0vdWk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veQJv0vdWk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veQJv0vdWk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veQJv0vdWk .navbar-brand {
    margin-right: auto;
  }
  .cid-veQJv0vdWk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-veQJv0vdWk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veQJv0vdWk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-veQJv0vdWk .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-veQJv0vdWk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veQJv0vdWk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veQJv0vdWk .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-veQJv0vdWk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veQJv0vdWk .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-veQJv0vdWk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veQJv0vdWk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veQJv1jMME {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
.cid-veQJv1jMME .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQJv1jMME .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQJv1jMME .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-veQJv1jMME .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veQJv1jMME .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-veQJv1jMME .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veQJv1jMME .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veQJv1jMME .mbr-section-title {
  color: #000000;
}
.cid-veQJv1jMME .mbr-text,
.cid-veQJv1jMME .mbr-section-btn {
  color: #000000;
}
.cid-veR3MLDNQl {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veR3MLDNQl .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-veR3MLDNQl .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-veR3MLDNQl .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-veR3MLDNQl .mbr-section-title {
  color: #ffffff;
}
.cid-veR3MLDNQl .mbr-text {
  color: #ffffff;
}
.cid-veQJv2Jv3P {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #bed3f9;
}
.cid-veQJv2Jv3P .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQJv2Jv3P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQJv2Jv3P .card-wrapper {
  position: relative;
  background-color: #ffffff;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-veQJv2Jv3P .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-veQJv2Jv3P .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-veQJv2Jv3P .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-veQJv2Jv3P .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-veQJv2Jv3P .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-veQJv2Jv3P .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-veQJv2Jv3P .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-veQJv2Jv3P .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-veQJv2Jv3P .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-veQJv2Jv3P .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-veQJv2Jv3P .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-veQJv2Jv3P .mbr-section-title {
  color: #000000;
}
.cid-veQJv2Jv3P .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-veQJv2Jv3P .mbr-text,
.cid-veQJv2Jv3P .text-wrapper {
  color: #000000;
  text-align: justify;
}
.cid-veQJv2Jv3P .mbr-section-title,
.cid-veQJv2Jv3P .mbr-section-btn {
  text-align: center;
}
.cid-veQJv3c4J0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-veQJv3c4J0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQJv3c4J0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQJv3c4J0 .card-wrapper {
  background: #bed3f9;
}
@media (max-width: 767px) {
  .cid-veQJv3c4J0 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veQJv3c4J0 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veQJv3c4J0 .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-veQJv3c4J0 .mbr-text,
.cid-veQJv3c4J0 .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-veQJv3c4J0 .card-title,
.cid-veQJv3c4J0 .card-box {
  text-align: justify;
  color: #02050a;
}
.cid-veQJv3CpNG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #02050a;
}
.cid-veQJv3CpNG .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQJv3CpNG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQJv3CpNG .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veQJv3CpNG .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-veQJv3CpNG .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #f3e45e 0%, #000000 50%, #fdd550 100%);
}
.cid-veQJv3CpNG .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-veQJv3CpNG .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-veQJv3CpNG .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-veQJv3CpNG .items-wrapper {
  margin: 0 -10px;
}
.cid-veQJv3CpNG .items-wrapper .item {
  padding: 0 10px;
}
.cid-veQJv3CpNG .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-veQJv3CpNG .item:last-child {
    margin-bottom: 0;
  }
}
.cid-veQJv3CpNG .item .item-wrapper {
  position: relative;
  overflow: hidden;
  padding: 30px;
  background-color: #fafafa;
  border: 1px solid #000000;
  box-shadow: 0 10px 20px -8px #e9e9e9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 270px;
}
@media (max-width: 992px) {
  .cid-veQJv3CpNG .item .item-wrapper {
    padding: 30px 20px;
    min-height: auto;
  }
}
.cid-veQJv3CpNG .item .item-wrapper .line-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-image: linear-gradient(90deg, #f3e45e 0%, #000000 50%, #fdd550 100%);
}
.cid-veQJv3CpNG .item .item-wrapper .item-text {
  margin-bottom: 16px;
}
.cid-veQJv3CpNG .item .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.cid-veQJv3CpNG .item .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-veQJv3CpNG .item .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-veQJv3CpNG .item .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-veQJv3CpNG .btn-wrapper {
  margin-top: 0;
}
.cid-veQJv3CpNG .mbr-label,
.cid-veQJv3CpNG .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-veQJv3CpNG .mbr-section-title,
.cid-veQJv3CpNG .title-wrap {
  color: #171719;
  text-align: center;
}
.cid-veQJv3CpNG .mbr-desc {
  color: #ffffff;
}
.cid-veQJv3CpNG .item-text {
  color: #565661;
}
.cid-veQJv3CpNG .item-name {
  color: #171719;
}
.cid-veQJv3CpNG .item-role {
  color: #565661;
}
.cid-veQJv3CpNG .item-text,
.cid-veQJv3CpNG .person-wrapper {
  color: #000000;
}
.cid-veQJv4g80B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veQJv4g80B .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-veQJv4g80B .mbr-section-subtitle {
  color: #000000;
}
.cid-veQJv4g80B .mbr-section-title {
  color: #000000;
}
.cid-veQJv4Ilsf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veQJv4Ilsf .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQJv4Ilsf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQJv4Ilsf .row {
  justify-content: space-between;
}
.cid-veQJv4Ilsf .card {
  justify-content: space-between;
}
.cid-veQJv4Ilsf .content-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-veQJv4Ilsf .content-wrapper {
    margin-bottom: 22px;
  }
}
.cid-veQJv4Ilsf .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-veQJv4Ilsf .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veQJv4Ilsf .content-wrapper .list-wrapper .list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-veQJv4Ilsf .content-wrapper .list-wrapper .list-title {
    margin-bottom: 22px;
  }
}
.cid-veQJv4Ilsf .content-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-veQJv4Ilsf .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-veQJv4Ilsf .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-veQJv4Ilsf .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veQJv4Ilsf .image-wrapper {
    margin-top: 32px;
  }
}
.cid-veQJv4Ilsf .image-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-veQJv4Ilsf .image-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-veQJv4Ilsf .image-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veQJv4Ilsf .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-veQJv4Ilsf .mbr-section-title {
  color: #c10b02;
}
.cid-veQJv4Ilsf .list {
  color: #4b4949;
}
.cid-veQJv4Ilsf .list-title {
  color: #c10b02;
}
.cid-veQJv4Ilsf .mbr-desc,
.cid-veQJv4Ilsf .desc-wrapper {
  color: #4b4949;
  text-align: right;
}
.cid-veQJv4Ilsf .mbr-section-title,
.cid-veQJv4Ilsf .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-veQJv4Ilsf .list,
.cid-veQJv4Ilsf .item-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-veQJv5kk5K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-veQJv5kk5K .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQJv5kk5K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQJv5kk5K .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-veQJv5kk5K .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veQJv5kk5K .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veQJv5kk5K .card-wrapper {
    padding: 4rem;
  }
}
.cid-veQJv5kk5K .mbr-text,
.cid-veQJv5kk5K .mbr-section-btn {
  color: #02050a;
  text-align: justify;
}
.cid-veQJv5kk5K .card-title,
.cid-veQJv5kk5K .card-box {
  text-align: left;
  color: #02050a;
}
.cid-veQJv5ZEiK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veQJv5ZEiK .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQJv5ZEiK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQJv5ZEiK .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-veQJv5ZEiK .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-veQJv5ZEiK .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-veQJv5ZEiK .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-veQJv5ZEiK .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-veQJv5ZEiK .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-veQJv5ZEiK .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veQJv5ZEiK .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veQJv5ZEiK .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-veQJv5ZEiK .content-wrap .card {
  justify-content: center;
}
.cid-veQJv5ZEiK .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-veQJv5ZEiK .item {
    margin-bottom: 20px;
  }
  .cid-veQJv5ZEiK .item:last-child {
    margin-bottom: 0;
  }
}
.cid-veQJv5ZEiK .item .item-wrapper {
  position: relative;
  padding: 24px;
  background-color: #bed3f9;
  border: 1px solid #000000;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 470px;
  min-height: auto;
}
@media (max-width: 992px) {
  .cid-veQJv5ZEiK .item .item-wrapper {
    padding: 20px;
    min-height: auto;
  }
}
.cid-veQJv5ZEiK .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-veQJv5ZEiK .item .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-veQJv5ZEiK .item .item-wrapper .item-content .item-title {
    margin-top: 20px;
  }
}
.cid-veQJv5ZEiK .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-veQJv5ZEiK .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-veQJv5ZEiK .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-veQJv5ZEiK .item .item-wrapper .item-date {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-veQJv5ZEiK .item .item-wrapper .item-date {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.cid-veQJv5ZEiK .mbr-label {
  color: #9ba9c4;
}
.cid-veQJv5ZEiK .mbr-section-title {
  color: #ffffff;
}
.cid-veQJv5ZEiK .mbr-text,
.cid-veQJv5ZEiK .text-wrapper {
  color: #9ba9c4;
}
.cid-veQJv5ZEiK .item-title {
  color: #ffffff;
}
.cid-veQJv5ZEiK .item-text {
  color: #9ba9c4;
}
.cid-veQJv5ZEiK .item-date {
  color: #d1d4e3;
}
.cid-veQJv5ZEiK .item-title,
.cid-veQJv5ZEiK .mbr-section-btn {
  color: #000000;
}
.cid-veQJv7hmv7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veQJv7hmv7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQJv7hmv7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQJv7hmv7 .card-wrapper {
  background: #bed3f9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-veQJv7hmv7 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veQJv7hmv7 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veQJv7hmv7 .card-wrapper {
    padding: 4rem;
  }
}
.cid-veQJv7hmv7 .mbr-text,
.cid-veQJv7hmv7 .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-veQJv7hmv7 .card-title,
.cid-veQJv7hmv7 .card-box {
  text-align: left;
  color: #000000;
}
.cid-veQJv7Ncc2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-veQJv7Ncc2 blockquote {
  border-color: #02050a;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-veQJv7Ncc2 .mbr-section-title {
  color: #000000;
}
.cid-veQJv7Ncc2 .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-veQJv8nuxa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veQJv8nuxa .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQJv8nuxa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQJv8nuxa .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-veQJv8nuxa .content-wrapper {
    padding: 100px 0 20px 0;
  }
}
.cid-veQJv8nuxa .content-wrapper .container-wrapper {
  position: absolute;
  top: 0;
  width: 120%;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-veQJv8nuxa .content-wrapper .container-wrapper {
    width: 118%;
  }
}
@media (max-width: 992px) {
  .cid-veQJv8nuxa .content-wrapper .container-wrapper {
    width: 100%;
    padding: 0;
  }
}
.cid-veQJv8nuxa .content-wrapper .container-wrapper .container-wrap {
  width: 100%;
  height: 100%;
  background-color: #bed3f9;
}
.cid-veQJv8nuxa .content-wrap {
  width: 100%;
}
.cid-veQJv8nuxa .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-veQJv8nuxa .title-wrapper {
    padding: 0 20px;
    margin-bottom: 30px;
  }
}
.cid-veQJv8nuxa .title-wrapper .mbr-label {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-veQJv8nuxa .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-veQJv8nuxa .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veQJv8nuxa .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-veQJv8nuxa .panel-group {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-veQJv8nuxa .panel-group {
    display: block;
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-veQJv8nuxa .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-veQJv8nuxa .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #bed3f9;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-veQJv8nuxa .panel-group .card {
    padding: 20px;
  }
}
.cid-veQJv8nuxa .panel-group .card:first-child {
  margin-top: 0;
}
.cid-veQJv8nuxa .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-veQJv8nuxa .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
}
.cid-veQJv8nuxa .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-veQJv8nuxa .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-veQJv8nuxa .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #3a353e;
}
.cid-veQJv8nuxa .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #000000;
  transform: rotate(-180deg);
}
.cid-veQJv8nuxa .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #000000;
}
.cid-veQJv8nuxa .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-veQJv8nuxa .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-veQJv8nuxa .mbr-label {
  color: #3a353e;
  text-align: center;
}
.cid-veQJv8nuxa .mbr-section-title,
.cid-veQJv8nuxa .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-veQJv8nuxa .panel-title-edit {
  color: #3a353e;
}
.cid-veQJv8nuxa .panel-text {
  color: #3a353e;
}
.cid-veQJv9f4D5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veQJv9f4D5 .mbr-text {
  text-align: justify;
  color: #02050a;
}
.cid-veR77MR9c6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
.cid-veR77MR9c6 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-veR77MR9c6 .panel-group {
  border: none;
}
.cid-veR77MR9c6 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-veR77MR9c6 .card-header {
    padding: 0rem;
  }
}
.cid-veR77MR9c6 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-veR77MR9c6 .img-col {
  padding: 0;
}
.cid-veR77MR9c6 .img-item {
  height: 100%;
}
.cid-veR77MR9c6 img {
  height: 100%;
  object-fit: cover;
}
.cid-veR77MR9c6 .collapsed span {
  transform: rotate(0deg);
}
.cid-veR77MR9c6 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veR77MR9c6 p {
  margin-bottom: 0.3rem;
}
.cid-veR77MR9c6 .panel-title-edit {
  color: #000000;
}
.cid-veR77MR9c6 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-veR77MR9c6 .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-veR77MR9c6 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veR77MR9c6 .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-veR77MR9c6 .panel-text {
  color: #000000;
}
.cid-veR77MR9c6 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-veR77MR9c6 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-veR77MR9c6 .panel-title-edit,
.cid-veR77MR9c6 .mbr-iconfont {
  color: #000000;
}
.cid-veQJv9NT8l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veQJv9NT8l .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQJv9NT8l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQJv9NT8l .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-veQJv9NT8l .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-veQJv9NT8l .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-veQJv9NT8l .mbr-label {
  color: #c10b02;
}
.cid-veQJvas0Ej {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-veQJvas0Ej .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQJvas0Ej .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQJvas0Ej .card-wrapper {
  border: 8px solid #ffffff;
  background-color: #ffffff;
  padding: 60px;
  box-shadow: 0 10px 25px -20px #6c7179;
}
@media (max-width: 992px) {
  .cid-veQJvas0Ej .card-wrapper {
    padding: 20px;
  }
}
.cid-veQJvas0Ej .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-veQJvas0Ej .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veQJvas0Ej .card-wrapper .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px 16px;
  margin-bottom: 80px;
}
@media (max-width: 1440px) {
  .cid-veQJvas0Ej .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-veQJvas0Ej .card-wrapper .nav-wrapper {
    gap: 28px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-veQJvas0Ej .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-veQJvas0Ej .card-wrapper .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-veQJvas0Ej .card-wrapper .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-veQJvas0Ej .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-veQJvas0Ej .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-veQJvas0Ej .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #000000;
}
.cid-veQJvas0Ej .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-veQJvas0Ej .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-veQJvas0Ej .mbr-section-title {
  color: #000000;
}
.cid-veQJvas0Ej .mbr-list-title {
  color: #000000;
}
.cid-veQJvas0Ej .list {
  color: #6c7179;
}
.cid-veQJvas0Ej .mbr-copy {
  color: #02050a;
  text-align: center;
}
.cid-veQJvas0Ej .list,
.cid-veQJvas0Ej .item-wrap {
  color: #000000;
  text-align: left;
}
