.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #f8faf8;
}
body {
  font-family: Source Serif 4;
}
.display-1 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 5.5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.875rem;
}
.display-2 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 2.8rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-7 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.85rem;
    font-size: calc( 2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.85rem;
    font-size: calc( 2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d6c18a !important;
}
.bg-success {
  background-color: #4fde9c !important;
}
.bg-info {
  background-color: #39d5f4 !important;
}
.bg-warning {
  background-color: #ffcb2e !important;
}
.bg-danger {
  background-color: #e04d5b !important;
}
.btn-primary .mbr-iconfont {
  background-color: #221c0c;
  color: #d6c18a;
}
.btn-primary,
.btn-primary:active {
  background-color: #d6c18a !important;
  border-color: #d6c18a !important;
  color: #221c0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #e3d5b0 !important;
  border-color: #e3d5b0 !important;
  box-shadow: none;
}
.btn-primary:hover .mbr-iconfont,
.btn-primary:focus .mbr-iconfont,
.btn-primary.focus .mbr-iconfont,
.btn-primary.active .mbr-iconfont {
  color: #e3d5b0;
  border-radius: 100% !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #221c0c !important;
  background-color: #e3d5b0 !important;
  border-color: #e3d5b0 !important;
}
.btn-secondary .mbr-iconfont {
  background-color: #ffffff;
  color: #3a6a59;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3a6a59 !important;
  border-color: #3a6a59 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #4c8b75 !important;
  border-color: #4c8b75 !important;
  box-shadow: none;
}
.btn-secondary:hover .mbr-iconfont,
.btn-secondary:focus .mbr-iconfont,
.btn-secondary.focus .mbr-iconfont,
.btn-secondary.active .mbr-iconfont {
  color: #4c8b75;
  border-radius: 100% !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4c8b75 !important;
  border-color: #4c8b75 !important;
}
.btn-info .mbr-iconfont {
  background-color: #000000;
  color: #39d5f4;
}
.btn-info,
.btn-info:active {
  background-color: #39d5f4 !important;
  border-color: #39d5f4 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #69dff7 !important;
  border-color: #69dff7 !important;
  box-shadow: none;
}
.btn-info:hover .mbr-iconfont,
.btn-info:focus .mbr-iconfont,
.btn-info.focus .mbr-iconfont,
.btn-info.active .mbr-iconfont {
  color: #69dff7;
  border-radius: 100% !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #69dff7 !important;
  border-color: #69dff7 !important;
}
.btn-success .mbr-iconfont {
  background-color: #000000;
  color: #4fde9c;
}
.btn-success,
.btn-success:active {
  background-color: #4fde9c !important;
  border-color: #4fde9c !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #7ae6b4 !important;
  border-color: #7ae6b4 !important;
  box-shadow: none;
}
.btn-success:hover .mbr-iconfont,
.btn-success:focus .mbr-iconfont,
.btn-success.focus .mbr-iconfont,
.btn-success.active .mbr-iconfont {
  color: #7ae6b4;
  border-radius: 100% !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #7ae6b4 !important;
  border-color: #7ae6b4 !important;
}
.btn-warning .mbr-iconfont {
  background-color: #000000;
  color: #ffcb2e;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffcb2e !important;
  border-color: #ffcb2e !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffd861 !important;
  border-color: #ffd861 !important;
  box-shadow: none;
}
.btn-warning:hover .mbr-iconfont,
.btn-warning:focus .mbr-iconfont,
.btn-warning.focus .mbr-iconfont,
.btn-warning.active .mbr-iconfont {
  color: #ffd861;
  border-radius: 100% !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #ffd861 !important;
  border-color: #ffd861 !important;
}
.btn-danger .mbr-iconfont {
  background-color: #ffffff;
  color: #e04d5b;
}
.btn-danger,
.btn-danger:active {
  background-color: #e04d5b !important;
  border-color: #e04d5b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e87883 !important;
  border-color: #e87883 !important;
  box-shadow: none;
}
.btn-danger:hover .mbr-iconfont,
.btn-danger:focus .mbr-iconfont,
.btn-danger.focus .mbr-iconfont,
.btn-danger.active .mbr-iconfont {
  color: #e87883;
  border-radius: 100% !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e87883 !important;
  border-color: #e87883 !important;
}
.btn-white .mbr-iconfont {
  background-color: #616161;
  color: #fafafa;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #616161 !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:hover .mbr-iconfont,
.btn-white:focus .mbr-iconfont,
.btn-white.focus .mbr-iconfont,
.btn-white.active .mbr-iconfont {
  color: #ffffff;
  border-radius: 100% !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #616161 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .mbr-iconfont {
  background-color: #ffffff;
  color: #1a1a1a;
}
.btn-black,
.btn-black:active {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #343434 !important;
  border-color: #343434 !important;
  box-shadow: none;
}
.btn-black:hover .mbr-iconfont,
.btn-black:focus .mbr-iconfont,
.btn-black.focus .mbr-iconfont,
.btn-black.active .mbr-iconfont {
  color: #343434;
  border-radius: 100% !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #343434 !important;
  border-color: #343434 !important;
}
.btn-primary-outline {
  padding: 0 !important;
}
.btn-primary-outline .mbr-iconfont {
  background-color: #d6c18a;
  color: #ffffff;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d6c18a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c09f4a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  background-color: #c09f4a;
  color: #ffffff;
  border-radius: 100% !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d6c18a !important;
  border-color: #d6c18a !important;
}
.btn-secondary-outline {
  padding: 0 !important;
}
.btn-secondary-outline .mbr-iconfont {
  background-color: #3a6a59;
  color: #ffffff;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3a6a59;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1b322a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  background-color: #1b322a;
  color: #ffffff;
  border-radius: 100% !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3a6a59 !important;
  border-color: #3a6a59 !important;
}
.btn-info-outline {
  padding: 0 !important;
}
.btn-info-outline .mbr-iconfont {
  background-color: #39d5f4;
  color: #ffffff;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #39d5f4;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0babcb !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  background-color: #0babcb;
  color: #ffffff;
  border-radius: 100% !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #39d5f4 !important;
  border-color: #39d5f4 !important;
}
.btn-success-outline {
  padding: 0 !important;
}
.btn-success-outline .mbr-iconfont {
  background-color: #4fde9c;
  color: #ffffff;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4fde9c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #22b471 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  background-color: #22b471;
  color: #ffffff;
  border-radius: 100% !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #4fde9c !important;
  border-color: #4fde9c !important;
}
.btn-warning-outline {
  padding: 0 !important;
}
.btn-warning-outline .mbr-iconfont {
  background-color: #ffcb2e;
  color: #2e2300;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffcb2e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d6a100 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  background-color: #d6a100;
  color: #ffffff;
  border-radius: 100% !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #2e2300 !important;
  background-color: #ffcb2e !important;
  border-color: #ffcb2e !important;
}
.btn-danger-outline {
  padding: 0 !important;
}
.btn-danger-outline .mbr-iconfont {
  background-color: #e04d5b;
  color: #ffffff;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e04d5b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b7202e !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  background-color: #b7202e;
  color: #ffffff;
  border-radius: 100% !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e04d5b !important;
  border-color: #e04d5b !important;
}
.btn-black-outline {
  padding: 0 !important;
}
.btn-black-outline .mbr-iconfont {
  background-color: #1a1a1a;
  color: #ffffff;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1a1a1a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
  border-radius: 100% !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-white-outline {
  padding: 0 !important;
}
.btn-white-outline .mbr-iconfont {
  background-color: #fafafa;
  color: #7a7a7a;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  background-color: #cfcfcf;
  color: #4f4f4f;
  border-radius: 100% !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #d6c18a !important;
}
.text-secondary {
  color: #3a6a59 !important;
}
.text-success {
  color: #4fde9c !important;
}
.text-info {
  color: #39d5f4 !important;
}
.text-warning {
  color: #ffcb2e !important;
}
.text-danger {
  color: #e04d5b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #1a1a1a !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #b99841 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #162822 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1fa869 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0a9fbd !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #c79500 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a91e2b !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: #d6c18a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #39d5f4;
}
.alert-warning {
  background-color: #ffcb2e;
}
.alert-danger {
  background-color: #e04d5b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d6c18a;
  border-color: #d6c18a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d6c18a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fbfefd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fafeff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffefa;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fefbfb;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
  border-radius: 0 !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #d6c18a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #d6c18a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d6c18a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d6c18a;
}
.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: #d6c18a;
  border-bottom-color: #d6c18a;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #d6c18a !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: #3a6a59 !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='%23d6c18a' %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 {
  font-weight: 400;
  padding: 8px 16px;
  margin-bottom: 0;
  border-radius: 0 !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 16px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
  font-size: 16px;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn .btn-black-outline.focus,
.mbr-section-btn .btn-black-outline.active {
  color: #5a5a5a !important;
  background-color: transparent !important;
}
.mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.mbr-section-btn .btn-black-outline.active .mbr-iconfont {
  background-color: #c0c0c0;
  color: #1a1a1a;
  border-radius: 100% !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v53sFHJn9N .navbar-dropdown {
  position: relative !important;
}
.cid-v53sFHJn9N .navbar-dropdown {
  position: absolute !important;
}
.cid-v53sFHJn9N .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v53sFHJn9N .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v53sFHJn9N .dropdown-item {
  border: none !important;
  background: #fafafa !important;
  font-weight: 300;
}
.cid-v53sFHJn9N .dropdown-item:hover,
.cid-v53sFHJn9N .dropdown-item:focus {
  background: #fafafa !important;
  color: #1a1a1a !important;
}
.cid-v53sFHJn9N .dropdown-item:hover span {
  color: white;
}
.cid-v53sFHJn9N .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v53sFHJn9N .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v53sFHJn9N .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v53sFHJn9N .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
}
.cid-v53sFHJn9N .nav-link {
  position: relative;
}
.cid-v53sFHJn9N .container {
  display: flex;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v53sFHJn9N .container {
    padding: 0 16px;
  }
}
@media (min-width: 992px) {
  .cid-v53sFHJn9N .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1440px) {
  .cid-v53sFHJn9N .container {
    max-width: 1484px;
  }
}
.cid-v53sFHJn9N .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v53sFHJn9N .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-v53sFHJn9N .dropdown-menu,
.cid-v53sFHJn9N .navbar.opened {
  background: #fafafa !important;
}
.cid-v53sFHJn9N .nav-item:focus,
.cid-v53sFHJn9N .nav-link:focus {
  outline: none;
}
.cid-v53sFHJn9N .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v53sFHJn9N .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v53sFHJn9N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v53sFHJn9N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v53sFHJn9N .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v53sFHJn9N .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v53sFHJn9N .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(250, 250, 250, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v53sFHJn9N .navbar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mask: linear-gradient(0deg, transparent 0%, #000000 100%);
  -webkit-mask: linear-gradient(0deg, transparent 0%, #000000 100%);
  background-color: #fafafa;
}
.cid-v53sFHJn9N .navbar.opened {
  transition: all 0.3s;
}
.cid-v53sFHJn9N .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v53sFHJn9N .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v53sFHJn9N .navbar .navbar-logo img {
  width: auto;
}
.cid-v53sFHJn9N .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v53sFHJn9N .navbar.collapsed {
  justify-content: center;
}
.cid-v53sFHJn9N .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v53sFHJn9N .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v53sFHJn9N .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v53sFHJn9N .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v53sFHJn9N .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-v53sFHJn9N .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v53sFHJn9N .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v53sFHJn9N .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v53sFHJn9N .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v53sFHJn9N .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v53sFHJn9N .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v53sFHJn9N .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v53sFHJn9N .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-v53sFHJn9N .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v53sFHJn9N .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v53sFHJn9N .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v53sFHJn9N .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v53sFHJn9N .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v53sFHJn9N .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v53sFHJn9N .navbar.navbar-short {
  min-height: 70px;
}
.cid-v53sFHJn9N .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v53sFHJn9N .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v53sFHJn9N .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v53sFHJn9N .navbar-brand .navbar-caption:hover,
.cid-v53sFHJn9N .navbar-brand .navbar-caption:focus {
  color: #1a1a1a !important;
}
.cid-v53sFHJn9N .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v53sFHJn9N .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v53sFHJn9N .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #1a1a1a !important;
}
.cid-v53sFHJn9N .dropdown-item.active,
.cid-v53sFHJn9N .dropdown-item:active {
  background-color: transparent;
}
.cid-v53sFHJn9N .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v53sFHJn9N .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v53sFHJn9N .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v53sFHJn9N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v53sFHJn9N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v53sFHJn9N .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v53sFHJn9N .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v53sFHJn9N ul.navbar-nav {
  flex-wrap: wrap;
  margin: 0 auto;
}
@media (min-width: 991px) {
  .cid-v53sFHJn9N ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v53sFHJn9N .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v53sFHJn9N .navbar-buttons {
    text-align: left;
  }
}
.cid-v53sFHJn9N .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v53sFHJn9N .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v53sFHJn9N button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #fafafa !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v53sFHJn9N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #1a1a1a;
}
.cid-v53sFHJn9N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v53sFHJn9N button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v53sFHJn9N button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v53sFHJn9N button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v53sFHJn9N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v53sFHJn9N nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v53sFHJn9N nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v53sFHJn9N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v53sFHJn9N .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v53sFHJn9N a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v53sFHJn9N .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v53sFHJn9N .navbar {
    height: 70px;
  }
  .cid-v53sFHJn9N .navbar.opened {
    height: auto;
  }
  .cid-v53sFHJn9N .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v53sFHJn9N .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v53sFHJn9N .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-v53sFHJn9N .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-v53sFHJn9N .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: 0.5;
}
.cid-v53sFHJn9N .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v53sFHJn9N .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v53sFHJn9N .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v53sFHJn9N .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v53sFHJn9N .navbar {
    justify-content: flex-start !important;
  }
  .cid-v53sFHJn9N .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v53sFHJn9N .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v53sFHJn9N .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v53sFHJn9N .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v53sFHJn9N .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v53sFHJn9N .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v53sFI59zM {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
  overflow: hidden;
  position: relative;
}
.cid-v53sFI59zM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v53sFI59zM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v53sFI59zM::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #e6e6e6;
  pointer-events: none;
}
.cid-v53sFI59zM .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v53sFI59zM .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dotted #e6e6e6;
  pointer-events: none;
}
.cid-v53sFI59zM .content-wrapper .border_1 {
  left: 0;
}
.cid-v53sFI59zM .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-v53sFI59zM .content-wrapper .border_2 {
    display: none;
  }
}
.cid-v53sFI59zM .content-wrapper .border_3 {
  left: 50%;
}
.cid-v53sFI59zM .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-v53sFI59zM .content-wrapper .border_4 {
    display: none;
  }
}
.cid-v53sFI59zM .content-wrapper .border_5 {
  left: 100%;
}
.cid-v53sFI59zM .content-wrapper .content-wrap {
  margin: 0;
}
.cid-v53sFI59zM .content-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-v53sFI59zM .content-wrapper .title-wrapper {
  margin-bottom: 120px;
  padding: 0 24px;
}
@media (max-width: 1440px) {
  .cid-v53sFI59zM .content-wrapper .title-wrapper {
    margin-bottom: 80px;
  }
}
@media (max-width: 992px) {
  .cid-v53sFI59zM .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v53sFI59zM .content-wrapper .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v53sFI59zM .content-wrapper .title-wrapper .mbr-section-title {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  animation: none;
}
.cid-v53sFI59zM .content-wrapper .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 45%;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  background-color: transparent;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v53sFI59zM .content-wrapper .title-wrapper .mbr-section-title::before {
    height: 20%;
  }
}
.cid-v53sFI59zM .content-wrapper .text-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v53sFI59zM .content-wrapper .text-wrapper {
    padding: 0 16px;
  }
}
.cid-v53sFI59zM .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v53sFI59zM .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-v53sFI59zM .content-wrapper .card-wrap {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v53sFI59zM .content-wrapper .card-wrap {
    padding: 0 16px;
  }
}
.cid-v53sFI59zM .mbr-section-title,
.cid-v53sFI59zM .title-wrapper {
  color: #1a1a1a;
  text-align: center;
}
.cid-v53sFI59zM .mbr-text {
  color: #808080;
}
.cid-v53sFI59zM .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v53sFI59zM .mbr-section-btn {
    text-align: left;
  }
}
.cid-v53sFI9op9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
  overflow: hidden;
  position: relative;
}
.cid-v53sFI9op9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v53sFI9op9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v53sFI9op9::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #e6e6e6;
  pointer-events: none;
}
.cid-v53sFI9op9 .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v53sFI9op9 .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dotted #e6e6e6;
  pointer-events: none;
}
.cid-v53sFI9op9 .content-wrapper .border_1 {
  left: 0;
}
.cid-v53sFI9op9 .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-v53sFI9op9 .content-wrapper .border_2 {
    display: none;
  }
}
.cid-v53sFI9op9 .content-wrapper .border_3 {
  left: 50%;
}
.cid-v53sFI9op9 .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-v53sFI9op9 .content-wrapper .border_4 {
    display: none;
  }
}
.cid-v53sFI9op9 .content-wrapper .border_5 {
  left: 100%;
}
.cid-v53sFI9op9 .content-wrapper .content-wrap {
  margin: 0;
}
.cid-v53sFI9op9 .content-wrapper .title-wrap {
  align-items: flex-end;
}
.cid-v53sFI9op9 .content-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-v53sFI9op9 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v53sFI9op9 .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v53sFI9op9 .content-wrapper .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v53sFI9op9 .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-v53sFI9op9 .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v53sFI9op9 .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper {
  display: inline-flex;
  margin-right: 12px;
}
.cid-v53sFI9op9 .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor {
  height: 10px;
  background-color: #1a1a1a;
}
.cid-v53sFI9op9 .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_1 {
  width: 33px;
  margin-right: 16px;
}
.cid-v53sFI9op9 .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_2 {
  width: 17px;
  margin-right: 8px;
}
.cid-v53sFI9op9 .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_3 {
  width: 9px;
  margin-right: 4px;
}
.cid-v53sFI9op9 .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_4 {
  width: 4px;
  margin-right: 2px;
}
.cid-v53sFI9op9 .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_5 {
  width: 2px;
}
.cid-v53sFI9op9 .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v53sFI9op9 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v53sFI9op9 .content-wrapper .desc-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v53sFI9op9 .content-wrapper .desc-wrapper {
    padding: 0 16px;
  }
}
.cid-v53sFI9op9 .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v53sFI9op9 .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-v53sFI9op9 .content-wrapper .item {
  padding: 0;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v53sFI9op9 .content-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-v53sFI9op9 .content-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-v53sFI9op9 .content-wrapper .item .item-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0;
  border-top: 1px dotted #e6e6e6;
  border-bottom: 1px dotted #e6e6e6;
}
@media (max-width: 992px) {
  .cid-v53sFI9op9 .content-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-v53sFI9op9 .content-wrapper .item .item-wrapper .item-img {
  position: relative;
  height: 100%;
  min-height: 145px;
  margin-left: 1px;
}
@media (max-width: 992px) {
  .cid-v53sFI9op9 .content-wrapper .item .item-wrapper .item-img {
    height: 300px;
    min-height: auto;
  }
}
.cid-v53sFI9op9 .content-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v53sFI9op9 .content-wrapper .item .item-wrapper .card-box {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-v53sFI9op9 .content-wrapper .item .item-wrapper .card-box {
    padding: 24px 16px;
  }
}
.cid-v53sFI9op9 .content-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-v53sFI9op9 .content-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v53sFI9op9 .content-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-v53sFI9op9 .content-wrapper .item .item-wrapper .number-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-v53sFI9op9 .content-wrapper .item .item-wrapper .number-wrapper {
    padding: 0 16px 24px;
  }
}
.cid-v53sFI9op9 .content-wrapper .item .item-wrapper .number-wrapper .item-number {
  margin-bottom: 0;
}
.cid-v53sFI9op9 .mbr-label {
  color: #1a1a1a;
}
.cid-v53sFI9op9 .mbr-section-title {
  color: #1a1a1a;
}
.cid-v53sFI9op9 .mbr-desc {
  color: #808080;
}
.cid-v53sFI9op9 .item-title {
  color: #1a1a1a;
}
.cid-v53sFI9op9 .item-text {
  color: #808080;
}
.cid-v53sFI9op9 .item-number {
  color: #1a1a1a;
  text-align: right;
}
.cid-v53sFIhxQS {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #051706;
  overflow: hidden;
  position: relative;
}
.cid-v53sFIhxQS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v53sFIhxQS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v53sFIhxQS::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #484848;
  pointer-events: none;
}
.cid-v53sFIhxQS .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v53sFIhxQS .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dotted #484848;
  pointer-events: none;
}
.cid-v53sFIhxQS .content-wrapper .border_1 {
  left: 0;
}
.cid-v53sFIhxQS .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-v53sFIhxQS .content-wrapper .border_2 {
    display: none;
  }
}
.cid-v53sFIhxQS .content-wrapper .border_3 {
  left: 50%;
}
.cid-v53sFIhxQS .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-v53sFIhxQS .content-wrapper .border_4 {
    display: none;
  }
}
.cid-v53sFIhxQS .content-wrapper .border_5 {
  left: 100%;
}
.cid-v53sFIhxQS .content-wrapper .content-wrap {
  margin: 0;
}
.cid-v53sFIhxQS .content-wrapper .title-wrap {
  align-items: flex-end;
}
.cid-v53sFIhxQS .content-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-v53sFIhxQS .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v53sFIhxQS .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v53sFIhxQS .content-wrapper .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v53sFIhxQS .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-v53sFIhxQS .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v53sFIhxQS .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper {
  display: inline-flex;
  margin-right: 12px;
}
.cid-v53sFIhxQS .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor {
  height: 10px;
  background-color: #ffffff;
}
.cid-v53sFIhxQS .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_1 {
  width: 33px;
  margin-right: 16px;
}
.cid-v53sFIhxQS .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_2 {
  width: 17px;
  margin-right: 8px;
}
.cid-v53sFIhxQS .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_3 {
  width: 9px;
  margin-right: 4px;
}
.cid-v53sFIhxQS .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_4 {
  width: 4px;
  margin-right: 2px;
}
.cid-v53sFIhxQS .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_5 {
  width: 2px;
}
.cid-v53sFIhxQS .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v53sFIhxQS .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v53sFIhxQS .content-wrapper .desc-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v53sFIhxQS .content-wrapper .desc-wrapper {
    padding: 0 16px;
  }
}
.cid-v53sFIhxQS .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v53sFIhxQS .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-v53sFIhxQS .content-wrapper .item {
  padding: 0;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v53sFIhxQS .content-wrapper .item {
    margin-bottom: 32px;
  }
  .cid-v53sFIhxQS .content-wrapper .item:last-child {
    margin-bottom: 80px;
  }
}
.cid-v53sFIhxQS .content-wrapper .item:hover .item-wrapper .item-img::before,
.cid-v53sFIhxQS .content-wrapper .item:focus .item-wrapper .item-img::before {
  transform: translate(-24px, 24px);
  opacity: 0;
}
.cid-v53sFIhxQS .content-wrapper .item .item-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px dotted #484848;
  border-bottom: 1px dotted #484848;
}
@media (max-width: 992px) {
  .cid-v53sFIhxQS .content-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-v53sFIhxQS .content-wrapper .item .item-wrapper .item-img {
  position: relative;
  overflow: hidden;
  will-change: transform;
  margin-left: 1px;
}
@media (max-width: 992px) {
  .cid-v53sFIhxQS .content-wrapper .item .item-wrapper .item-img {
    height: 300px;
  }
}
.cid-v53sFIhxQS .content-wrapper .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(30deg, #051706, transparent 50%);
  pointer-events: none;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.cid-v53sFIhxQS .content-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v53sFIhxQS .content-wrapper .item .item-wrapper .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-v53sFIhxQS .content-wrapper .item .item-wrapper .card-box {
    padding: 24px 16px;
  }
}
.cid-v53sFIhxQS .content-wrapper .item .item-wrapper .card-box .title-box .item-title {
  margin-bottom: 12px;
}
.cid-v53sFIhxQS .content-wrapper .item .item-wrapper .card-box .title-box .item-price {
  margin-bottom: 24px;
}
.cid-v53sFIhxQS .content-wrapper .item .item-wrapper .card-box .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v53sFIhxQS .content-wrapper .item .item-wrapper .card-box .text-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v53sFIhxQS .mbr-label {
  color: #fafafa;
}
.cid-v53sFIhxQS .mbr-section-title {
  color: #FFFFFF;
}
.cid-v53sFIhxQS .mbr-desc {
  color: #cccccc;
}
.cid-v53sFIhxQS .item-price {
  color: #FFFFFF;
}
.cid-v53sFIhxQS .item-title {
  color: #FFFFFF;
}
.cid-v53sFIhxQS .item-text {
  color: #cccccc;
}
.cid-v53sFIhxQS .mbr-label,
.cid-v53sFIhxQS .label-wrapper {
  color: #FFFFFF;
}
.cid-v53sFIos84 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
  overflow: hidden;
  position: relative;
}
.cid-v53sFIos84 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v53sFIos84 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v53sFIos84::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #e6e6e6;
  pointer-events: none;
}
.cid-v53sFIos84 .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v53sFIos84 .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dotted #e6e6e6;
  pointer-events: none;
}
.cid-v53sFIos84 .content-wrapper .border_1 {
  left: 0;
}
.cid-v53sFIos84 .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-v53sFIos84 .content-wrapper .border_2 {
    display: none;
  }
}
.cid-v53sFIos84 .content-wrapper .border_3 {
  left: 50%;
}
.cid-v53sFIos84 .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-v53sFIos84 .content-wrapper .border_4 {
    display: none;
  }
}
.cid-v53sFIos84 .content-wrapper .border_5 {
  left: 100%;
}
.cid-v53sFIos84 .content-wrapper .content-wrap {
  margin: 0;
}
.cid-v53sFIos84 .content-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-v53sFIos84 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 25%;
  max-width: 25%;
}
@media (max-width: 767px) {
  .cid-v53sFIos84 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v53sFIos84 .embla__slide .slide-content {
  width: 100%;
}
.cid-v53sFIos84 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 80px 24px;
  border-top: 1px dotted #e6e6e6;
  border-bottom: 1px dotted #e6e6e6;
}
@media (max-width: 992px) {
  .cid-v53sFIos84 .embla__slide .slide-content .item-wrapper {
    padding: 24px 16px;
  }
}
.cid-v53sFIos84 .embla__slide .slide-content .item-wrapper .title-wrapper {
  margin-bottom: 24px;
}
.cid-v53sFIos84 .embla__slide .slide-content .item-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v53sFIos84 .embla__slide .slide-content .item-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-v53sFIos84 .embla__slide .slide-content .item-wrapper .title-wrapper .title-wrap .item-number {
  margin-bottom: 0;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-v53sFIos84 .embla__slide .slide-content .item-wrapper .title-wrapper .title-wrap .item-number {
    margin-bottom: 24px;
  }
}
.cid-v53sFIos84 .embla__slide .slide-content .item-wrapper .title-wrapper .title-wrap .item-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v53sFIos84 .embla__slide .slide-content .item-wrapper .title-wrapper .title-wrap .item-title {
    margin-bottom: 24px;
  }
}
.cid-v53sFIos84 .embla__slide .slide-content .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v53sFIos84 .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v53sFIos84 .embla__button--next,
.cid-v53sFIos84 .embla__button--prev {
  display: flex;
}
.cid-v53sFIos84 .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 16px;
  background-color: #1a1a1a !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v53sFIos84 .embla__button:hover {
  border-radius: 100%;
}
.cid-v53sFIos84 .embla__button:disabled {
  border-radius: 0;
  opacity: 0.5 !important;
}
.cid-v53sFIos84 .embla__button.embla__button--prev {
  right: 72px;
}
@media (max-width: 992px) {
  .cid-v53sFIos84 .embla__button.embla__button--prev {
    right: 64px;
  }
}
.cid-v53sFIos84 .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-v53sFIos84 .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-v53sFIos84 .embla {
  position: relative;
  width: 100%;
  padding-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v53sFIos84 .embla {
    padding-bottom: 48px;
  }
}
.cid-v53sFIos84 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v53sFIos84 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v53sFIos84 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v53sFIos84 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v53sFIos84 .item-title {
  color: #1a1a1a;
}
.cid-v53sFIos84 .item-number {
  color: #1a1a1a;
}
.cid-v53sFIos84 .item-text {
  color: #808080;
}
.cid-v53sFIuz64 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
  overflow: hidden;
  position: relative;
}
.cid-v53sFIuz64 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v53sFIuz64 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v53sFIuz64::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #e6e6e6;
  pointer-events: none;
}
.cid-v53sFIuz64 .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v53sFIuz64 .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dotted #e6e6e6;
  pointer-events: none;
}
.cid-v53sFIuz64 .content-wrapper .border_1 {
  left: 0;
  z-index: 1;
}
.cid-v53sFIuz64 .content-wrapper .border_2 {
  left: 25%;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v53sFIuz64 .content-wrapper .border_2 {
    display: none;
  }
}
.cid-v53sFIuz64 .content-wrapper .border_3 {
  left: 50%;
}
.cid-v53sFIuz64 .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-v53sFIuz64 .content-wrapper .border_4 {
    display: none;
  }
}
.cid-v53sFIuz64 .content-wrapper .border_5 {
  left: 100%;
}
.cid-v53sFIuz64 .content-wrapper .content-wrap {
  margin: 0;
}
.cid-v53sFIuz64 .content-wrapper .title-wrap {
  align-items: flex-end;
}
.cid-v53sFIuz64 .content-wrapper .card {
  padding: 0;
}
.cid-v53sFIuz64 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 3;
  margin-bottom: 80px;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v53sFIuz64 .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v53sFIuz64 .content-wrapper .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v53sFIuz64 .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-v53sFIuz64 .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v53sFIuz64 .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper {
  display: inline-flex;
  margin-right: 12px;
}
.cid-v53sFIuz64 .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor {
  height: 10px;
  background-color: #1a1a1a;
}
.cid-v53sFIuz64 .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_1 {
  width: 33px;
  margin-right: 16px;
}
.cid-v53sFIuz64 .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_2 {
  width: 17px;
  margin-right: 8px;
}
.cid-v53sFIuz64 .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_3 {
  width: 9px;
  margin-right: 4px;
}
.cid-v53sFIuz64 .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_4 {
  width: 4px;
  margin-right: 2px;
}
.cid-v53sFIuz64 .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_5 {
  width: 2px;
}
.cid-v53sFIuz64 .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v53sFIuz64 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v53sFIuz64 .content-wrapper .desc-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v53sFIuz64 .content-wrapper .desc-wrapper {
    padding: 0 16px;
  }
}
.cid-v53sFIuz64 .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v53sFIuz64 .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-v53sFIuz64 .content-wrapper .subtitle-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v53sFIuz64 .content-wrapper .subtitle-wrapper {
    padding: 0 16px;
  }
}
.cid-v53sFIuz64 .content-wrapper .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v53sFIuz64 .content-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-v53sFIuz64 .content-wrapper .panel-group .card {
  position: relative;
  background-color: transparent;
  border: none;
  transition: all 0.3s ease-in-out;
  margin-top: 24px;
  overflow: hidden;
  border-bottom: 1px dotted #e6e6e6;
}
@media (max-width: 992px) {
  .cid-v53sFIuz64 .content-wrapper .panel-group .card {
    margin-top: 16px;
  }
}
.cid-v53sFIuz64 .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-v53sFIuz64 .content-wrapper .panel-group .card:first-child {
    margin-top: 0;
  }
}
.cid-v53sFIuz64 .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v53sFIuz64 .content-wrapper .panel-group .card .card-header .panel-title {
  padding: 0 24px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v53sFIuz64 .content-wrapper .panel-group .card .card-header .panel-title {
    padding: 0 16px 16px;
  }
}
.cid-v53sFIuz64 .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v53sFIuz64 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 25px;
  height: 25px;
  min-width: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v53sFIuz64 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-v53sFIuz64 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #1a1a1a;
}
.cid-v53sFIuz64 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #fafafa;
}
.cid-v53sFIuz64 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(45deg);
}
.cid-v53sFIuz64 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 24px 24px;
  transition: all 0.1s ease-in-out;
  background-color: #fafafa;
}
@media (max-width: 992px) {
  .cid-v53sFIuz64 .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 16px 16px;
  }
}
.cid-v53sFIuz64 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 66%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v53sFIuz64 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v53sFIuz64 .mbr-label {
  color: #1a1a1a;
}
.cid-v53sFIuz64 .mbr-section-title {
  color: #1a1a1a;
}
.cid-v53sFIuz64 .mbr-desc {
  color: #808080;
}
.cid-v53sFIuz64 .mbr-section-subtitle {
  color: #1a1a1a;
}
.cid-v53sFIuz64 .panel-title-edit {
  color: #1a1a1a;
}
.cid-v53sFIuz64 .panel-text {
  color: #808080;
}
.cid-v53sFIDFTO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
  overflow: hidden;
  position: relative;
}
.cid-v53sFIDFTO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v53sFIDFTO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v53sFIDFTO::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #e6e6e6;
  pointer-events: none;
}
.cid-v53sFIDFTO .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v53sFIDFTO .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dotted #e6e6e6;
  pointer-events: none;
}
.cid-v53sFIDFTO .content-wrapper .border_1 {
  left: 0;
}
.cid-v53sFIDFTO .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-v53sFIDFTO .content-wrapper .border_2 {
    display: none;
  }
}
.cid-v53sFIDFTO .content-wrapper .border_3 {
  left: 50%;
}
.cid-v53sFIDFTO .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-v53sFIDFTO .content-wrapper .border_4 {
    display: none;
  }
}
.cid-v53sFIDFTO .content-wrapper .border_5 {
  left: 100%;
}
.cid-v53sFIDFTO .content-wrapper .content-wrap {
  margin: 0;
}
.cid-v53sFIDFTO .content-wrapper .title-wrap {
  align-items: flex-end;
}
.cid-v53sFIDFTO .content-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-v53sFIDFTO .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v53sFIDFTO .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v53sFIDFTO .content-wrapper .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v53sFIDFTO .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-v53sFIDFTO .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v53sFIDFTO .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper {
  display: inline-flex;
  margin-right: 12px;
}
.cid-v53sFIDFTO .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor {
  height: 10px;
  background-color: #1a1a1a;
}
.cid-v53sFIDFTO .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_1 {
  width: 33px;
  margin-right: 16px;
}
.cid-v53sFIDFTO .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_2 {
  width: 17px;
  margin-right: 8px;
}
.cid-v53sFIDFTO .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_3 {
  width: 9px;
  margin-right: 4px;
}
.cid-v53sFIDFTO .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_4 {
  width: 4px;
  margin-right: 2px;
}
.cid-v53sFIDFTO .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_5 {
  width: 2px;
}
.cid-v53sFIDFTO .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v53sFIDFTO .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v53sFIDFTO .content-wrapper .desc-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v53sFIDFTO .content-wrapper .desc-wrapper {
    padding: 0 16px;
  }
}
.cid-v53sFIDFTO .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v53sFIDFTO .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-v53sFIDFTO .content-wrapper .item {
  padding: 0;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v53sFIDFTO .content-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-v53sFIDFTO .content-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-v53sFIDFTO .content-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px dotted #e6e6e6;
}
.cid-v53sFIDFTO .content-wrapper .item .item-wrapper .item-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v53sFIDFTO .content-wrapper .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-v53sFIDFTO .content-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  height: 100%;
  min-height: 145px;
  margin-left: 1px;
}
@media (max-width: 992px) {
  .cid-v53sFIDFTO .content-wrapper .item .item-wrapper .item-content .item-img {
    height: 300px;
    min-height: auto;
  }
}
.cid-v53sFIDFTO .content-wrapper .item .item-wrapper .item-content .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v53sFIDFTO .content-wrapper .item .item-wrapper .item-content .card-box {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-v53sFIDFTO .content-wrapper .item .item-wrapper .item-content .card-box {
    padding: 24px 16px;
  }
}
.cid-v53sFIDFTO .content-wrapper .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 24px;
}
.cid-v53sFIDFTO .content-wrapper .item .item-wrapper .item-content .card-box .item-desc {
  margin-bottom: 0;
}
.cid-v53sFIDFTO .content-wrapper .item .item-wrapper .item-content .number-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-v53sFIDFTO .content-wrapper .item .item-wrapper .item-content .number-wrapper {
    padding: 0 16px 24px;
    display: none;
  }
}
.cid-v53sFIDFTO .content-wrapper .item .item-wrapper .item-content .number-wrapper .item-number {
  margin-bottom: 0;
}
.cid-v53sFIDFTO .content-wrapper .item .item-wrapper .text-wrapper {
  width: 50%;
  margin-top: 80px;
  background-color: #fafafa;
  margin-left: 1px;
  padding: 16px 24px;
}
@media (max-width: 992px) {
  .cid-v53sFIDFTO .content-wrapper .item .item-wrapper .text-wrapper {
    margin-top: 0;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-v53sFIDFTO .content-wrapper .item .item-wrapper .text-wrapper {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .cid-v53sFIDFTO .content-wrapper .item .item-wrapper .text-wrapper {
    padding: 0 16px 24px;
    border-bottom: 1px dotted #e6e6e6;
  }
}
.cid-v53sFIDFTO .content-wrapper .item .item-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v53sFIDFTO .content-wrapper .item .item-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v53sFIDFTO .mbr-label {
  color: #1a1a1a;
}
.cid-v53sFIDFTO .mbr-section-title {
  color: #1a1a1a;
}
.cid-v53sFIDFTO .mbr-desc {
  color: #808080;
}
.cid-v53sFIDFTO .item-title {
  color: #1a1a1a;
}
.cid-v53sFIDFTO .item-desc {
  color: #808080;
}
.cid-v53sFIDFTO .item-text {
  color: #808080;
}
.cid-v53sFIDFTO .item-number {
  color: #1a1a1a;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v53sFIDFTO .item-number {
    text-align: left;
  }
}
.cid-v53sFIKjTH {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #051706;
  overflow: hidden;
  position: relative;
}
.cid-v53sFIKjTH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v53sFIKjTH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v53sFIKjTH::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #484848;
  pointer-events: none;
}
.cid-v53sFIKjTH .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v53sFIKjTH .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dotted #484848;
  pointer-events: none;
}
.cid-v53sFIKjTH .content-wrapper .border_1 {
  left: 0;
}
.cid-v53sFIKjTH .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-v53sFIKjTH .content-wrapper .border_2 {
    display: none;
  }
}
.cid-v53sFIKjTH .content-wrapper .border_3 {
  left: 50%;
}
.cid-v53sFIKjTH .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-v53sFIKjTH .content-wrapper .border_4 {
    display: none;
  }
}
.cid-v53sFIKjTH .content-wrapper .border_5 {
  left: 100%;
}
.cid-v53sFIKjTH .content-wrapper .content-wrap {
  margin: 0;
}
.cid-v53sFIKjTH .content-wrapper .title-wrap {
  align-items: flex-end;
}
.cid-v53sFIKjTH .content-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-v53sFIKjTH .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v53sFIKjTH .content-wrapper .title-wrapper {
    margin-bottom: 42px;
  }
}
@media (max-width: 992px) {
  .cid-v53sFIKjTH .content-wrapper .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v53sFIKjTH .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-v53sFIKjTH .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v53sFIKjTH .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper {
  display: inline-flex;
  margin-right: 12px;
}
.cid-v53sFIKjTH .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor {
  height: 10px;
  background-color: #ffffff;
}
.cid-v53sFIKjTH .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_1 {
  width: 33px;
  margin-right: 16px;
}
.cid-v53sFIKjTH .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_2 {
  width: 17px;
  margin-right: 8px;
}
.cid-v53sFIKjTH .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_3 {
  width: 9px;
  margin-right: 4px;
}
.cid-v53sFIKjTH .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_4 {
  width: 4px;
  margin-right: 2px;
}
.cid-v53sFIKjTH .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_5 {
  width: 2px;
}
.cid-v53sFIKjTH .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v53sFIKjTH .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v53sFIKjTH .content-wrapper .desc-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v53sFIKjTH .content-wrapper .desc-wrapper {
    padding: 0 16px;
  }
}
.cid-v53sFIKjTH .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v53sFIKjTH .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 42px;
  }
}
.cid-v53sFIKjTH .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0;
}
@media (max-width: 1740px) {
  .cid-v53sFIKjTH .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-v53sFIKjTH .content-wrapper .items-wrapper {
    display: block;
  }
}
.cid-v53sFIKjTH .content-wrapper .item {
  padding: 0;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v53sFIKjTH .content-wrapper .item {
    margin-bottom: 42px;
  }
  .cid-v53sFIKjTH .content-wrapper .item:last-child {
    margin-bottom: 80px;
  }
}
.cid-v53sFIKjTH .content-wrapper .item .item-wrapper {
  height: 100%;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v53sFIKjTH .content-wrapper .item .item-wrapper {
    padding: 0 16px;
  }
}
.cid-v53sFIKjTH .content-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-v53sFIKjTH .content-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 0;
}
.cid-v53sFIKjTH .content-wrapper .item .item-wrapper .card-box .list-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v53sFIKjTH .content-wrapper .item .item-wrapper .card-box .list-wrapper {
    margin-top: 24px;
  }
}
.cid-v53sFIKjTH .content-wrapper .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v53sFIKjTH .content-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  padding-left: 24px;
  position: relative;
  margin-bottom: 12px;
}
.cid-v53sFIKjTH .content-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v53sFIKjTH .content-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  font-size: 16px;
  color: inherit;
}
.cid-v53sFIKjTH .content-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-v53sFIKjTH .content-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v53sFIKjTH .mbr-label {
  color: #fafafa;
}
.cid-v53sFIKjTH .mbr-section-title {
  color: #FFFFFF;
}
.cid-v53sFIKjTH .mbr-desc {
  color: #cccccc;
}
.cid-v53sFIKjTH .item-title {
  color: #FFFFFF;
}
.cid-v53sFIKjTH .item-price {
  color: #FFFFFF;
}
.cid-v53sFIKjTH .list {
  color: #cccccc;
}
.cid-v53sFIKjTH .mbr-label,
.cid-v53sFIKjTH .label-wrapper {
  color: #FFFFFF;
}
.cid-v53sFIVUvE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
  overflow: hidden;
  position: relative;
}
.cid-v53sFIVUvE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v53sFIVUvE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v53sFIVUvE::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #e6e6e6;
  pointer-events: none;
}
.cid-v53sFIVUvE .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v53sFIVUvE .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dotted #e6e6e6;
  pointer-events: none;
}
.cid-v53sFIVUvE .content-wrapper .border_1 {
  left: 0;
}
.cid-v53sFIVUvE .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-v53sFIVUvE .content-wrapper .border_2 {
    display: none;
  }
}
.cid-v53sFIVUvE .content-wrapper .border_3 {
  left: 50%;
}
.cid-v53sFIVUvE .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-v53sFIVUvE .content-wrapper .border_4 {
    display: none;
  }
}
.cid-v53sFIVUvE .content-wrapper .border_5 {
  left: 100%;
}
.cid-v53sFIVUvE .content-wrapper .content-wrap {
  margin: 0;
}
.cid-v53sFIVUvE .content-wrapper .title-wrap {
  align-items: flex-end;
}
.cid-v53sFIVUvE .content-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-v53sFIVUvE .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v53sFIVUvE .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v53sFIVUvE .content-wrapper .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v53sFIVUvE .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-v53sFIVUvE .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v53sFIVUvE .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper {
  display: inline-flex;
  margin-right: 12px;
}
.cid-v53sFIVUvE .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor {
  height: 10px;
  background-color: #1a1a1a;
}
.cid-v53sFIVUvE .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_1 {
  width: 33px;
  margin-right: 16px;
}
.cid-v53sFIVUvE .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_2 {
  width: 17px;
  margin-right: 8px;
}
.cid-v53sFIVUvE .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_3 {
  width: 9px;
  margin-right: 4px;
}
.cid-v53sFIVUvE .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_4 {
  width: 4px;
  margin-right: 2px;
}
.cid-v53sFIVUvE .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_5 {
  width: 2px;
}
.cid-v53sFIVUvE .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v53sFIVUvE .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v53sFIVUvE .content-wrapper .desc-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v53sFIVUvE .content-wrapper .desc-wrapper {
    padding: 0 16px;
  }
}
.cid-v53sFIVUvE .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v53sFIVUvE .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-v53sFIVUvE .content-wrapper .item {
  padding: 0;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v53sFIVUvE .content-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v53sFIVUvE .content-wrapper .item:last-child {
    margin-bottom: 80px;
  }
}
.cid-v53sFIVUvE .content-wrapper .item .item-wrapper {
  height: 100%;
  border-bottom: 1px dotted #e6e6e6;
}
.cid-v53sFIVUvE .content-wrapper .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v53sFIVUvE .content-wrapper .item .item-wrapper .item-img img {
    height: 300px;
    width: 100%;
  }
}
.cid-v53sFIVUvE .content-wrapper .item .item-wrapper .card-box {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-v53sFIVUvE .content-wrapper .item .item-wrapper .card-box {
    padding: 24px 16px;
  }
}
.cid-v53sFIVUvE .content-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-v53sFIVUvE .content-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v53sFIVUvE .content-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-v53sFIVUvE .mbr-label {
  color: #1a1a1a;
}
.cid-v53sFIVUvE .mbr-section-title {
  color: #1a1a1a;
}
.cid-v53sFIVUvE .mbr-desc {
  color: #808080;
}
.cid-v53sFIVUvE .item-title {
  color: #1a1a1a;
}
.cid-v53sFIVUvE .item-text {
  color: #808080;
  text-align: center;
}
.cid-v53sFIVUvE .item-title,
.cid-v53sFIVUvE .mbr-section-btn {
  text-align: center;
}
.cid-v53sFJ2H1P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
  overflow: hidden;
  position: relative;
}
.cid-v53sFJ2H1P .mbr-fallback-image.disabled {
  display: none;
}
.cid-v53sFJ2H1P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v53sFJ2H1P::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #e6e6e6;
  pointer-events: none;
}
.cid-v53sFJ2H1P .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v53sFJ2H1P .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dotted #e6e6e6;
  pointer-events: none;
}
.cid-v53sFJ2H1P .content-wrapper .border_1 {
  left: 0;
}
.cid-v53sFJ2H1P .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-v53sFJ2H1P .content-wrapper .border_2 {
    display: none;
  }
}
.cid-v53sFJ2H1P .content-wrapper .border_3 {
  left: 50%;
}
.cid-v53sFJ2H1P .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-v53sFJ2H1P .content-wrapper .border_4 {
    display: none;
  }
}
.cid-v53sFJ2H1P .content-wrapper .border_5 {
  left: 100%;
}
.cid-v53sFJ2H1P .content-wrapper .content-wrap {
  margin: 0;
}
.cid-v53sFJ2H1P .content-wrapper .title-wrap {
  align-items: flex-end;
}
.cid-v53sFJ2H1P .content-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-v53sFJ2H1P .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v53sFJ2H1P .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v53sFJ2H1P .content-wrapper .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v53sFJ2H1P .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-v53sFJ2H1P .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v53sFJ2H1P .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper {
  display: inline-flex;
  margin-right: 12px;
}
.cid-v53sFJ2H1P .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor {
  height: 10px;
  background-color: #1a1a1a;
}
.cid-v53sFJ2H1P .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_1 {
  width: 33px;
  margin-right: 16px;
}
.cid-v53sFJ2H1P .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_2 {
  width: 17px;
  margin-right: 8px;
}
.cid-v53sFJ2H1P .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_3 {
  width: 9px;
  margin-right: 4px;
}
.cid-v53sFJ2H1P .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_4 {
  width: 4px;
  margin-right: 2px;
}
.cid-v53sFJ2H1P .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_5 {
  width: 2px;
}
.cid-v53sFJ2H1P .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v53sFJ2H1P .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v53sFJ2H1P .content-wrapper .desc-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v53sFJ2H1P .content-wrapper .desc-wrapper {
    padding: 0 16px;
  }
}
.cid-v53sFJ2H1P .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v53sFJ2H1P .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-v53sFJ2H1P .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 0;
  border-top: 1px dotted #e6e6e6;
  border-bottom: 1px dotted #e6e6e6;
}
@media (max-width: 992px) {
  .cid-v53sFJ2H1P .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-v53sFJ2H1P .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.cid-v53sFJ2H1P .content-wrapper .item:hover .item-wrapper .item-img::before,
.cid-v53sFJ2H1P .content-wrapper .item:focus .item-wrapper .item-img::before {
  opacity: 1;
  transform: scale(1);
}
.cid-v53sFJ2H1P .content-wrapper .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v53sFJ2H1P .content-wrapper .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease;
  opacity: 0;
  transform: scale(0.8);
  pointer-events: none;
}
.cid-v53sFJ2H1P .content-wrapper .item .item-wrapper .item-img img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 185px;
  object-fit: contain;
}
.cid-v53sFJ2H1P .mbr-label {
  color: #1a1a1a;
}
.cid-v53sFJ2H1P .mbr-section-title {
  color: #1a1a1a;
}
.cid-v53sFJ2H1P .mbr-desc {
  color: #808080;
}
.cid-v53sFJ9YFX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1718435112323-c826511d5252.jpeg");
  overflow: hidden;
  position: relative;
}
.cid-v53sFJ9YFX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v53sFJ9YFX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v53sFJ9YFX .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(30deg, #051706, transparent 150%);
  pointer-events: none;
}
.cid-v53sFJ9YFX::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #484848;
  pointer-events: none;
  z-index: 1;
}
.cid-v53sFJ9YFX .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v53sFJ9YFX .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dotted #484848;
  pointer-events: none;
  z-index: 1;
}
.cid-v53sFJ9YFX .content-wrapper .border_1 {
  left: 0;
}
.cid-v53sFJ9YFX .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-v53sFJ9YFX .content-wrapper .border_2 {
    display: none;
  }
}
.cid-v53sFJ9YFX .content-wrapper .border_3 {
  left: 50%;
}
.cid-v53sFJ9YFX .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-v53sFJ9YFX .content-wrapper .border_4 {
    display: none;
  }
}
.cid-v53sFJ9YFX .content-wrapper .border_5 {
  left: 100%;
}
.cid-v53sFJ9YFX .content-wrapper .content-wrap {
  margin: 0;
}
.cid-v53sFJ9YFX .content-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-v53sFJ9YFX .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v53sFJ9YFX .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v53sFJ9YFX .content-wrapper .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v53sFJ9YFX .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v53sFJ9YFX .content-wrapper .desc-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v53sFJ9YFX .content-wrapper .desc-wrapper {
    padding: 0 16px;
  }
}
.cid-v53sFJ9YFX .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v53sFJ9YFX .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 24px;
  }
}
.cid-v53sFJ9YFX .content-wrapper .list-wrapper {
  margin-top: 300px;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v53sFJ9YFX .content-wrapper .list-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-v53sFJ9YFX .content-wrapper .list-wrapper {
    padding: 0 16px;
  }
}
.cid-v53sFJ9YFX .content-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v53sFJ9YFX .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
}
.cid-v53sFJ9YFX .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v53sFJ9YFX .mbr-section-title {
  color: #FFFFFF;
}
.cid-v53sFJ9YFX .mbr-desc {
  color: #cccccc;
}
.cid-v53sFJ9YFX .list {
  color: #cccccc;
}
.cid-v53sFJcRgv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
  overflow: hidden;
  position: relative;
}
.cid-v53sFJcRgv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v53sFJcRgv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v53sFJcRgv::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #e6e6e6;
  pointer-events: none;
}
.cid-v53sFJcRgv .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v53sFJcRgv .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dotted #e6e6e6;
  pointer-events: none;
}
.cid-v53sFJcRgv .content-wrapper .border_1 {
  left: 0;
}
.cid-v53sFJcRgv .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-v53sFJcRgv .content-wrapper .border_2 {
    display: none;
  }
}
.cid-v53sFJcRgv .content-wrapper .border_3 {
  left: 50%;
}
.cid-v53sFJcRgv .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-v53sFJcRgv .content-wrapper .border_4 {
    display: none;
  }
}
.cid-v53sFJcRgv .content-wrapper .border_5 {
  left: 100%;
}
.cid-v53sFJcRgv .content-wrapper .content-wrap {
  margin: 0;
}
.cid-v53sFJcRgv .content-wrapper .title-wrap {
  align-items: flex-end;
}
.cid-v53sFJcRgv .content-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-v53sFJcRgv .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v53sFJcRgv .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v53sFJcRgv .content-wrapper .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v53sFJcRgv .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-v53sFJcRgv .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v53sFJcRgv .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper {
  display: inline-flex;
  margin-right: 12px;
}
.cid-v53sFJcRgv .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor {
  height: 10px;
  background-color: #1a1a1a;
}
.cid-v53sFJcRgv .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_1 {
  width: 33px;
  margin-right: 16px;
}
.cid-v53sFJcRgv .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_2 {
  width: 17px;
  margin-right: 8px;
}
.cid-v53sFJcRgv .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_3 {
  width: 9px;
  margin-right: 4px;
}
.cid-v53sFJcRgv .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_4 {
  width: 4px;
  margin-right: 2px;
}
.cid-v53sFJcRgv .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_5 {
  width: 2px;
}
.cid-v53sFJcRgv .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v53sFJcRgv .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v53sFJcRgv .content-wrapper .desc-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v53sFJcRgv .content-wrapper .desc-wrapper {
    padding: 0 16px;
  }
}
.cid-v53sFJcRgv .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v53sFJcRgv .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-v53sFJcRgv .content-wrapper .text-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v53sFJcRgv .content-wrapper .text-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v53sFJcRgv .content-wrapper .text-wrapper {
    padding: 0 16px;
  }
}
.cid-v53sFJcRgv .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v53sFJcRgv .content-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v53sFJcRgv .content-wrapper .image-wrapper {
  margin-left: 1px;
}
.cid-v53sFJcRgv .content-wrapper .image-wrapper img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v53sFJcRgv .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-v53sFJcRgv .mbr-label {
  color: #1a1a1a;
}
.cid-v53sFJcRgv .mbr-section-title {
  color: #1a1a1a;
}
.cid-v53sFJcRgv .mbr-desc {
  color: #808080;
}
.cid-v53sFJcRgv .mbr-text {
  color: #808080;
}
.cid-v53sFJfg4N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
  overflow: hidden;
  position: relative;
}
.cid-v53sFJfg4N .mbr-fallback-image.disabled {
  display: none;
}
.cid-v53sFJfg4N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v53sFJfg4N::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #e6e6e6;
  pointer-events: none;
}
.cid-v53sFJfg4N .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v53sFJfg4N .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dotted #e6e6e6;
  pointer-events: none;
}
.cid-v53sFJfg4N .content-wrapper .border_1 {
  left: 0;
}
.cid-v53sFJfg4N .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-v53sFJfg4N .content-wrapper .border_2 {
    display: none;
  }
}
.cid-v53sFJfg4N .content-wrapper .border_3 {
  left: 50%;
}
.cid-v53sFJfg4N .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-v53sFJfg4N .content-wrapper .border_4 {
    display: none;
  }
}
.cid-v53sFJfg4N .content-wrapper .border_5 {
  left: 100%;
}
.cid-v53sFJfg4N .content-wrapper .content-wrap {
  margin: 0;
}
.cid-v53sFJfg4N .content-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-v53sFJfg4N .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v53sFJfg4N .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v53sFJfg4N .content-wrapper .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v53sFJfg4N .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-v53sFJfg4N .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v53sFJfg4N .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper {
  display: inline-flex;
  margin-right: 12px;
}
.cid-v53sFJfg4N .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor {
  height: 10px;
  background-color: #1a1a1a;
}
.cid-v53sFJfg4N .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_1 {
  width: 33px;
  margin-right: 16px;
}
.cid-v53sFJfg4N .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_2 {
  width: 17px;
  margin-right: 8px;
}
.cid-v53sFJfg4N .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_3 {
  width: 9px;
  margin-right: 4px;
}
.cid-v53sFJfg4N .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_4 {
  width: 4px;
  margin-right: 2px;
}
.cid-v53sFJfg4N .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_5 {
  width: 2px;
}
.cid-v53sFJfg4N .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v53sFJfg4N .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v53sFJfg4N .content-wrapper .title-wrapper .desc-wrapper {
  padding-right: 24px;
}
@media (max-width: 992px) {
  .cid-v53sFJfg4N .content-wrapper .title-wrapper .desc-wrapper {
    padding-right: 0;
  }
}
.cid-v53sFJfg4N .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  margin-top: 24px;
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v53sFJfg4N .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 0;
  }
}
.cid-v53sFJfg4N .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v53sFJfg4N .content-wrapper .image-wrapper {
  margin-left: 1px;
}
.cid-v53sFJfg4N .content-wrapper .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v53sFJfg4N .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-v53sFJfg4N .mbr-label {
  color: #1a1a1a;
}
.cid-v53sFJfg4N .mbr-section-title {
  color: #1a1a1a;
}
.cid-v53sFJfg4N .mbr-desc {
  color: #808080;
}
.cid-v53sFJkybF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #051706;
  overflow: hidden;
  position: relative;
}
.cid-v53sFJkybF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v53sFJkybF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v53sFJkybF::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #484848;
  pointer-events: none;
}
.cid-v53sFJkybF .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v53sFJkybF .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dotted #484848;
  pointer-events: none;
}
.cid-v53sFJkybF .content-wrapper .border_1 {
  left: 0;
}
.cid-v53sFJkybF .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-v53sFJkybF .content-wrapper .border_2 {
    display: none;
  }
}
.cid-v53sFJkybF .content-wrapper .border_3 {
  left: 50%;
}
.cid-v53sFJkybF .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-v53sFJkybF .content-wrapper .border_4 {
    display: none;
  }
}
.cid-v53sFJkybF .content-wrapper .border_5 {
  left: 100%;
}
.cid-v53sFJkybF .content-wrapper .content-wrap {
  margin: 0;
}
.cid-v53sFJkybF .content-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-v53sFJkybF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 25%;
  max-width: 25%;
}
@media (max-width: 767px) {
  .cid-v53sFJkybF .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v53sFJkybF .embla__slide .slide-content {
  width: 100%;
}
.cid-v53sFJkybF .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 24px;
  border-top: 1px dotted #484848;
  border-bottom: 1px dotted #484848;
}
@media (max-width: 992px) {
  .cid-v53sFJkybF .embla__slide .slide-content .item-wrapper {
    padding: 24px 16px;
  }
}
.cid-v53sFJkybF .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 24px;
}
.cid-v53sFJkybF .embla__slide .slide-content .item-wrapper .item-img img {
  display: inline-block;
  height: 95px;
  width: 190px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v53sFJkybF .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
    width: 100%;
  }
}
.cid-v53sFJkybF .embla__slide .slide-content .item-wrapper .decor-wrapper {
  margin-bottom: 12px;
}
.cid-v53sFJkybF .embla__slide .slide-content .item-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
}
.cid-v53sFJkybF .embla__slide .slide-content .item-wrapper .decor-wrapper .decor-wrap .decor {
  height: 10px;
  background-color: #ffffff;
}
.cid-v53sFJkybF .embla__slide .slide-content .item-wrapper .decor-wrapper .decor-wrap .decor_1 {
  width: 33px;
  margin-right: 16px;
}
.cid-v53sFJkybF .embla__slide .slide-content .item-wrapper .decor-wrapper .decor-wrap .decor_2 {
  width: 17px;
  margin-right: 8px;
}
.cid-v53sFJkybF .embla__slide .slide-content .item-wrapper .decor-wrapper .decor-wrap .decor_3 {
  width: 9px;
  margin-right: 4px;
}
.cid-v53sFJkybF .embla__slide .slide-content .item-wrapper .decor-wrapper .decor-wrap .decor_4 {
  width: 4px;
  margin-right: 2px;
}
.cid-v53sFJkybF .embla__slide .slide-content .item-wrapper .decor-wrapper .decor-wrap .decor_5 {
  width: 2px;
}
.cid-v53sFJkybF .embla__slide .slide-content .item-wrapper .item-title {
  margin-bottom: 24px;
}
.cid-v53sFJkybF .embla__slide .slide-content .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v53sFJkybF .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v53sFJkybF .embla__button--next,
.cid-v53sFJkybF .embla__button--prev {
  display: flex;
}
.cid-v53sFJkybF .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 16px;
  background-color: #fafafa !important;
  color: #1a1a1a !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v53sFJkybF .embla__button:hover {
  border-radius: 100%;
}
.cid-v53sFJkybF .embla__button:disabled {
  border-radius: 0;
  opacity: 0.5 !important;
}
.cid-v53sFJkybF .embla__button.embla__button--prev {
  right: 72px;
}
@media (max-width: 992px) {
  .cid-v53sFJkybF .embla__button.embla__button--prev {
    right: 64px;
  }
}
.cid-v53sFJkybF .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-v53sFJkybF .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-v53sFJkybF .embla {
  position: relative;
  width: 100%;
  padding-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v53sFJkybF .embla {
    padding-bottom: 48px;
  }
}
.cid-v53sFJkybF .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v53sFJkybF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v53sFJkybF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v53sFJkybF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v53sFJkybF .item-title {
  color: #fafafa;
}
.cid-v53sFJkybF .item-text {
  color: #cccccc;
}
.cid-v53sFJkybF .item-title,
.cid-v53sFJkybF .mbr-section-btn,
.cid-v53sFJkybF .item-img,
.cid-v53sFJkybF .decor-wrapper {
  color: #FFFFFF;
}
.cid-v53sFJqRw4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
  overflow: hidden;
  position: relative;
}
.cid-v53sFJqRw4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v53sFJqRw4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v53sFJqRw4::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #e6e6e6;
  pointer-events: none;
}
.cid-v53sFJqRw4 .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v53sFJqRw4 .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dotted #e6e6e6;
  pointer-events: none;
}
.cid-v53sFJqRw4 .content-wrapper .border_1 {
  left: 0;
}
.cid-v53sFJqRw4 .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-v53sFJqRw4 .content-wrapper .border_2 {
    display: none;
  }
}
.cid-v53sFJqRw4 .content-wrapper .border_3 {
  left: 50%;
}
.cid-v53sFJqRw4 .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-v53sFJqRw4 .content-wrapper .border_4 {
    display: none;
  }
}
.cid-v53sFJqRw4 .content-wrapper .border_5 {
  left: 100%;
}
.cid-v53sFJqRw4 .content-wrapper .content-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0;
}
@media (max-width: 1740px) {
  .cid-v53sFJqRw4 .content-wrapper .content-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-v53sFJqRw4 .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-v53sFJqRw4 .content-wrapper .item {
  position: relative;
  z-index: 1;
  padding: 0;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v53sFJqRw4 .content-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v53sFJqRw4 .content-wrapper .item .item-wrapper {
  padding: 0 24px;
  border-bottom: 1px dotted #e6e6e6;
}
@media (max-width: 992px) {
  .cid-v53sFJqRw4 .content-wrapper .item .item-wrapper {
    padding: 0 16px;
  }
}
.cid-v53sFJqRw4 .content-wrapper .item .item-wrapper .item-title {
  margin-bottom: 24px;
}
.cid-v53sFJqRw4 .content-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
}
.cid-v53sFJqRw4 .item-title {
  color: #808080;
}
.cid-v53sFJqRw4 .item-number {
  color: #1a1a1a;
}
.cid-v53sFJsoBU {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
  overflow: hidden;
  position: relative;
}
.cid-v53sFJsoBU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v53sFJsoBU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v53sFJsoBU::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #e6e6e6;
  pointer-events: none;
}
.cid-v53sFJsoBU .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v53sFJsoBU .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dotted #e6e6e6;
  pointer-events: none;
}
.cid-v53sFJsoBU .content-wrapper .border_1 {
  left: 0;
}
.cid-v53sFJsoBU .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-v53sFJsoBU .content-wrapper .border_2 {
    display: none;
  }
}
.cid-v53sFJsoBU .content-wrapper .border_3 {
  left: 50%;
}
.cid-v53sFJsoBU .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-v53sFJsoBU .content-wrapper .border_4 {
    display: none;
  }
}
.cid-v53sFJsoBU .content-wrapper .border_5 {
  left: 100%;
}
.cid-v53sFJsoBU .content-wrapper .content-wrap {
  margin: 0;
}
.cid-v53sFJsoBU .content-wrapper .title-wrap {
  align-items: flex-end;
}
.cid-v53sFJsoBU .content-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-v53sFJsoBU .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v53sFJsoBU .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v53sFJsoBU .content-wrapper .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v53sFJsoBU .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-v53sFJsoBU .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v53sFJsoBU .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper {
  display: inline-flex;
  margin-right: 12px;
}
.cid-v53sFJsoBU .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor {
  height: 10px;
  background-color: #1a1a1a;
}
.cid-v53sFJsoBU .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_1 {
  width: 33px;
  margin-right: 16px;
}
.cid-v53sFJsoBU .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_2 {
  width: 17px;
  margin-right: 8px;
}
.cid-v53sFJsoBU .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_3 {
  width: 9px;
  margin-right: 4px;
}
.cid-v53sFJsoBU .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_4 {
  width: 4px;
  margin-right: 2px;
}
.cid-v53sFJsoBU .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_5 {
  width: 2px;
}
.cid-v53sFJsoBU .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v53sFJsoBU .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v53sFJsoBU .content-wrapper .desc-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v53sFJsoBU .content-wrapper .desc-wrapper {
    padding: 0 16px;
  }
}
.cid-v53sFJsoBU .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v53sFJsoBU .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-v53sFJsoBU .content-wrapper .item {
  padding: 0;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v53sFJsoBU .content-wrapper .item {
    margin-bottom: 32px;
  }
  .cid-v53sFJsoBU .content-wrapper .item:last-child {
    margin-bottom: 80px;
  }
}
.cid-v53sFJsoBU .content-wrapper .item .item-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px dotted #e6e6e6;
  border-bottom: 1px dotted #e6e6e6;
}
@media (max-width: 992px) {
  .cid-v53sFJsoBU .content-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-v53sFJsoBU .content-wrapper .item .item-wrapper .item-img {
  position: relative;
  margin-left: 1px;
}
@media (max-width: 992px) {
  .cid-v53sFJsoBU .content-wrapper .item .item-wrapper .item-img {
    height: 300px;
  }
}
.cid-v53sFJsoBU .content-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v53sFJsoBU .content-wrapper .item .item-wrapper .card-box {
  min-height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
}
@media (max-width: 1440px) {
  .cid-v53sFJsoBU .content-wrapper .item .item-wrapper .card-box {
    min-height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-v53sFJsoBU .content-wrapper .item .item-wrapper .card-box {
    min-height: auto;
    padding: 24px 16px;
  }
}
.cid-v53sFJsoBU .content-wrapper .item .item-wrapper .card-box .text-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 16px;
  margin-bottom: 12px;
}
.cid-v53sFJsoBU .content-wrapper .item .item-wrapper .card-box .text-wrapper .item-text {
  margin-bottom: 24px;
}
.cid-v53sFJsoBU .content-wrapper .item .item-wrapper .card-box .person-wrapper .item-name {
  margin-bottom: 0;
}
.cid-v53sFJsoBU .content-wrapper .item .item-wrapper .card-box .person-wrapper .item-role {
  margin-bottom: 0;
}
.cid-v53sFJsoBU .mbr-label {
  color: #1a1a1a;
}
.cid-v53sFJsoBU .mbr-section-title {
  color: #1a1a1a;
}
.cid-v53sFJsoBU .mbr-desc {
  color: #808080;
}
.cid-v53sFJsoBU .item-text {
  color: #808080;
}
.cid-v53sFJsoBU .item-name {
  color: #1a1a1a;
}
.cid-v53sFJsoBU .item-role {
  color: #808080;
}
.cid-v53sFJz5JO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
  overflow: hidden;
  position: relative;
}
.cid-v53sFJz5JO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v53sFJz5JO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v53sFJz5JO::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #e6e6e6;
  pointer-events: none;
}
.cid-v53sFJz5JO .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v53sFJz5JO .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dotted #e6e6e6;
  pointer-events: none;
}
.cid-v53sFJz5JO .content-wrapper .border_1 {
  left: 0;
}
.cid-v53sFJz5JO .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-v53sFJz5JO .content-wrapper .border_2 {
    display: none;
  }
}
.cid-v53sFJz5JO .content-wrapper .border_3 {
  left: 50%;
}
.cid-v53sFJz5JO .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-v53sFJz5JO .content-wrapper .border_4 {
    display: none;
  }
}
.cid-v53sFJz5JO .content-wrapper .border_5 {
  left: 100%;
}
.cid-v53sFJz5JO .content-wrapper .content-wrap {
  margin: 0;
}
.cid-v53sFJz5JO .content-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-v53sFJz5JO .content-wrapper .title-wrapper {
  margin-bottom: 80px;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v53sFJz5JO .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v53sFJz5JO .content-wrapper .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v53sFJz5JO .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v53sFJz5JO .content-wrapper .card-box {
  padding: 0 1px;
}
.cid-v53sFJz5JO .mbr-section-title {
  color: #1a1a1a;
  text-align: center;
}
.cid-v53sFJBQ2J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #051706;
  overflow: hidden;
  position: relative;
}
.cid-v53sFJBQ2J .mbr-fallback-image.disabled {
  display: none;
}
.cid-v53sFJBQ2J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v53sFJBQ2J::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #484848;
  pointer-events: none;
}
.cid-v53sFJBQ2J .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v53sFJBQ2J .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dotted #484848;
  pointer-events: none;
}
.cid-v53sFJBQ2J .content-wrapper .border_1 {
  left: 0;
}
.cid-v53sFJBQ2J .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-v53sFJBQ2J .content-wrapper .border_2 {
    display: none;
  }
}
.cid-v53sFJBQ2J .content-wrapper .border_3 {
  left: 50%;
}
.cid-v53sFJBQ2J .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-v53sFJBQ2J .content-wrapper .border_4 {
    display: none;
  }
}
.cid-v53sFJBQ2J .content-wrapper .border_5 {
  left: 100%;
}
.cid-v53sFJBQ2J .content-wrapper .content-wrap {
  margin: 0;
}
.cid-v53sFJBQ2J .content-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-v53sFJBQ2J .content-wrapper .tabs-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v53sFJBQ2J .content-wrapper .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v53sFJBQ2J .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  flex-wrap: wrap;
  gap: 16px 0;
}
.cid-v53sFJBQ2J .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  width: 25%;
  padding: 0 24px;
  border: none;
  display: block;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v53sFJBQ2J .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
    padding: 6px 16px;
  }
}
.cid-v53sFJBQ2J .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:hover .nav-link::before,
.cid-v53sFJBQ2J .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:focus .nav-link::before {
  width: 100%;
}
.cid-v53sFJBQ2J .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  display: inline-block;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 6px 0;
  background-color: transparent;
  border: none;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v53sFJBQ2J .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v53sFJBQ2J .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #808080;
}
.cid-v53sFJBQ2J .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  background-color: #808080;
  width: 100%;
}
.cid-v53sFJBQ2J .content-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v53sFJBQ2J .content-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-v53sFJBQ2J .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
  width: 25%;
  padding-left: 1px;
}
@media (max-width: 992px) {
  .cid-v53sFJBQ2J .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-v53sFJBQ2J .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v53sFJBQ2J .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 300px;
  }
}
.cid-v53sFJBQ2J .content-wrapper .tab-content .tab-pane .item-content .card-box {
  width: 50%;
  padding: 0 24px;
  margin-left: 1px;
}
@media (max-width: 992px) {
  .cid-v53sFJBQ2J .content-wrapper .tab-content .tab-pane .item-content .card-box {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-v53sFJBQ2J .content-wrapper .tab-content .tab-pane .item-content .card-box {
    padding: 0 16px;
  }
}
.cid-v53sFJBQ2J .content-wrapper .tab-content .tab-pane .item-content .card-box .item-name {
  margin-bottom: 12px;
}
.cid-v53sFJBQ2J .content-wrapper .tab-content .tab-pane .item-content .card-box .item-role {
  margin-bottom: 0;
}
.cid-v53sFJBQ2J .content-wrapper .tab-content .tab-pane .item-content .card-box .item-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-v53sFJBQ2J .content-wrapper .tab-content .tab-pane .item-content .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-v53sFJBQ2J .item-name {
  color: #fafafa;
}
.cid-v53sFJBQ2J .item-role {
  color: #FFFFFF;
}
.cid-v53sFJBQ2J .item-text {
  color: #cccccc;
}
.cid-v53sFJBQ2J .item-name,
.cid-v53sFJBQ2J .mbr-section-btn {
  color: #FFFFFF;
}
.cid-v53sFJGCir {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
  overflow: hidden;
}
.cid-v53sFJGCir .item:focus,
.cid-v53sFJGCir span:focus {
  outline: none;
}
.cid-v53sFJGCir .item {
  cursor: pointer;
}
.cid-v53sFJGCir .grid-container {
  grid-row-gap: 0;
}
.cid-v53sFJGCir .grid-container-1,
.cid-v53sFJGCir .grid-container-2,
.cid-v53sFJGCir .grid-container-3 {
  gap: 0;
}
.cid-v53sFJGCir .mbr-section-title {
  margin-bottom: 32px;
  color: #1a1a1a;
  text-align: center;
}
.cid-v53sFJGCir .content-head {
  max-width: 800px;
}
.cid-v53sFJGCir .container,
.cid-v53sFJGCir .container-fluid {
  overflow: visible;
}
.cid-v53sFJGCir .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v53sFJGCir .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v53sFJGCir .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v53sFJGCir .grid-item img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-v53sFJGCir .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-v53sFJGCir .grid-item img {
    height: 140px;
  }
}
.cid-v53sFJGCir .grid-container-1,
.cid-v53sFJGCir .grid-container-2,
.cid-v53sFJGCir .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v53sFJGCir .grid-container-1 {
  align-items: flex-end;
}
.cid-v53sFJGCir .grid-container-2 {
  align-items: flex-start;
}
.cid-v53sFJGCir .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v53sFJGCir .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dotted #e6e6e6;
  pointer-events: none;
}
.cid-v53sFJGCir .content-wrapper .border_1 {
  left: 0;
}
.cid-v53sFJGCir .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-v53sFJGCir .content-wrapper .border_2 {
    display: none;
  }
}
.cid-v53sFJGCir .content-wrapper .border_3 {
  left: 50%;
}
.cid-v53sFJGCir .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-v53sFJGCir .content-wrapper .border_4 {
    display: none;
  }
}
.cid-v53sFJGCir .content-wrapper .border_5 {
  left: 100%;
}
.cid-v53sFJKwhG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #051706;
  overflow: hidden;
  position: relative;
}
.cid-v53sFJKwhG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v53sFJKwhG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v53sFJKwhG::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #484848;
  pointer-events: none;
}
.cid-v53sFJKwhG .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v53sFJKwhG .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dotted #484848;
  pointer-events: none;
}
.cid-v53sFJKwhG .content-wrapper .border_1 {
  left: 0;
}
.cid-v53sFJKwhG .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-v53sFJKwhG .content-wrapper .border_2 {
    display: none;
  }
}
.cid-v53sFJKwhG .content-wrapper .border_3 {
  left: 50%;
}
.cid-v53sFJKwhG .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-v53sFJKwhG .content-wrapper .border_4 {
    display: none;
  }
}
.cid-v53sFJKwhG .content-wrapper .border_5 {
  left: 100%;
}
.cid-v53sFJKwhG .content-wrapper .content-wrap {
  margin: 0;
}
.cid-v53sFJKwhG .content-wrapper .title-wrap {
  align-items: flex-end;
}
.cid-v53sFJKwhG .content-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-v53sFJKwhG .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v53sFJKwhG .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v53sFJKwhG .content-wrapper .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v53sFJKwhG .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-v53sFJKwhG .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v53sFJKwhG .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper {
  display: inline-flex;
  margin-right: 12px;
}
.cid-v53sFJKwhG .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor {
  height: 10px;
  background-color: #ffffff;
}
.cid-v53sFJKwhG .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_1 {
  width: 33px;
  margin-right: 16px;
}
.cid-v53sFJKwhG .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_2 {
  width: 17px;
  margin-right: 8px;
}
.cid-v53sFJKwhG .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_3 {
  width: 9px;
  margin-right: 4px;
}
.cid-v53sFJKwhG .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_4 {
  width: 4px;
  margin-right: 2px;
}
.cid-v53sFJKwhG .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_5 {
  width: 2px;
}
.cid-v53sFJKwhG .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v53sFJKwhG .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v53sFJKwhG .content-wrapper .desc-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v53sFJKwhG .content-wrapper .desc-wrapper {
    padding: 0 16px;
  }
}
.cid-v53sFJKwhG .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v53sFJKwhG .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-v53sFJKwhG .content-wrapper .image-wrapper {
  margin-left: 1px;
}
@media (max-width: 992px) {
  .cid-v53sFJKwhG .content-wrapper .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v53sFJKwhG .content-wrapper .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v53sFJKwhG .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-v53sFJKwhG .content-wrapper .text-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v53sFJKwhG .content-wrapper .text-wrapper {
    padding: 0 16px;
  }
}
.cid-v53sFJKwhG .content-wrapper .text-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v53sFJKwhG .content-wrapper .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v53sFJKwhG .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v53sFJKwhG .content-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v53sFJKwhG .mbr-label {
  color: #fafafa;
}
.cid-v53sFJKwhG .mbr-section-title {
  color: #fafafa;
}
.cid-v53sFJKwhG .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-v53sFJKwhG .mbr-desc {
  color: #cccccc;
}
.cid-v53sFJKwhG .mbr-text {
  color: #cccccc;
}
.cid-v53sFJKwhG .mbr-label,
.cid-v53sFJKwhG .label-wrapper {
  color: #FFFFFF;
}
.cid-v53sFJKwhG .mbr-section-title,
.cid-v53sFJKwhG .mbr-section-btn {
  color: #FFFFFF;
}
.cid-v53sFJPIDo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
  overflow: hidden;
  position: relative;
}
.cid-v53sFJPIDo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v53sFJPIDo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v53sFJPIDo .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v53sFJPIDo .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dotted #e6e6e6;
  pointer-events: none;
  z-index: 1;
}
.cid-v53sFJPIDo .content-wrapper .border_1 {
  left: 0;
}
.cid-v53sFJPIDo .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-v53sFJPIDo .content-wrapper .border_2 {
    display: none;
  }
}
.cid-v53sFJPIDo .content-wrapper .border_3 {
  left: 50%;
}
.cid-v53sFJPIDo .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-v53sFJPIDo .content-wrapper .border_4 {
    display: none;
  }
}
.cid-v53sFJPIDo .content-wrapper .border_5 {
  left: 100%;
}
.cid-v53sFJPIDo .content-wrapper .content-wrap {
  margin: 0;
  z-index: 0;
}
.cid-v53sFJPIDo .content-wrapper .title-wrap {
  position: relative;
  z-index: 1 !important;
}
.cid-v53sFJPIDo .content-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-v53sFJPIDo .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v53sFJPIDo .content-wrapper .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v53sFJPIDo .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v53sFJPIDo .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v53sFJPIDo .content-wrapper .text-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v53sFJPIDo .content-wrapper .text-wrapper {
    padding: 0 16px;
  }
}
.cid-v53sFJPIDo .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v53sFJPIDo .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v53sFJPIDo .content-wrapper .image-wrapper {
  margin-left: 1px;
}
.cid-v53sFJPIDo .content-wrapper .image-wrapper img {
  height: 800px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v53sFJPIDo .content-wrapper .image-wrapper img {
    height: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-v53sFJPIDo .content-wrapper .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-v53sFJPIDo .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-v53sFJPIDo .mbr-section-title {
  color: #1a1a1a;
}
.cid-v53sFJPIDo .mbr-text {
  color: #808080;
}
.cid-v53sFJR5rI {
  overflow: hidden;
  position: relative;
}
.cid-v53sFJR5rI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v53sFJR5rI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v53sFJR5rI .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v53sFJR5rI .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dotted #cccccc;
  pointer-events: none;
}
.cid-v53sFJR5rI .content-wrapper .border_1 {
  left: 0;
}
.cid-v53sFJR5rI .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-v53sFJR5rI .content-wrapper .border_2 {
    display: none;
  }
}
.cid-v53sFJR5rI .content-wrapper .border_3 {
  left: 50%;
}
.cid-v53sFJR5rI .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-v53sFJR5rI .content-wrapper .border_4 {
    display: none;
  }
}
.cid-v53sFJR5rI .content-wrapper .border_5 {
  left: 100%;
}
.cid-v53sFJR5rI .content-wrapper .image-wrap {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v53sFJR5rI .content-wrapper .image-wrap {
    height: 300px;
  }
}
.cid-v53sFJTkgv {
  background-image: url("../../../assets/images/photo-1612151291351-c5ef474a47d4.jpeg");
  overflow: hidden;
  position: relative;
}
.cid-v53sFJTkgv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v53sFJTkgv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v53sFJTkgv .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v53sFJTkgv .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dotted #cccccc;
  pointer-events: none;
}
.cid-v53sFJTkgv .content-wrapper .border_1 {
  left: 0;
}
.cid-v53sFJTkgv .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-v53sFJTkgv .content-wrapper .border_2 {
    display: none;
  }
}
.cid-v53sFJTkgv .content-wrapper .border_3 {
  left: 50%;
}
.cid-v53sFJTkgv .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-v53sFJTkgv .content-wrapper .border_4 {
    display: none;
  }
}
.cid-v53sFJTkgv .content-wrapper .border_5 {
  left: 100%;
}
.cid-v53sFJTkgv .content-wrapper .image-wrap {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v53sFJTkgv .content-wrapper .image-wrap {
    height: 300px;
  }
}
.cid-v53sFJUO3I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
  overflow: hidden;
  position: relative;
}
.cid-v53sFJUO3I .mbr-fallback-image.disabled {
  display: none;
}
.cid-v53sFJUO3I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v53sFJUO3I::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #e6e6e6;
  pointer-events: none;
}
.cid-v53sFJUO3I .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v53sFJUO3I .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dotted #e6e6e6;
  pointer-events: none;
}
.cid-v53sFJUO3I .content-wrapper .border_1 {
  left: 0;
}
.cid-v53sFJUO3I .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-v53sFJUO3I .content-wrapper .border_2 {
    display: none;
  }
}
.cid-v53sFJUO3I .content-wrapper .border_3 {
  left: 50%;
}
.cid-v53sFJUO3I .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-v53sFJUO3I .content-wrapper .border_4 {
    display: none;
  }
}
.cid-v53sFJUO3I .content-wrapper .border_5 {
  left: 100%;
}
.cid-v53sFJUO3I .content-wrapper .content-wrap {
  margin: 0;
}
.cid-v53sFJUO3I .content-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-v53sFJUO3I .content-wrapper .title-wrapper {
  margin-bottom: 32px;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v53sFJUO3I .content-wrapper .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v53sFJUO3I .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v53sFJUO3I .content-wrapper .text-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v53sFJUO3I .content-wrapper .text-wrapper {
    padding: 0 16px;
  }
}
.cid-v53sFJUO3I .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v53sFJUO3I .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 0;
  }
}
.cid-v53sFJUO3I .content-wrapper .card-wrap {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v53sFJUO3I .content-wrapper .card-wrap {
    padding: 0 16px;
  }
}
.cid-v53sFJUO3I .content-wrapper .card-wrap .mbr-section-btn {
  margin-top: 16px;
}
.cid-v53sFJUO3I .content-wrapper .image-wrapper {
  position: relative;
  animation: none;
  margin-top: 32px;
  display: flex;
  justify-content: center;
  margin-left: 1px;
}
.cid-v53sFJUO3I .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  bottom: -1px;
  width: 60%;
  height: 20%;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(3px);
  background-color: transparent;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v53sFJUO3I .content-wrapper .image-wrapper::before {
    width: 100%;
  }
}
.cid-v53sFJUO3I .content-wrapper .image-wrapper img {
  width: 50%;
  margin: 0 auto;
  height: 450px;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-v53sFJUO3I .content-wrapper .image-wrapper img {
    height: 300px;
    width: 100%;
  }
}
.cid-v53sFJUO3I .mbr-section-title {
  color: #1a1a1a;
}
.cid-v53sFJUO3I .mbr-text,
.cid-v53sFJUO3I .text-wrapper {
  color: #808080;
  text-align: center;
}
.cid-v53sFJUO3I .mbr-section-title,
.cid-v53sFJUO3I .mbr-section-btn {
  text-align: center;
}
.cid-v53sFJZ9bc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
  overflow: hidden;
}
.cid-v53sFJZ9bc .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px dotted #e6e6e6;
  border-bottom: 1px dotted #e6e6e6;
}
.cid-v53sFJZ9bc .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dotted #e6e6e6;
  pointer-events: none;
}
.cid-v53sFJZ9bc .content-wrapper .border_1 {
  left: 0;
}
.cid-v53sFJZ9bc .content-wrapper .border_5 {
  left: 100%;
}
.cid-v53sFJZ9bc .content-wrap {
  overflow: hidden;
}
.cid-v53sFJZ9bc .item:focus,
.cid-v53sFJZ9bc span:focus {
  outline: none;
}
.cid-v53sFJZ9bc .item {
  padding: 32px 0;
  color: #1a1a1a;
}
@media (max-width: 992px) {
  .cid-v53sFJZ9bc .item {
    padding: 24px 0;
  }
}
.cid-v53sFK0JzK {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
  overflow: hidden;
  position: relative;
}
.cid-v53sFK0JzK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v53sFK0JzK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v53sFK0JzK::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #e6e6e6;
  pointer-events: none;
}
.cid-v53sFK0JzK .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v53sFK0JzK .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dotted #e6e6e6;
  pointer-events: none;
}
.cid-v53sFK0JzK .content-wrapper .border_1 {
  left: 0;
}
.cid-v53sFK0JzK .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-v53sFK0JzK .content-wrapper .border_2 {
    display: none;
  }
}
.cid-v53sFK0JzK .content-wrapper .border_3 {
  left: 50%;
}
.cid-v53sFK0JzK .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-v53sFK0JzK .content-wrapper .border_4 {
    display: none;
  }
}
.cid-v53sFK0JzK .content-wrapper .border_5 {
  left: 100%;
}
.cid-v53sFK0JzK .content-wrapper .content-wrap {
  margin: 0;
}
.cid-v53sFK0JzK .content-wrapper .title-wrap {
  align-items: flex-end;
}
.cid-v53sFK0JzK .content-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-v53sFK0JzK .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v53sFK0JzK .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v53sFK0JzK .content-wrapper .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v53sFK0JzK .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-v53sFK0JzK .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v53sFK0JzK .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper {
  display: inline-flex;
  margin-right: 12px;
}
.cid-v53sFK0JzK .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor {
  height: 10px;
  background-color: #1a1a1a;
}
.cid-v53sFK0JzK .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_1 {
  width: 33px;
  margin-right: 16px;
}
.cid-v53sFK0JzK .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_2 {
  width: 17px;
  margin-right: 8px;
}
.cid-v53sFK0JzK .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_3 {
  width: 9px;
  margin-right: 4px;
}
.cid-v53sFK0JzK .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_4 {
  width: 4px;
  margin-right: 2px;
}
.cid-v53sFK0JzK .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_5 {
  width: 2px;
}
.cid-v53sFK0JzK .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v53sFK0JzK .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v53sFK0JzK .content-wrapper .desc-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v53sFK0JzK .content-wrapper .desc-wrapper {
    padding: 0 16px;
  }
}
.cid-v53sFK0JzK .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v53sFK0JzK .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-v53sFK0JzK .content-wrapper .item {
  padding: 0;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v53sFK0JzK .content-wrapper .item {
    margin-bottom: 32px;
  }
  .cid-v53sFK0JzK .content-wrapper .item:last-child {
    margin-bottom: 80px;
  }
}
.cid-v53sFK0JzK .content-wrapper .item:hover .item-wrapper .card-box,
.cid-v53sFK0JzK .content-wrapper .item:focus .item-wrapper .card-box {
  background-color: #ffffff;
}
.cid-v53sFK0JzK .content-wrapper .item .item-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px dotted #e6e6e6;
  border-bottom: 1px dotted #e6e6e6;
}
@media (max-width: 992px) {
  .cid-v53sFK0JzK .content-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-v53sFK0JzK .content-wrapper .item .item-wrapper .item-img {
  position: relative;
  margin-left: 1px;
}
@media (max-width: 992px) {
  .cid-v53sFK0JzK .content-wrapper .item .item-wrapper .item-img {
    height: 300px;
  }
}
.cid-v53sFK0JzK .content-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v53sFK0JzK .content-wrapper .item .item-wrapper .card-box {
  min-height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  transition: all 0.3s ease;
}
@media (max-width: 1440px) {
  .cid-v53sFK0JzK .content-wrapper .item .item-wrapper .card-box {
    min-height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-v53sFK0JzK .content-wrapper .item .item-wrapper .card-box {
    min-height: auto;
    padding: 24px 16px;
  }
}
.cid-v53sFK0JzK .content-wrapper .item .item-wrapper .card-box .title-box .item-date {
  margin-bottom: 12px;
}
.cid-v53sFK0JzK .content-wrapper .item .item-wrapper .card-box .title-box .item-title {
  margin-bottom: 24px;
}
.cid-v53sFK0JzK .content-wrapper .item .item-wrapper .card-box .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v53sFK0JzK .content-wrapper .item .item-wrapper .card-box .text-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v53sFK0JzK .mbr-label {
  color: #1a1a1a;
}
.cid-v53sFK0JzK .mbr-section-title {
  color: #1a1a1a;
}
.cid-v53sFK0JzK .mbr-desc {
  color: #808080;
}
.cid-v53sFK0JzK .item-date {
  color: #808080;
}
.cid-v53sFK0JzK .item-title {
  color: #1a1a1a;
}
.cid-v53sFK0JzK .item-text {
  color: #808080;
}
.cid-v53sFK52VN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #051706;
  overflow: hidden;
  position: relative;
}
.cid-v53sFK52VN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v53sFK52VN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v53sFK52VN::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #484848;
  pointer-events: none;
}
.cid-v53sFK52VN .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v53sFK52VN .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dotted #484848;
  pointer-events: none;
}
.cid-v53sFK52VN .content-wrapper .border_1 {
  left: 0;
}
.cid-v53sFK52VN .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-v53sFK52VN .content-wrapper .border_2 {
    display: none;
  }
}
.cid-v53sFK52VN .content-wrapper .border_3 {
  left: 50%;
}
.cid-v53sFK52VN .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-v53sFK52VN .content-wrapper .border_4 {
    display: none;
  }
}
.cid-v53sFK52VN .content-wrapper .border_5 {
  left: 100%;
}
.cid-v53sFK52VN .content-wrapper .content-wrap {
  margin: 0;
}
.cid-v53sFK52VN .content-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-v53sFK52VN .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v53sFK52VN .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v53sFK52VN .content-wrapper .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v53sFK52VN .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-v53sFK52VN .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v53sFK52VN .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper {
  display: inline-flex;
  margin-right: 12px;
}
.cid-v53sFK52VN .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor {
  height: 10px;
  background-color: #ffffff;
}
.cid-v53sFK52VN .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_1 {
  width: 33px;
  margin-right: 16px;
}
.cid-v53sFK52VN .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_2 {
  width: 17px;
  margin-right: 8px;
}
.cid-v53sFK52VN .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_3 {
  width: 9px;
  margin-right: 4px;
}
.cid-v53sFK52VN .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_4 {
  width: 4px;
  margin-right: 2px;
}
.cid-v53sFK52VN .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_5 {
  width: 2px;
}
.cid-v53sFK52VN .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v53sFK52VN .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v53sFK52VN .content-wrapper .list-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v53sFK52VN .content-wrapper .list-wrapper {
    padding: 0 16px;
  }
}
.cid-v53sFK52VN .content-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v53sFK52VN .content-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 24px;
  padding-right: 32px;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-v53sFK52VN .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  font-size: inherit;
  color: inherit;
  transition: all 0.3s ease;
  transform: translateX(5px);
  opacity: 0;
}
.cid-v53sFK52VN .content-wrapper .list-wrapper .list .item-wrap:hover,
.cid-v53sFK52VN .content-wrapper .list-wrapper .list .item-wrap:focus {
  opacity: 0.6;
}
.cid-v53sFK52VN .content-wrapper .list-wrapper .list .item-wrap:hover::before,
.cid-v53sFK52VN .content-wrapper .list-wrapper .list .item-wrap:focus::before {
  transform: translateX(0);
  opacity: 0.6;
}
.cid-v53sFK52VN .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v53sFK52VN .mbr-label {
  color: #fafafa;
}
.cid-v53sFK52VN .mbr-section-title {
  color: #fafafa;
}
.cid-v53sFK52VN .list {
  color: #fafafa;
}
.cid-v53sFK52VN .mbr-desc {
  color: #cccccc;
}
.cid-v53sFK52VN .mbr-label,
.cid-v53sFK52VN .label-wrapper {
  color: #FFFFFF;
}
.cid-v53sFK52VN .mbr-section-title,
.cid-v53sFK52VN .mbr-section-btn {
  color: #FFFFFF;
}
.cid-v53sFK52VN .list,
.cid-v53sFK52VN .item-wrap,
.cid-v53sFK52VN .list-wrapper {
  color: #FFFFFF;
}
.cid-v53sFKiuq1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #051706;
  overflow: hidden;
  position: relative;
}
.cid-v53sFKiuq1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v53sFKiuq1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v53sFKiuq1 .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v53sFKiuq1 .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dotted #484848;
  pointer-events: none;
}
.cid-v53sFKiuq1 .content-wrapper .border_1 {
  left: 0;
}
.cid-v53sFKiuq1 .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-v53sFKiuq1 .content-wrapper .border_2 {
    display: none;
  }
}
.cid-v53sFKiuq1 .content-wrapper .border_3 {
  left: 50%;
}
.cid-v53sFKiuq1 .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-v53sFKiuq1 .content-wrapper .border_4 {
    display: none;
  }
}
.cid-v53sFKiuq1 .content-wrapper .border_5 {
  left: 100%;
}
.cid-v53sFKiuq1 .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  margin: 0;
}
.cid-v53sFKiuq1 .content-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-v53sFKiuq1 .content-wrapper .title-wrapper {
  margin-bottom: 80px;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v53sFKiuq1 .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v53sFKiuq1 .content-wrapper .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v53sFKiuq1 .content-wrapper .title-wrapper .mbr-label {
  margin-bottom: 24px;
}
.cid-v53sFKiuq1 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v53sFKiuq1 .content-wrapper .nav-wrap {
  margin-bottom: 80px;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v53sFKiuq1 .content-wrapper .nav-wrap {
    margin-bottom: 32px;
    padding: 0 16px;
  }
}
.cid-v53sFKiuq1 .content-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v53sFKiuq1 .content-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-v53sFKiuq1 .content-wrapper .nav-wrap .list-wrap .list {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v53sFKiuq1 .content-wrapper .nav-wrap .list-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  padding-right: 24px;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-v53sFKiuq1 .content-wrapper .nav-wrap .list-wrap .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  font-size: 16px;
  color: inherit;
  transition: all 0.3s ease;
  transform: translateX(5px);
  opacity: 0;
}
.cid-v53sFKiuq1 .content-wrapper .nav-wrap .list-wrap .list .item-wrap:hover,
.cid-v53sFKiuq1 .content-wrapper .nav-wrap .list-wrap .list .item-wrap:focus {
  opacity: 0.6;
}
.cid-v53sFKiuq1 .content-wrapper .nav-wrap .list-wrap .list .item-wrap:hover::before,
.cid-v53sFKiuq1 .content-wrapper .nav-wrap .list-wrap .list .item-wrap:focus::before {
  transform: translateX(0);
  opacity: 0.6;
}
.cid-v53sFKiuq1 .content-wrapper .nav-wrap .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v53sFKiuq1 .content-wrapper .text-wrapper {
  margin-bottom: 80px;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v53sFKiuq1 .content-wrapper .text-wrapper {
    margin-bottom: 32px;
    padding: 0 16px;
  }
}
.cid-v53sFKiuq1 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v53sFKiuq1 .content-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v53sFKiuq1 .content-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v53sFKiuq1 .content-wrapper .mbr-copy {
    padding: 0 16px;
  }
}
.cid-v53sFKiuq1 .mbr-label {
  color: #808080;
}
.cid-v53sFKiuq1 .mbr-section-title {
  color: #cccccc;
}
.cid-v53sFKiuq1 .mbr-list-title {
  color: #808080;
}
.cid-v53sFKiuq1 .list {
  color: #cccccc;
}
.cid-v53sFKiuq1 .mbr-text {
  color: #cccccc;
}
.cid-v53sFKiuq1 .mbr-copy {
  color: #cccccc;
  text-align: center;
}
