.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Host Grotesk;
}
.display-1 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 6.5rem;
  line-height: .95;
}
.display-1 > .mbr-iconfont {
  font-size: 8.125rem;
}
.display-2 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 3.75rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-4 {
  font-family: 'Roboto Mono', monospace;
  font-size: 1rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 2.625rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.28125rem;
}
.display-7 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.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: 5.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.55rem;
    font-size: calc( 2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.1rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.55rem;
    font-size: calc( 2.925rem + (6.5 - 2.925) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (2.925rem + (6.5 - 2.925) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2.1rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (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: #862f28 !important;
}
.bg-success {
  background-color: #394546 !important;
}
.bg-info {
  background-color: #f7f7f5 !important;
}
.bg-warning {
  background-color: #c5ba4a !important;
}
.bg-danger {
  background-color: #c7756f !important;
}
.btn-primary .mbr-iconfont {
  background-color: #ffffff !important;
  color: #862f28 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #862f28 !important;
  border-color: #862f28 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ad3d34 !important;
  box-shadow: none;
}
.btn-primary:hover .mbr-iconfont,
.btn-primary:focus .mbr-iconfont,
.btn-primary.focus .mbr-iconfont,
.btn-primary.active .mbr-iconfont {
  transform: translateX(4px);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ad3d34 !important;
  border-color: #ad3d34 !important;
}
.btn-secondary .mbr-iconfont {
  background-color: #ffffff !important;
  color: #445e5f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #445e5f !important;
  border-color: #445e5f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #597b7d !important;
  box-shadow: none;
}
.btn-secondary:hover .mbr-iconfont,
.btn-secondary:focus .mbr-iconfont,
.btn-secondary.focus .mbr-iconfont,
.btn-secondary.active .mbr-iconfont {
  transform: translateX(4px);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #597b7d !important;
  border-color: #597b7d !important;
}
.btn-info .mbr-iconfont {
  background-color: #676753 !important;
  color: #f7f7f5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f7f7f5 !important;
  border-color: #f7f7f5 !important;
  color: #676753 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover .mbr-iconfont,
.btn-info:focus .mbr-iconfont,
.btn-info.focus .mbr-iconfont,
.btn-info.active .mbr-iconfont {
  transform: translateX(4px);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #676753 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success .mbr-iconfont {
  background-color: #ffffff !important;
  color: #394546 !important;
}
.btn-success,
.btn-success:active {
  background-color: #394546 !important;
  border-color: #394546 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #506162 !important;
  box-shadow: none;
}
.btn-success:hover .mbr-iconfont,
.btn-success:focus .mbr-iconfont,
.btn-success.focus .mbr-iconfont,
.btn-success.active .mbr-iconfont {
  transform: translateX(4px);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #506162 !important;
  border-color: #506162 !important;
}
.btn-warning .mbr-iconfont {
  background-color: #000000 !important;
  color: #c5ba4a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c5ba4a !important;
  border-color: #c5ba4a !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #d1c971 !important;
  box-shadow: none;
}
.btn-warning:hover .mbr-iconfont,
.btn-warning:focus .mbr-iconfont,
.btn-warning.focus .mbr-iconfont,
.btn-warning.active .mbr-iconfont {
  transform: translateX(4px);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #d1c971 !important;
  border-color: #d1c971 !important;
}
.btn-danger .mbr-iconfont {
  background-color: #ffffff !important;
  color: #c7756f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c7756f !important;
  border-color: #c7756f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #d59894 !important;
  box-shadow: none;
}
.btn-danger:hover .mbr-iconfont,
.btn-danger:focus .mbr-iconfont,
.btn-danger.focus .mbr-iconfont,
.btn-danger.active .mbr-iconfont {
  transform: translateX(4px);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #d59894 !important;
  border-color: #d59894 !important;
}
.btn-white .mbr-iconfont {
  background-color: #666666 !important;
  color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-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 {
  transform: translateX(4px);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .mbr-iconfont {
  background-color: #ffffff !important;
  color: #222f30 !important;
}
.btn-black,
.btn-black:active {
  background-color: #222f30 !important;
  border-color: #222f30 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #374c4e !important;
  box-shadow: none;
}
.btn-black:hover .mbr-iconfont,
.btn-black:focus .mbr-iconfont,
.btn-black.focus .mbr-iconfont,
.btn-black.active .mbr-iconfont {
  transform: translateX(4px);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #374c4e !important;
  border-color: #374c4e !important;
}
.btn-primary-outline .mbr-iconfont {
  background-color: #862f28 !important;
  color: #ffffff;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #862f28;
  color: #862f28;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #431814 !important;
  background-color: transparent !important;
  border-color: #431814 !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: #431814 !important;
  color: #ffffff;
  transform: translateX(4px);
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #862f28 !important;
  border-color: #862f28 !important;
}
.btn-secondary-outline .mbr-iconfont {
  background-color: #445e5f !important;
  color: #ffffff;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #445e5f;
  color: #445e5f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #202c2c !important;
  background-color: transparent !important;
  border-color: #202c2c !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: #202c2c !important;
  color: #ffffff;
  transform: translateX(4px);
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #445e5f !important;
  border-color: #445e5f !important;
}
.btn-info-outline .mbr-iconfont {
  background-color: #f7f7f5 !important;
  color: #676753;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f7f7f5;
  color: #f7f7f5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d0d0c5 !important;
  background-color: transparent !important;
  border-color: #d0d0c5 !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: #d0d0c5 !important;
  color: #37372c;
  transform: translateX(4px);
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #848469 !important;
  background-color: #f7f7f5 !important;
  border-color: #f7f7f5 !important;
}
.btn-success-outline .mbr-iconfont {
  background-color: #394546 !important;
  color: #ffffff;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #394546;
  color: #394546;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #121616 !important;
  background-color: transparent !important;
  border-color: #121616 !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: #121616 !important;
  color: #ffffff;
  transform: translateX(4px);
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #394546 !important;
  border-color: #394546 !important;
}
.btn-warning-outline .mbr-iconfont {
  background-color: #c5ba4a !important;
  color: #000000;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #c5ba4a;
  color: #c5ba4a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #8c832d !important;
  background-color: transparent !important;
  border-color: #8c832d !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: #8c832d !important;
  color: #ffffff;
  transform: translateX(4px);
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c5ba4a !important;
  border-color: #c5ba4a !important;
}
.btn-danger-outline .mbr-iconfont {
  background-color: #c7756f !important;
  color: #ffffff;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #c7756f;
  color: #c7756f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a1453f !important;
  background-color: transparent !important;
  border-color: #a1453f !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: #a1453f !important;
  color: #ffffff;
  transform: translateX(4px);
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c7756f !important;
  border-color: #c7756f !important;
}
.btn-black-outline .mbr-iconfont {
  background-color: #222f30 !important;
  color: #ffffff;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #222f30;
  color: #222f30;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  background-color: #000000 !important;
  color: #ffffff;
  transform: translateX(4px);
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222f30 !important;
  border-color: #222f30 !important;
}
.btn-white-outline .mbr-iconfont {
  background-color: #ffffff !important;
  color: #666666;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !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: #d4d4d4 !important;
  color: #3b3b3b;
  transform: translateX(4px);
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #862f28 !important;
}
.text-secondary {
  color: #445e5f !important;
}
.text-success {
  color: #394546 !important;
}
.text-info {
  color: #f7f7f5 !important;
}
.text-warning {
  color: #c5ba4a !important;
}
.text-danger {
  color: #c7756f !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #222f30 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #371311 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #192324 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0b0e0e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cacabc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #807829 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #96403a !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !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: #862f28;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f7f7f5;
}
.alert-warning {
  background-color: #c5ba4a;
}
.alert-danger {
  background-color: #c7756f;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #862f28;
  border-color: #862f28;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 8px !important;
}
a,
a:hover {
  color: #862f28;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cf675e;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #aab9ba;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e4dfab;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ebcdcb;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
  border-radius: 12px !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: #862f28 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #862f28;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #862f28;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #862f28;
}
.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: #862f28;
  border-bottom-color: #862f28;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #862f28 !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: #445e5f !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='%23862f28' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 0 20px;
  font-weight: 400;
  border-radius: 12px !important;
  min-height: 48px;
  will-change: transform;
}
.mbr-section-btn .btn .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 48px;
  width: 48px;
  border-radius: 12px !important;
  font-size: 90%;
  margin-right: -22px;
  margin-left: 16px;
  transition: all .3s ease;
}
.mbr-section-btn .btn-black {
  color: #ffffff;
}
.mbr-section-btn .btn-black .mbr-iconfont {
  background-color: #862f28 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn .btn-black.focus,
.mbr-section-btn .btn-black.active {
  background-color: #862f28 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-black:hover .mbr-iconfont,
.mbr-section-btn .btn-black:focus .mbr-iconfont,
.mbr-section-btn .btn-black.focus .mbr-iconfont,
.mbr-section-btn .btn-black.active .mbr-iconfont {
  background-color: #222f30 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn .btn-white {
  border: none !important;
}
.mbr-section-btn .btn-white {
  color: #222f30;
}
.mbr-section-btn .btn-white .mbr-iconfont {
  background-color: #862f28 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn .btn-white.focus,
.mbr-section-btn .btn-white.active {
  background-color: #862f28 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-white:hover .mbr-iconfont,
.mbr-section-btn .btn-white:focus .mbr-iconfont,
.mbr-section-btn .btn-white.focus .mbr-iconfont,
.mbr-section-btn .btn-white.active .mbr-iconfont {
  background-color: #ffffff !important;
  color: #222f30 !important;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn .btn-white {
  border: none !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 20px !important;
}
.large-radius,
.google-map iframe {
  border-radius: 24px !important;
}
.middle-radius {
  border-radius: 16px !important;
}
.little-radius,
.nav-item .nav-link,
.dropdown-item {
  border-radius: 8px !important;
}
.menu-content,
.blur-wrapper,
.card-icon.card-wrap {
  border-radius: 12px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vck7CL58Ar .navbar-dropdown {
  position: relative !important;
}
.cid-vck7CL58Ar .navbar-dropdown {
  position: absolute !important;
}
.cid-vck7CL58Ar .container-fluid {
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-vck7CL58Ar .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-vck7CL58Ar .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-vck7CL58Ar .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vck7CL58Ar .dropdown-item {
  border: none !important;
  background: #222f30 !important;
  color: #f7f7f5 !important;
  font-weight: 300;
}
.cid-vck7CL58Ar .dropdown-item:hover,
.cid-vck7CL58Ar .dropdown-item:focus {
  background: #222f30 !important;
  color: #f7f7f5 !important;
}
.cid-vck7CL58Ar .dropdown-item:hover span {
  color: white;
}
.cid-vck7CL58Ar .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vck7CL58Ar .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vck7CL58Ar .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vck7CL58Ar .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vck7CL58Ar .nav-link {
  position: relative;
}
.cid-vck7CL58Ar .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vck7CL58Ar .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vck7CL58Ar .container {
    max-width: 1100px;
  }
}
.cid-vck7CL58Ar .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vck7CL58Ar .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vck7CL58Ar .dropdown-menu,
.cid-vck7CL58Ar .navbar.opened {
  background: #f7f7f5 !important;
  background: rgba(247, 247, 245, 0) !important;
}
.cid-vck7CL58Ar .nav-item:focus,
.cid-vck7CL58Ar .nav-link:focus {
  outline: none;
}
.cid-vck7CL58Ar .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vck7CL58Ar .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vck7CL58Ar .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vck7CL58Ar .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vck7CL58Ar .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vck7CL58Ar .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vck7CL58Ar .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 247, 245, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vck7CL58Ar .navbar.opened {
  transition: all 0.3s;
}
.cid-vck7CL58Ar .navbar .dropdown-item {
  padding: 10px 2rem 10px 17px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vck7CL58Ar .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vck7CL58Ar .navbar .navbar-logo img {
  width: auto;
}
.cid-vck7CL58Ar .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vck7CL58Ar .navbar.collapsed {
  justify-content: center;
}
.cid-vck7CL58Ar .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vck7CL58Ar .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vck7CL58Ar .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vck7CL58Ar .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vck7CL58Ar .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vck7CL58Ar .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%;
  position: static;
}
.cid-vck7CL58Ar .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vck7CL58Ar .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vck7CL58Ar .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vck7CL58Ar .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vck7CL58Ar .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vck7CL58Ar .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vck7CL58Ar .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vck7CL58Ar .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vck7CL58Ar .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%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vck7CL58Ar .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vck7CL58Ar .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vck7CL58Ar .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vck7CL58Ar .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vck7CL58Ar .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vck7CL58Ar .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vck7CL58Ar .navbar.navbar-short {
  min-height: 110px;
}
.cid-vck7CL58Ar .navbar.navbar-short .navbar-brand {
  min-height: 110px;
}
.cid-vck7CL58Ar .navbar-brand {
  min-height: 110px;
  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-vck7CL58Ar .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vck7CL58Ar .navbar-brand .navbar-caption:hover,
.cid-vck7CL58Ar .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vck7CL58Ar .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vck7CL58Ar .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vck7CL58Ar .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vck7CL58Ar .dropdown-item.active,
.cid-vck7CL58Ar .dropdown-item:active {
  background-color: transparent;
}
.cid-vck7CL58Ar .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vck7CL58Ar .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vck7CL58Ar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vck7CL58Ar .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f5;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vck7CL58Ar .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vck7CL58Ar .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vck7CL58Ar .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vck7CL58Ar ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
}
@media (min-width: 991px) {
  .cid-vck7CL58Ar ul.navbar-nav {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .cid-vck7CL58Ar ul.navbar-nav {
    padding: 10px;
  }
  .cid-vck7CL58Ar ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vck7CL58Ar .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vck7CL58Ar .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vck7CL58Ar .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vck7CL58Ar .navbar-buttons {
    text-align: left;
  }
}
.cid-vck7CL58Ar .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin: 0;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .cid-vck7CL58Ar .navbar-buttons .btn {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .cid-vck7CL58Ar .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vck7CL58Ar button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 110px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vck7CL58Ar button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vck7CL58Ar button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vck7CL58Ar button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vck7CL58Ar button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vck7CL58Ar button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vck7CL58Ar nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vck7CL58Ar nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vck7CL58Ar nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vck7CL58Ar nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vck7CL58Ar .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vck7CL58Ar a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vck7CL58Ar .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vck7CL58Ar .navbar {
    height: 70px;
  }
  .cid-vck7CL58Ar .navbar.opened {
    height: auto;
  }
  .cid-vck7CL58Ar .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vck7CL58Ar .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vck7CL58Ar .nav-item .nav-link {
  padding: 10px 17px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vck7CL58Ar .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vck7CL58Ar .nav-item .nav-link:hover {
  background-color: #f7f7f5;
  color: #222f30;
}
.cid-vck7CL58Ar .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vck7CL58Ar .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vck7CL58Ar .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vck7CL58Ar .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vck7CL58Ar .navbar {
    justify-content: flex-start !important;
  }
  .cid-vck7CL58Ar .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vck7CL58Ar .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vck7CL58Ar .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vck7CL58Ar .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vck7CL58Ar .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vck7CL58Ar .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vck7CL58Ar .content-wrap {
  min-height: 110px;
}
.cid-vck7CL58Ar .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vck7CL58Ar .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vck7CL58Ar .menu-content {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(14px);
  position: relative;
  padding: 4px 12px;
}
@media (max-width: 992px) {
  .cid-vck7CL58Ar .menu-content {
    width: 100%;
    flex-direction: column;
    padding: 10px 12px;
  }
}
.cid-vck7CL58Ar .menu-content .blur-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .8;
  pointer-events: none;
}
.cid-vck7CUAbUU {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dr-vu-georgia-wellness-center-griffin-ga-750x450.webp");
}
.cid-vck7CUAbUU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vck7CUAbUU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vck7CUAbUU .title-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-vck7CUAbUU .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vck7CUAbUU .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-vck7CUAbUU .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vck7CUAbUU .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vck7CUAbUU .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-vck7CUAbUU .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vck7CUAbUU .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vck7CUAbUU .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vck7CUAbUU .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vck7CUAbUU .mbr-text {
  margin-bottom: 0;
  color: #4f595a;
}
.cid-vck7CUAbUU .mbr-section-btn {
  margin-top: -9.6px;
}
@media (max-width: 992px) {
  .cid-vck7CUAbUU .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vck7CUAbUU .mbr-section-title {
  color: #222f30;
}
.cid-vck7CUAbUU .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vck7CUAbUU .mbr-section-subtitle,
.cid-vck7CUAbUU .subtitle-wrap {
  color: #ffffff;
}
.cid-vgMYfkL1Cq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vgMYfkL1Cq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgMYfkL1Cq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgMYfkL1Cq .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vgMYfkL1Cq .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgMYfkL1Cq .label-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vgMYfkL1Cq .label-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgMYfkL1Cq .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vgMYfkL1Cq .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vgMYfkL1Cq .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgMYfkL1Cq .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vgMYfkL1Cq .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgMYfkL1Cq .image-wrapper img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vgMYfkL1Cq .image-wrapper img {
    height: 300px;
  }
}
.cid-vgMYfkL1Cq .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vgMYfkL1Cq .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vgMYfkL1Cq .title-wrapper .text-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-vgMYfkL1Cq .title-wrapper .text-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vgMYfkL1Cq .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgMYfkL1Cq .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgMYfkL1Cq .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vgMYfkL1Cq .title-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vgMYfkL1Cq .mbr-label {
  color: #222f30;
}
.cid-vgMYfkL1Cq .mbr-section-title {
  color: #222f30;
}
.cid-vgMYfkL1Cq .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vgMYfkL1Cq .mbr-text {
  color: #4f595a;
}
.cid-vgOxqYYEiG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vgOxqYYEiG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgOxqYYEiG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgOxqYYEiG .content-wrap {
  margin: 0 -10px;
}
.cid-vgOxqYYEiG .content-wrap .card {
  padding: 0 10px;
}
.cid-vgOxqYYEiG .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vgOxqYYEiG .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgOxqYYEiG .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgOxqYYEiG .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vgOxqYYEiG .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vgOxqYYEiG .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgOxqYYEiG .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vgOxqYYEiG .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vgOxqYYEiG .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgOxqYYEiG .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgOxqYYEiG .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgOxqYYEiG .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgOxqYYEiG .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vgOxqYYEiG .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vgOxqYYEiG .mbr-label {
  color: #222f30;
}
.cid-vgOxqYYEiG .mbr-section-title {
  color: #222f30;
}
.cid-vgOxqYYEiG .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vgOxqYYEiG .mbr-text {
  color: #4f595a;
}
.cid-vgOxqYYEiG .mbr-text,
.cid-vgOxqYYEiG .text-wrapper {
  text-align: justify;
}
.cid-vgOyHmWaNA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vgOyHmWaNA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgOyHmWaNA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgOyHmWaNA .panel-group .card {
  position: relative;
  padding: 50px 0;
  border-bottom: 1px solid #e7e8e1;
  background-color: transparent;
  overflow: hidden;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vgOyHmWaNA .panel-group .card {
    padding: 24px 0;
  }
}
.cid-vgOyHmWaNA .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vgOyHmWaNA .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  transition: all 0.5s ease-in-out;
}
.cid-vgOyHmWaNA .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-vgOyHmWaNA .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 28px;
  transition: all 0.3s ease-in-out;
  color: #222f30;
}
.cid-vgOyHmWaNA .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-vgOyHmWaNA .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-vgOyHmWaNA .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  margin-bottom: 0;
}
.cid-vgOyHmWaNA .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-vgOyHmWaNA .panel-group .card .card-header .panel-title:not(.collapsed) {
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vgOyHmWaNA .panel-group .card .card-header .panel-title:not(.collapsed) {
    padding-bottom: 24px;
  }
}
.cid-vgOyHmWaNA .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-vgOyHmWaNA .panel-group .card .panel-collapse .panel-body {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  border-top: 1px solid #e7e8e1;
  padding: 50px 0 0;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
@media (max-width: 992px) {
  .cid-vgOyHmWaNA .panel-group .card .panel-collapse .panel-body {
    padding: 24px 0 0;
    display: block;
  }
}
.cid-vgOyHmWaNA .panel-group .card .panel-collapse .panel-body .item-content {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vgOyHmWaNA .panel-group .card .panel-collapse .panel-body .item-content {
    width: 100%;
  }
}
.cid-vgOyHmWaNA .panel-group .card .panel-collapse .panel-body .item-content .item-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vgOyHmWaNA .panel-group .card .panel-collapse .panel-body .item-content .item-title {
    margin-bottom: 24px;
  }
}
.cid-vgOyHmWaNA .panel-group .card .panel-collapse .panel-body .item-content .card-box {
  padding-left: 20px;
  border-left: 1px solid #a7e26e;
}
.cid-vgOyHmWaNA .panel-group .card .panel-collapse .panel-body .item-content .card-box .item-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgOyHmWaNA .panel-group .card .panel-collapse .panel-body .item-content .card-box .item-text {
    margin-bottom: 24px;
  }
}
.cid-vgOyHmWaNA .panel-group .card .panel-collapse .panel-body .item-content .card-box .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.cid-vgOyHmWaNA .panel-group .card .panel-collapse .panel-body .item-content .card-box .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 66px;
  height: 66px;
  min-width: 66px;
  object-fit: cover;
}
.cid-vgOyHmWaNA .panel-group .card .panel-collapse .panel-body .item-content .card-box .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 6px;
}
.cid-vgOyHmWaNA .panel-group .card .panel-collapse .panel-body .item-content .card-box .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vgOyHmWaNA .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgOyHmWaNA .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
    margin-top: 24px;
  }
}
.cid-vgOyHmWaNA .panel-group .card .panel-collapse.show .panel-body {
  opacity: 1;
}
.cid-vgOyHmWaNA .panel-number {
  color: #c9cbbe;
}
.cid-vgOyHmWaNA .panel-title-edit {
  color: #222f30;
}
.cid-vgOyHmWaNA .item-title {
  color: #222f30;
}
.cid-vgOyHmWaNA .item-text {
  color: #222f30;
}
.cid-vgOyHmWaNA .item-name {
  color: #222f30;
}
.cid-vgOyHmWaNA .item-role {
  color: #949a9b;
}
.cid-vgOyHmWaNA .panel-text {
  color: #222f30;
}
#custom-html-h {
  /* Type valid CSS here */
}
#custom-html-h div {
  padding: 80px 0;
  color: #FF8C00;
  text-align: left;
}
#custom-html-h p {
  font-size: 15px;
  color: #FF8C00;
}
.cid-vck7M299Cv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background4.webp");
}
.cid-vck7M299Cv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vck7M299Cv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vck7M299Cv .title-wrapper {
  margin-bottom: 320px;
}
@media (max-width: 992px) {
  .cid-vck7M299Cv .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vck7M299Cv .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vck7M299Cv .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 0;
  margin-bottom: 320px;
}
@media (max-width: 992px) {
  .cid-vck7M299Cv .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vck7M299Cv .nav-wrapper .nav-wrap {
  position: relative;
  width: 33%;
  padding-left: 20px;
}
@media (max-width: 1440px) {
  .cid-vck7M299Cv .nav-wrapper .nav-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vck7M299Cv .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-vck7M299Cv .nav-wrapper .nav-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease;
  opacity: .2;
}
.cid-vck7M299Cv .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vck7M299Cv .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-vck7M299Cv .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vck7M299Cv .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-vck7M299Cv .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.cid-vck7M299Cv .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-vck7M299Cv .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vck7M299Cv .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vck7M299Cv .mbr-label {
  margin-bottom: 24px;
  color: #ffffff;
}
.cid-vck7M299Cv .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vck7M299Cv .mbr-section-title {
  color: #ffffff;
}
.cid-vck7M299Cv .mbr-list-title {
  color: #ffffff;
}
.cid-vck7M299Cv .list {
  color: #ffffff;
}
.cid-vgMsMlxFKF .navbar-dropdown {
  position: relative !important;
}
.cid-vgMsMlxFKF .navbar-dropdown {
  position: absolute !important;
}
.cid-vgMsMlxFKF .container-fluid {
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-vgMsMlxFKF .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-vgMsMlxFKF .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-vgMsMlxFKF .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgMsMlxFKF .dropdown-item {
  border: none !important;
  background: #222f30 !important;
  color: #f7f7f5 !important;
  font-weight: 300;
}
.cid-vgMsMlxFKF .dropdown-item:hover,
.cid-vgMsMlxFKF .dropdown-item:focus {
  background: #222f30 !important;
  color: #f7f7f5 !important;
}
.cid-vgMsMlxFKF .dropdown-item:hover span {
  color: white;
}
.cid-vgMsMlxFKF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgMsMlxFKF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgMsMlxFKF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgMsMlxFKF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vgMsMlxFKF .nav-link {
  position: relative;
}
.cid-vgMsMlxFKF .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vgMsMlxFKF .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vgMsMlxFKF .container {
    max-width: 1100px;
  }
}
.cid-vgMsMlxFKF .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgMsMlxFKF .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgMsMlxFKF .dropdown-menu,
.cid-vgMsMlxFKF .navbar.opened {
  background: #f7f7f5 !important;
  background: rgba(247, 247, 245, 0) !important;
}
.cid-vgMsMlxFKF .nav-item:focus,
.cid-vgMsMlxFKF .nav-link:focus {
  outline: none;
}
.cid-vgMsMlxFKF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgMsMlxFKF .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vgMsMlxFKF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgMsMlxFKF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgMsMlxFKF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgMsMlxFKF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vgMsMlxFKF .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 247, 245, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgMsMlxFKF .navbar.opened {
  transition: all 0.3s;
}
.cid-vgMsMlxFKF .navbar .dropdown-item {
  padding: 10px 2rem 10px 17px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vgMsMlxFKF .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vgMsMlxFKF .navbar .navbar-logo img {
  width: auto;
}
.cid-vgMsMlxFKF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgMsMlxFKF .navbar.collapsed {
  justify-content: center;
}
.cid-vgMsMlxFKF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgMsMlxFKF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vgMsMlxFKF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vgMsMlxFKF .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vgMsMlxFKF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vgMsMlxFKF .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%;
  position: static;
}
.cid-vgMsMlxFKF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgMsMlxFKF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgMsMlxFKF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgMsMlxFKF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgMsMlxFKF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgMsMlxFKF .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vgMsMlxFKF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgMsMlxFKF .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vgMsMlxFKF .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%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vgMsMlxFKF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgMsMlxFKF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgMsMlxFKF .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vgMsMlxFKF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgMsMlxFKF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgMsMlxFKF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgMsMlxFKF .navbar.navbar-short {
  min-height: 110px;
}
.cid-vgMsMlxFKF .navbar.navbar-short .navbar-brand {
  min-height: 110px;
}
.cid-vgMsMlxFKF .navbar-brand {
  min-height: 110px;
  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-vgMsMlxFKF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgMsMlxFKF .navbar-brand .navbar-caption:hover,
.cid-vgMsMlxFKF .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vgMsMlxFKF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgMsMlxFKF .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgMsMlxFKF .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vgMsMlxFKF .dropdown-item.active,
.cid-vgMsMlxFKF .dropdown-item:active {
  background-color: transparent;
}
.cid-vgMsMlxFKF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgMsMlxFKF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgMsMlxFKF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgMsMlxFKF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f5;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vgMsMlxFKF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vgMsMlxFKF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgMsMlxFKF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgMsMlxFKF ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
}
@media (min-width: 991px) {
  .cid-vgMsMlxFKF ul.navbar-nav {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .cid-vgMsMlxFKF ul.navbar-nav {
    padding: 10px;
  }
  .cid-vgMsMlxFKF ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vgMsMlxFKF .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vgMsMlxFKF .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vgMsMlxFKF .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgMsMlxFKF .navbar-buttons {
    text-align: left;
  }
}
.cid-vgMsMlxFKF .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin: 0;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .cid-vgMsMlxFKF .navbar-buttons .btn {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .cid-vgMsMlxFKF .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgMsMlxFKF button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 110px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgMsMlxFKF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vgMsMlxFKF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgMsMlxFKF button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vgMsMlxFKF button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vgMsMlxFKF button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vgMsMlxFKF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgMsMlxFKF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgMsMlxFKF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgMsMlxFKF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgMsMlxFKF .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgMsMlxFKF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgMsMlxFKF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgMsMlxFKF .navbar {
    height: 70px;
  }
  .cid-vgMsMlxFKF .navbar.opened {
    height: auto;
  }
  .cid-vgMsMlxFKF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgMsMlxFKF .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgMsMlxFKF .nav-item .nav-link {
  padding: 10px 17px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vgMsMlxFKF .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgMsMlxFKF .nav-item .nav-link:hover {
  background-color: #f7f7f5;
  color: #222f30;
}
.cid-vgMsMlxFKF .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vgMsMlxFKF .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgMsMlxFKF .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgMsMlxFKF .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgMsMlxFKF .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgMsMlxFKF .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgMsMlxFKF .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgMsMlxFKF .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgMsMlxFKF .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgMsMlxFKF .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgMsMlxFKF .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgMsMlxFKF .content-wrap {
  min-height: 110px;
}
.cid-vgMsMlxFKF .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vgMsMlxFKF .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vgMsMlxFKF .menu-content {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(14px);
  position: relative;
  padding: 4px 12px;
}
@media (max-width: 992px) {
  .cid-vgMsMlxFKF .menu-content {
    width: 100%;
    flex-direction: column;
    padding: 10px 12px;
  }
}
.cid-vgMsMlxFKF .menu-content .blur-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .8;
  pointer-events: none;
}
.cid-vgMsMpNLq9 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dr-vu-georgia-wellness-center-griffin-ga-750x450.webp");
}
.cid-vgMsMpNLq9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgMsMpNLq9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgMsMpNLq9 .title-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-vgMsMpNLq9 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgMsMpNLq9 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-vgMsMpNLq9 .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vgMsMpNLq9 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgMsMpNLq9 .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-vgMsMpNLq9 .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vgMsMpNLq9 .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vgMsMpNLq9 .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vgMsMpNLq9 .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgMsMpNLq9 .mbr-text {
  margin-bottom: 0;
  color: #4f595a;
}
.cid-vgMsMpNLq9 .mbr-section-btn {
  margin-top: -9.6px;
}
@media (max-width: 992px) {
  .cid-vgMsMpNLq9 .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vgMsMpNLq9 .mbr-section-title {
  color: #222f30;
}
.cid-vgMsMpNLq9 .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vgMsMpNLq9 .mbr-section-subtitle,
.cid-vgMsMpNLq9 .subtitle-wrap {
  color: #ffffff;
}
.cid-vgMsMs0mTx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vgMsMs0mTx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgMsMs0mTx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgMsMs0mTx .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vgMsMs0mTx .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vgMsMs0mTx .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vgMsMs0mTx .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgMsMs0mTx .panel-group .card {
  position: relative;
  background-color: #121212;
  border: none;
  transition: all 0.3s ease-in-out;
  margin-top: 16px;
  overflow: hidden;
}
.cid-vgMsMs0mTx .panel-group .card:hover {
  background-color: #1c1c1c;
}
.cid-vgMsMs0mTx .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vgMsMs0mTx .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vgMsMs0mTx .panel-group .card .card-header .panel-title {
  padding: 16px 16px 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgMsMs0mTx .panel-group .card .card-header .panel-title {
    padding: 16px;
  }
}
.cid-vgMsMs0mTx .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vgMsMs0mTx .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #000000;
}
.cid-vgMsMs0mTx .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vgMsMs0mTx .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #1c1c1c;
  padding-bottom: 8px;
}
.cid-vgMsMs0mTx .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(45deg);
}
.cid-vgMsMs0mTx .panel-group .card .panel-collapse .panel-body {
  padding: 0 16px 16px 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vgMsMs0mTx .panel-group .card .panel-collapse .panel-body {
    padding: 0 16px 16px 16px;
  }
}
.cid-vgMsMs0mTx .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vgMsMs0mTx .panel-group .card .collapse.show .panel-body {
  background-color: #1c1c1c;
}
.cid-vgMsMs0mTx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vgMsMs0mTx .mbr-text {
  color: #808080;
  text-align: center;
}
.cid-vgMsMs0mTx .panel-title-edit {
  color: #ffffff;
}
.cid-vgMsMs0mTx .panel-text {
  color: #808080;
}
.cid-vgMsMuOMsz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222f30;
}
.cid-vgMsMuOMsz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgMsMuOMsz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgMsMuOMsz .items-wrapper {
  margin: 0 -10px;
}
.cid-vgMsMuOMsz .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vgMsMuOMsz .items-wrapper .item {
    margin-bottom: 24px;
  }
  .cid-vgMsMuOMsz .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgMsMuOMsz .items-wrapper .item .item-wrapper {
  position: relative;
  height: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgMsMuOMsz .items-wrapper .item .item-wrapper:hover .border-wrap_1::before,
.cid-vgMsMuOMsz .items-wrapper .item .item-wrapper:focus .border-wrap_1::before,
.cid-vgMsMuOMsz .items-wrapper .item .item-wrapper:hover .border-wrap_1::after,
.cid-vgMsMuOMsz .items-wrapper .item .item-wrapper:focus .border-wrap_1::after {
  width: 16px;
  height: 16px;
  opacity: 1;
}
.cid-vgMsMuOMsz .items-wrapper .item .item-wrapper:hover .border-wrap_2::before,
.cid-vgMsMuOMsz .items-wrapper .item .item-wrapper:focus .border-wrap_2::before,
.cid-vgMsMuOMsz .items-wrapper .item .item-wrapper:hover .border-wrap_2::after,
.cid-vgMsMuOMsz .items-wrapper .item .item-wrapper:focus .border-wrap_2::after {
  width: 16px;
  height: 16px;
  opacity: 1;
}
.cid-vgMsMuOMsz .items-wrapper .item .item-wrapper:hover::before,
.cid-vgMsMuOMsz .items-wrapper .item .item-wrapper:focus::before {
  height: 100%;
}
.cid-vgMsMuOMsz .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  transition: all .3s ease;
  opacity: .2;
}
.cid-vgMsMuOMsz .items-wrapper .item .item-wrapper .border-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
}
.cid-vgMsMuOMsz .items-wrapper .item .item-wrapper .border-wrap_1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  transition: all .3s ease;
  border-top-left-radius: 2px;
  opacity: .2;
}
.cid-vgMsMuOMsz .items-wrapper .item .item-wrapper .border-wrap_1::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-top-right-radius: 2px;
  transition: all .3s ease;
  opacity: .2;
}
.cid-vgMsMuOMsz .items-wrapper .item .item-wrapper .border-wrap_2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
}
.cid-vgMsMuOMsz .items-wrapper .item .item-wrapper .border-wrap_2::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-bottom-left-radius: 2px;
  transition: all .3s ease;
  opacity: .2;
}
.cid-vgMsMuOMsz .items-wrapper .item .item-wrapper .border-wrap_2::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom-right-radius: 2px;
  transition: all .3s ease;
  opacity: .2;
}
.cid-vgMsMuOMsz .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-vgMsMuOMsz .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-vgMsMuOMsz .items-wrapper .item .item-wrapper .item-img {
    width: 50%;
  }
}
@media (max-width: 425px) {
  .cid-vgMsMuOMsz .items-wrapper .item .item-wrapper .item-img {
    width: 70%;
  }
}
.cid-vgMsMuOMsz .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  object-fit: contain;
  filter: invert(1);
}
.cid-vgMsMxnhzO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vgMsMxnhzO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgMsMxnhzO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgMsMxnhzO .container-fluid {
  padding: 0;
}
.cid-vgMsMxnhzO .items-wrapper {
  margin: 0;
}
.cid-vgMsMxnhzO .items-wrapper .item {
  padding: 0;
}
.cid-vgMsMxnhzO .items-wrapper .item .item-wrapper {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 420px;
  height: 100%;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vgMsMxnhzO .items-wrapper .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-vgMsMxnhzO .items-wrapper .item .item-wrapper .number-wrapper {
  display: flex;
  justify-content: space-between;
}
.cid-vgMsMxnhzO .items-wrapper .item .item-wrapper .number-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vgMsMxnhzO .items-wrapper .item .item-wrapper .number-wrapper .iconfont-wrapper .mbr-iconfont {
    margin-bottom: 24px;
  }
}
.cid-vgMsMxnhzO .items-wrapper .item .item-wrapper .number-wrapper .item-number_1,
.cid-vgMsMxnhzO .items-wrapper .item .item-wrapper .number-wrapper .item-number_2,
.cid-vgMsMxnhzO .items-wrapper .item .item-wrapper .number-wrapper .item-number_3 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vgMsMxnhzO .items-wrapper .item .item-wrapper .number-wrapper .item-number_1,
  .cid-vgMsMxnhzO .items-wrapper .item .item-wrapper .number-wrapper .item-number_2,
  .cid-vgMsMxnhzO .items-wrapper .item .item-wrapper .number-wrapper .item-number_3 {
    margin-bottom: 24px;
  }
}
.cid-vgMsMxnhzO .items-wrapper .item .item-wrapper .card-box .item-title_1,
.cid-vgMsMxnhzO .items-wrapper .item .item-wrapper .card-box .item-title_2,
.cid-vgMsMxnhzO .items-wrapper .item .item-wrapper .card-box .item-title_3 {
  margin-bottom: 16px;
}
.cid-vgMsMxnhzO .items-wrapper .item .item-wrapper .card-box .item-text_1,
.cid-vgMsMxnhzO .items-wrapper .item .item-wrapper .card-box .item-text_2,
.cid-vgMsMxnhzO .items-wrapper .item .item-wrapper .card-box .item-text_3 {
  margin-bottom: 0;
}
.cid-vgMsMxnhzO .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgMsMxnhzO .items-wrapper .item .card_1 {
  background-color: #cef79e;
}
.cid-vgMsMxnhzO .items-wrapper .item .card_2 {
  background-color: #222f30;
}
.cid-vgMsMxnhzO .items-wrapper .item .card_3 {
  background-color: #e7e8e1;
}
.cid-vgMsMxnhzO .item-number_1 {
  color: #222f30;
}
.cid-vgMsMxnhzO .item-number_2 {
  color: #ffffff;
}
.cid-vgMsMxnhzO .item-number_3 {
  color: #222f30;
}
.cid-vgMsMxnhzO .item-title_1 {
  color: #222f30;
}
.cid-vgMsMxnhzO .item-title_2 {
  color: #ffffff;
}
.cid-vgMsMxnhzO .item-title_3 {
  color: #222f30;
}
.cid-vgMsMxnhzO .item-text_1 {
  color: #222f30;
}
.cid-vgMsMxnhzO .item-text_2 {
  color: #ffffff;
}
.cid-vgMsMxnhzO .item-text_3 {
  color: #222f30;
}
.cid-vgMsMB88Uy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vgMsMB88Uy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgMsMB88Uy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgMsMB88Uy .content-wrap {
  margin: 0 -10px;
}
.cid-vgMsMB88Uy .content-wrap .card {
  padding: 0 10px;
}
.cid-vgMsMB88Uy .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vgMsMB88Uy .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgMsMB88Uy .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgMsMB88Uy .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vgMsMB88Uy .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vgMsMB88Uy .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgMsMB88Uy .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vgMsMB88Uy .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vgMsMB88Uy .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgMsMB88Uy .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgMsMB88Uy .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgMsMB88Uy .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgMsMB88Uy .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vgMsMB88Uy .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vgMsMB88Uy .mbr-label {
  color: #222f30;
}
.cid-vgMsMB88Uy .mbr-section-title {
  color: #222f30;
}
.cid-vgMsMB88Uy .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vgMsMB88Uy .mbr-text {
  color: #4f595a;
}
.cid-vgMsMDFyqe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222f30;
}
.cid-vgMsMDFyqe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgMsMDFyqe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgMsMDFyqe .label-wrapper {
  padding-bottom: 48px;
  margin-bottom: 60px;
  border-bottom: 1px solid #394546;
}
@media (max-width: 992px) {
  .cid-vgMsMDFyqe .label-wrapper {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
.cid-vgMsMDFyqe .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
}
.cid-vgMsMDFyqe .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f7f5;
  opacity: .1;
}
.cid-vgMsMDFyqe .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vgMsMDFyqe .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgMsMDFyqe .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgMsMDFyqe .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgMsMDFyqe .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgMsMDFyqe .items-wrapper .item {
  padding-bottom: 48px;
  margin-bottom: 48px;
  border-bottom: 1px solid #394546;
}
.cid-vgMsMDFyqe .items-wrapper .item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-vgMsMDFyqe .items-wrapper .item {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .cid-vgMsMDFyqe .items-wrapper .item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.cid-vgMsMDFyqe .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-vgMsMDFyqe .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgMsMDFyqe .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgMsMDFyqe .mbr-label {
  color: #ffffff;
}
.cid-vgMsMDFyqe .mbr-section-title {
  color: #ffffff;
}
.cid-vgMsMDFyqe .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vgMsMDFyqe .item-title {
  color: #ffffff;
}
.cid-vgMsMDFyqe .item-text {
  color: #949a9b;
}
.cid-vgMsMFUMPO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeeee;
}
.cid-vgMsMFUMPO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgMsMFUMPO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgMsMFUMPO .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vgMsMFUMPO .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vgMsMFUMPO .main-btn {
  margin-bottom: 60px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vgMsMFUMPO .main-btn {
    margin-bottom: 48px;
    text-align: left;
  }
}
.cid-vgMsMFUMPO .main-btn .btn {
  margin-bottom: 0;
}
.cid-vgMsMFUMPO .card {
  justify-content: flex-end;
}
.cid-vgMsMFUMPO .items-wrapper .item {
  margin-bottom: 40px;
}
.cid-vgMsMFUMPO .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgMsMFUMPO .items-wrapper .item {
    margin-bottom: 24px;
  }
  .cid-vgMsMFUMPO .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgMsMFUMPO .items-wrapper .item .item-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  padding: 24px 32px;
  background-color: #ffffff;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 1440px) {
  .cid-vgMsMFUMPO .items-wrapper .item .item-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vgMsMFUMPO .items-wrapper .item .item-wrapper {
    padding: 24px;
    gap: 24px;
  }
}
.cid-vgMsMFUMPO .items-wrapper .item .item-wrapper:hover .icon-card .mbr-iconfont,
.cid-vgMsMFUMPO .items-wrapper .item .item-wrapper:focus .icon-card .mbr-iconfont {
  background-color: #222f30;
  color: #ffffff !important;
  transform: scale(0.94);
}
.cid-vgMsMFUMPO .items-wrapper .item .item-wrapper:hover .item-img img,
.cid-vgMsMFUMPO .items-wrapper .item .item-wrapper:focus .item-img img {
  transform: scale(1.05);
}
.cid-vgMsMFUMPO .items-wrapper .item .item-wrapper:hover .card-box .item-content .item-title,
.cid-vgMsMFUMPO .items-wrapper .item .item-wrapper:focus .card-box .item-content .item-title {
  text-decoration-color: inherit;
}
.cid-vgMsMFUMPO .items-wrapper .item .item-wrapper .icon-card {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 65px;
  height: 65px;
  padding: 0 0 10px 0;
  background-color: #eeeeee;
  border-radius: 0 0 0 16px;
  z-index: 2;
}
.cid-vgMsMFUMPO .items-wrapper .item .item-wrapper .icon-card .icon-bg {
  position: absolute;
  z-index: 1;
  top: -10px;
  left: -10px;
  width: 65px;
  height: 65px;
  background-color: #eeeeee;
}
.cid-vgMsMFUMPO .items-wrapper .item .item-wrapper .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  min-width: 65px;
  font-size: 16px;
  background-color: #cef79e;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-vgMsMFUMPO .items-wrapper .item .item-wrapper .icon-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -40px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-bottom-right-radius: 16px;
  box-shadow: 10px 10px 0 10px #eeeeee;
  will-change: transform;
}
.cid-vgMsMFUMPO .items-wrapper .item .item-wrapper .icon-card::after {
  content: '';
  position: absolute;
  bottom: 75px;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-bottom-right-radius: 16px;
  box-shadow: 10px 10px 0 10px #eeeeee;
  will-change: transform;
}
.cid-vgMsMFUMPO .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  height: fit-content;
}
.cid-vgMsMFUMPO .items-wrapper .item .item-wrapper .item-img img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgMsMFUMPO .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vgMsMFUMPO .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px 106px;
}
@media (max-width: 1440px) {
  .cid-vgMsMFUMPO .items-wrapper .item .item-wrapper .card-box {
    padding: 24px 0;
  }
}
@media (max-width: 992px) {
  .cid-vgMsMFUMPO .items-wrapper .item .item-wrapper .card-box {
    padding: 0;
  }
}
.cid-vgMsMFUMPO .items-wrapper .item .item-wrapper .card-box .item-content {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vgMsMFUMPO .items-wrapper .item .item-wrapper .card-box .item-content {
    margin-bottom: 24px;
    margin-bottom: 60px;
  }
}
.cid-vgMsMFUMPO .items-wrapper .item .item-wrapper .card-box .item-content .label-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vgMsMFUMPO .items-wrapper .item .item-wrapper .card-box .item-content .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgMsMFUMPO .items-wrapper .item .item-wrapper .card-box .item-content .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #f7f7f5;
}
.cid-vgMsMFUMPO .items-wrapper .item .item-wrapper .card-box .item-content .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vgMsMFUMPO .items-wrapper .item .item-wrapper .card-box .item-content .label-wrapper .label-wrap .item-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgMsMFUMPO .items-wrapper .item .item-wrapper .card-box .item-content .item-title {
  margin-bottom: 24px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
.cid-vgMsMFUMPO .items-wrapper .item .item-wrapper .card-box .item-content .item-text {
  margin-bottom: 0;
}
.cid-vgMsMFUMPO .items-wrapper .item .item-wrapper .card-box .date-wrapper {
  padding-right: 60px;
}
.cid-vgMsMFUMPO .items-wrapper .item .item-wrapper .card-box .date-wrapper .item-date {
  margin-bottom: 0;
}
.cid-vgMsMFUMPO .items-wrapper .item .item-wrapper .card-box .date-wrapper .item-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgMsMFUMPO .mbr-section-title {
  color: #222f30;
}
.cid-vgMsMFUMPO .item-label {
  color: #222f30;
}
.cid-vgMsMFUMPO .item-title {
  color: #222f30;
}
.cid-vgMsMFUMPO .item-text {
  color: #4f595a;
}
.cid-vgMsMFUMPO .item-date {
  color: #222f30;
}
.cid-vgMsMIe3Kp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f5;
}
.cid-vgMsMIe3Kp .item:focus,
.cid-vgMsMIe3Kp span:focus {
  outline: none;
}
.cid-vgMsMIe3Kp .item {
  cursor: pointer;
}
.cid-vgMsMIe3Kp .grid-container {
  grid-row-gap: 20px;
}
@media (max-width: 992px) {
  .cid-vgMsMIe3Kp .grid-container {
    grid-row-gap: 24px;
  }
}
.cid-vgMsMIe3Kp .grid-container-1,
.cid-vgMsMIe3Kp .grid-container-2 {
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-vgMsMIe3Kp .grid-container-1,
  .cid-vgMsMIe3Kp .grid-container-2 {
    gap: 0 24px;
  }
}
.cid-vgMsMIe3Kp .mbr-section-title {
  margin-bottom: 60px;
  color: #222f30;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vgMsMIe3Kp .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-vgMsMIe3Kp .content-head {
  max-width: 800px;
}
.cid-vgMsMIe3Kp .container,
.cid-vgMsMIe3Kp .container-fluid {
  overflow: hidden;
}
.cid-vgMsMIe3Kp .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vgMsMIe3Kp .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vgMsMIe3Kp .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vgMsMIe3Kp .grid-item img {
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-vgMsMIe3Kp .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-vgMsMIe3Kp .grid-item img {
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-vgMsMIe3Kp .grid-item img {
    height: 140px;
  }
}
.cid-vgMsMIe3Kp .grid-container-1,
.cid-vgMsMIe3Kp .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vgMsMIe3Kp .grid-container-1 {
  align-items: flex-end;
}
.cid-vgMsMIe3Kp .grid-container-2 {
  align-items: flex-start;
}
.cid-vgMsMK6CpX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vgMsMK6CpX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgMsMK6CpX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgMsMK6CpX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 365px;
  max-width: 365px;
}
@media (max-width: 768px) {
  .cid-vgMsMK6CpX .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgMsMK6CpX .embla__slide .slide-content {
  width: 100%;
}
.cid-vgMsMK6CpX .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 24px;
  background-color: #ffffff;
  transition: all .3s ease;
  min-height: 260px;
}
@media (max-width: 992px) {
  .cid-vgMsMK6CpX .embla__slide .slide-content .item-wrapper {
    min-height: auto;
  }
}
.cid-vgMsMK6CpX .embla__slide .slide-content .item-wrapper:hover,
.cid-vgMsMK6CpX .embla__slide .slide-content .item-wrapper:focus {
  background-color: #222f30;
}
.cid-vgMsMK6CpX .embla__slide .slide-content .item-wrapper:hover .card-box .item-title,
.cid-vgMsMK6CpX .embla__slide .slide-content .item-wrapper:focus .card-box .item-title {
  color: #ffffff;
}
.cid-vgMsMK6CpX .embla__slide .slide-content .item-wrapper:hover .card-box .item-text,
.cid-vgMsMK6CpX .embla__slide .slide-content .item-wrapper:focus .card-box .item-text {
  color: #ffffff;
}
.cid-vgMsMK6CpX .embla__slide .slide-content .item-wrapper:hover .item-label,
.cid-vgMsMK6CpX .embla__slide .slide-content .item-wrapper:focus .item-label {
  color: #ffffff;
}
.cid-vgMsMK6CpX .embla__slide .slide-content .item-wrapper:hover .icon-card .mbr-iconfont,
.cid-vgMsMK6CpX .embla__slide .slide-content .item-wrapper:focus .icon-card .mbr-iconfont {
  transform: scale(0.94);
}
.cid-vgMsMK6CpX .embla__slide .slide-content .item-wrapper .icon-card {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  padding: 0 0 10px 0;
  background-color: #f7f7f5;
  border-radius: 0 0 0 16px;
  z-index: 2;
}
.cid-vgMsMK6CpX .embla__slide .slide-content .item-wrapper .icon-card .icon-bg {
  position: absolute;
  z-index: 1;
  top: -10px;
  left: -10px;
  width: 50px;
  height: 60px;
  background-color: #f7f7f5;
}
.cid-vgMsMK6CpX .embla__slide .slide-content .item-wrapper .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 16px;
  background-color: #cef79e;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-vgMsMK6CpX .embla__slide .slide-content .item-wrapper .icon-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -40px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-bottom-right-radius: 16px;
  box-shadow: 10px 10px 0 10px #f7f7f5;
  will-change: transform;
}
.cid-vgMsMK6CpX .embla__slide .slide-content .item-wrapper .icon-card::after {
  content: '';
  position: absolute;
  bottom: 60px;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-bottom-right-radius: 16px;
  box-shadow: 10px 10px 0 10px #f7f7f5;
  will-change: transform;
}
.cid-vgMsMK6CpX .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
  margin-bottom: 72px;
}
.cid-vgMsMK6CpX .embla__slide .slide-content .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
  transition: all .3s ease;
}
.cid-vgMsMK6CpX .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-vgMsMK6CpX .embla__slide .slide-content .item-wrapper .item-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  transition: all .3s ease;
  padding-right: 72px;
}
.cid-vgMsMK6CpX .embla__button--next,
.cid-vgMsMK6CpX .embla__button--prev {
  display: flex;
}
.cid-vgMsMK6CpX .embla__button {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 50px;
  height: 50px;
  font-size: 16px;
  background-color: #eeeeee !important;
  color: #222f30 !important;
  border: none !important;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vgMsMK6CpX .embla__button:hover {
  background-color: #222f30 !important;
  color: #ffffff !important;
}
.cid-vgMsMK6CpX .embla__button:disabled {
  background-color: #eeeeee !important;
  color: #222f30 !important;
  opacity: .5 !important;
}
.cid-vgMsMK6CpX .embla__button.embla__button--prev {
  right: 60px;
}
.cid-vgMsMK6CpX .embla__button.embla__button--next {
  right: 0;
}
.cid-vgMsMK6CpX .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 8rem;
}
@media (max-width: 992px) {
  .cid-vgMsMK6CpX .embla {
    padding-bottom: 4rem;
  }
}
.cid-vgMsMK6CpX .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vgMsMK6CpX .embla__viewport {
    padding: 0;
  }
}
.cid-vgMsMK6CpX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgMsMK6CpX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgMsMK6CpX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgMsMK6CpX .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vgMsMK6CpX .item-title {
  color: #222f30;
}
.cid-vgMsMK6CpX .item-text {
  color: #949a9b;
}
.cid-vgMsMK6CpX .item-label {
  color: #222f30;
}
.cid-vgMsMMVTyz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vgMsMMVTyz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgMsMMVTyz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgMsMMVTyz .content-wrap {
  margin: 0 -10px;
}
.cid-vgMsMMVTyz .content-wrap .card {
  padding: 0 10px;
}
.cid-vgMsMMVTyz .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vgMsMMVTyz .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgMsMMVTyz .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgMsMMVTyz .title-wrapper .label-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vgMsMMVTyz .title-wrapper .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgMsMMVTyz .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vgMsMMVTyz .title-wrapper .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vgMsMMVTyz .title-wrapper .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgMsMMVTyz .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vgMsMMVTyz .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgMsMMVTyz .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgMsMMVTyz .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 20px;
}
@media (max-width: 1440px) {
  .cid-vgMsMMVTyz .items-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.cid-vgMsMMVTyz .items-wrapper .item .item-wrapper {
  background-color: #ffffff;
  padding: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgMsMMVTyz .items-wrapper .item .item-wrapper:hover .icon-card .mbr-iconfont,
.cid-vgMsMMVTyz .items-wrapper .item .item-wrapper:focus .icon-card .mbr-iconfont {
  background-color: #222f30;
  color: #ffffff !important;
  transform: scale(0.94);
}
.cid-vgMsMMVTyz .items-wrapper .item .item-wrapper:hover .card-box .image-wrap .item-img img,
.cid-vgMsMMVTyz .items-wrapper .item .item-wrapper:focus .card-box .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgMsMMVTyz .items-wrapper .item .item-wrapper .icon-card {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  padding: 0 0 10px 0;
  background-color: #f7f7f5;
  border-radius: 0 0 0 16px;
  z-index: 2;
}
.cid-vgMsMMVTyz .items-wrapper .item .item-wrapper .icon-card .icon-bg {
  position: absolute;
  z-index: 1;
  top: -10px;
  left: -10px;
  width: 50px;
  height: 60px;
  background-color: #f7f7f5;
}
.cid-vgMsMMVTyz .items-wrapper .item .item-wrapper .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 16px;
  background-color: #cef79e;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-vgMsMMVTyz .items-wrapper .item .item-wrapper .icon-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -40px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-bottom-right-radius: 16px;
  box-shadow: 10px 10px 0 10px #f7f7f5;
  will-change: transform;
}
.cid-vgMsMMVTyz .items-wrapper .item .item-wrapper .icon-card::after {
  content: '';
  position: absolute;
  bottom: 60px;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-bottom-right-radius: 16px;
  box-shadow: 10px 10px 0 10px #f7f7f5;
  will-change: transform;
}
.cid-vgMsMMVTyz .items-wrapper .item .item-wrapper .card-box {
  margin-bottom: 24px;
  margin-bottom: 72px;
}
.cid-vgMsMMVTyz .items-wrapper .item .item-wrapper .card-box .image-wrap {
  position: relative;
}
.cid-vgMsMMVTyz .items-wrapper .item .item-wrapper .card-box .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgMsMMVTyz .items-wrapper .item .item-wrapper .card-box .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgMsMMVTyz .items-wrapper .item .item-wrapper .card-box .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgMsMMVTyz .items-wrapper .item .item-wrapper .card-box .image-wrap .social-wrapper {
  position: absolute;
  bottom: 12px;
  right: 12px;
  text-align: right;
}
.cid-vgMsMMVTyz .items-wrapper .item .item-wrapper .card-box .image-wrap .social-wrapper .social-wrap {
  display: inline-flex;
  gap: 10px;
  padding: 10px;
  background-color: #222f30;
}
.cid-vgMsMMVTyz .items-wrapper .item .item-wrapper .card-box .image-wrap .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}
.cid-vgMsMMVTyz .items-wrapper .item .item-wrapper .card-box .image-wrap .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vgMsMMVTyz .items-wrapper .item .item-wrapper .card-box .image-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  font-size: 16px;
  transition: all .3s ease;
}
.cid-vgMsMMVTyz .items-wrapper .item .item-wrapper .card-box .name-wrapper {
  padding: 0 12px;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vgMsMMVTyz .items-wrapper .item .item-wrapper .card-box .name-wrapper {
    margin-top: 24px;
  }
}
.cid-vgMsMMVTyz .items-wrapper .item .item-wrapper .card-box .name-wrapper .item-name {
  margin-bottom: 10px;
}
.cid-vgMsMMVTyz .items-wrapper .item .item-wrapper .card-box .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vgMsMMVTyz .items-wrapper .item .item-wrapper .item-cont {
  padding: 0 12px 12px;
  padding-right: 72px;
}
.cid-vgMsMMVTyz .items-wrapper .item .item-wrapper .item-cont .mbr-section-btn {
  margin-bottom: -9.6px;
}
.cid-vgMsMMVTyz .mbr-label {
  color: #222f30;
}
.cid-vgMsMMVTyz .mbr-section-title {
  color: #222f30;
}
.cid-vgMsMMVTyz .mbr-text {
  color: #4f595a;
}
.cid-vgMsMMVTyz .item-name {
  color: #222f30;
}
.cid-vgMsMMVTyz .item-role {
  color: #949a9b;
}
.cid-vgMsMPqD4v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vgMsMPqD4v .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgMsMPqD4v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgMsMPqD4v .content-wrap {
  margin: 0 -10px;
}
.cid-vgMsMPqD4v .content-wrap .card {
  padding: 0 10px;
}
.cid-vgMsMPqD4v .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vgMsMPqD4v .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgMsMPqD4v .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgMsMPqD4v .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vgMsMPqD4v .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vgMsMPqD4v .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgMsMPqD4v .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vgMsMPqD4v .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vgMsMPqD4v .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgMsMPqD4v .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgMsMPqD4v .panel-group .card {
  position: relative;
  padding: 24px 0;
  background-color: transparent;
  overflow: hidden;
  border-radius: 0 !important;
  border-bottom: 1px solid #e7e8e1;
}
.cid-vgMsMPqD4v .panel-group .card:first-child {
  border-top: 1px solid #e7e8e1;
}
.cid-vgMsMPqD4v .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vgMsMPqD4v .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  transition: all 0.5s ease-in-out;
}
.cid-vgMsMPqD4v .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-vgMsMPqD4v .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 28px;
  transition: all 0.3s ease-in-out;
  color: #222f30;
}
.cid-vgMsMPqD4v .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vgMsMPqD4v .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-vgMsMPqD4v .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-vgMsMPqD4v .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vgMsMPqD4v .mbr-label {
  color: #222f30;
}
.cid-vgMsMPqD4v .mbr-section-title {
  color: #222f30;
}
.cid-vgMsMPqD4v .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vgMsMPqD4v .panel-title-edit {
  color: #222f30;
}
.cid-vgMsMPqD4v .panel-text {
  color: #4f595a;
}
.cid-vgMsMRk7ZQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vgMsMRk7ZQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgMsMRk7ZQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgMsMRk7ZQ .label-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vgMsMRk7ZQ .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgMsMRk7ZQ .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vgMsMRk7ZQ .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vgMsMRk7ZQ .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgMsMRk7ZQ .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .cid-vgMsMRk7ZQ .title-wrapper .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vgMsMRk7ZQ .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
    width: 100%;
  }
}
.cid-vgMsMRk7ZQ .tabs-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vgMsMRk7ZQ .tabs-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgMsMRk7ZQ .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
}
.cid-vgMsMRk7ZQ .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
}
.cid-vgMsMRk7ZQ .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  color: #222f30;
  padding: 6px 12px;
  border: none;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vgMsMRk7ZQ .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 14px 20px;
  }
}
.cid-vgMsMRk7ZQ .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #222f30;
  color: #ffffff;
}
.cid-vgMsMRk7ZQ .tab-content .tab-pane .item-content {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-vgMsMRk7ZQ .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-vgMsMRk7ZQ .tab-content .tab-pane .item-content .image-wrap {
  width: 34%;
}
@media (max-width: 992px) {
  .cid-vgMsMRk7ZQ .tab-content .tab-pane .item-content .image-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-vgMsMRk7ZQ .tab-content .tab-pane .item-content .image-wrap img {
  height: 320px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vgMsMRk7ZQ .tab-content .tab-pane .item-content .image-wrap img {
    height: 300px;
  }
}
.cid-vgMsMRk7ZQ .tab-content .tab-pane .item-content .card-box {
  width: 58%;
  border-top: 1px solid #e7e8e1;
  padding-top: 80px;
  display: flex;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-vgMsMRk7ZQ .tab-content .tab-pane .item-content .card-box {
    width: 100%;
    padding-top: 24px;
    display: block;
  }
}
.cid-vgMsMRk7ZQ .tab-content .tab-pane .item-content .card-box .item-number {
  width: 130px;
  margin-bottom: 16px;
}
.cid-vgMsMRk7ZQ .tab-content .tab-pane .item-content .card-box .list-wrapper {
  width: 100%;
}
.cid-vgMsMRk7ZQ .tab-content .tab-pane .item-content .card-box .list-wrapper .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgMsMRk7ZQ .tab-content .tab-pane .item-content .card-box .list-wrapper .item-title {
    margin-bottom: 24px;
  }
}
.cid-vgMsMRk7ZQ .tab-content .tab-pane .item-content .card-box .list-wrapper .list {
  margin: 0 0 0 14px;
  padding: 0 0 0 10px;
}
.cid-vgMsMRk7ZQ .tab-content .tab-pane .item-content .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 10px;
  padding-left: 10px;
  width: fit-content;
}
.cid-vgMsMRk7ZQ .tab-content .tab-pane .item-content .card-box .list-wrapper .list .item-wrap::marker {
  color: #a7e26e;
}
.cid-vgMsMRk7ZQ .tab-content .tab-pane .item-content .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vgMsMRk7ZQ .tab-content .tab-pane .item-content .card-box .list-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-vgMsMRk7ZQ .tab-content .tab-pane .item-content .card-box .list-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgMsMRk7ZQ .mbr-label {
  color: #222f30;
}
.cid-vgMsMRk7ZQ .mbr-section-title {
  color: #222f30;
}
.cid-vgMsMRk7ZQ .item-number {
  color: #222f30;
}
.cid-vgMsMRk7ZQ .item-title {
  color: #222f30;
}
.cid-vgMsMRk7ZQ .list {
  color: #4f595a;
}
.cid-vgMsMTpsTf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vgMsMTpsTf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgMsMTpsTf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgMsMTpsTf .container-fluid {
  padding: 0;
}
.cid-vgMsMTpsTf .items-wrapper {
  margin: 0;
}
.cid-vgMsMTpsTf .items-wrapper .item {
  padding: 0;
}
.cid-vgMsMTpsTf .items-wrapper .item .item-wrapper {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 550px;
  height: 100%;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vgMsMTpsTf .items-wrapper .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-vgMsMTpsTf .items-wrapper .item .item-wrapper .item-price_1,
.cid-vgMsMTpsTf .items-wrapper .item .item-wrapper .item-price_2,
.cid-vgMsMTpsTf .items-wrapper .item .item-wrapper .item-price_3 {
  margin-bottom: 24px;
}
.cid-vgMsMTpsTf .items-wrapper .item .item-wrapper .card-box .item-title_1,
.cid-vgMsMTpsTf .items-wrapper .item .item-wrapper .card-box .item-title_2,
.cid-vgMsMTpsTf .items-wrapper .item .item-wrapper .card-box .item-title_3 {
  margin-bottom: 24px;
}
.cid-vgMsMTpsTf .items-wrapper .item .item-wrapper .card-box .list_1,
.cid-vgMsMTpsTf .items-wrapper .item .item-wrapper .card-box .list_2,
.cid-vgMsMTpsTf .items-wrapper .item .item-wrapper .card-box .list_3 {
  margin: 0 0 0 14px;
  padding: 0 0 0 10px;
}
.cid-vgMsMTpsTf .items-wrapper .item .item-wrapper .card-box .list_1 .item-wrap_1,
.cid-vgMsMTpsTf .items-wrapper .item .item-wrapper .card-box .list_2 .item-wrap_1,
.cid-vgMsMTpsTf .items-wrapper .item .item-wrapper .card-box .list_3 .item-wrap_1,
.cid-vgMsMTpsTf .items-wrapper .item .item-wrapper .card-box .list_1 .item-wrap_2,
.cid-vgMsMTpsTf .items-wrapper .item .item-wrapper .card-box .list_2 .item-wrap_2,
.cid-vgMsMTpsTf .items-wrapper .item .item-wrapper .card-box .list_3 .item-wrap_2,
.cid-vgMsMTpsTf .items-wrapper .item .item-wrapper .card-box .list_1 .item-wrap_3,
.cid-vgMsMTpsTf .items-wrapper .item .item-wrapper .card-box .list_2 .item-wrap_3,
.cid-vgMsMTpsTf .items-wrapper .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 10px;
  padding-left: 10px;
  width: fit-content;
}
.cid-vgMsMTpsTf .items-wrapper .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.cid-vgMsMTpsTf .items-wrapper .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.cid-vgMsMTpsTf .items-wrapper .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.cid-vgMsMTpsTf .items-wrapper .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.cid-vgMsMTpsTf .items-wrapper .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.cid-vgMsMTpsTf .items-wrapper .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.cid-vgMsMTpsTf .items-wrapper .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.cid-vgMsMTpsTf .items-wrapper .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.cid-vgMsMTpsTf .items-wrapper .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.cid-vgMsMTpsTf .items-wrapper .item .item-wrapper .card-box .list_1 .item-wrap_1::marker {
  color: #a7e26e;
}
.cid-vgMsMTpsTf .items-wrapper .item .item-wrapper .card-box .list_2 .item-wrap_2::marker {
  color: #cef79e;
}
.cid-vgMsMTpsTf .items-wrapper .item .item-wrapper .card-box .list_3 .item-wrap_3::marker {
  color: #222f30;
}
.cid-vgMsMTpsTf .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 24px;
  margin-bottom: -9.6px;
}
.cid-vgMsMTpsTf .items-wrapper .item .card_1 {
  background-color: #ffffff;
}
.cid-vgMsMTpsTf .items-wrapper .item .card_2 {
  background-color: #222f30;
}
.cid-vgMsMTpsTf .items-wrapper .item .card_3 {
  background-color: #e7e8e1;
}
.cid-vgMsMTpsTf .item-price_1 {
  color: #222f30;
}
.cid-vgMsMTpsTf .item-price_2 {
  color: #ffffff;
}
.cid-vgMsMTpsTf .item-price_3 {
  color: #222f30;
}
.cid-vgMsMTpsTf .item-title_1 {
  color: #222f30;
}
.cid-vgMsMTpsTf .item-title_2 {
  color: #ffffff;
}
.cid-vgMsMTpsTf .item-title_3 {
  color: #222f30;
}
.cid-vgMsMTpsTf .list_1 {
  color: #222f30;
}
.cid-vgMsMTpsTf .list_2 {
  color: #ffffff;
}
.cid-vgMsMTpsTf .list_3 {
  color: #222f30;
}
.cid-vgMsMUKktb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222f30;
}
.cid-vgMsMUKktb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgMsMUKktb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vgMsMUKktb .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgMsMUKktb .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vgMsMUKktb .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgMsMUKktb .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgMsMUKktb .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vgMsMUKktb .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vgMsMUKktb .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-vgMsMUKktb .form-wrap .dragArea.row .form-group .form-control {
  padding: 12px 20px;
  background-color: #394546;
  border: none !important;
  box-shadow: none;
  margin-bottom: 24px;
  color: #949a9b;
  transition: all .3s ease;
}
.cid-vgMsMUKktb .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #949a9b;
}
.cid-vgMsMUKktb .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vgMsMUKktb .form-wrap .dragArea.row .form-group .form-control:focus {
  border: none;
  background-color: #394546;
}
.cid-vgMsMUKktb .form-wrap .dragArea.row .form-group textarea {
  min-height: 180px;
}
.cid-vgMsMUKktb .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vgMsMUKktb .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #949a9b;
  border-color: #949a9b;
}
.cid-vgMsMUKktb .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 10px;
  padding-right: 0;
}
.cid-vgMsMUKktb .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-right: 0;
}
.cid-vgMsMUKktb .mbr-section-title {
  color: #ffffff;
}
.cid-vgMsMUKktb .mbr-text {
  color: #ffffff;
}
.cid-vgMsMUKktb label {
  color: #ffffff;
}
.cid-vgMsMUKktb .mbr-section-btn {
  text-align: right;
}
.cid-vgMsMWf1Gl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background4.webp");
}
.cid-vgMsMWf1Gl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgMsMWf1Gl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgMsMWf1Gl .title-wrapper {
  margin-bottom: 320px;
}
@media (max-width: 992px) {
  .cid-vgMsMWf1Gl .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgMsMWf1Gl .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vgMsMWf1Gl .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 0;
  margin-bottom: 320px;
}
@media (max-width: 992px) {
  .cid-vgMsMWf1Gl .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgMsMWf1Gl .nav-wrapper .nav-wrap {
  position: relative;
  width: 33%;
  padding-left: 20px;
}
@media (max-width: 1440px) {
  .cid-vgMsMWf1Gl .nav-wrapper .nav-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vgMsMWf1Gl .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-vgMsMWf1Gl .nav-wrapper .nav-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease;
  opacity: .2;
}
.cid-vgMsMWf1Gl .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vgMsMWf1Gl .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-vgMsMWf1Gl .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vgMsMWf1Gl .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-vgMsMWf1Gl .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.cid-vgMsMWf1Gl .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-vgMsMWf1Gl .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vgMsMWf1Gl .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vgMsMWf1Gl .mbr-label {
  margin-bottom: 24px;
  color: #ffffff;
}
.cid-vgMsMWf1Gl .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vgMsMWf1Gl .mbr-section-title {
  color: #ffffff;
}
.cid-vgMsMWf1Gl .mbr-list-title {
  color: #ffffff;
}
.cid-vgMsMWf1Gl .list {
  color: #ffffff;
}
.cid-vgOFmVhoYR .navbar-dropdown {
  position: relative !important;
}
.cid-vgOFmVhoYR .navbar-dropdown {
  position: absolute !important;
}
.cid-vgOFmVhoYR .container-fluid {
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-vgOFmVhoYR .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-vgOFmVhoYR .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-vgOFmVhoYR .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgOFmVhoYR .dropdown-item {
  border: none !important;
  background: #222f30 !important;
  color: #f7f7f5 !important;
  font-weight: 300;
}
.cid-vgOFmVhoYR .dropdown-item:hover,
.cid-vgOFmVhoYR .dropdown-item:focus {
  background: #222f30 !important;
  color: #f7f7f5 !important;
}
.cid-vgOFmVhoYR .dropdown-item:hover span {
  color: white;
}
.cid-vgOFmVhoYR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgOFmVhoYR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgOFmVhoYR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgOFmVhoYR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vgOFmVhoYR .nav-link {
  position: relative;
}
.cid-vgOFmVhoYR .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vgOFmVhoYR .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vgOFmVhoYR .container {
    max-width: 1100px;
  }
}
.cid-vgOFmVhoYR .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgOFmVhoYR .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgOFmVhoYR .dropdown-menu,
.cid-vgOFmVhoYR .navbar.opened {
  background: #f7f7f5 !important;
  background: rgba(247, 247, 245, 0) !important;
}
.cid-vgOFmVhoYR .nav-item:focus,
.cid-vgOFmVhoYR .nav-link:focus {
  outline: none;
}
.cid-vgOFmVhoYR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgOFmVhoYR .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vgOFmVhoYR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgOFmVhoYR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgOFmVhoYR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgOFmVhoYR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vgOFmVhoYR .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 247, 245, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgOFmVhoYR .navbar.opened {
  transition: all 0.3s;
}
.cid-vgOFmVhoYR .navbar .dropdown-item {
  padding: 10px 2rem 10px 17px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vgOFmVhoYR .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vgOFmVhoYR .navbar .navbar-logo img {
  width: auto;
}
.cid-vgOFmVhoYR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgOFmVhoYR .navbar.collapsed {
  justify-content: center;
}
.cid-vgOFmVhoYR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgOFmVhoYR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vgOFmVhoYR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vgOFmVhoYR .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vgOFmVhoYR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vgOFmVhoYR .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%;
  position: static;
}
.cid-vgOFmVhoYR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgOFmVhoYR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgOFmVhoYR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgOFmVhoYR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgOFmVhoYR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgOFmVhoYR .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vgOFmVhoYR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgOFmVhoYR .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vgOFmVhoYR .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%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vgOFmVhoYR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgOFmVhoYR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgOFmVhoYR .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vgOFmVhoYR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgOFmVhoYR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgOFmVhoYR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgOFmVhoYR .navbar.navbar-short {
  min-height: 110px;
}
.cid-vgOFmVhoYR .navbar.navbar-short .navbar-brand {
  min-height: 110px;
}
.cid-vgOFmVhoYR .navbar-brand {
  min-height: 110px;
  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-vgOFmVhoYR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgOFmVhoYR .navbar-brand .navbar-caption:hover,
.cid-vgOFmVhoYR .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vgOFmVhoYR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgOFmVhoYR .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgOFmVhoYR .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vgOFmVhoYR .dropdown-item.active,
.cid-vgOFmVhoYR .dropdown-item:active {
  background-color: transparent;
}
.cid-vgOFmVhoYR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgOFmVhoYR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgOFmVhoYR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgOFmVhoYR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f5;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vgOFmVhoYR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vgOFmVhoYR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgOFmVhoYR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgOFmVhoYR ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
}
@media (min-width: 991px) {
  .cid-vgOFmVhoYR ul.navbar-nav {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .cid-vgOFmVhoYR ul.navbar-nav {
    padding: 10px;
  }
  .cid-vgOFmVhoYR ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vgOFmVhoYR .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vgOFmVhoYR .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vgOFmVhoYR .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgOFmVhoYR .navbar-buttons {
    text-align: left;
  }
}
.cid-vgOFmVhoYR .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin: 0;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .cid-vgOFmVhoYR .navbar-buttons .btn {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .cid-vgOFmVhoYR .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgOFmVhoYR button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 110px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgOFmVhoYR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vgOFmVhoYR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgOFmVhoYR button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vgOFmVhoYR button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vgOFmVhoYR button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vgOFmVhoYR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgOFmVhoYR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgOFmVhoYR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgOFmVhoYR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgOFmVhoYR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgOFmVhoYR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgOFmVhoYR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgOFmVhoYR .navbar {
    height: 70px;
  }
  .cid-vgOFmVhoYR .navbar.opened {
    height: auto;
  }
  .cid-vgOFmVhoYR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgOFmVhoYR .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgOFmVhoYR .nav-item .nav-link {
  padding: 10px 17px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vgOFmVhoYR .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgOFmVhoYR .nav-item .nav-link:hover {
  background-color: #f7f7f5;
  color: #222f30;
}
.cid-vgOFmVhoYR .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vgOFmVhoYR .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgOFmVhoYR .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgOFmVhoYR .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgOFmVhoYR .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgOFmVhoYR .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgOFmVhoYR .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgOFmVhoYR .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgOFmVhoYR .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgOFmVhoYR .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgOFmVhoYR .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgOFmVhoYR .content-wrap {
  min-height: 110px;
}
.cid-vgOFmVhoYR .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vgOFmVhoYR .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vgOFmVhoYR .menu-content {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(14px);
  position: relative;
  padding: 4px 12px;
}
@media (max-width: 992px) {
  .cid-vgOFmVhoYR .menu-content {
    width: 100%;
    flex-direction: column;
    padding: 10px 12px;
  }
}
.cid-vgOFmVhoYR .menu-content .blur-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .8;
  pointer-events: none;
}
.cid-vgOFmWcPYV {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dr-vu-georgia-wellness-center-griffin-ga-750x450.webp");
}
.cid-vgOFmWcPYV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgOFmWcPYV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgOFmWcPYV .title-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-vgOFmWcPYV .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgOFmWcPYV .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-vgOFmWcPYV .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vgOFmWcPYV .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgOFmWcPYV .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-vgOFmWcPYV .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vgOFmWcPYV .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vgOFmWcPYV .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vgOFmWcPYV .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgOFmWcPYV .mbr-text {
  margin-bottom: 0;
  color: #4f595a;
}
.cid-vgOFmWcPYV .mbr-section-btn {
  margin-top: -9.6px;
}
@media (max-width: 992px) {
  .cid-vgOFmWcPYV .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vgOFmWcPYV .mbr-section-title {
  color: #222f30;
}
.cid-vgOFmWcPYV .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vgOFmWcPYV .mbr-section-subtitle,
.cid-vgOFmWcPYV .subtitle-wrap {
  color: #ffffff;
}
.cid-vgOFmWcPYV .mbr-text,
.cid-vgOFmWcPYV .text-wrap {
  color: #ffffff;
}
.cid-vgOFmWUPpM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vgOFmWUPpM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgOFmWUPpM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgOFmWUPpM .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vgOFmWUPpM .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgOFmWUPpM .label-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vgOFmWUPpM .label-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgOFmWUPpM .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vgOFmWUPpM .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vgOFmWUPpM .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgOFmWUPpM .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vgOFmWUPpM .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgOFmWUPpM .image-wrapper img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vgOFmWUPpM .image-wrapper img {
    height: 300px;
  }
}
.cid-vgOFmWUPpM .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vgOFmWUPpM .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vgOFmWUPpM .title-wrapper .text-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-vgOFmWUPpM .title-wrapper .text-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vgOFmWUPpM .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgOFmWUPpM .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgOFmWUPpM .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vgOFmWUPpM .title-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vgOFmWUPpM .mbr-label {
  color: #222f30;
}
.cid-vgOFmWUPpM .mbr-section-title {
  color: #222f30;
}
.cid-vgOFmWUPpM .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vgOFmWUPpM .mbr-text {
  color: #4f595a;
}
.cid-vgOFmXC2Hu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vgOFmXC2Hu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgOFmXC2Hu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgOFmXC2Hu .content-wrap {
  margin: 0 -10px;
}
.cid-vgOFmXC2Hu .content-wrap .card {
  padding: 0 10px;
}
.cid-vgOFmXC2Hu .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vgOFmXC2Hu .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgOFmXC2Hu .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgOFmXC2Hu .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vgOFmXC2Hu .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vgOFmXC2Hu .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgOFmXC2Hu .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vgOFmXC2Hu .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vgOFmXC2Hu .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgOFmXC2Hu .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgOFmXC2Hu .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgOFmXC2Hu .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgOFmXC2Hu .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vgOFmXC2Hu .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vgOFmXC2Hu .mbr-label {
  color: #222f30;
}
.cid-vgOFmXC2Hu .mbr-section-title {
  color: #222f30;
}
.cid-vgOFmXC2Hu .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vgOFmXC2Hu .mbr-text {
  color: #4f595a;
}
.cid-vgOFmXC2Hu .mbr-text,
.cid-vgOFmXC2Hu .text-wrapper {
  text-align: justify;
}
.cid-vgOHtQtysM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vgOHtQtysM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgOHtQtysM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgOHtQtysM .content-wrap {
  margin: 0 -10px;
}
.cid-vgOHtQtysM .content-wrap .card {
  padding: 0 10px;
}
.cid-vgOHtQtysM .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vgOHtQtysM .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgOHtQtysM .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgOHtQtysM .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vgOHtQtysM .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vgOHtQtysM .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgOHtQtysM .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vgOHtQtysM .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vgOHtQtysM .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgOHtQtysM .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgOHtQtysM .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgOHtQtysM .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgOHtQtysM .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vgOHtQtysM .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vgOHtQtysM .mbr-label {
  color: #222f30;
}
.cid-vgOHtQtysM .mbr-section-title {
  color: #222f30;
}
.cid-vgOHtQtysM .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vgOHtQtysM .mbr-text {
  color: #4f595a;
}
.cid-vgOHtQtysM .mbr-text,
.cid-vgOHtQtysM .text-wrapper {
  text-align: justify;
}
.cid-vgOIgVQpRl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vgOIgVQpRl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgOIgVQpRl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgOIgVQpRl .content-wrap {
  margin: 0 -10px;
}
.cid-vgOIgVQpRl .content-wrap .card {
  padding: 0 10px;
}
.cid-vgOIgVQpRl .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vgOIgVQpRl .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgOIgVQpRl .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgOIgVQpRl .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vgOIgVQpRl .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vgOIgVQpRl .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgOIgVQpRl .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vgOIgVQpRl .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vgOIgVQpRl .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgOIgVQpRl .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgOIgVQpRl .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgOIgVQpRl .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgOIgVQpRl .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vgOIgVQpRl .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vgOIgVQpRl .mbr-label {
  color: #222f30;
}
.cid-vgOIgVQpRl .mbr-section-title {
  color: #222f30;
}
.cid-vgOIgVQpRl .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vgOIgVQpRl .mbr-text {
  color: #4f595a;
}
.cid-vgOIgVQpRl .mbr-text,
.cid-vgOIgVQpRl .text-wrapper {
  text-align: justify;
}
#custom-html-q {
  /* Type valid CSS here */
}
#custom-html-q div {
  padding: 80px 0;
  color: #FF8C00;
  text-align: left;
}
#custom-html-q p {
  font-size: 15px;
  color: #FF8C00;
}
.cid-vgOFmZsJSr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background4.webp");
}
.cid-vgOFmZsJSr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgOFmZsJSr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgOFmZsJSr .title-wrapper {
  margin-bottom: 320px;
}
@media (max-width: 992px) {
  .cid-vgOFmZsJSr .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgOFmZsJSr .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vgOFmZsJSr .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 0;
  margin-bottom: 320px;
}
@media (max-width: 992px) {
  .cid-vgOFmZsJSr .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgOFmZsJSr .nav-wrapper .nav-wrap {
  position: relative;
  width: 33%;
  padding-left: 20px;
}
@media (max-width: 1440px) {
  .cid-vgOFmZsJSr .nav-wrapper .nav-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vgOFmZsJSr .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-vgOFmZsJSr .nav-wrapper .nav-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease;
  opacity: .2;
}
.cid-vgOFmZsJSr .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vgOFmZsJSr .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-vgOFmZsJSr .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vgOFmZsJSr .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-vgOFmZsJSr .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.cid-vgOFmZsJSr .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-vgOFmZsJSr .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vgOFmZsJSr .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vgOFmZsJSr .mbr-label {
  margin-bottom: 24px;
  color: #ffffff;
}
.cid-vgOFmZsJSr .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vgOFmZsJSr .mbr-section-title {
  color: #ffffff;
}
.cid-vgOFmZsJSr .mbr-list-title {
  color: #ffffff;
}
.cid-vgOFmZsJSr .list {
  color: #ffffff;
}
.cid-vh4PEWmDzN .navbar-dropdown {
  position: relative !important;
}
.cid-vh4PEWmDzN .navbar-dropdown {
  position: absolute !important;
}
.cid-vh4PEWmDzN .container-fluid {
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-vh4PEWmDzN .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-vh4PEWmDzN .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-vh4PEWmDzN .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vh4PEWmDzN .dropdown-item {
  border: none !important;
  background: #222f30 !important;
  color: #f7f7f5 !important;
  font-weight: 300;
}
.cid-vh4PEWmDzN .dropdown-item:hover,
.cid-vh4PEWmDzN .dropdown-item:focus {
  background: #222f30 !important;
  color: #f7f7f5 !important;
}
.cid-vh4PEWmDzN .dropdown-item:hover span {
  color: white;
}
.cid-vh4PEWmDzN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vh4PEWmDzN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vh4PEWmDzN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vh4PEWmDzN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vh4PEWmDzN .nav-link {
  position: relative;
}
.cid-vh4PEWmDzN .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vh4PEWmDzN .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vh4PEWmDzN .container {
    max-width: 1100px;
  }
}
.cid-vh4PEWmDzN .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vh4PEWmDzN .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vh4PEWmDzN .dropdown-menu,
.cid-vh4PEWmDzN .navbar.opened {
  background: #f7f7f5 !important;
  background: rgba(247, 247, 245, 0) !important;
}
.cid-vh4PEWmDzN .nav-item:focus,
.cid-vh4PEWmDzN .nav-link:focus {
  outline: none;
}
.cid-vh4PEWmDzN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh4PEWmDzN .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vh4PEWmDzN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vh4PEWmDzN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh4PEWmDzN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh4PEWmDzN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vh4PEWmDzN .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 247, 245, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vh4PEWmDzN .navbar.opened {
  transition: all 0.3s;
}
.cid-vh4PEWmDzN .navbar .dropdown-item {
  padding: 10px 2rem 10px 17px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vh4PEWmDzN .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vh4PEWmDzN .navbar .navbar-logo img {
  width: auto;
}
.cid-vh4PEWmDzN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vh4PEWmDzN .navbar.collapsed {
  justify-content: center;
}
.cid-vh4PEWmDzN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vh4PEWmDzN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vh4PEWmDzN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vh4PEWmDzN .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vh4PEWmDzN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vh4PEWmDzN .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%;
  position: static;
}
.cid-vh4PEWmDzN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vh4PEWmDzN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vh4PEWmDzN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vh4PEWmDzN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vh4PEWmDzN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vh4PEWmDzN .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vh4PEWmDzN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vh4PEWmDzN .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vh4PEWmDzN .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%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vh4PEWmDzN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vh4PEWmDzN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vh4PEWmDzN .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vh4PEWmDzN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vh4PEWmDzN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vh4PEWmDzN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vh4PEWmDzN .navbar.navbar-short {
  min-height: 110px;
}
.cid-vh4PEWmDzN .navbar.navbar-short .navbar-brand {
  min-height: 110px;
}
.cid-vh4PEWmDzN .navbar-brand {
  min-height: 110px;
  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-vh4PEWmDzN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vh4PEWmDzN .navbar-brand .navbar-caption:hover,
.cid-vh4PEWmDzN .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vh4PEWmDzN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vh4PEWmDzN .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vh4PEWmDzN .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vh4PEWmDzN .dropdown-item.active,
.cid-vh4PEWmDzN .dropdown-item:active {
  background-color: transparent;
}
.cid-vh4PEWmDzN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vh4PEWmDzN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vh4PEWmDzN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vh4PEWmDzN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f5;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vh4PEWmDzN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vh4PEWmDzN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vh4PEWmDzN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh4PEWmDzN ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
}
@media (min-width: 991px) {
  .cid-vh4PEWmDzN ul.navbar-nav {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .cid-vh4PEWmDzN ul.navbar-nav {
    padding: 10px;
  }
  .cid-vh4PEWmDzN ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vh4PEWmDzN .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vh4PEWmDzN .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vh4PEWmDzN .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vh4PEWmDzN .navbar-buttons {
    text-align: left;
  }
}
.cid-vh4PEWmDzN .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin: 0;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .cid-vh4PEWmDzN .navbar-buttons .btn {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .cid-vh4PEWmDzN .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vh4PEWmDzN button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 110px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vh4PEWmDzN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vh4PEWmDzN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vh4PEWmDzN button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vh4PEWmDzN button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vh4PEWmDzN button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vh4PEWmDzN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh4PEWmDzN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh4PEWmDzN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh4PEWmDzN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh4PEWmDzN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vh4PEWmDzN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh4PEWmDzN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vh4PEWmDzN .navbar {
    height: 70px;
  }
  .cid-vh4PEWmDzN .navbar.opened {
    height: auto;
  }
  .cid-vh4PEWmDzN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vh4PEWmDzN .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vh4PEWmDzN .nav-item .nav-link {
  padding: 10px 17px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vh4PEWmDzN .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vh4PEWmDzN .nav-item .nav-link:hover {
  background-color: #f7f7f5;
  color: #222f30;
}
.cid-vh4PEWmDzN .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vh4PEWmDzN .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vh4PEWmDzN .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vh4PEWmDzN .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vh4PEWmDzN .navbar {
    justify-content: flex-start !important;
  }
  .cid-vh4PEWmDzN .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vh4PEWmDzN .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vh4PEWmDzN .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vh4PEWmDzN .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vh4PEWmDzN .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vh4PEWmDzN .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vh4PEWmDzN .content-wrap {
  min-height: 110px;
}
.cid-vh4PEWmDzN .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vh4PEWmDzN .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vh4PEWmDzN .menu-content {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(14px);
  position: relative;
  padding: 4px 12px;
}
@media (max-width: 992px) {
  .cid-vh4PEWmDzN .menu-content {
    width: 100%;
    flex-direction: column;
    padding: 10px 12px;
  }
}
.cid-vh4PEWmDzN .menu-content .blur-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .8;
  pointer-events: none;
}
.cid-vh4PEXkpLV {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dr-vu-georgia-wellness-center-griffin-ga-750x450.webp");
}
.cid-vh4PEXkpLV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh4PEXkpLV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh4PEXkpLV .title-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-vh4PEXkpLV .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vh4PEXkpLV .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-vh4PEXkpLV .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vh4PEXkpLV .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vh4PEXkpLV .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-vh4PEXkpLV .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vh4PEXkpLV .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vh4PEXkpLV .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vh4PEXkpLV .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vh4PEXkpLV .mbr-text {
  margin-bottom: 0;
  color: #4f595a;
}
.cid-vh4PEXkpLV .mbr-section-btn {
  margin-top: -9.6px;
}
@media (max-width: 992px) {
  .cid-vh4PEXkpLV .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vh4PEXkpLV .mbr-section-title {
  color: #222f30;
}
.cid-vh4PEXkpLV .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vh4PEXkpLV .mbr-section-subtitle,
.cid-vh4PEXkpLV .subtitle-wrap {
  color: #ffffff;
}
.cid-vh4PEXkpLV .mbr-text,
.cid-vh4PEXkpLV .text-wrap {
  color: #ffffff;
}
.cid-vh4PEYlU5o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vh4PEYlU5o .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh4PEYlU5o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh4PEYlU5o .content-wrap {
  margin: 0 -10px;
}
.cid-vh4PEYlU5o .content-wrap .card {
  padding: 0 10px;
}
.cid-vh4PEYlU5o .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vh4PEYlU5o .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vh4PEYlU5o .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vh4PEYlU5o .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vh4PEYlU5o .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vh4PEYlU5o .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vh4PEYlU5o .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vh4PEYlU5o .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vh4PEYlU5o .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vh4PEYlU5o .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vh4PEYlU5o .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vh4PEYlU5o .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vh4PEYlU5o .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vh4PEYlU5o .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vh4PEYlU5o .mbr-label {
  color: #222f30;
}
.cid-vh4PEYlU5o .mbr-section-title {
  color: #222f30;
}
.cid-vh4PEYlU5o .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vh4PEYlU5o .mbr-text {
  color: #4f595a;
}
.cid-vh4PEYlU5o .mbr-text,
.cid-vh4PEYlU5o .text-wrapper {
  text-align: justify;
}
.cid-vh4QF3I4Ba {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vh4QF3I4Ba .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh4QF3I4Ba .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh4QF3I4Ba .content-wrap {
  margin: 0 -10px;
}
.cid-vh4QF3I4Ba .content-wrap .card {
  padding: 0 10px;
}
.cid-vh4QF3I4Ba .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vh4QF3I4Ba .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vh4QF3I4Ba .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vh4QF3I4Ba .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vh4QF3I4Ba .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vh4QF3I4Ba .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vh4QF3I4Ba .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vh4QF3I4Ba .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vh4QF3I4Ba .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vh4QF3I4Ba .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vh4QF3I4Ba .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vh4QF3I4Ba .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vh4QF3I4Ba .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vh4QF3I4Ba .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vh4QF3I4Ba .mbr-label {
  color: #222f30;
}
.cid-vh4QF3I4Ba .mbr-section-title {
  color: #222f30;
}
.cid-vh4QF3I4Ba .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vh4QF3I4Ba .mbr-text {
  color: #4f595a;
}
.cid-vh4QF3I4Ba .mbr-text,
.cid-vh4QF3I4Ba .text-wrapper {
  text-align: justify;
}
.cid-vh4R0RcsrT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vh4R0RcsrT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh4R0RcsrT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh4R0RcsrT .content-wrap {
  margin: 0 -10px;
}
.cid-vh4R0RcsrT .content-wrap .card {
  padding: 0 10px;
}
.cid-vh4R0RcsrT .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vh4R0RcsrT .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vh4R0RcsrT .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vh4R0RcsrT .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vh4R0RcsrT .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vh4R0RcsrT .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vh4R0RcsrT .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vh4R0RcsrT .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vh4R0RcsrT .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vh4R0RcsrT .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vh4R0RcsrT .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vh4R0RcsrT .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vh4R0RcsrT .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vh4R0RcsrT .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vh4R0RcsrT .mbr-label {
  color: #222f30;
}
.cid-vh4R0RcsrT .mbr-section-title {
  color: #222f30;
}
.cid-vh4R0RcsrT .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vh4R0RcsrT .mbr-text {
  color: #4f595a;
}
.cid-vh4R0RcsrT .mbr-text,
.cid-vh4R0RcsrT .text-wrapper {
  text-align: justify;
}
.cid-vh4PEYNKyU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vh4PEYNKyU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh4PEYNKyU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh4PEYNKyU .content-wrap {
  margin: 0 -10px;
}
.cid-vh4PEYNKyU .content-wrap .card {
  padding: 0 10px;
}
.cid-vh4PEYNKyU .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vh4PEYNKyU .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vh4PEYNKyU .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vh4PEYNKyU .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vh4PEYNKyU .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vh4PEYNKyU .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vh4PEYNKyU .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vh4PEYNKyU .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vh4PEYNKyU .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vh4PEYNKyU .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vh4PEYNKyU .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vh4PEYNKyU .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vh4PEYNKyU .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vh4PEYNKyU .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vh4PEYNKyU .mbr-label {
  color: #222f30;
}
.cid-vh4PEYNKyU .mbr-section-title {
  color: #222f30;
}
.cid-vh4PEYNKyU .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vh4PEYNKyU .mbr-text {
  color: #4f595a;
}
.cid-vh4PEYNKyU .mbr-text,
.cid-vh4PEYNKyU .text-wrapper {
  text-align: justify;
}
.cid-vh4S38aVGa {
  position: relative;
  background-color: #f7f7f5;
  align-items: flex-end;
  padding-top: 5.75rem;
  padding-bottom: 5.75rem;
}
.cid-vh4S38aVGa .cont-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
.cid-vh4S38aVGa .cont-wrapper .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-vh4S38aVGa .cont-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #222f30;
  opacity: 0.4;
  pointer-events: none;
}
.cid-vh4S38aVGa .cont-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vh4S38aVGa .cont-wrapper {
  border-top: 5.75rem solid transparent;
  border-bottom: 5.75rem solid transparent;
}
.cid-vh4S38aVGa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh4S38aVGa .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vh4S38aVGa .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vh4S38aVGa .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vh4S38aVGa .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vh4S38aVGa .label-wrapper .label-wrap .mbr-label {
  pointer-events: visible;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vh4S38aVGa .title-wrapper .mbr-section-title {
  pointer-events: visible;
  margin-bottom: 24px;
}
.cid-vh4S38aVGa .title-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-vh4S38aVGa .title-wrapper .mbr-section-btn {
  pointer-events: visible;
  margin-top: 24px;
}
.cid-vh4S38aVGa .mbr-label {
  color: #222f30;
}
.cid-vh4S38aVGa .mbr-section-title {
  color: #ffffff;
}
.cid-vh4S38aVGa .mbr-text {
  color: #ffffff;
}
.cid-vh4SGZL0v8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vh4SGZL0v8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh4SGZL0v8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh4SGZL0v8 .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vh4SGZL0v8 .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vh4SGZL0v8 .label-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vh4SGZL0v8 .label-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vh4SGZL0v8 .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vh4SGZL0v8 .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vh4SGZL0v8 .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vh4SGZL0v8 .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vh4SGZL0v8 .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vh4SGZL0v8 .image-wrapper img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vh4SGZL0v8 .image-wrapper img {
    height: 300px;
  }
}
.cid-vh4SGZL0v8 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vh4SGZL0v8 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vh4SGZL0v8 .title-wrapper .text-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-vh4SGZL0v8 .title-wrapper .text-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vh4SGZL0v8 .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vh4SGZL0v8 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vh4SGZL0v8 .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vh4SGZL0v8 .title-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vh4SGZL0v8 .mbr-label {
  color: #222f30;
}
.cid-vh4SGZL0v8 .mbr-section-title {
  color: #222f30;
}
.cid-vh4SGZL0v8 .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vh4SGZL0v8 .mbr-text {
  color: #4f595a;
}
.cid-vh4PEZn4k3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vh4PEZn4k3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh4PEZn4k3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh4PEZn4k3 .content-wrap {
  margin: 0 -10px;
}
.cid-vh4PEZn4k3 .content-wrap .card {
  padding: 0 10px;
}
.cid-vh4PEZn4k3 .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vh4PEZn4k3 .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vh4PEZn4k3 .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vh4PEZn4k3 .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vh4PEZn4k3 .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vh4PEZn4k3 .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vh4PEZn4k3 .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vh4PEZn4k3 .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vh4PEZn4k3 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vh4PEZn4k3 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vh4PEZn4k3 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vh4PEZn4k3 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vh4PEZn4k3 .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vh4PEZn4k3 .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vh4PEZn4k3 .mbr-label {
  color: #222f30;
}
.cid-vh4PEZn4k3 .mbr-section-title {
  color: #222f30;
}
.cid-vh4PEZn4k3 .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vh4PEZn4k3 .mbr-text {
  color: #4f595a;
}
.cid-vh4PEZn4k3 .mbr-text,
.cid-vh4PEZn4k3 .text-wrapper {
  text-align: justify;
}
.cid-vh4TNBd9Oi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vh4TNBd9Oi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh4TNBd9Oi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh4TNBd9Oi .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vh4TNBd9Oi .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vh4TNBd9Oi .label-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vh4TNBd9Oi .label-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vh4TNBd9Oi .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vh4TNBd9Oi .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vh4TNBd9Oi .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vh4TNBd9Oi .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vh4TNBd9Oi .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vh4TNBd9Oi .image-wrapper img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vh4TNBd9Oi .image-wrapper img {
    height: 300px;
  }
}
.cid-vh4TNBd9Oi .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vh4TNBd9Oi .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vh4TNBd9Oi .title-wrapper .text-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-vh4TNBd9Oi .title-wrapper .text-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vh4TNBd9Oi .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vh4TNBd9Oi .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vh4TNBd9Oi .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vh4TNBd9Oi .title-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vh4TNBd9Oi .mbr-label {
  color: #222f30;
}
.cid-vh4TNBd9Oi .mbr-section-title {
  color: #222f30;
}
.cid-vh4TNBd9Oi .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vh4TNBd9Oi .mbr-text {
  color: #4f595a;
}
.cid-vh4PEZUjm9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vh4PEZUjm9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh4PEZUjm9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh4PEZUjm9 .content-wrap {
  margin: 0 -10px;
}
.cid-vh4PEZUjm9 .content-wrap .card {
  padding: 0 10px;
}
.cid-vh4PEZUjm9 .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vh4PEZUjm9 .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vh4PEZUjm9 .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vh4PEZUjm9 .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vh4PEZUjm9 .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vh4PEZUjm9 .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vh4PEZUjm9 .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vh4PEZUjm9 .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vh4PEZUjm9 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vh4PEZUjm9 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vh4PEZUjm9 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vh4PEZUjm9 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vh4PEZUjm9 .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vh4PEZUjm9 .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vh4PEZUjm9 .mbr-label {
  color: #222f30;
}
.cid-vh4PEZUjm9 .mbr-section-title {
  color: #222f30;
}
.cid-vh4PEZUjm9 .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vh4PEZUjm9 .mbr-text {
  color: #4f595a;
}
.cid-vh4PEZUjm9 .mbr-text,
.cid-vh4PEZUjm9 .text-wrapper {
  text-align: justify;
}
.cid-vhf4OcdNhu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vhf4OcdNhu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhf4OcdNhu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhf4OcdNhu .items-wrapper {
  margin: 0 -24px;
}
.cid-vhf4OcdNhu .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vhf4OcdNhu .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vhf4OcdNhu .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vhf4OcdNhu .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vhf4OcdNhu .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vhf4OcdNhu .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhf4OcdNhu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhf4OcdNhu .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vhf4OcdNhu .image-wrapper {
  border: 1px solid #14334b;
  padding: 12px;
}
.cid-vhf4OcdNhu .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhf4OcdNhu .image-wrapper img {
    height: 300px;
  }
}
.cid-vhf4OcdNhu .mbr-label {
  color: #14334b;
}
.cid-vhf4OcdNhu .mbr-section-title {
  color: #ff5500;
}
.cid-vhf4OcdNhu .mbr-text {
  color: #14334b;
}
.cid-vhf4OcdNhu .mbr-section-title,
.cid-vhf4OcdNhu .mbr-section-btn,
.cid-vhf4OcdNhu .title-wrap {
  color: #4f595a;
}
#custom-html-1n {
  /* Type valid CSS here */
}
#custom-html-1n div {
  padding: 80px 0;
  color: #FF8C00;
  text-align: left;
}
#custom-html-1n p {
  font-size: 15px;
  color: #FF8C00;
}
.cid-vh4PF2VU7G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background4.webp");
}
.cid-vh4PF2VU7G .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh4PF2VU7G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh4PF2VU7G .title-wrapper {
  margin-bottom: 320px;
}
@media (max-width: 992px) {
  .cid-vh4PF2VU7G .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vh4PF2VU7G .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vh4PF2VU7G .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 0;
  margin-bottom: 320px;
}
@media (max-width: 992px) {
  .cid-vh4PF2VU7G .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vh4PF2VU7G .nav-wrapper .nav-wrap {
  position: relative;
  width: 33%;
  padding-left: 20px;
}
@media (max-width: 1440px) {
  .cid-vh4PF2VU7G .nav-wrapper .nav-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vh4PF2VU7G .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-vh4PF2VU7G .nav-wrapper .nav-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease;
  opacity: .2;
}
.cid-vh4PF2VU7G .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vh4PF2VU7G .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-vh4PF2VU7G .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vh4PF2VU7G .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-vh4PF2VU7G .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.cid-vh4PF2VU7G .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-vh4PF2VU7G .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vh4PF2VU7G .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vh4PF2VU7G .mbr-label {
  margin-bottom: 24px;
  color: #ffffff;
}
.cid-vh4PF2VU7G .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vh4PF2VU7G .mbr-section-title {
  color: #ffffff;
}
.cid-vh4PF2VU7G .mbr-list-title {
  color: #ffffff;
}
.cid-vh4PF2VU7G .list {
  color: #ffffff;
}
.cid-vgOLAGDMu8 .navbar-dropdown {
  position: relative !important;
}
.cid-vgOLAGDMu8 .navbar-dropdown {
  position: absolute !important;
}
.cid-vgOLAGDMu8 .container-fluid {
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-vgOLAGDMu8 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-vgOLAGDMu8 .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-vgOLAGDMu8 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgOLAGDMu8 .dropdown-item {
  border: none !important;
  background: #222f30 !important;
  color: #f7f7f5 !important;
  font-weight: 300;
}
.cid-vgOLAGDMu8 .dropdown-item:hover,
.cid-vgOLAGDMu8 .dropdown-item:focus {
  background: #222f30 !important;
  color: #f7f7f5 !important;
}
.cid-vgOLAGDMu8 .dropdown-item:hover span {
  color: white;
}
.cid-vgOLAGDMu8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgOLAGDMu8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgOLAGDMu8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgOLAGDMu8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vgOLAGDMu8 .nav-link {
  position: relative;
}
.cid-vgOLAGDMu8 .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vgOLAGDMu8 .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vgOLAGDMu8 .container {
    max-width: 1100px;
  }
}
.cid-vgOLAGDMu8 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgOLAGDMu8 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgOLAGDMu8 .dropdown-menu,
.cid-vgOLAGDMu8 .navbar.opened {
  background: #f7f7f5 !important;
  background: rgba(247, 247, 245, 0) !important;
}
.cid-vgOLAGDMu8 .nav-item:focus,
.cid-vgOLAGDMu8 .nav-link:focus {
  outline: none;
}
.cid-vgOLAGDMu8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgOLAGDMu8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vgOLAGDMu8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgOLAGDMu8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgOLAGDMu8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgOLAGDMu8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vgOLAGDMu8 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 247, 245, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgOLAGDMu8 .navbar.opened {
  transition: all 0.3s;
}
.cid-vgOLAGDMu8 .navbar .dropdown-item {
  padding: 10px 2rem 10px 17px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vgOLAGDMu8 .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vgOLAGDMu8 .navbar .navbar-logo img {
  width: auto;
}
.cid-vgOLAGDMu8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgOLAGDMu8 .navbar.collapsed {
  justify-content: center;
}
.cid-vgOLAGDMu8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgOLAGDMu8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vgOLAGDMu8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vgOLAGDMu8 .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vgOLAGDMu8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vgOLAGDMu8 .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%;
  position: static;
}
.cid-vgOLAGDMu8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgOLAGDMu8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgOLAGDMu8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgOLAGDMu8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgOLAGDMu8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgOLAGDMu8 .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vgOLAGDMu8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgOLAGDMu8 .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vgOLAGDMu8 .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%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vgOLAGDMu8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgOLAGDMu8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgOLAGDMu8 .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vgOLAGDMu8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgOLAGDMu8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgOLAGDMu8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgOLAGDMu8 .navbar.navbar-short {
  min-height: 110px;
}
.cid-vgOLAGDMu8 .navbar.navbar-short .navbar-brand {
  min-height: 110px;
}
.cid-vgOLAGDMu8 .navbar-brand {
  min-height: 110px;
  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-vgOLAGDMu8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgOLAGDMu8 .navbar-brand .navbar-caption:hover,
.cid-vgOLAGDMu8 .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vgOLAGDMu8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgOLAGDMu8 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgOLAGDMu8 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vgOLAGDMu8 .dropdown-item.active,
.cid-vgOLAGDMu8 .dropdown-item:active {
  background-color: transparent;
}
.cid-vgOLAGDMu8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgOLAGDMu8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgOLAGDMu8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgOLAGDMu8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f5;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vgOLAGDMu8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vgOLAGDMu8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgOLAGDMu8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgOLAGDMu8 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
}
@media (min-width: 991px) {
  .cid-vgOLAGDMu8 ul.navbar-nav {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .cid-vgOLAGDMu8 ul.navbar-nav {
    padding: 10px;
  }
  .cid-vgOLAGDMu8 ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vgOLAGDMu8 .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vgOLAGDMu8 .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vgOLAGDMu8 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgOLAGDMu8 .navbar-buttons {
    text-align: left;
  }
}
.cid-vgOLAGDMu8 .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin: 0;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .cid-vgOLAGDMu8 .navbar-buttons .btn {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .cid-vgOLAGDMu8 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgOLAGDMu8 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 110px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgOLAGDMu8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vgOLAGDMu8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgOLAGDMu8 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vgOLAGDMu8 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vgOLAGDMu8 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vgOLAGDMu8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgOLAGDMu8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgOLAGDMu8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgOLAGDMu8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgOLAGDMu8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgOLAGDMu8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgOLAGDMu8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgOLAGDMu8 .navbar {
    height: 70px;
  }
  .cid-vgOLAGDMu8 .navbar.opened {
    height: auto;
  }
  .cid-vgOLAGDMu8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgOLAGDMu8 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgOLAGDMu8 .nav-item .nav-link {
  padding: 10px 17px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vgOLAGDMu8 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgOLAGDMu8 .nav-item .nav-link:hover {
  background-color: #f7f7f5;
  color: #222f30;
}
.cid-vgOLAGDMu8 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vgOLAGDMu8 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgOLAGDMu8 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgOLAGDMu8 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgOLAGDMu8 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgOLAGDMu8 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgOLAGDMu8 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgOLAGDMu8 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgOLAGDMu8 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgOLAGDMu8 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgOLAGDMu8 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgOLAGDMu8 .content-wrap {
  min-height: 110px;
}
.cid-vgOLAGDMu8 .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vgOLAGDMu8 .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vgOLAGDMu8 .menu-content {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(14px);
  position: relative;
  padding: 4px 12px;
}
@media (max-width: 992px) {
  .cid-vgOLAGDMu8 .menu-content {
    width: 100%;
    flex-direction: column;
    padding: 10px 12px;
  }
}
.cid-vgOLAGDMu8 .menu-content .blur-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .8;
  pointer-events: none;
}
.cid-vgOLAHpAfh {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dr-vu-georgia-wellness-center-griffin-ga-750x450.webp");
}
.cid-vgOLAHpAfh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgOLAHpAfh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgOLAHpAfh .title-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-vgOLAHpAfh .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgOLAHpAfh .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-vgOLAHpAfh .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vgOLAHpAfh .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgOLAHpAfh .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-vgOLAHpAfh .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vgOLAHpAfh .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vgOLAHpAfh .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vgOLAHpAfh .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgOLAHpAfh .mbr-text {
  margin-bottom: 0;
  color: #4f595a;
}
.cid-vgOLAHpAfh .mbr-section-btn {
  margin-top: -9.6px;
}
@media (max-width: 992px) {
  .cid-vgOLAHpAfh .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vgOLAHpAfh .mbr-section-title {
  color: #222f30;
}
.cid-vgOLAHpAfh .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vgOLAHpAfh .mbr-section-subtitle,
.cid-vgOLAHpAfh .subtitle-wrap {
  color: #ffffff;
}
.cid-vgOLAHpAfh .mbr-text,
.cid-vgOLAHpAfh .text-wrap {
  color: #ffffff;
}
.cid-vgOO00hjZa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vgOO00hjZa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgOO00hjZa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgOO00hjZa .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vgOO00hjZa .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgOO00hjZa .label-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vgOO00hjZa .label-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgOO00hjZa .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vgOO00hjZa .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vgOO00hjZa .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgOO00hjZa .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vgOO00hjZa .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgOO00hjZa .image-wrapper img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vgOO00hjZa .image-wrapper img {
    height: 300px;
  }
}
.cid-vgOO00hjZa .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vgOO00hjZa .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vgOO00hjZa .title-wrapper .text-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-vgOO00hjZa .title-wrapper .text-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vgOO00hjZa .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgOO00hjZa .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgOO00hjZa .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vgOO00hjZa .title-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vgOO00hjZa .mbr-label {
  color: #222f30;
}
.cid-vgOO00hjZa .mbr-section-title {
  color: #222f30;
}
.cid-vgOO00hjZa .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vgOO00hjZa .mbr-text {
  color: #4f595a;
}
.cid-vgOLAIRAZb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vgOLAIRAZb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgOLAIRAZb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgOLAIRAZb .content-wrap {
  margin: 0 -10px;
}
.cid-vgOLAIRAZb .content-wrap .card {
  padding: 0 10px;
}
.cid-vgOLAIRAZb .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vgOLAIRAZb .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgOLAIRAZb .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgOLAIRAZb .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vgOLAIRAZb .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vgOLAIRAZb .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgOLAIRAZb .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vgOLAIRAZb .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vgOLAIRAZb .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgOLAIRAZb .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgOLAIRAZb .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgOLAIRAZb .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgOLAIRAZb .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vgOLAIRAZb .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vgOLAIRAZb .mbr-label {
  color: #222f30;
}
.cid-vgOLAIRAZb .mbr-section-title {
  color: #222f30;
}
.cid-vgOLAIRAZb .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vgOLAIRAZb .mbr-text {
  color: #4f595a;
}
.cid-vgOLAIRAZb .mbr-text,
.cid-vgOLAIRAZb .text-wrapper {
  text-align: justify;
}
.cid-vgOLAJt7al {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vgOLAJt7al .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgOLAJt7al .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgOLAJt7al .content-wrap {
  margin: 0 -10px;
}
.cid-vgOLAJt7al .content-wrap .card {
  padding: 0 10px;
}
.cid-vgOLAJt7al .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vgOLAJt7al .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgOLAJt7al .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgOLAJt7al .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vgOLAJt7al .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vgOLAJt7al .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgOLAJt7al .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vgOLAJt7al .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vgOLAJt7al .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgOLAJt7al .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgOLAJt7al .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgOLAJt7al .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgOLAJt7al .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vgOLAJt7al .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vgOLAJt7al .mbr-label {
  color: #222f30;
}
.cid-vgOLAJt7al .mbr-section-title {
  color: #222f30;
}
.cid-vgOLAJt7al .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vgOLAJt7al .mbr-text {
  color: #4f595a;
}
.cid-vgOLAJt7al .mbr-text,
.cid-vgOLAJt7al .text-wrapper {
  text-align: justify;
}
.cid-vgOPDV4Mj4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vgOPDV4Mj4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgOPDV4Mj4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgOPDV4Mj4 .content-wrap {
  margin: 0 -10px;
}
.cid-vgOPDV4Mj4 .content-wrap .card {
  padding: 0 10px;
}
.cid-vgOPDV4Mj4 .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vgOPDV4Mj4 .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgOPDV4Mj4 .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgOPDV4Mj4 .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vgOPDV4Mj4 .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vgOPDV4Mj4 .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgOPDV4Mj4 .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vgOPDV4Mj4 .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vgOPDV4Mj4 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgOPDV4Mj4 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgOPDV4Mj4 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgOPDV4Mj4 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgOPDV4Mj4 .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vgOPDV4Mj4 .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vgOPDV4Mj4 .mbr-label {
  color: #222f30;
}
.cid-vgOPDV4Mj4 .mbr-section-title {
  color: #222f30;
}
.cid-vgOPDV4Mj4 .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vgOPDV4Mj4 .mbr-text {
  color: #4f595a;
}
.cid-vgOPDV4Mj4 .mbr-text,
.cid-vgOPDV4Mj4 .text-wrapper {
  text-align: justify;
}
.cid-vgOPUbsgLt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vgOPUbsgLt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgOPUbsgLt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgOPUbsgLt .content-wrap {
  margin: 0 -10px;
}
.cid-vgOPUbsgLt .content-wrap .card {
  padding: 0 10px;
}
.cid-vgOPUbsgLt .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vgOPUbsgLt .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgOPUbsgLt .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgOPUbsgLt .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vgOPUbsgLt .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vgOPUbsgLt .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgOPUbsgLt .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vgOPUbsgLt .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vgOPUbsgLt .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgOPUbsgLt .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgOPUbsgLt .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgOPUbsgLt .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgOPUbsgLt .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vgOPUbsgLt .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vgOPUbsgLt .mbr-label {
  color: #222f30;
}
.cid-vgOPUbsgLt .mbr-section-title {
  color: #222f30;
}
.cid-vgOPUbsgLt .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vgOPUbsgLt .mbr-text {
  color: #4f595a;
}
.cid-vgOPUbsgLt .mbr-text,
.cid-vgOPUbsgLt .text-wrapper {
  text-align: justify;
}
.cid-vgOQaidLLl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vgOQaidLLl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgOQaidLLl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgOQaidLLl .content-wrap {
  margin: 0 -10px;
}
.cid-vgOQaidLLl .content-wrap .card {
  padding: 0 10px;
}
.cid-vgOQaidLLl .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vgOQaidLLl .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgOQaidLLl .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgOQaidLLl .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vgOQaidLLl .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vgOQaidLLl .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgOQaidLLl .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vgOQaidLLl .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vgOQaidLLl .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgOQaidLLl .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgOQaidLLl .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgOQaidLLl .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgOQaidLLl .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vgOQaidLLl .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vgOQaidLLl .mbr-label {
  color: #222f30;
}
.cid-vgOQaidLLl .mbr-section-title {
  color: #222f30;
}
.cid-vgOQaidLLl .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vgOQaidLLl .mbr-text {
  color: #4f595a;
}
.cid-vgOQaidLLl .mbr-text,
.cid-vgOQaidLLl .text-wrapper {
  text-align: justify;
}
.cid-vgOQlYZLEj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vgOQlYZLEj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgOQlYZLEj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgOQlYZLEj .content-wrap {
  margin: 0 -10px;
}
.cid-vgOQlYZLEj .content-wrap .card {
  padding: 0 10px;
}
.cid-vgOQlYZLEj .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vgOQlYZLEj .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgOQlYZLEj .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgOQlYZLEj .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vgOQlYZLEj .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vgOQlYZLEj .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgOQlYZLEj .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vgOQlYZLEj .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vgOQlYZLEj .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgOQlYZLEj .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgOQlYZLEj .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgOQlYZLEj .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgOQlYZLEj .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vgOQlYZLEj .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vgOQlYZLEj .mbr-label {
  color: #222f30;
}
.cid-vgOQlYZLEj .mbr-section-title {
  color: #222f30;
}
.cid-vgOQlYZLEj .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vgOQlYZLEj .mbr-text {
  color: #4f595a;
}
.cid-vgOQlYZLEj .mbr-text,
.cid-vgOQlYZLEj .text-wrapper {
  text-align: justify;
}
.cid-vgOLAK7ZZA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vgOLAK7ZZA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgOLAK7ZZA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgOLAK7ZZA .content-wrap {
  margin: 0 -10px;
}
.cid-vgOLAK7ZZA .content-wrap .card {
  padding: 0 10px;
}
.cid-vgOLAK7ZZA .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vgOLAK7ZZA .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgOLAK7ZZA .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgOLAK7ZZA .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vgOLAK7ZZA .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vgOLAK7ZZA .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgOLAK7ZZA .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vgOLAK7ZZA .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vgOLAK7ZZA .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgOLAK7ZZA .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgOLAK7ZZA .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgOLAK7ZZA .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgOLAK7ZZA .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vgOLAK7ZZA .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vgOLAK7ZZA .mbr-label {
  color: #222f30;
}
.cid-vgOLAK7ZZA .mbr-section-title {
  color: #222f30;
}
.cid-vgOLAK7ZZA .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vgOLAK7ZZA .mbr-text {
  color: #4f595a;
}
.cid-vgOLAK7ZZA .mbr-text,
.cid-vgOLAK7ZZA .text-wrapper {
  text-align: justify;
}
.cid-vgOSaGBG9u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vgOSaGBG9u .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgOSaGBG9u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgOSaGBG9u .content-wrap {
  margin: 0 -10px;
}
.cid-vgOSaGBG9u .content-wrap .card {
  padding: 0 10px;
}
.cid-vgOSaGBG9u .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vgOSaGBG9u .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgOSaGBG9u .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgOSaGBG9u .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vgOSaGBG9u .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vgOSaGBG9u .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgOSaGBG9u .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vgOSaGBG9u .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vgOSaGBG9u .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgOSaGBG9u .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgOSaGBG9u .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgOSaGBG9u .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgOSaGBG9u .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vgOSaGBG9u .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vgOSaGBG9u .mbr-label {
  color: #222f30;
}
.cid-vgOSaGBG9u .mbr-section-title {
  color: #222f30;
}
.cid-vgOSaGBG9u .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vgOSaGBG9u .mbr-text {
  color: #4f595a;
}
.cid-vgOSaGBG9u .mbr-text,
.cid-vgOSaGBG9u .text-wrapper {
  text-align: justify;
}
#custom-html-10 {
  /* Type valid CSS here */
}
#custom-html-10 div {
  padding: 80px 0;
  color: #FF8C00;
  text-align: left;
}
#custom-html-10 p {
  font-size: 15px;
  color: #FF8C00;
}
.cid-vgOLAL03Qt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background4.webp");
}
.cid-vgOLAL03Qt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgOLAL03Qt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgOLAL03Qt .title-wrapper {
  margin-bottom: 320px;
}
@media (max-width: 992px) {
  .cid-vgOLAL03Qt .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgOLAL03Qt .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vgOLAL03Qt .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 0;
  margin-bottom: 320px;
}
@media (max-width: 992px) {
  .cid-vgOLAL03Qt .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgOLAL03Qt .nav-wrapper .nav-wrap {
  position: relative;
  width: 33%;
  padding-left: 20px;
}
@media (max-width: 1440px) {
  .cid-vgOLAL03Qt .nav-wrapper .nav-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vgOLAL03Qt .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-vgOLAL03Qt .nav-wrapper .nav-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease;
  opacity: .2;
}
.cid-vgOLAL03Qt .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vgOLAL03Qt .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-vgOLAL03Qt .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vgOLAL03Qt .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-vgOLAL03Qt .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.cid-vgOLAL03Qt .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-vgOLAL03Qt .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vgOLAL03Qt .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vgOLAL03Qt .mbr-label {
  margin-bottom: 24px;
  color: #ffffff;
}
.cid-vgOLAL03Qt .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vgOLAL03Qt .mbr-section-title {
  color: #ffffff;
}
.cid-vgOLAL03Qt .mbr-list-title {
  color: #ffffff;
}
.cid-vgOLAL03Qt .list {
  color: #ffffff;
}
.cid-vh6dIEY5AW .navbar-dropdown {
  position: relative !important;
}
.cid-vh6dIEY5AW .navbar-dropdown {
  position: absolute !important;
}
.cid-vh6dIEY5AW .container-fluid {
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-vh6dIEY5AW .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-vh6dIEY5AW .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-vh6dIEY5AW .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vh6dIEY5AW .dropdown-item {
  border: none !important;
  background: #222f30 !important;
  color: #f7f7f5 !important;
  font-weight: 300;
}
.cid-vh6dIEY5AW .dropdown-item:hover,
.cid-vh6dIEY5AW .dropdown-item:focus {
  background: #222f30 !important;
  color: #f7f7f5 !important;
}
.cid-vh6dIEY5AW .dropdown-item:hover span {
  color: white;
}
.cid-vh6dIEY5AW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vh6dIEY5AW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vh6dIEY5AW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vh6dIEY5AW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vh6dIEY5AW .nav-link {
  position: relative;
}
.cid-vh6dIEY5AW .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vh6dIEY5AW .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vh6dIEY5AW .container {
    max-width: 1100px;
  }
}
.cid-vh6dIEY5AW .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vh6dIEY5AW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vh6dIEY5AW .dropdown-menu,
.cid-vh6dIEY5AW .navbar.opened {
  background: #f7f7f5 !important;
  background: rgba(247, 247, 245, 0) !important;
}
.cid-vh6dIEY5AW .nav-item:focus,
.cid-vh6dIEY5AW .nav-link:focus {
  outline: none;
}
.cid-vh6dIEY5AW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh6dIEY5AW .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vh6dIEY5AW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vh6dIEY5AW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh6dIEY5AW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh6dIEY5AW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vh6dIEY5AW .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 247, 245, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vh6dIEY5AW .navbar.opened {
  transition: all 0.3s;
}
.cid-vh6dIEY5AW .navbar .dropdown-item {
  padding: 10px 2rem 10px 17px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vh6dIEY5AW .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vh6dIEY5AW .navbar .navbar-logo img {
  width: auto;
}
.cid-vh6dIEY5AW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vh6dIEY5AW .navbar.collapsed {
  justify-content: center;
}
.cid-vh6dIEY5AW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vh6dIEY5AW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vh6dIEY5AW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vh6dIEY5AW .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vh6dIEY5AW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vh6dIEY5AW .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%;
  position: static;
}
.cid-vh6dIEY5AW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vh6dIEY5AW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vh6dIEY5AW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vh6dIEY5AW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vh6dIEY5AW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vh6dIEY5AW .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vh6dIEY5AW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vh6dIEY5AW .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vh6dIEY5AW .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%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vh6dIEY5AW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vh6dIEY5AW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vh6dIEY5AW .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vh6dIEY5AW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vh6dIEY5AW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vh6dIEY5AW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vh6dIEY5AW .navbar.navbar-short {
  min-height: 110px;
}
.cid-vh6dIEY5AW .navbar.navbar-short .navbar-brand {
  min-height: 110px;
}
.cid-vh6dIEY5AW .navbar-brand {
  min-height: 110px;
  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-vh6dIEY5AW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vh6dIEY5AW .navbar-brand .navbar-caption:hover,
.cid-vh6dIEY5AW .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vh6dIEY5AW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vh6dIEY5AW .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vh6dIEY5AW .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vh6dIEY5AW .dropdown-item.active,
.cid-vh6dIEY5AW .dropdown-item:active {
  background-color: transparent;
}
.cid-vh6dIEY5AW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vh6dIEY5AW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vh6dIEY5AW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vh6dIEY5AW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f5;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vh6dIEY5AW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vh6dIEY5AW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vh6dIEY5AW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh6dIEY5AW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
}
@media (min-width: 991px) {
  .cid-vh6dIEY5AW ul.navbar-nav {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .cid-vh6dIEY5AW ul.navbar-nav {
    padding: 10px;
  }
  .cid-vh6dIEY5AW ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vh6dIEY5AW .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vh6dIEY5AW .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vh6dIEY5AW .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vh6dIEY5AW .navbar-buttons {
    text-align: left;
  }
}
.cid-vh6dIEY5AW .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin: 0;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .cid-vh6dIEY5AW .navbar-buttons .btn {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .cid-vh6dIEY5AW .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vh6dIEY5AW button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 110px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vh6dIEY5AW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vh6dIEY5AW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vh6dIEY5AW button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vh6dIEY5AW button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vh6dIEY5AW button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vh6dIEY5AW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh6dIEY5AW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh6dIEY5AW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh6dIEY5AW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh6dIEY5AW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vh6dIEY5AW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh6dIEY5AW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vh6dIEY5AW .navbar {
    height: 70px;
  }
  .cid-vh6dIEY5AW .navbar.opened {
    height: auto;
  }
  .cid-vh6dIEY5AW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vh6dIEY5AW .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vh6dIEY5AW .nav-item .nav-link {
  padding: 10px 17px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vh6dIEY5AW .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vh6dIEY5AW .nav-item .nav-link:hover {
  background-color: #f7f7f5;
  color: #222f30;
}
.cid-vh6dIEY5AW .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vh6dIEY5AW .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vh6dIEY5AW .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vh6dIEY5AW .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vh6dIEY5AW .navbar {
    justify-content: flex-start !important;
  }
  .cid-vh6dIEY5AW .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vh6dIEY5AW .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vh6dIEY5AW .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vh6dIEY5AW .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vh6dIEY5AW .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vh6dIEY5AW .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vh6dIEY5AW .content-wrap {
  min-height: 110px;
}
.cid-vh6dIEY5AW .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vh6dIEY5AW .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vh6dIEY5AW .menu-content {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(14px);
  position: relative;
  padding: 4px 12px;
}
@media (max-width: 992px) {
  .cid-vh6dIEY5AW .menu-content {
    width: 100%;
    flex-direction: column;
    padding: 10px 12px;
  }
}
.cid-vh6dIEY5AW .menu-content .blur-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .8;
  pointer-events: none;
}
.cid-vh6dIFHwQT {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/neuromodulators-georgia-wellnesss-solution-med-spa-griffin-ga-1012x539.webp");
}
.cid-vh6dIFHwQT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh6dIFHwQT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh6dIFHwQT .title-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-vh6dIFHwQT .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vh6dIFHwQT .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-vh6dIFHwQT .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vh6dIFHwQT .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vh6dIFHwQT .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-vh6dIFHwQT .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vh6dIFHwQT .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vh6dIFHwQT .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vh6dIFHwQT .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vh6dIFHwQT .mbr-text {
  margin-bottom: 0;
  color: #4f595a;
}
.cid-vh6dIFHwQT .mbr-section-btn {
  margin-top: -9.6px;
}
@media (max-width: 992px) {
  .cid-vh6dIFHwQT .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vh6dIFHwQT .mbr-section-title {
  color: #222f30;
}
.cid-vh6dIFHwQT .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vh6dIFHwQT .mbr-section-subtitle,
.cid-vh6dIFHwQT .subtitle-wrap {
  color: #ffffff;
}
.cid-vh6dIFHwQT .mbr-text,
.cid-vh6dIFHwQT .text-wrap {
  color: #ffffff;
}
.cid-vh6dIGgv4d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vh6dIGgv4d .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh6dIGgv4d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh6dIGgv4d .content-wrap {
  margin: 0 -10px;
}
.cid-vh6dIGgv4d .content-wrap .card {
  padding: 0 10px;
}
.cid-vh6dIGgv4d .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vh6dIGgv4d .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vh6dIGgv4d .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vh6dIGgv4d .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vh6dIGgv4d .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vh6dIGgv4d .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vh6dIGgv4d .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vh6dIGgv4d .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vh6dIGgv4d .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vh6dIGgv4d .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vh6dIGgv4d .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vh6dIGgv4d .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vh6dIGgv4d .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vh6dIGgv4d .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vh6dIGgv4d .mbr-label {
  color: #222f30;
}
.cid-vh6dIGgv4d .mbr-section-title {
  color: #222f30;
}
.cid-vh6dIGgv4d .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vh6dIGgv4d .mbr-text {
  color: #4f595a;
}
.cid-vh6dIGgv4d .mbr-text,
.cid-vh6dIGgv4d .text-wrapper {
  text-align: justify;
}
.cid-vh6dIH6PJ9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vh6dIH6PJ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh6dIH6PJ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh6dIH6PJ9 .content-wrap {
  margin: 0 -10px;
}
.cid-vh6dIH6PJ9 .content-wrap .card {
  padding: 0 10px;
}
.cid-vh6dIH6PJ9 .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vh6dIH6PJ9 .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vh6dIH6PJ9 .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vh6dIH6PJ9 .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vh6dIH6PJ9 .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vh6dIH6PJ9 .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vh6dIH6PJ9 .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vh6dIH6PJ9 .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vh6dIH6PJ9 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vh6dIH6PJ9 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vh6dIH6PJ9 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vh6dIH6PJ9 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vh6dIH6PJ9 .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vh6dIH6PJ9 .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vh6dIH6PJ9 .mbr-label {
  color: #222f30;
}
.cid-vh6dIH6PJ9 .mbr-section-title {
  color: #222f30;
}
.cid-vh6dIH6PJ9 .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vh6dIH6PJ9 .mbr-text {
  color: #4f595a;
}
.cid-vh6dIH6PJ9 .mbr-text,
.cid-vh6dIH6PJ9 .text-wrapper {
  text-align: justify;
}
.cid-vh6dIHODaI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vh6dIHODaI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh6dIHODaI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh6dIHODaI .content-wrap {
  margin: 0 -10px;
}
.cid-vh6dIHODaI .content-wrap .card {
  padding: 0 10px;
}
.cid-vh6dIHODaI .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vh6dIHODaI .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vh6dIHODaI .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vh6dIHODaI .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vh6dIHODaI .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vh6dIHODaI .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vh6dIHODaI .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vh6dIHODaI .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vh6dIHODaI .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vh6dIHODaI .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vh6dIHODaI .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vh6dIHODaI .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vh6dIHODaI .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vh6dIHODaI .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vh6dIHODaI .mbr-label {
  color: #222f30;
}
.cid-vh6dIHODaI .mbr-section-title {
  color: #222f30;
}
.cid-vh6dIHODaI .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vh6dIHODaI .mbr-text {
  color: #4f595a;
}
.cid-vh6dIHODaI .mbr-text,
.cid-vh6dIHODaI .text-wrapper {
  text-align: justify;
}
.cid-vh6dIIZEc2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vh6dIIZEc2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh6dIIZEc2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh6dIIZEc2 .content-wrap {
  margin: 0 -10px;
}
.cid-vh6dIIZEc2 .content-wrap .card {
  padding: 0 10px;
}
.cid-vh6dIIZEc2 .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vh6dIIZEc2 .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vh6dIIZEc2 .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vh6dIIZEc2 .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vh6dIIZEc2 .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vh6dIIZEc2 .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vh6dIIZEc2 .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vh6dIIZEc2 .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vh6dIIZEc2 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vh6dIIZEc2 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vh6dIIZEc2 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vh6dIIZEc2 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vh6dIIZEc2 .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vh6dIIZEc2 .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vh6dIIZEc2 .mbr-label {
  color: #222f30;
}
.cid-vh6dIIZEc2 .mbr-section-title {
  color: #222f30;
}
.cid-vh6dIIZEc2 .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vh6dIIZEc2 .mbr-text {
  color: #4f595a;
}
.cid-vh6dIIZEc2 .mbr-text,
.cid-vh6dIIZEc2 .text-wrapper {
  text-align: justify;
}
.cid-vh6dIL9Gho {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vh6dIL9Gho .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh6dIL9Gho .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh6dIL9Gho .content-wrap {
  margin: 0 -10px;
}
.cid-vh6dIL9Gho .content-wrap .card {
  padding: 0 10px;
}
.cid-vh6dIL9Gho .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vh6dIL9Gho .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vh6dIL9Gho .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vh6dIL9Gho .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vh6dIL9Gho .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vh6dIL9Gho .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vh6dIL9Gho .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vh6dIL9Gho .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vh6dIL9Gho .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vh6dIL9Gho .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vh6dIL9Gho .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vh6dIL9Gho .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vh6dIL9Gho .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vh6dIL9Gho .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vh6dIL9Gho .mbr-label {
  color: #222f30;
}
.cid-vh6dIL9Gho .mbr-section-title {
  color: #222f30;
}
.cid-vh6dIL9Gho .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vh6dIL9Gho .mbr-text {
  color: #4f595a;
}
.cid-vh6dIL9Gho .mbr-text,
.cid-vh6dIL9Gho .text-wrapper {
  text-align: justify;
}
.cid-vh6dIMgdKK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vh6dIMgdKK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh6dIMgdKK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh6dIMgdKK .content-wrap {
  margin: 0 -10px;
}
.cid-vh6dIMgdKK .content-wrap .card {
  padding: 0 10px;
}
.cid-vh6dIMgdKK .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vh6dIMgdKK .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vh6dIMgdKK .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vh6dIMgdKK .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vh6dIMgdKK .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vh6dIMgdKK .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vh6dIMgdKK .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vh6dIMgdKK .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vh6dIMgdKK .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vh6dIMgdKK .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vh6dIMgdKK .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vh6dIMgdKK .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vh6dIMgdKK .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vh6dIMgdKK .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vh6dIMgdKK .mbr-label {
  color: #222f30;
}
.cid-vh6dIMgdKK .mbr-section-title {
  color: #222f30;
}
.cid-vh6dIMgdKK .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vh6dIMgdKK .mbr-text {
  color: #4f595a;
}
.cid-vh6dIMgdKK .mbr-text,
.cid-vh6dIMgdKK .text-wrapper {
  text-align: justify;
}
.cid-vh6dIMUlTU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vh6dIMUlTU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh6dIMUlTU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh6dIMUlTU .content-wrap {
  margin: 0 -10px;
}
.cid-vh6dIMUlTU .content-wrap .card {
  padding: 0 10px;
}
.cid-vh6dIMUlTU .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vh6dIMUlTU .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vh6dIMUlTU .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vh6dIMUlTU .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vh6dIMUlTU .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vh6dIMUlTU .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vh6dIMUlTU .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vh6dIMUlTU .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vh6dIMUlTU .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vh6dIMUlTU .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vh6dIMUlTU .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vh6dIMUlTU .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vh6dIMUlTU .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vh6dIMUlTU .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vh6dIMUlTU .mbr-label {
  color: #222f30;
}
.cid-vh6dIMUlTU .mbr-section-title {
  color: #222f30;
}
.cid-vh6dIMUlTU .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vh6dIMUlTU .mbr-text {
  color: #4f595a;
}
.cid-vh6dIMUlTU .mbr-text,
.cid-vh6dIMUlTU .text-wrapper {
  text-align: justify;
}
.cid-vh6dINCHif {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vh6dINCHif .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh6dINCHif .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh6dINCHif .content-wrap {
  margin: 0 -10px;
}
.cid-vh6dINCHif .content-wrap .card {
  padding: 0 10px;
}
.cid-vh6dINCHif .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vh6dINCHif .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vh6dINCHif .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vh6dINCHif .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vh6dINCHif .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vh6dINCHif .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vh6dINCHif .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vh6dINCHif .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vh6dINCHif .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vh6dINCHif .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vh6dINCHif .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vh6dINCHif .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vh6dINCHif .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vh6dINCHif .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vh6dINCHif .mbr-label {
  color: #222f30;
}
.cid-vh6dINCHif .mbr-section-title {
  color: #222f30;
}
.cid-vh6dINCHif .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vh6dINCHif .mbr-text {
  color: #4f595a;
}
.cid-vh6dINCHif .mbr-text,
.cid-vh6dINCHif .text-wrapper {
  text-align: justify;
}
.cid-vh6dIOaUlV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vh6dIOaUlV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh6dIOaUlV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh6dIOaUlV .content-wrap {
  margin: 0 -10px;
}
.cid-vh6dIOaUlV .content-wrap .card {
  padding: 0 10px;
}
.cid-vh6dIOaUlV .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vh6dIOaUlV .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vh6dIOaUlV .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vh6dIOaUlV .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vh6dIOaUlV .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vh6dIOaUlV .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vh6dIOaUlV .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vh6dIOaUlV .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vh6dIOaUlV .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vh6dIOaUlV .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vh6dIOaUlV .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vh6dIOaUlV .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vh6dIOaUlV .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vh6dIOaUlV .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vh6dIOaUlV .mbr-label {
  color: #222f30;
}
.cid-vh6dIOaUlV .mbr-section-title {
  color: #222f30;
}
.cid-vh6dIOaUlV .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vh6dIOaUlV .mbr-text {
  color: #4f595a;
}
.cid-vh6dIOaUlV .mbr-text,
.cid-vh6dIOaUlV .text-wrapper {
  text-align: justify;
}
.cid-vh6dIOV5Pd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vh6dIOV5Pd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh6dIOV5Pd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh6dIOV5Pd .content-wrap {
  margin: 0 -10px;
}
.cid-vh6dIOV5Pd .content-wrap .card {
  padding: 0 10px;
}
.cid-vh6dIOV5Pd .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vh6dIOV5Pd .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vh6dIOV5Pd .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vh6dIOV5Pd .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vh6dIOV5Pd .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vh6dIOV5Pd .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vh6dIOV5Pd .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vh6dIOV5Pd .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vh6dIOV5Pd .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vh6dIOV5Pd .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vh6dIOV5Pd .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vh6dIOV5Pd .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vh6dIOV5Pd .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vh6dIOV5Pd .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vh6dIOV5Pd .mbr-label {
  color: #222f30;
}
.cid-vh6dIOV5Pd .mbr-section-title {
  color: #222f30;
}
.cid-vh6dIOV5Pd .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vh6dIOV5Pd .mbr-text {
  color: #4f595a;
}
.cid-vh6dIOV5Pd .mbr-text,
.cid-vh6dIOV5Pd .text-wrapper {
  text-align: justify;
}
#custom-html-2a {
  /* Type valid CSS here */
}
#custom-html-2a div {
  padding: 80px 0;
  color: #FF8C00;
  text-align: left;
}
#custom-html-2a p {
  font-size: 15px;
  color: #FF8C00;
}
.cid-vh6dIPPhxo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background4.webp");
}
.cid-vh6dIPPhxo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh6dIPPhxo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh6dIPPhxo .title-wrapper {
  margin-bottom: 320px;
}
@media (max-width: 992px) {
  .cid-vh6dIPPhxo .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vh6dIPPhxo .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vh6dIPPhxo .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 0;
  margin-bottom: 320px;
}
@media (max-width: 992px) {
  .cid-vh6dIPPhxo .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vh6dIPPhxo .nav-wrapper .nav-wrap {
  position: relative;
  width: 33%;
  padding-left: 20px;
}
@media (max-width: 1440px) {
  .cid-vh6dIPPhxo .nav-wrapper .nav-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vh6dIPPhxo .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-vh6dIPPhxo .nav-wrapper .nav-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease;
  opacity: .2;
}
.cid-vh6dIPPhxo .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vh6dIPPhxo .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-vh6dIPPhxo .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vh6dIPPhxo .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-vh6dIPPhxo .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.cid-vh6dIPPhxo .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-vh6dIPPhxo .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vh6dIPPhxo .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vh6dIPPhxo .mbr-label {
  margin-bottom: 24px;
  color: #ffffff;
}
.cid-vh6dIPPhxo .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vh6dIPPhxo .mbr-section-title {
  color: #ffffff;
}
.cid-vh6dIPPhxo .mbr-list-title {
  color: #ffffff;
}
.cid-vh6dIPPhxo .list {
  color: #ffffff;
}
.cid-vhf1yrM3vy .navbar-dropdown {
  position: relative !important;
}
.cid-vhf1yrM3vy .navbar-dropdown {
  position: absolute !important;
}
.cid-vhf1yrM3vy .container-fluid {
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-vhf1yrM3vy .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-vhf1yrM3vy .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-vhf1yrM3vy .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vhf1yrM3vy .dropdown-item {
  border: none !important;
  background: #222f30 !important;
  color: #f7f7f5 !important;
  font-weight: 300;
}
.cid-vhf1yrM3vy .dropdown-item:hover,
.cid-vhf1yrM3vy .dropdown-item:focus {
  background: #222f30 !important;
  color: #f7f7f5 !important;
}
.cid-vhf1yrM3vy .dropdown-item:hover span {
  color: white;
}
.cid-vhf1yrM3vy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vhf1yrM3vy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vhf1yrM3vy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vhf1yrM3vy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhf1yrM3vy .nav-link {
  position: relative;
}
.cid-vhf1yrM3vy .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vhf1yrM3vy .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vhf1yrM3vy .container {
    max-width: 1100px;
  }
}
.cid-vhf1yrM3vy .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhf1yrM3vy .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vhf1yrM3vy .dropdown-menu,
.cid-vhf1yrM3vy .navbar.opened {
  background: #f7f7f5 !important;
  background: rgba(247, 247, 245, 0) !important;
}
.cid-vhf1yrM3vy .nav-item:focus,
.cid-vhf1yrM3vy .nav-link:focus {
  outline: none;
}
.cid-vhf1yrM3vy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhf1yrM3vy .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vhf1yrM3vy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhf1yrM3vy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhf1yrM3vy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhf1yrM3vy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vhf1yrM3vy .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 247, 245, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vhf1yrM3vy .navbar.opened {
  transition: all 0.3s;
}
.cid-vhf1yrM3vy .navbar .dropdown-item {
  padding: 10px 2rem 10px 17px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vhf1yrM3vy .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vhf1yrM3vy .navbar .navbar-logo img {
  width: auto;
}
.cid-vhf1yrM3vy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhf1yrM3vy .navbar.collapsed {
  justify-content: center;
}
.cid-vhf1yrM3vy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhf1yrM3vy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhf1yrM3vy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vhf1yrM3vy .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vhf1yrM3vy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vhf1yrM3vy .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%;
  position: static;
}
.cid-vhf1yrM3vy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhf1yrM3vy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhf1yrM3vy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vhf1yrM3vy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhf1yrM3vy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhf1yrM3vy .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vhf1yrM3vy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhf1yrM3vy .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vhf1yrM3vy .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%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vhf1yrM3vy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhf1yrM3vy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vhf1yrM3vy .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vhf1yrM3vy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vhf1yrM3vy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhf1yrM3vy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhf1yrM3vy .navbar.navbar-short {
  min-height: 110px;
}
.cid-vhf1yrM3vy .navbar.navbar-short .navbar-brand {
  min-height: 110px;
}
.cid-vhf1yrM3vy .navbar-brand {
  min-height: 110px;
  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-vhf1yrM3vy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vhf1yrM3vy .navbar-brand .navbar-caption:hover,
.cid-vhf1yrM3vy .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vhf1yrM3vy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhf1yrM3vy .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vhf1yrM3vy .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vhf1yrM3vy .dropdown-item.active,
.cid-vhf1yrM3vy .dropdown-item:active {
  background-color: transparent;
}
.cid-vhf1yrM3vy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhf1yrM3vy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhf1yrM3vy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhf1yrM3vy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f5;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vhf1yrM3vy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vhf1yrM3vy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vhf1yrM3vy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhf1yrM3vy ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
}
@media (min-width: 991px) {
  .cid-vhf1yrM3vy ul.navbar-nav {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .cid-vhf1yrM3vy ul.navbar-nav {
    padding: 10px;
  }
  .cid-vhf1yrM3vy ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vhf1yrM3vy .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vhf1yrM3vy .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vhf1yrM3vy .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vhf1yrM3vy .navbar-buttons {
    text-align: left;
  }
}
.cid-vhf1yrM3vy .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin: 0;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .cid-vhf1yrM3vy .navbar-buttons .btn {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .cid-vhf1yrM3vy .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vhf1yrM3vy button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 110px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vhf1yrM3vy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhf1yrM3vy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vhf1yrM3vy button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vhf1yrM3vy button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vhf1yrM3vy button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vhf1yrM3vy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhf1yrM3vy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhf1yrM3vy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhf1yrM3vy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhf1yrM3vy .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhf1yrM3vy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhf1yrM3vy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhf1yrM3vy .navbar {
    height: 70px;
  }
  .cid-vhf1yrM3vy .navbar.opened {
    height: auto;
  }
  .cid-vhf1yrM3vy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhf1yrM3vy .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vhf1yrM3vy .nav-item .nav-link {
  padding: 10px 17px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vhf1yrM3vy .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vhf1yrM3vy .nav-item .nav-link:hover {
  background-color: #f7f7f5;
  color: #222f30;
}
.cid-vhf1yrM3vy .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vhf1yrM3vy .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vhf1yrM3vy .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vhf1yrM3vy .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vhf1yrM3vy .navbar {
    justify-content: flex-start !important;
  }
  .cid-vhf1yrM3vy .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vhf1yrM3vy .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vhf1yrM3vy .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vhf1yrM3vy .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vhf1yrM3vy .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vhf1yrM3vy .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vhf1yrM3vy .content-wrap {
  min-height: 110px;
}
.cid-vhf1yrM3vy .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vhf1yrM3vy .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vhf1yrM3vy .menu-content {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(14px);
  position: relative;
  padding: 4px 12px;
}
@media (max-width: 992px) {
  .cid-vhf1yrM3vy .menu-content {
    width: 100%;
    flex-direction: column;
    padding: 10px 12px;
  }
}
.cid-vhf1yrM3vy .menu-content .blur-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .8;
  pointer-events: none;
}
.cid-vhf1ysk3X9 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dr-vu-georgia-wellness-center-griffin-ga-750x450.webp");
}
.cid-vhf1ysk3X9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhf1ysk3X9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhf1ysk3X9 .title-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-vhf1ysk3X9 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhf1ysk3X9 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-vhf1ysk3X9 .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vhf1ysk3X9 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vhf1ysk3X9 .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-vhf1ysk3X9 .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vhf1ysk3X9 .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vhf1ysk3X9 .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhf1ysk3X9 .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhf1ysk3X9 .mbr-text {
  margin-bottom: 0;
  color: #4f595a;
}
.cid-vhf1ysk3X9 .mbr-section-btn {
  margin-top: -9.6px;
}
@media (max-width: 992px) {
  .cid-vhf1ysk3X9 .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhf1ysk3X9 .mbr-section-title {
  color: #222f30;
}
.cid-vhf1ysk3X9 .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhf1ysk3X9 .mbr-section-subtitle,
.cid-vhf1ysk3X9 .subtitle-wrap {
  color: #ffffff;
}
.cid-vhf1ysk3X9 .mbr-text,
.cid-vhf1ysk3X9 .text-wrap {
  color: #ffffff;
}
.cid-vhf1ysKWJz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhf1ysKWJz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhf1ysKWJz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhf1ysKWJz .content-wrap {
  margin: 0 -10px;
}
.cid-vhf1ysKWJz .content-wrap .card {
  padding: 0 10px;
}
.cid-vhf1ysKWJz .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhf1ysKWJz .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhf1ysKWJz .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhf1ysKWJz .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhf1ysKWJz .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhf1ysKWJz .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhf1ysKWJz .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhf1ysKWJz .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhf1ysKWJz .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhf1ysKWJz .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhf1ysKWJz .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhf1ysKWJz .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhf1ysKWJz .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhf1ysKWJz .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhf1ysKWJz .mbr-label {
  color: #222f30;
}
.cid-vhf1ysKWJz .mbr-section-title {
  color: #222f30;
}
.cid-vhf1ysKWJz .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhf1ysKWJz .mbr-text {
  color: #4f595a;
}
.cid-vhf1ysKWJz .mbr-text,
.cid-vhf1ysKWJz .text-wrapper {
  text-align: justify;
}
.cid-vhf1yt8vuv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhf1yt8vuv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhf1yt8vuv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhf1yt8vuv .content-wrap {
  margin: 0 -10px;
}
.cid-vhf1yt8vuv .content-wrap .card {
  padding: 0 10px;
}
.cid-vhf1yt8vuv .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhf1yt8vuv .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhf1yt8vuv .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhf1yt8vuv .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhf1yt8vuv .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhf1yt8vuv .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhf1yt8vuv .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhf1yt8vuv .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhf1yt8vuv .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhf1yt8vuv .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhf1yt8vuv .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhf1yt8vuv .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhf1yt8vuv .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhf1yt8vuv .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhf1yt8vuv .mbr-label {
  color: #222f30;
}
.cid-vhf1yt8vuv .mbr-section-title {
  color: #222f30;
}
.cid-vhf1yt8vuv .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhf1yt8vuv .mbr-text {
  color: #4f595a;
}
.cid-vhf1yt8vuv .mbr-text,
.cid-vhf1yt8vuv .text-wrapper {
  text-align: justify;
}
.cid-vhf1ytuQO6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhf1ytuQO6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhf1ytuQO6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhf1ytuQO6 .content-wrap {
  margin: 0 -10px;
}
.cid-vhf1ytuQO6 .content-wrap .card {
  padding: 0 10px;
}
.cid-vhf1ytuQO6 .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhf1ytuQO6 .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhf1ytuQO6 .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhf1ytuQO6 .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhf1ytuQO6 .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhf1ytuQO6 .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhf1ytuQO6 .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhf1ytuQO6 .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhf1ytuQO6 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhf1ytuQO6 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhf1ytuQO6 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhf1ytuQO6 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhf1ytuQO6 .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhf1ytuQO6 .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhf1ytuQO6 .mbr-label {
  color: #222f30;
}
.cid-vhf1ytuQO6 .mbr-section-title {
  color: #222f30;
}
.cid-vhf1ytuQO6 .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhf1ytuQO6 .mbr-text {
  color: #4f595a;
}
.cid-vhf1ytuQO6 .mbr-text,
.cid-vhf1ytuQO6 .text-wrapper {
  text-align: justify;
}
.cid-vhf1ytSQk3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhf1ytSQk3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhf1ytSQk3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhf1ytSQk3 .content-wrap {
  margin: 0 -10px;
}
.cid-vhf1ytSQk3 .content-wrap .card {
  padding: 0 10px;
}
.cid-vhf1ytSQk3 .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhf1ytSQk3 .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhf1ytSQk3 .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhf1ytSQk3 .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhf1ytSQk3 .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhf1ytSQk3 .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhf1ytSQk3 .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhf1ytSQk3 .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhf1ytSQk3 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhf1ytSQk3 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhf1ytSQk3 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhf1ytSQk3 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhf1ytSQk3 .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhf1ytSQk3 .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhf1ytSQk3 .mbr-label {
  color: #222f30;
}
.cid-vhf1ytSQk3 .mbr-section-title {
  color: #222f30;
}
.cid-vhf1ytSQk3 .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhf1ytSQk3 .mbr-text {
  color: #4f595a;
}
.cid-vhf1ytSQk3 .mbr-text,
.cid-vhf1ytSQk3 .text-wrapper {
  text-align: justify;
}
.cid-vhf1yuiuT0 {
  position: relative;
  background-color: #f7f7f5;
  align-items: flex-end;
  padding-top: 5.75rem;
  padding-bottom: 5.75rem;
}
.cid-vhf1yuiuT0 .cont-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
.cid-vhf1yuiuT0 .cont-wrapper .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-vhf1yuiuT0 .cont-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #222f30;
  opacity: 0.4;
  pointer-events: none;
}
.cid-vhf1yuiuT0 .cont-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhf1yuiuT0 .cont-wrapper {
  border-top: 5.75rem solid transparent;
  border-bottom: 5.75rem solid transparent;
}
.cid-vhf1yuiuT0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhf1yuiuT0 .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vhf1yuiuT0 .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhf1yuiuT0 .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhf1yuiuT0 .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhf1yuiuT0 .label-wrapper .label-wrap .mbr-label {
  pointer-events: visible;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhf1yuiuT0 .title-wrapper .mbr-section-title {
  pointer-events: visible;
  margin-bottom: 24px;
}
.cid-vhf1yuiuT0 .title-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-vhf1yuiuT0 .title-wrapper .mbr-section-btn {
  pointer-events: visible;
  margin-top: 24px;
}
.cid-vhf1yuiuT0 .mbr-label {
  color: #222f30;
}
.cid-vhf1yuiuT0 .mbr-section-title {
  color: #ffffff;
}
.cid-vhf1yuiuT0 .mbr-text {
  color: #ffffff;
}
.cid-vhf1yuD3Zg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhf1yuD3Zg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhf1yuD3Zg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhf1yuD3Zg .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhf1yuD3Zg .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhf1yuD3Zg .label-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vhf1yuD3Zg .label-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vhf1yuD3Zg .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhf1yuD3Zg .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhf1yuD3Zg .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhf1yuD3Zg .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vhf1yuD3Zg .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vhf1yuD3Zg .image-wrapper img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhf1yuD3Zg .image-wrapper img {
    height: 300px;
  }
}
.cid-vhf1yuD3Zg .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vhf1yuD3Zg .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vhf1yuD3Zg .title-wrapper .text-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-vhf1yuD3Zg .title-wrapper .text-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vhf1yuD3Zg .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhf1yuD3Zg .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhf1yuD3Zg .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vhf1yuD3Zg .title-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vhf1yuD3Zg .mbr-label {
  color: #222f30;
}
.cid-vhf1yuD3Zg .mbr-section-title {
  color: #222f30;
}
.cid-vhf1yuD3Zg .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhf1yuD3Zg .mbr-text {
  color: #4f595a;
}
.cid-vhf1yv6KKi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhf1yv6KKi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhf1yv6KKi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhf1yv6KKi .content-wrap {
  margin: 0 -10px;
}
.cid-vhf1yv6KKi .content-wrap .card {
  padding: 0 10px;
}
.cid-vhf1yv6KKi .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhf1yv6KKi .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhf1yv6KKi .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhf1yv6KKi .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhf1yv6KKi .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhf1yv6KKi .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhf1yv6KKi .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhf1yv6KKi .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhf1yv6KKi .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhf1yv6KKi .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhf1yv6KKi .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhf1yv6KKi .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhf1yv6KKi .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhf1yv6KKi .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhf1yv6KKi .mbr-label {
  color: #222f30;
}
.cid-vhf1yv6KKi .mbr-section-title {
  color: #222f30;
}
.cid-vhf1yv6KKi .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhf1yv6KKi .mbr-text {
  color: #4f595a;
}
.cid-vhf1yv6KKi .mbr-text,
.cid-vhf1yv6KKi .text-wrapper {
  text-align: justify;
}
.cid-vhf1yvwQyp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhf1yvwQyp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhf1yvwQyp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhf1yvwQyp .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhf1yvwQyp .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhf1yvwQyp .label-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vhf1yvwQyp .label-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vhf1yvwQyp .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhf1yvwQyp .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhf1yvwQyp .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhf1yvwQyp .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vhf1yvwQyp .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vhf1yvwQyp .image-wrapper img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhf1yvwQyp .image-wrapper img {
    height: 300px;
  }
}
.cid-vhf1yvwQyp .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vhf1yvwQyp .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vhf1yvwQyp .title-wrapper .text-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-vhf1yvwQyp .title-wrapper .text-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vhf1yvwQyp .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhf1yvwQyp .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhf1yvwQyp .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vhf1yvwQyp .title-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vhf1yvwQyp .mbr-label {
  color: #222f30;
}
.cid-vhf1yvwQyp .mbr-section-title {
  color: #222f30;
}
.cid-vhf1yvwQyp .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhf1yvwQyp .mbr-text {
  color: #4f595a;
}
.cid-vhf1yvZNr9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhf1yvZNr9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhf1yvZNr9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhf1yvZNr9 .content-wrap {
  margin: 0 -10px;
}
.cid-vhf1yvZNr9 .content-wrap .card {
  padding: 0 10px;
}
.cid-vhf1yvZNr9 .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhf1yvZNr9 .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhf1yvZNr9 .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhf1yvZNr9 .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhf1yvZNr9 .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhf1yvZNr9 .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhf1yvZNr9 .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhf1yvZNr9 .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhf1yvZNr9 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhf1yvZNr9 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhf1yvZNr9 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhf1yvZNr9 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhf1yvZNr9 .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhf1yvZNr9 .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhf1yvZNr9 .mbr-label {
  color: #222f30;
}
.cid-vhf1yvZNr9 .mbr-section-title {
  color: #222f30;
}
.cid-vhf1yvZNr9 .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhf1yvZNr9 .mbr-text {
  color: #4f595a;
}
.cid-vhf1yvZNr9 .mbr-text,
.cid-vhf1yvZNr9 .text-wrapper {
  text-align: justify;
}
.cid-vhf1ywpQhg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhf1ywpQhg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhf1ywpQhg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhf1ywpQhg .content-wrap {
  margin: 0 -10px;
}
.cid-vhf1ywpQhg .content-wrap .card {
  padding: 0 10px;
}
.cid-vhf1ywpQhg .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhf1ywpQhg .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhf1ywpQhg .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhf1ywpQhg .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhf1ywpQhg .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhf1ywpQhg .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhf1ywpQhg .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhf1ywpQhg .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhf1ywpQhg .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhf1ywpQhg .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhf1ywpQhg .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhf1ywpQhg .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhf1ywpQhg .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhf1ywpQhg .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhf1ywpQhg .mbr-label {
  color: #222f30;
}
.cid-vhf1ywpQhg .mbr-section-title {
  color: #222f30;
}
.cid-vhf1ywpQhg .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhf1ywpQhg .mbr-text {
  color: #4f595a;
}
.cid-vhf1ywpQhg .mbr-text,
.cid-vhf1ywpQhg .text-wrapper {
  text-align: justify;
}
.cid-vhf1ywOo89 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhf1ywOo89 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhf1ywOo89 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhf1ywOo89 .content-wrap {
  margin: 0 -10px;
}
.cid-vhf1ywOo89 .content-wrap .card {
  padding: 0 10px;
}
.cid-vhf1ywOo89 .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhf1ywOo89 .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhf1ywOo89 .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhf1ywOo89 .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhf1ywOo89 .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhf1ywOo89 .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhf1ywOo89 .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhf1ywOo89 .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhf1ywOo89 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhf1ywOo89 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhf1ywOo89 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhf1ywOo89 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhf1ywOo89 .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhf1ywOo89 .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhf1ywOo89 .mbr-label {
  color: #222f30;
}
.cid-vhf1ywOo89 .mbr-section-title {
  color: #222f30;
}
.cid-vhf1ywOo89 .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhf1ywOo89 .mbr-text {
  color: #4f595a;
}
.cid-vhf1ywOo89 .mbr-text,
.cid-vhf1ywOo89 .text-wrapper {
  text-align: justify;
}
.cid-vhf1yxiIWj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhf1yxiIWj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhf1yxiIWj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhf1yxiIWj .content-wrap {
  margin: 0 -10px;
}
.cid-vhf1yxiIWj .content-wrap .card {
  padding: 0 10px;
}
.cid-vhf1yxiIWj .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhf1yxiIWj .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhf1yxiIWj .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhf1yxiIWj .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhf1yxiIWj .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhf1yxiIWj .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhf1yxiIWj .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhf1yxiIWj .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhf1yxiIWj .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhf1yxiIWj .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhf1yxiIWj .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhf1yxiIWj .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhf1yxiIWj .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhf1yxiIWj .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhf1yxiIWj .mbr-label {
  color: #222f30;
}
.cid-vhf1yxiIWj .mbr-section-title {
  color: #222f30;
}
.cid-vhf1yxiIWj .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhf1yxiIWj .mbr-text {
  color: #4f595a;
}
.cid-vhf1yxiIWj .mbr-text,
.cid-vhf1yxiIWj .text-wrapper {
  text-align: justify;
}
.cid-vhf1yxO08D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhf1yxO08D .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhf1yxO08D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhf1yxO08D .content-wrap {
  margin: 0 -10px;
}
.cid-vhf1yxO08D .content-wrap .card {
  padding: 0 10px;
}
.cid-vhf1yxO08D .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhf1yxO08D .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhf1yxO08D .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhf1yxO08D .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhf1yxO08D .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhf1yxO08D .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhf1yxO08D .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhf1yxO08D .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhf1yxO08D .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhf1yxO08D .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhf1yxO08D .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhf1yxO08D .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhf1yxO08D .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhf1yxO08D .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhf1yxO08D .mbr-label {
  color: #222f30;
}
.cid-vhf1yxO08D .mbr-section-title {
  color: #222f30;
}
.cid-vhf1yxO08D .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhf1yxO08D .mbr-text {
  color: #4f595a;
}
.cid-vhf1yxO08D .mbr-text,
.cid-vhf1yxO08D .text-wrapper {
  text-align: justify;
}
#custom-html-2r {
  /* Type valid CSS here */
}
#custom-html-2r div {
  padding: 80px 0;
  color: #FF8C00;
  text-align: left;
}
#custom-html-2r p {
  font-size: 15px;
  color: #FF8C00;
}
.cid-vhf1yyHywg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background4.webp");
}
.cid-vhf1yyHywg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhf1yyHywg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhf1yyHywg .title-wrapper {
  margin-bottom: 320px;
}
@media (max-width: 992px) {
  .cid-vhf1yyHywg .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhf1yyHywg .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vhf1yyHywg .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 0;
  margin-bottom: 320px;
}
@media (max-width: 992px) {
  .cid-vhf1yyHywg .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhf1yyHywg .nav-wrapper .nav-wrap {
  position: relative;
  width: 33%;
  padding-left: 20px;
}
@media (max-width: 1440px) {
  .cid-vhf1yyHywg .nav-wrapper .nav-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vhf1yyHywg .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-vhf1yyHywg .nav-wrapper .nav-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease;
  opacity: .2;
}
.cid-vhf1yyHywg .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vhf1yyHywg .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-vhf1yyHywg .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vhf1yyHywg .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-vhf1yyHywg .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.cid-vhf1yyHywg .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-vhf1yyHywg .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vhf1yyHywg .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhf1yyHywg .mbr-label {
  margin-bottom: 24px;
  color: #ffffff;
}
.cid-vhf1yyHywg .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vhf1yyHywg .mbr-section-title {
  color: #ffffff;
}
.cid-vhf1yyHywg .mbr-list-title {
  color: #ffffff;
}
.cid-vhf1yyHywg .list {
  color: #ffffff;
}
.cid-vhfd490eRe .navbar-dropdown {
  position: relative !important;
}
.cid-vhfd490eRe .navbar-dropdown {
  position: absolute !important;
}
.cid-vhfd490eRe .container-fluid {
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-vhfd490eRe .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-vhfd490eRe .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-vhfd490eRe .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vhfd490eRe .dropdown-item {
  border: none !important;
  background: #222f30 !important;
  color: #f7f7f5 !important;
  font-weight: 300;
}
.cid-vhfd490eRe .dropdown-item:hover,
.cid-vhfd490eRe .dropdown-item:focus {
  background: #222f30 !important;
  color: #f7f7f5 !important;
}
.cid-vhfd490eRe .dropdown-item:hover span {
  color: white;
}
.cid-vhfd490eRe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vhfd490eRe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vhfd490eRe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vhfd490eRe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhfd490eRe .nav-link {
  position: relative;
}
.cid-vhfd490eRe .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vhfd490eRe .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vhfd490eRe .container {
    max-width: 1100px;
  }
}
.cid-vhfd490eRe .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhfd490eRe .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vhfd490eRe .dropdown-menu,
.cid-vhfd490eRe .navbar.opened {
  background: #f7f7f5 !important;
  background: rgba(247, 247, 245, 0) !important;
}
.cid-vhfd490eRe .nav-item:focus,
.cid-vhfd490eRe .nav-link:focus {
  outline: none;
}
.cid-vhfd490eRe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhfd490eRe .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vhfd490eRe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhfd490eRe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhfd490eRe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhfd490eRe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vhfd490eRe .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 247, 245, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vhfd490eRe .navbar.opened {
  transition: all 0.3s;
}
.cid-vhfd490eRe .navbar .dropdown-item {
  padding: 10px 2rem 10px 17px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vhfd490eRe .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vhfd490eRe .navbar .navbar-logo img {
  width: auto;
}
.cid-vhfd490eRe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhfd490eRe .navbar.collapsed {
  justify-content: center;
}
.cid-vhfd490eRe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhfd490eRe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhfd490eRe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vhfd490eRe .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vhfd490eRe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vhfd490eRe .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%;
  position: static;
}
.cid-vhfd490eRe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhfd490eRe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhfd490eRe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vhfd490eRe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhfd490eRe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhfd490eRe .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vhfd490eRe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhfd490eRe .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vhfd490eRe .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%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vhfd490eRe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhfd490eRe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vhfd490eRe .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vhfd490eRe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vhfd490eRe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhfd490eRe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhfd490eRe .navbar.navbar-short {
  min-height: 110px;
}
.cid-vhfd490eRe .navbar.navbar-short .navbar-brand {
  min-height: 110px;
}
.cid-vhfd490eRe .navbar-brand {
  min-height: 110px;
  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-vhfd490eRe .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vhfd490eRe .navbar-brand .navbar-caption:hover,
.cid-vhfd490eRe .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vhfd490eRe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhfd490eRe .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vhfd490eRe .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vhfd490eRe .dropdown-item.active,
.cid-vhfd490eRe .dropdown-item:active {
  background-color: transparent;
}
.cid-vhfd490eRe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhfd490eRe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhfd490eRe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhfd490eRe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f5;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vhfd490eRe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vhfd490eRe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vhfd490eRe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhfd490eRe ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
}
@media (min-width: 991px) {
  .cid-vhfd490eRe ul.navbar-nav {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .cid-vhfd490eRe ul.navbar-nav {
    padding: 10px;
  }
  .cid-vhfd490eRe ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vhfd490eRe .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vhfd490eRe .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vhfd490eRe .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vhfd490eRe .navbar-buttons {
    text-align: left;
  }
}
.cid-vhfd490eRe .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin: 0;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .cid-vhfd490eRe .navbar-buttons .btn {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .cid-vhfd490eRe .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vhfd490eRe button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 110px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vhfd490eRe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhfd490eRe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vhfd490eRe button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vhfd490eRe button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vhfd490eRe button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vhfd490eRe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhfd490eRe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhfd490eRe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhfd490eRe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhfd490eRe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhfd490eRe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhfd490eRe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhfd490eRe .navbar {
    height: 70px;
  }
  .cid-vhfd490eRe .navbar.opened {
    height: auto;
  }
  .cid-vhfd490eRe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhfd490eRe .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vhfd490eRe .nav-item .nav-link {
  padding: 10px 17px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vhfd490eRe .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vhfd490eRe .nav-item .nav-link:hover {
  background-color: #f7f7f5;
  color: #222f30;
}
.cid-vhfd490eRe .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vhfd490eRe .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vhfd490eRe .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vhfd490eRe .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vhfd490eRe .navbar {
    justify-content: flex-start !important;
  }
  .cid-vhfd490eRe .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vhfd490eRe .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vhfd490eRe .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vhfd490eRe .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vhfd490eRe .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vhfd490eRe .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vhfd490eRe .content-wrap {
  min-height: 110px;
}
.cid-vhfd490eRe .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vhfd490eRe .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vhfd490eRe .menu-content {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(14px);
  position: relative;
  padding: 4px 12px;
}
@media (max-width: 992px) {
  .cid-vhfd490eRe .menu-content {
    width: 100%;
    flex-direction: column;
    padding: 10px 12px;
  }
}
.cid-vhfd490eRe .menu-content .blur-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .8;
  pointer-events: none;
}
.cid-vhfd49NyM3 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/modern-anti-aging-hormone-therapy-dr-john-vu-griffin-ga-1111x390.webp");
}
.cid-vhfd49NyM3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhfd49NyM3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhfd49NyM3 .title-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-vhfd49NyM3 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfd49NyM3 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-vhfd49NyM3 .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vhfd49NyM3 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vhfd49NyM3 .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-vhfd49NyM3 .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vhfd49NyM3 .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vhfd49NyM3 .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhfd49NyM3 .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfd49NyM3 .mbr-text {
  margin-bottom: 0;
  color: #4f595a;
}
.cid-vhfd49NyM3 .mbr-section-btn {
  margin-top: -9.6px;
}
@media (max-width: 992px) {
  .cid-vhfd49NyM3 .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhfd49NyM3 .mbr-section-title {
  color: #222f30;
}
.cid-vhfd49NyM3 .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhfd49NyM3 .mbr-section-subtitle,
.cid-vhfd49NyM3 .subtitle-wrap {
  color: #ffffff;
}
.cid-vhfd49NyM3 .mbr-text,
.cid-vhfd49NyM3 .text-wrap {
  color: #ffffff;
}
.cid-vhfd4avOzG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhfd4avOzG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhfd4avOzG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhfd4avOzG .content-wrap {
  margin: 0 -10px;
}
.cid-vhfd4avOzG .content-wrap .card {
  padding: 0 10px;
}
.cid-vhfd4avOzG .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhfd4avOzG .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhfd4avOzG .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfd4avOzG .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhfd4avOzG .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhfd4avOzG .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhfd4avOzG .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhfd4avOzG .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhfd4avOzG .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhfd4avOzG .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhfd4avOzG .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhfd4avOzG .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhfd4avOzG .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhfd4avOzG .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhfd4avOzG .mbr-label {
  color: #222f30;
}
.cid-vhfd4avOzG .mbr-section-title {
  color: #222f30;
}
.cid-vhfd4avOzG .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhfd4avOzG .mbr-text {
  color: #4f595a;
}
.cid-vhfd4avOzG .mbr-text,
.cid-vhfd4avOzG .text-wrapper {
  text-align: justify;
}
.cid-vhfd4b3qb5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhfd4b3qb5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhfd4b3qb5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhfd4b3qb5 .content-wrap {
  margin: 0 -10px;
}
.cid-vhfd4b3qb5 .content-wrap .card {
  padding: 0 10px;
}
.cid-vhfd4b3qb5 .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhfd4b3qb5 .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhfd4b3qb5 .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfd4b3qb5 .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhfd4b3qb5 .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhfd4b3qb5 .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhfd4b3qb5 .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhfd4b3qb5 .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhfd4b3qb5 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhfd4b3qb5 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhfd4b3qb5 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhfd4b3qb5 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhfd4b3qb5 .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhfd4b3qb5 .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhfd4b3qb5 .mbr-label {
  color: #222f30;
}
.cid-vhfd4b3qb5 .mbr-section-title {
  color: #222f30;
}
.cid-vhfd4b3qb5 .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhfd4b3qb5 .mbr-text {
  color: #4f595a;
}
.cid-vhfd4b3qb5 .mbr-text,
.cid-vhfd4b3qb5 .text-wrapper {
  text-align: justify;
}
.cid-vhfd4bGnXS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhfd4bGnXS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhfd4bGnXS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhfd4bGnXS .content-wrap {
  margin: 0 -10px;
}
.cid-vhfd4bGnXS .content-wrap .card {
  padding: 0 10px;
}
.cid-vhfd4bGnXS .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhfd4bGnXS .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhfd4bGnXS .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfd4bGnXS .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhfd4bGnXS .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhfd4bGnXS .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhfd4bGnXS .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhfd4bGnXS .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhfd4bGnXS .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhfd4bGnXS .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhfd4bGnXS .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhfd4bGnXS .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhfd4bGnXS .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhfd4bGnXS .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhfd4bGnXS .mbr-label {
  color: #222f30;
}
.cid-vhfd4bGnXS .mbr-section-title {
  color: #222f30;
}
.cid-vhfd4bGnXS .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhfd4bGnXS .mbr-text {
  color: #4f595a;
}
.cid-vhfd4bGnXS .mbr-text,
.cid-vhfd4bGnXS .text-wrapper {
  text-align: justify;
}
.cid-vhfd4ceyYQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhfd4ceyYQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhfd4ceyYQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhfd4ceyYQ .content-wrap {
  margin: 0 -10px;
}
.cid-vhfd4ceyYQ .content-wrap .card {
  padding: 0 10px;
}
.cid-vhfd4ceyYQ .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhfd4ceyYQ .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhfd4ceyYQ .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfd4ceyYQ .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhfd4ceyYQ .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhfd4ceyYQ .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhfd4ceyYQ .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhfd4ceyYQ .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhfd4ceyYQ .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhfd4ceyYQ .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhfd4ceyYQ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhfd4ceyYQ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhfd4ceyYQ .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhfd4ceyYQ .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhfd4ceyYQ .mbr-label {
  color: #222f30;
}
.cid-vhfd4ceyYQ .mbr-section-title {
  color: #222f30;
}
.cid-vhfd4ceyYQ .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhfd4ceyYQ .mbr-text {
  color: #4f595a;
}
.cid-vhfd4ceyYQ .mbr-text,
.cid-vhfd4ceyYQ .text-wrapper {
  text-align: justify;
}
.cid-vhfd4cMl0T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhfd4cMl0T .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhfd4cMl0T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhfd4cMl0T .content-wrap {
  margin: 0 -10px;
}
.cid-vhfd4cMl0T .content-wrap .card {
  padding: 0 10px;
}
.cid-vhfd4cMl0T .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhfd4cMl0T .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhfd4cMl0T .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfd4cMl0T .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhfd4cMl0T .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhfd4cMl0T .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhfd4cMl0T .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhfd4cMl0T .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhfd4cMl0T .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhfd4cMl0T .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhfd4cMl0T .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhfd4cMl0T .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhfd4cMl0T .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhfd4cMl0T .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhfd4cMl0T .mbr-label {
  color: #222f30;
}
.cid-vhfd4cMl0T .mbr-section-title {
  color: #222f30;
}
.cid-vhfd4cMl0T .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhfd4cMl0T .mbr-text {
  color: #4f595a;
}
.cid-vhfd4cMl0T .mbr-text,
.cid-vhfd4cMl0T .text-wrapper {
  text-align: justify;
}
.cid-vhfd4doj2k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhfd4doj2k .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhfd4doj2k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhfd4doj2k .content-wrap {
  margin: 0 -10px;
}
.cid-vhfd4doj2k .content-wrap .card {
  padding: 0 10px;
}
.cid-vhfd4doj2k .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhfd4doj2k .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhfd4doj2k .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfd4doj2k .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhfd4doj2k .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhfd4doj2k .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhfd4doj2k .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhfd4doj2k .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhfd4doj2k .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhfd4doj2k .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhfd4doj2k .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhfd4doj2k .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhfd4doj2k .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhfd4doj2k .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhfd4doj2k .mbr-label {
  color: #222f30;
}
.cid-vhfd4doj2k .mbr-section-title {
  color: #222f30;
}
.cid-vhfd4doj2k .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhfd4doj2k .mbr-text {
  color: #4f595a;
}
.cid-vhfd4doj2k .mbr-text,
.cid-vhfd4doj2k .text-wrapper {
  text-align: justify;
}
#custom-html-38 {
  /* Type valid CSS here */
}
#custom-html-38 div {
  padding: 80px 0;
  color: #FF8C00;
  text-align: left;
}
#custom-html-38 p {
  font-size: 15px;
  color: #FF8C00;
}
.cid-vhfd4gOz7G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background4.webp");
}
.cid-vhfd4gOz7G .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhfd4gOz7G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhfd4gOz7G .title-wrapper {
  margin-bottom: 320px;
}
@media (max-width: 992px) {
  .cid-vhfd4gOz7G .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfd4gOz7G .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vhfd4gOz7G .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 0;
  margin-bottom: 320px;
}
@media (max-width: 992px) {
  .cid-vhfd4gOz7G .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfd4gOz7G .nav-wrapper .nav-wrap {
  position: relative;
  width: 33%;
  padding-left: 20px;
}
@media (max-width: 1440px) {
  .cid-vhfd4gOz7G .nav-wrapper .nav-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vhfd4gOz7G .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-vhfd4gOz7G .nav-wrapper .nav-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease;
  opacity: .2;
}
.cid-vhfd4gOz7G .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vhfd4gOz7G .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-vhfd4gOz7G .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vhfd4gOz7G .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-vhfd4gOz7G .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.cid-vhfd4gOz7G .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-vhfd4gOz7G .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vhfd4gOz7G .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhfd4gOz7G .mbr-label {
  margin-bottom: 24px;
  color: #ffffff;
}
.cid-vhfd4gOz7G .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vhfd4gOz7G .mbr-section-title {
  color: #ffffff;
}
.cid-vhfd4gOz7G .mbr-list-title {
  color: #ffffff;
}
.cid-vhfd4gOz7G .list {
  color: #ffffff;
}
.cid-vhfgVDkBpw .navbar-dropdown {
  position: relative !important;
}
.cid-vhfgVDkBpw .navbar-dropdown {
  position: absolute !important;
}
.cid-vhfgVDkBpw .container-fluid {
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-vhfgVDkBpw .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-vhfgVDkBpw .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-vhfgVDkBpw .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vhfgVDkBpw .dropdown-item {
  border: none !important;
  background: #222f30 !important;
  color: #f7f7f5 !important;
  font-weight: 300;
}
.cid-vhfgVDkBpw .dropdown-item:hover,
.cid-vhfgVDkBpw .dropdown-item:focus {
  background: #222f30 !important;
  color: #f7f7f5 !important;
}
.cid-vhfgVDkBpw .dropdown-item:hover span {
  color: white;
}
.cid-vhfgVDkBpw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vhfgVDkBpw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vhfgVDkBpw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vhfgVDkBpw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhfgVDkBpw .nav-link {
  position: relative;
}
.cid-vhfgVDkBpw .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vhfgVDkBpw .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vhfgVDkBpw .container {
    max-width: 1100px;
  }
}
.cid-vhfgVDkBpw .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhfgVDkBpw .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vhfgVDkBpw .dropdown-menu,
.cid-vhfgVDkBpw .navbar.opened {
  background: #f7f7f5 !important;
  background: rgba(247, 247, 245, 0) !important;
}
.cid-vhfgVDkBpw .nav-item:focus,
.cid-vhfgVDkBpw .nav-link:focus {
  outline: none;
}
.cid-vhfgVDkBpw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhfgVDkBpw .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vhfgVDkBpw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhfgVDkBpw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhfgVDkBpw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhfgVDkBpw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vhfgVDkBpw .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 247, 245, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vhfgVDkBpw .navbar.opened {
  transition: all 0.3s;
}
.cid-vhfgVDkBpw .navbar .dropdown-item {
  padding: 10px 2rem 10px 17px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vhfgVDkBpw .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vhfgVDkBpw .navbar .navbar-logo img {
  width: auto;
}
.cid-vhfgVDkBpw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhfgVDkBpw .navbar.collapsed {
  justify-content: center;
}
.cid-vhfgVDkBpw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhfgVDkBpw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhfgVDkBpw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vhfgVDkBpw .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vhfgVDkBpw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vhfgVDkBpw .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%;
  position: static;
}
.cid-vhfgVDkBpw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhfgVDkBpw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhfgVDkBpw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vhfgVDkBpw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhfgVDkBpw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhfgVDkBpw .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vhfgVDkBpw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhfgVDkBpw .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vhfgVDkBpw .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%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vhfgVDkBpw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhfgVDkBpw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vhfgVDkBpw .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vhfgVDkBpw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vhfgVDkBpw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhfgVDkBpw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhfgVDkBpw .navbar.navbar-short {
  min-height: 110px;
}
.cid-vhfgVDkBpw .navbar.navbar-short .navbar-brand {
  min-height: 110px;
}
.cid-vhfgVDkBpw .navbar-brand {
  min-height: 110px;
  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-vhfgVDkBpw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vhfgVDkBpw .navbar-brand .navbar-caption:hover,
.cid-vhfgVDkBpw .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vhfgVDkBpw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhfgVDkBpw .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vhfgVDkBpw .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vhfgVDkBpw .dropdown-item.active,
.cid-vhfgVDkBpw .dropdown-item:active {
  background-color: transparent;
}
.cid-vhfgVDkBpw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhfgVDkBpw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhfgVDkBpw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhfgVDkBpw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f5;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vhfgVDkBpw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vhfgVDkBpw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vhfgVDkBpw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhfgVDkBpw ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
}
@media (min-width: 991px) {
  .cid-vhfgVDkBpw ul.navbar-nav {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .cid-vhfgVDkBpw ul.navbar-nav {
    padding: 10px;
  }
  .cid-vhfgVDkBpw ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vhfgVDkBpw .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vhfgVDkBpw .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vhfgVDkBpw .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vhfgVDkBpw .navbar-buttons {
    text-align: left;
  }
}
.cid-vhfgVDkBpw .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin: 0;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .cid-vhfgVDkBpw .navbar-buttons .btn {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .cid-vhfgVDkBpw .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vhfgVDkBpw button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 110px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vhfgVDkBpw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhfgVDkBpw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vhfgVDkBpw button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vhfgVDkBpw button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vhfgVDkBpw button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vhfgVDkBpw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhfgVDkBpw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhfgVDkBpw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhfgVDkBpw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhfgVDkBpw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhfgVDkBpw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhfgVDkBpw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhfgVDkBpw .navbar {
    height: 70px;
  }
  .cid-vhfgVDkBpw .navbar.opened {
    height: auto;
  }
  .cid-vhfgVDkBpw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhfgVDkBpw .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vhfgVDkBpw .nav-item .nav-link {
  padding: 10px 17px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vhfgVDkBpw .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vhfgVDkBpw .nav-item .nav-link:hover {
  background-color: #f7f7f5;
  color: #222f30;
}
.cid-vhfgVDkBpw .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vhfgVDkBpw .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vhfgVDkBpw .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vhfgVDkBpw .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vhfgVDkBpw .navbar {
    justify-content: flex-start !important;
  }
  .cid-vhfgVDkBpw .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vhfgVDkBpw .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vhfgVDkBpw .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vhfgVDkBpw .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vhfgVDkBpw .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vhfgVDkBpw .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vhfgVDkBpw .content-wrap {
  min-height: 110px;
}
.cid-vhfgVDkBpw .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vhfgVDkBpw .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vhfgVDkBpw .menu-content {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(14px);
  position: relative;
  padding: 4px 12px;
}
@media (max-width: 992px) {
  .cid-vhfgVDkBpw .menu-content {
    width: 100%;
    flex-direction: column;
    padding: 10px 12px;
  }
}
.cid-vhfgVDkBpw .menu-content .blur-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .8;
  pointer-events: none;
}
.cid-vhfgVDUeG4 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fontana-4d-laser-treatment-aesthetic-anti-aging-dr-john-vu-griffin-ga-1111x390.webp");
}
.cid-vhfgVDUeG4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhfgVDUeG4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhfgVDUeG4 .title-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-vhfgVDUeG4 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfgVDUeG4 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-vhfgVDUeG4 .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vhfgVDUeG4 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vhfgVDUeG4 .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-vhfgVDUeG4 .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vhfgVDUeG4 .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vhfgVDUeG4 .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhfgVDUeG4 .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfgVDUeG4 .mbr-text {
  margin-bottom: 0;
  color: #4f595a;
}
.cid-vhfgVDUeG4 .mbr-section-btn {
  margin-top: -9.6px;
}
@media (max-width: 992px) {
  .cid-vhfgVDUeG4 .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhfgVDUeG4 .mbr-section-title {
  color: #222f30;
}
.cid-vhfgVDUeG4 .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhfgVDUeG4 .mbr-section-subtitle,
.cid-vhfgVDUeG4 .subtitle-wrap {
  color: #ffffff;
}
.cid-vhfgVDUeG4 .mbr-text,
.cid-vhfgVDUeG4 .text-wrap {
  color: #ffffff;
}
.cid-vhfgVErTL2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhfgVErTL2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhfgVErTL2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhfgVErTL2 .content-wrap {
  margin: 0 -10px;
}
.cid-vhfgVErTL2 .content-wrap .card {
  padding: 0 10px;
}
.cid-vhfgVErTL2 .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhfgVErTL2 .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhfgVErTL2 .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfgVErTL2 .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhfgVErTL2 .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhfgVErTL2 .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhfgVErTL2 .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhfgVErTL2 .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhfgVErTL2 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhfgVErTL2 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhfgVErTL2 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhfgVErTL2 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhfgVErTL2 .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhfgVErTL2 .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhfgVErTL2 .mbr-label {
  color: #222f30;
}
.cid-vhfgVErTL2 .mbr-section-title {
  color: #222f30;
}
.cid-vhfgVErTL2 .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhfgVErTL2 .mbr-text {
  color: #4f595a;
}
.cid-vhfgVErTL2 .mbr-text,
.cid-vhfgVErTL2 .text-wrapper {
  text-align: justify;
}
.cid-vhfgVF1Wma {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhfgVF1Wma .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhfgVF1Wma .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhfgVF1Wma .content-wrap {
  margin: 0 -10px;
}
.cid-vhfgVF1Wma .content-wrap .card {
  padding: 0 10px;
}
.cid-vhfgVF1Wma .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhfgVF1Wma .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhfgVF1Wma .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfgVF1Wma .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhfgVF1Wma .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhfgVF1Wma .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhfgVF1Wma .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhfgVF1Wma .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhfgVF1Wma .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhfgVF1Wma .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhfgVF1Wma .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhfgVF1Wma .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhfgVF1Wma .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhfgVF1Wma .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhfgVF1Wma .mbr-label {
  color: #222f30;
}
.cid-vhfgVF1Wma .mbr-section-title {
  color: #222f30;
}
.cid-vhfgVF1Wma .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhfgVF1Wma .mbr-text {
  color: #4f595a;
}
.cid-vhfgVF1Wma .mbr-text,
.cid-vhfgVF1Wma .text-wrapper {
  text-align: justify;
}
.cid-vhfiZZvsWX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhfiZZvsWX .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/background3.webp");
}
.cid-vhfiZZvsWX .image-wrap {
  height: 350px;
}
.cid-vhfjiCOich {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhfjiCOich .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhfjiCOich .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhfjiCOich .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhfjiCOich .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfjiCOich .label-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vhfjiCOich .label-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vhfjiCOich .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhfjiCOich .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhfjiCOich .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhfjiCOich .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vhfjiCOich .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vhfjiCOich .image-wrapper img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhfjiCOich .image-wrapper img {
    height: 300px;
  }
}
.cid-vhfjiCOich .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vhfjiCOich .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vhfjiCOich .title-wrapper .text-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-vhfjiCOich .title-wrapper .text-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vhfjiCOich .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhfjiCOich .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhfjiCOich .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vhfjiCOich .title-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vhfjiCOich .mbr-label {
  color: #222f30;
}
.cid-vhfjiCOich .mbr-section-title {
  color: #222f30;
}
.cid-vhfjiCOich .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhfjiCOich .mbr-text {
  color: #4f595a;
}
.cid-vhfgVFyaqs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhfgVFyaqs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhfgVFyaqs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhfgVFyaqs .content-wrap {
  margin: 0 -10px;
}
.cid-vhfgVFyaqs .content-wrap .card {
  padding: 0 10px;
}
.cid-vhfgVFyaqs .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhfgVFyaqs .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhfgVFyaqs .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfgVFyaqs .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhfgVFyaqs .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhfgVFyaqs .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhfgVFyaqs .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhfgVFyaqs .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhfgVFyaqs .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhfgVFyaqs .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhfgVFyaqs .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhfgVFyaqs .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhfgVFyaqs .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhfgVFyaqs .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhfgVFyaqs .mbr-label {
  color: #222f30;
}
.cid-vhfgVFyaqs .mbr-section-title {
  color: #222f30;
}
.cid-vhfgVFyaqs .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhfgVFyaqs .mbr-text {
  color: #4f595a;
}
.cid-vhfgVFyaqs .mbr-text,
.cid-vhfgVFyaqs .text-wrapper {
  text-align: justify;
}
.cid-vhfgVG6zoq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhfgVG6zoq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhfgVG6zoq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhfgVG6zoq .content-wrap {
  margin: 0 -10px;
}
.cid-vhfgVG6zoq .content-wrap .card {
  padding: 0 10px;
}
.cid-vhfgVG6zoq .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhfgVG6zoq .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhfgVG6zoq .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfgVG6zoq .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhfgVG6zoq .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhfgVG6zoq .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhfgVG6zoq .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhfgVG6zoq .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhfgVG6zoq .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhfgVG6zoq .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhfgVG6zoq .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhfgVG6zoq .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhfgVG6zoq .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhfgVG6zoq .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhfgVG6zoq .mbr-label {
  color: #222f30;
}
.cid-vhfgVG6zoq .mbr-section-title {
  color: #222f30;
}
.cid-vhfgVG6zoq .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhfgVG6zoq .mbr-text {
  color: #4f595a;
}
.cid-vhfgVG6zoq .mbr-text,
.cid-vhfgVG6zoq .text-wrapper {
  text-align: justify;
}
.cid-vhflB3dAYE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhflB3dAYE .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/background3.webp");
}
.cid-vhflB3dAYE .image-wrap {
  height: 350px;
}
.cid-vhfgVGDcZP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhfgVGDcZP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhfgVGDcZP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhfgVGDcZP .content-wrap {
  margin: 0 -10px;
}
.cid-vhfgVGDcZP .content-wrap .card {
  padding: 0 10px;
}
.cid-vhfgVGDcZP .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhfgVGDcZP .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhfgVGDcZP .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfgVGDcZP .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhfgVGDcZP .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhfgVGDcZP .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhfgVGDcZP .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhfgVGDcZP .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhfgVGDcZP .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhfgVGDcZP .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhfgVGDcZP .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhfgVGDcZP .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhfgVGDcZP .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhfgVGDcZP .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhfgVGDcZP .mbr-label {
  color: #222f30;
}
.cid-vhfgVGDcZP .mbr-section-title {
  color: #222f30;
}
.cid-vhfgVGDcZP .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhfgVGDcZP .mbr-text {
  color: #4f595a;
}
.cid-vhfgVGDcZP .mbr-text,
.cid-vhfgVGDcZP .text-wrapper {
  text-align: justify;
}
.cid-vhfgVHefey {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhfgVHefey .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhfgVHefey .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhfgVHefey .content-wrap {
  margin: 0 -10px;
}
.cid-vhfgVHefey .content-wrap .card {
  padding: 0 10px;
}
.cid-vhfgVHefey .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhfgVHefey .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhfgVHefey .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfgVHefey .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhfgVHefey .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhfgVHefey .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhfgVHefey .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhfgVHefey .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhfgVHefey .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhfgVHefey .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhfgVHefey .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhfgVHefey .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhfgVHefey .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhfgVHefey .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhfgVHefey .mbr-label {
  color: #222f30;
}
.cid-vhfgVHefey .mbr-section-title {
  color: #222f30;
}
.cid-vhfgVHefey .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhfgVHefey .mbr-text {
  color: #4f595a;
}
.cid-vhfgVHefey .mbr-text,
.cid-vhfgVHefey .text-wrapper {
  text-align: justify;
}
.cid-vhfm1GIHgw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhfm1GIHgw .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/background3.webp");
}
.cid-vhfm1GIHgw .image-wrap {
  height: 350px;
}
#custom-html-3i {
  /* Type valid CSS here */
}
#custom-html-3i div {
  padding: 80px 0;
  color: #FF8C00;
  text-align: left;
}
#custom-html-3i p {
  font-size: 15px;
  color: #FF8C00;
}
.cid-vhfgVHSrQA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background4.webp");
}
.cid-vhfgVHSrQA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhfgVHSrQA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhfgVHSrQA .title-wrapper {
  margin-bottom: 320px;
}
@media (max-width: 992px) {
  .cid-vhfgVHSrQA .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfgVHSrQA .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vhfgVHSrQA .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 0;
  margin-bottom: 320px;
}
@media (max-width: 992px) {
  .cid-vhfgVHSrQA .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfgVHSrQA .nav-wrapper .nav-wrap {
  position: relative;
  width: 33%;
  padding-left: 20px;
}
@media (max-width: 1440px) {
  .cid-vhfgVHSrQA .nav-wrapper .nav-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vhfgVHSrQA .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-vhfgVHSrQA .nav-wrapper .nav-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease;
  opacity: .2;
}
.cid-vhfgVHSrQA .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vhfgVHSrQA .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-vhfgVHSrQA .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vhfgVHSrQA .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-vhfgVHSrQA .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.cid-vhfgVHSrQA .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-vhfgVHSrQA .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vhfgVHSrQA .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhfgVHSrQA .mbr-label {
  margin-bottom: 24px;
  color: #ffffff;
}
.cid-vhfgVHSrQA .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vhfgVHSrQA .mbr-section-title {
  color: #ffffff;
}
.cid-vhfgVHSrQA .mbr-list-title {
  color: #ffffff;
}
.cid-vhfgVHSrQA .list {
  color: #ffffff;
}
.cid-vhfnRLFOor .navbar-dropdown {
  position: relative !important;
}
.cid-vhfnRLFOor .navbar-dropdown {
  position: absolute !important;
}
.cid-vhfnRLFOor .container-fluid {
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-vhfnRLFOor .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-vhfnRLFOor .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-vhfnRLFOor .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vhfnRLFOor .dropdown-item {
  border: none !important;
  background: #222f30 !important;
  color: #f7f7f5 !important;
  font-weight: 300;
}
.cid-vhfnRLFOor .dropdown-item:hover,
.cid-vhfnRLFOor .dropdown-item:focus {
  background: #222f30 !important;
  color: #f7f7f5 !important;
}
.cid-vhfnRLFOor .dropdown-item:hover span {
  color: white;
}
.cid-vhfnRLFOor .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vhfnRLFOor .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vhfnRLFOor .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vhfnRLFOor .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhfnRLFOor .nav-link {
  position: relative;
}
.cid-vhfnRLFOor .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vhfnRLFOor .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vhfnRLFOor .container {
    max-width: 1100px;
  }
}
.cid-vhfnRLFOor .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhfnRLFOor .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vhfnRLFOor .dropdown-menu,
.cid-vhfnRLFOor .navbar.opened {
  background: #f7f7f5 !important;
  background: rgba(247, 247, 245, 0) !important;
}
.cid-vhfnRLFOor .nav-item:focus,
.cid-vhfnRLFOor .nav-link:focus {
  outline: none;
}
.cid-vhfnRLFOor .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhfnRLFOor .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vhfnRLFOor .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhfnRLFOor .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhfnRLFOor .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhfnRLFOor .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vhfnRLFOor .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 247, 245, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vhfnRLFOor .navbar.opened {
  transition: all 0.3s;
}
.cid-vhfnRLFOor .navbar .dropdown-item {
  padding: 10px 2rem 10px 17px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vhfnRLFOor .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vhfnRLFOor .navbar .navbar-logo img {
  width: auto;
}
.cid-vhfnRLFOor .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhfnRLFOor .navbar.collapsed {
  justify-content: center;
}
.cid-vhfnRLFOor .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhfnRLFOor .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhfnRLFOor .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vhfnRLFOor .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vhfnRLFOor .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vhfnRLFOor .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%;
  position: static;
}
.cid-vhfnRLFOor .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhfnRLFOor .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhfnRLFOor .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vhfnRLFOor .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhfnRLFOor .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhfnRLFOor .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vhfnRLFOor .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhfnRLFOor .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vhfnRLFOor .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%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vhfnRLFOor .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhfnRLFOor .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vhfnRLFOor .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vhfnRLFOor .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vhfnRLFOor .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhfnRLFOor .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhfnRLFOor .navbar.navbar-short {
  min-height: 110px;
}
.cid-vhfnRLFOor .navbar.navbar-short .navbar-brand {
  min-height: 110px;
}
.cid-vhfnRLFOor .navbar-brand {
  min-height: 110px;
  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-vhfnRLFOor .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vhfnRLFOor .navbar-brand .navbar-caption:hover,
.cid-vhfnRLFOor .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vhfnRLFOor .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhfnRLFOor .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vhfnRLFOor .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vhfnRLFOor .dropdown-item.active,
.cid-vhfnRLFOor .dropdown-item:active {
  background-color: transparent;
}
.cid-vhfnRLFOor .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhfnRLFOor .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhfnRLFOor .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhfnRLFOor .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f5;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vhfnRLFOor .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vhfnRLFOor .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vhfnRLFOor .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhfnRLFOor ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
}
@media (min-width: 991px) {
  .cid-vhfnRLFOor ul.navbar-nav {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .cid-vhfnRLFOor ul.navbar-nav {
    padding: 10px;
  }
  .cid-vhfnRLFOor ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vhfnRLFOor .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vhfnRLFOor .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vhfnRLFOor .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vhfnRLFOor .navbar-buttons {
    text-align: left;
  }
}
.cid-vhfnRLFOor .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin: 0;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .cid-vhfnRLFOor .navbar-buttons .btn {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .cid-vhfnRLFOor .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vhfnRLFOor button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 110px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vhfnRLFOor button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhfnRLFOor button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vhfnRLFOor button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vhfnRLFOor button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vhfnRLFOor button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vhfnRLFOor nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhfnRLFOor nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhfnRLFOor nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhfnRLFOor nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhfnRLFOor .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhfnRLFOor a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhfnRLFOor .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhfnRLFOor .navbar {
    height: 70px;
  }
  .cid-vhfnRLFOor .navbar.opened {
    height: auto;
  }
  .cid-vhfnRLFOor .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhfnRLFOor .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vhfnRLFOor .nav-item .nav-link {
  padding: 10px 17px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vhfnRLFOor .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vhfnRLFOor .nav-item .nav-link:hover {
  background-color: #f7f7f5;
  color: #222f30;
}
.cid-vhfnRLFOor .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vhfnRLFOor .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vhfnRLFOor .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vhfnRLFOor .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vhfnRLFOor .navbar {
    justify-content: flex-start !important;
  }
  .cid-vhfnRLFOor .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vhfnRLFOor .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vhfnRLFOor .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vhfnRLFOor .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vhfnRLFOor .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vhfnRLFOor .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vhfnRLFOor .content-wrap {
  min-height: 110px;
}
.cid-vhfnRLFOor .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vhfnRLFOor .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vhfnRLFOor .menu-content {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(14px);
  position: relative;
  padding: 4px 12px;
}
@media (max-width: 992px) {
  .cid-vhfnRLFOor .menu-content {
    width: 100%;
    flex-direction: column;
    padding: 10px 12px;
  }
}
.cid-vhfnRLFOor .menu-content .blur-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .8;
  pointer-events: none;
}
.cid-vhfnRMpbOq {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/advanced-dermal-fillers-georgia-wellness-solutions-griffin-ga-544x237.webp");
}
.cid-vhfnRMpbOq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhfnRMpbOq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhfnRMpbOq .title-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-vhfnRMpbOq .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfnRMpbOq .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-vhfnRMpbOq .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vhfnRMpbOq .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vhfnRMpbOq .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-vhfnRMpbOq .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vhfnRMpbOq .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vhfnRMpbOq .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhfnRMpbOq .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfnRMpbOq .mbr-text {
  margin-bottom: 0;
  color: #4f595a;
}
.cid-vhfnRMpbOq .mbr-section-btn {
  margin-top: -9.6px;
}
@media (max-width: 992px) {
  .cid-vhfnRMpbOq .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhfnRMpbOq .mbr-section-title {
  color: #222f30;
}
.cid-vhfnRMpbOq .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhfnRMpbOq .mbr-section-subtitle,
.cid-vhfnRMpbOq .subtitle-wrap {
  color: #ffffff;
}
.cid-vhfnRMpbOq .mbr-text,
.cid-vhfnRMpbOq .text-wrap {
  color: #ffffff;
}
.cid-vhfnRN67ru {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhfnRN67ru .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhfnRN67ru .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhfnRN67ru .content-wrap {
  margin: 0 -10px;
}
.cid-vhfnRN67ru .content-wrap .card {
  padding: 0 10px;
}
.cid-vhfnRN67ru .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhfnRN67ru .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhfnRN67ru .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfnRN67ru .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhfnRN67ru .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhfnRN67ru .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhfnRN67ru .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhfnRN67ru .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhfnRN67ru .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhfnRN67ru .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhfnRN67ru .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhfnRN67ru .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhfnRN67ru .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhfnRN67ru .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhfnRN67ru .mbr-label {
  color: #222f30;
}
.cid-vhfnRN67ru .mbr-section-title {
  color: #222f30;
}
.cid-vhfnRN67ru .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhfnRN67ru .mbr-text {
  color: #4f595a;
}
.cid-vhfnRN67ru .mbr-text,
.cid-vhfnRN67ru .text-wrapper {
  text-align: justify;
}
.cid-vhfnRNOdym {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhfnRNOdym .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhfnRNOdym .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhfnRNOdym .content-wrap {
  margin: 0 -10px;
}
.cid-vhfnRNOdym .content-wrap .card {
  padding: 0 10px;
}
.cid-vhfnRNOdym .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhfnRNOdym .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhfnRNOdym .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfnRNOdym .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhfnRNOdym .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhfnRNOdym .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhfnRNOdym .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhfnRNOdym .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhfnRNOdym .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhfnRNOdym .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhfnRNOdym .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhfnRNOdym .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhfnRNOdym .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhfnRNOdym .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhfnRNOdym .mbr-label {
  color: #222f30;
}
.cid-vhfnRNOdym .mbr-section-title {
  color: #222f30;
}
.cid-vhfnRNOdym .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhfnRNOdym .mbr-text {
  color: #4f595a;
}
.cid-vhfnRNOdym .mbr-text,
.cid-vhfnRNOdym .text-wrapper {
  text-align: justify;
}
.cid-vhfpAj53FV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhfpAj53FV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhfpAj53FV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhfpAj53FV .content-wrap {
  margin: 0 -10px;
}
.cid-vhfpAj53FV .content-wrap .card {
  padding: 0 10px;
}
.cid-vhfpAj53FV .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhfpAj53FV .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhfpAj53FV .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfpAj53FV .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhfpAj53FV .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhfpAj53FV .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhfpAj53FV .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhfpAj53FV .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhfpAj53FV .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhfpAj53FV .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhfpAj53FV .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhfpAj53FV .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhfpAj53FV .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhfpAj53FV .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhfpAj53FV .mbr-label {
  color: #222f30;
}
.cid-vhfpAj53FV .mbr-section-title {
  color: #222f30;
}
.cid-vhfpAj53FV .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhfpAj53FV .mbr-text {
  color: #4f595a;
}
.cid-vhfpAj53FV .mbr-text,
.cid-vhfpAj53FV .text-wrapper {
  text-align: justify;
}
.cid-vhfpSahljJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhfpSahljJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhfpSahljJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhfpSahljJ .content-wrap {
  margin: 0 -10px;
}
.cid-vhfpSahljJ .content-wrap .card {
  padding: 0 10px;
}
.cid-vhfpSahljJ .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhfpSahljJ .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhfpSahljJ .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfpSahljJ .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhfpSahljJ .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhfpSahljJ .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhfpSahljJ .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhfpSahljJ .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhfpSahljJ .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhfpSahljJ .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhfpSahljJ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhfpSahljJ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhfpSahljJ .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhfpSahljJ .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhfpSahljJ .mbr-label {
  color: #222f30;
}
.cid-vhfpSahljJ .mbr-section-title {
  color: #222f30;
}
.cid-vhfpSahljJ .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhfpSahljJ .mbr-text {
  color: #4f595a;
}
.cid-vhfpSahljJ .mbr-text,
.cid-vhfpSahljJ .text-wrapper {
  text-align: justify;
}
.cid-vhfqciGI8F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhfqciGI8F .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhfqciGI8F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhfqciGI8F .content-wrap {
  margin: 0 -10px;
}
.cid-vhfqciGI8F .content-wrap .card {
  padding: 0 10px;
}
.cid-vhfqciGI8F .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhfqciGI8F .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhfqciGI8F .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfqciGI8F .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhfqciGI8F .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhfqciGI8F .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhfqciGI8F .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhfqciGI8F .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhfqciGI8F .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhfqciGI8F .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhfqciGI8F .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhfqciGI8F .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhfqciGI8F .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhfqciGI8F .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhfqciGI8F .mbr-label {
  color: #222f30;
}
.cid-vhfqciGI8F .mbr-section-title {
  color: #222f30;
}
.cid-vhfqciGI8F .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhfqciGI8F .mbr-text {
  color: #4f595a;
}
.cid-vhfqciGI8F .mbr-text,
.cid-vhfqciGI8F .text-wrapper {
  text-align: justify;
}
.cid-vhfqrXtWmX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhfqrXtWmX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhfqrXtWmX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhfqrXtWmX .content-wrap {
  margin: 0 -10px;
}
.cid-vhfqrXtWmX .content-wrap .card {
  padding: 0 10px;
}
.cid-vhfqrXtWmX .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhfqrXtWmX .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhfqrXtWmX .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfqrXtWmX .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhfqrXtWmX .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhfqrXtWmX .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhfqrXtWmX .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhfqrXtWmX .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhfqrXtWmX .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhfqrXtWmX .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhfqrXtWmX .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhfqrXtWmX .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhfqrXtWmX .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhfqrXtWmX .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhfqrXtWmX .mbr-label {
  color: #222f30;
}
.cid-vhfqrXtWmX .mbr-section-title {
  color: #222f30;
}
.cid-vhfqrXtWmX .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhfqrXtWmX .mbr-text {
  color: #4f595a;
}
.cid-vhfqrXtWmX .mbr-text,
.cid-vhfqrXtWmX .text-wrapper {
  text-align: justify;
}
.cid-vhfqBJxNXF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhfqBJxNXF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhfqBJxNXF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhfqBJxNXF .content-wrap {
  margin: 0 -10px;
}
.cid-vhfqBJxNXF .content-wrap .card {
  padding: 0 10px;
}
.cid-vhfqBJxNXF .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhfqBJxNXF .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhfqBJxNXF .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfqBJxNXF .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhfqBJxNXF .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhfqBJxNXF .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhfqBJxNXF .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhfqBJxNXF .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhfqBJxNXF .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhfqBJxNXF .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhfqBJxNXF .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhfqBJxNXF .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhfqBJxNXF .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhfqBJxNXF .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhfqBJxNXF .mbr-label {
  color: #222f30;
}
.cid-vhfqBJxNXF .mbr-section-title {
  color: #222f30;
}
.cid-vhfqBJxNXF .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhfqBJxNXF .mbr-text {
  color: #4f595a;
}
.cid-vhfqBJxNXF .mbr-text,
.cid-vhfqBJxNXF .text-wrapper {
  text-align: justify;
}
.cid-vhfr1YZLQi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhfr1YZLQi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhfr1YZLQi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhfr1YZLQi .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhfr1YZLQi .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfr1YZLQi .label-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vhfr1YZLQi .label-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vhfr1YZLQi .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhfr1YZLQi .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhfr1YZLQi .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhfr1YZLQi .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vhfr1YZLQi .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vhfr1YZLQi .image-wrapper img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhfr1YZLQi .image-wrapper img {
    height: 300px;
  }
}
.cid-vhfr1YZLQi .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vhfr1YZLQi .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vhfr1YZLQi .title-wrapper .text-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-vhfr1YZLQi .title-wrapper .text-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vhfr1YZLQi .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhfr1YZLQi .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhfr1YZLQi .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vhfr1YZLQi .title-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vhfr1YZLQi .mbr-label {
  color: #222f30;
}
.cid-vhfr1YZLQi .mbr-section-title {
  color: #222f30;
}
.cid-vhfr1YZLQi .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhfr1YZLQi .mbr-text {
  color: #4f595a;
}
#custom-html-40 {
  /* Type valid CSS here */
}
#custom-html-40 div {
  padding: 80px 0;
  color: #FF8C00;
  text-align: left;
}
#custom-html-40 p {
  font-size: 15px;
  color: #FF8C00;
}
.cid-vhfnRTpzQV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background4.webp");
}
.cid-vhfnRTpzQV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhfnRTpzQV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhfnRTpzQV .title-wrapper {
  margin-bottom: 320px;
}
@media (max-width: 992px) {
  .cid-vhfnRTpzQV .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfnRTpzQV .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vhfnRTpzQV .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 0;
  margin-bottom: 320px;
}
@media (max-width: 992px) {
  .cid-vhfnRTpzQV .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfnRTpzQV .nav-wrapper .nav-wrap {
  position: relative;
  width: 33%;
  padding-left: 20px;
}
@media (max-width: 1440px) {
  .cid-vhfnRTpzQV .nav-wrapper .nav-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vhfnRTpzQV .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-vhfnRTpzQV .nav-wrapper .nav-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease;
  opacity: .2;
}
.cid-vhfnRTpzQV .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vhfnRTpzQV .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-vhfnRTpzQV .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vhfnRTpzQV .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-vhfnRTpzQV .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.cid-vhfnRTpzQV .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-vhfnRTpzQV .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vhfnRTpzQV .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhfnRTpzQV .mbr-label {
  margin-bottom: 24px;
  color: #ffffff;
}
.cid-vhfnRTpzQV .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vhfnRTpzQV .mbr-section-title {
  color: #ffffff;
}
.cid-vhfnRTpzQV .mbr-list-title {
  color: #ffffff;
}
.cid-vhfnRTpzQV .list {
  color: #ffffff;
}
.cid-vhfM50omxT .navbar-dropdown {
  position: relative !important;
}
.cid-vhfM50omxT .navbar-dropdown {
  position: absolute !important;
}
.cid-vhfM50omxT .container-fluid {
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-vhfM50omxT .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-vhfM50omxT .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-vhfM50omxT .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vhfM50omxT .dropdown-item {
  border: none !important;
  background: #222f30 !important;
  color: #f7f7f5 !important;
  font-weight: 300;
}
.cid-vhfM50omxT .dropdown-item:hover,
.cid-vhfM50omxT .dropdown-item:focus {
  background: #222f30 !important;
  color: #f7f7f5 !important;
}
.cid-vhfM50omxT .dropdown-item:hover span {
  color: white;
}
.cid-vhfM50omxT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vhfM50omxT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vhfM50omxT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vhfM50omxT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhfM50omxT .nav-link {
  position: relative;
}
.cid-vhfM50omxT .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vhfM50omxT .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vhfM50omxT .container {
    max-width: 1100px;
  }
}
.cid-vhfM50omxT .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhfM50omxT .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vhfM50omxT .dropdown-menu,
.cid-vhfM50omxT .navbar.opened {
  background: #f7f7f5 !important;
  background: rgba(247, 247, 245, 0) !important;
}
.cid-vhfM50omxT .nav-item:focus,
.cid-vhfM50omxT .nav-link:focus {
  outline: none;
}
.cid-vhfM50omxT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhfM50omxT .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vhfM50omxT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhfM50omxT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhfM50omxT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhfM50omxT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vhfM50omxT .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 247, 245, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vhfM50omxT .navbar.opened {
  transition: all 0.3s;
}
.cid-vhfM50omxT .navbar .dropdown-item {
  padding: 10px 2rem 10px 17px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vhfM50omxT .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vhfM50omxT .navbar .navbar-logo img {
  width: auto;
}
.cid-vhfM50omxT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhfM50omxT .navbar.collapsed {
  justify-content: center;
}
.cid-vhfM50omxT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhfM50omxT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhfM50omxT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vhfM50omxT .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vhfM50omxT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vhfM50omxT .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%;
  position: static;
}
.cid-vhfM50omxT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhfM50omxT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhfM50omxT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vhfM50omxT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhfM50omxT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhfM50omxT .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vhfM50omxT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhfM50omxT .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vhfM50omxT .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%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vhfM50omxT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhfM50omxT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vhfM50omxT .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vhfM50omxT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vhfM50omxT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhfM50omxT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhfM50omxT .navbar.navbar-short {
  min-height: 110px;
}
.cid-vhfM50omxT .navbar.navbar-short .navbar-brand {
  min-height: 110px;
}
.cid-vhfM50omxT .navbar-brand {
  min-height: 110px;
  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-vhfM50omxT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vhfM50omxT .navbar-brand .navbar-caption:hover,
.cid-vhfM50omxT .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vhfM50omxT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhfM50omxT .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vhfM50omxT .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vhfM50omxT .dropdown-item.active,
.cid-vhfM50omxT .dropdown-item:active {
  background-color: transparent;
}
.cid-vhfM50omxT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhfM50omxT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhfM50omxT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhfM50omxT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f5;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vhfM50omxT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vhfM50omxT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vhfM50omxT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhfM50omxT ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
}
@media (min-width: 991px) {
  .cid-vhfM50omxT ul.navbar-nav {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .cid-vhfM50omxT ul.navbar-nav {
    padding: 10px;
  }
  .cid-vhfM50omxT ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vhfM50omxT .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vhfM50omxT .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vhfM50omxT .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vhfM50omxT .navbar-buttons {
    text-align: left;
  }
}
.cid-vhfM50omxT .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin: 0;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .cid-vhfM50omxT .navbar-buttons .btn {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .cid-vhfM50omxT .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vhfM50omxT button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 110px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vhfM50omxT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhfM50omxT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vhfM50omxT button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vhfM50omxT button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vhfM50omxT button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vhfM50omxT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhfM50omxT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhfM50omxT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhfM50omxT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhfM50omxT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhfM50omxT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhfM50omxT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhfM50omxT .navbar {
    height: 70px;
  }
  .cid-vhfM50omxT .navbar.opened {
    height: auto;
  }
  .cid-vhfM50omxT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhfM50omxT .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vhfM50omxT .nav-item .nav-link {
  padding: 10px 17px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vhfM50omxT .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vhfM50omxT .nav-item .nav-link:hover {
  background-color: #f7f7f5;
  color: #222f30;
}
.cid-vhfM50omxT .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vhfM50omxT .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vhfM50omxT .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vhfM50omxT .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vhfM50omxT .navbar {
    justify-content: flex-start !important;
  }
  .cid-vhfM50omxT .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vhfM50omxT .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vhfM50omxT .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vhfM50omxT .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vhfM50omxT .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vhfM50omxT .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vhfM50omxT .content-wrap {
  min-height: 110px;
}
.cid-vhfM50omxT .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vhfM50omxT .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vhfM50omxT .menu-content {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(14px);
  position: relative;
  padding: 4px 12px;
}
@media (max-width: 992px) {
  .cid-vhfM50omxT .menu-content {
    width: 100%;
    flex-direction: column;
    padding: 10px 12px;
  }
}
.cid-vhfM50omxT .menu-content .blur-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .8;
  pointer-events: none;
}
.cid-vhfM51lk5m {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/advanced-dermal-fillers-georgia-wellness-solutions-griffin-ga-544x237.webp");
}
.cid-vhfM51lk5m .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhfM51lk5m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhfM51lk5m .title-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-vhfM51lk5m .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfM51lk5m .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-vhfM51lk5m .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vhfM51lk5m .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vhfM51lk5m .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-vhfM51lk5m .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vhfM51lk5m .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vhfM51lk5m .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhfM51lk5m .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfM51lk5m .mbr-text {
  margin-bottom: 0;
  color: #4f595a;
}
.cid-vhfM51lk5m .mbr-section-btn {
  margin-top: -9.6px;
}
@media (max-width: 992px) {
  .cid-vhfM51lk5m .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhfM51lk5m .mbr-section-title {
  color: #222f30;
}
.cid-vhfM51lk5m .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhfM51lk5m .mbr-section-subtitle,
.cid-vhfM51lk5m .subtitle-wrap {
  color: #ffffff;
}
.cid-vhfM51lk5m .mbr-text,
.cid-vhfM51lk5m .text-wrap {
  color: #ffffff;
}
.cid-vhfM522e5d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhfM522e5d .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhfM522e5d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhfM522e5d .content-wrap {
  margin: 0 -10px;
}
.cid-vhfM522e5d .content-wrap .card {
  padding: 0 10px;
}
.cid-vhfM522e5d .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhfM522e5d .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhfM522e5d .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfM522e5d .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhfM522e5d .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhfM522e5d .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhfM522e5d .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhfM522e5d .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhfM522e5d .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhfM522e5d .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhfM522e5d .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhfM522e5d .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhfM522e5d .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhfM522e5d .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhfM522e5d .mbr-label {
  color: #222f30;
}
.cid-vhfM522e5d .mbr-section-title {
  color: #222f30;
}
.cid-vhfM522e5d .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhfM522e5d .mbr-text {
  color: #4f595a;
}
.cid-vhfM522e5d .mbr-text,
.cid-vhfM522e5d .text-wrapper {
  text-align: justify;
}
.cid-vhfM52ByUs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhfM52ByUs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhfM52ByUs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhfM52ByUs .content-wrap {
  margin: 0 -10px;
}
.cid-vhfM52ByUs .content-wrap .card {
  padding: 0 10px;
}
.cid-vhfM52ByUs .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhfM52ByUs .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhfM52ByUs .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfM52ByUs .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhfM52ByUs .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhfM52ByUs .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhfM52ByUs .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhfM52ByUs .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhfM52ByUs .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhfM52ByUs .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhfM52ByUs .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhfM52ByUs .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhfM52ByUs .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhfM52ByUs .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhfM52ByUs .mbr-label {
  color: #222f30;
}
.cid-vhfM52ByUs .mbr-section-title {
  color: #222f30;
}
.cid-vhfM52ByUs .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhfM52ByUs .mbr-text {
  color: #4f595a;
}
.cid-vhfM52ByUs .mbr-text,
.cid-vhfM52ByUs .text-wrapper {
  text-align: justify;
}
.cid-vhfM53a93a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhfM53a93a .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhfM53a93a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhfM53a93a .content-wrap {
  margin: 0 -10px;
}
.cid-vhfM53a93a .content-wrap .card {
  padding: 0 10px;
}
.cid-vhfM53a93a .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhfM53a93a .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhfM53a93a .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfM53a93a .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhfM53a93a .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhfM53a93a .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhfM53a93a .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhfM53a93a .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhfM53a93a .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhfM53a93a .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhfM53a93a .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhfM53a93a .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhfM53a93a .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhfM53a93a .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhfM53a93a .mbr-label {
  color: #222f30;
}
.cid-vhfM53a93a .mbr-section-title {
  color: #222f30;
}
.cid-vhfM53a93a .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhfM53a93a .mbr-text {
  color: #4f595a;
}
.cid-vhfM53a93a .mbr-text,
.cid-vhfM53a93a .text-wrapper {
  text-align: justify;
}
.cid-vhfM53K8wo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhfM53K8wo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhfM53K8wo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhfM53K8wo .content-wrap {
  margin: 0 -10px;
}
.cid-vhfM53K8wo .content-wrap .card {
  padding: 0 10px;
}
.cid-vhfM53K8wo .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhfM53K8wo .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhfM53K8wo .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfM53K8wo .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhfM53K8wo .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhfM53K8wo .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhfM53K8wo .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhfM53K8wo .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhfM53K8wo .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhfM53K8wo .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhfM53K8wo .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhfM53K8wo .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhfM53K8wo .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhfM53K8wo .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhfM53K8wo .mbr-label {
  color: #222f30;
}
.cid-vhfM53K8wo .mbr-section-title {
  color: #222f30;
}
.cid-vhfM53K8wo .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhfM53K8wo .mbr-text {
  color: #4f595a;
}
.cid-vhfM53K8wo .mbr-text,
.cid-vhfM53K8wo .text-wrapper {
  text-align: justify;
}
.cid-vhfM54nTZm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhfM54nTZm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhfM54nTZm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhfM54nTZm .content-wrap {
  margin: 0 -10px;
}
.cid-vhfM54nTZm .content-wrap .card {
  padding: 0 10px;
}
.cid-vhfM54nTZm .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhfM54nTZm .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhfM54nTZm .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfM54nTZm .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhfM54nTZm .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhfM54nTZm .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhfM54nTZm .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhfM54nTZm .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhfM54nTZm .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhfM54nTZm .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhfM54nTZm .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhfM54nTZm .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhfM54nTZm .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhfM54nTZm .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhfM54nTZm .mbr-label {
  color: #222f30;
}
.cid-vhfM54nTZm .mbr-section-title {
  color: #222f30;
}
.cid-vhfM54nTZm .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhfM54nTZm .mbr-text {
  color: #4f595a;
}
.cid-vhfM54nTZm .mbr-text,
.cid-vhfM54nTZm .text-wrapper {
  text-align: justify;
}
.cid-vhfM551zfm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhfM551zfm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhfM551zfm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhfM551zfm .content-wrap {
  margin: 0 -10px;
}
.cid-vhfM551zfm .content-wrap .card {
  padding: 0 10px;
}
.cid-vhfM551zfm .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhfM551zfm .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhfM551zfm .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfM551zfm .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhfM551zfm .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhfM551zfm .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhfM551zfm .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhfM551zfm .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhfM551zfm .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhfM551zfm .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhfM551zfm .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhfM551zfm .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhfM551zfm .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhfM551zfm .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhfM551zfm .mbr-label {
  color: #222f30;
}
.cid-vhfM551zfm .mbr-section-title {
  color: #222f30;
}
.cid-vhfM551zfm .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhfM551zfm .mbr-text {
  color: #4f595a;
}
.cid-vhfM551zfm .mbr-text,
.cid-vhfM551zfm .text-wrapper {
  text-align: justify;
}
.cid-vhfM55FaMo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhfM55FaMo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhfM55FaMo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhfM55FaMo .content-wrap {
  margin: 0 -10px;
}
.cid-vhfM55FaMo .content-wrap .card {
  padding: 0 10px;
}
.cid-vhfM55FaMo .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhfM55FaMo .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhfM55FaMo .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfM55FaMo .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhfM55FaMo .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhfM55FaMo .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhfM55FaMo .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhfM55FaMo .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhfM55FaMo .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhfM55FaMo .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhfM55FaMo .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhfM55FaMo .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhfM55FaMo .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhfM55FaMo .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhfM55FaMo .mbr-label {
  color: #222f30;
}
.cid-vhfM55FaMo .mbr-section-title {
  color: #222f30;
}
.cid-vhfM55FaMo .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhfM55FaMo .mbr-text {
  color: #4f595a;
}
.cid-vhfM55FaMo .mbr-text,
.cid-vhfM55FaMo .text-wrapper {
  text-align: justify;
}
.cid-vhfP5TTk33 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhfP5TTk33 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhfP5TTk33 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhfP5TTk33 .content-wrap {
  margin: 0 -10px;
}
.cid-vhfP5TTk33 .content-wrap .card {
  padding: 0 10px;
}
.cid-vhfP5TTk33 .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhfP5TTk33 .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhfP5TTk33 .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfP5TTk33 .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhfP5TTk33 .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhfP5TTk33 .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhfP5TTk33 .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhfP5TTk33 .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhfP5TTk33 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhfP5TTk33 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhfP5TTk33 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhfP5TTk33 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhfP5TTk33 .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhfP5TTk33 .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhfP5TTk33 .mbr-label {
  color: #222f30;
}
.cid-vhfP5TTk33 .mbr-section-title {
  color: #222f30;
}
.cid-vhfP5TTk33 .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhfP5TTk33 .mbr-text {
  color: #4f595a;
}
.cid-vhfP5TTk33 .mbr-text,
.cid-vhfP5TTk33 .text-wrapper {
  text-align: justify;
}
.cid-vhfPbj3QGy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhfPbj3QGy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhfPbj3QGy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhfPbj3QGy .content-wrap {
  margin: 0 -10px;
}
.cid-vhfPbj3QGy .content-wrap .card {
  padding: 0 10px;
}
.cid-vhfPbj3QGy .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhfPbj3QGy .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhfPbj3QGy .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfPbj3QGy .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhfPbj3QGy .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhfPbj3QGy .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhfPbj3QGy .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhfPbj3QGy .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhfPbj3QGy .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhfPbj3QGy .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhfPbj3QGy .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhfPbj3QGy .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhfPbj3QGy .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhfPbj3QGy .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhfPbj3QGy .mbr-label {
  color: #222f30;
}
.cid-vhfPbj3QGy .mbr-section-title {
  color: #222f30;
}
.cid-vhfPbj3QGy .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhfPbj3QGy .mbr-text {
  color: #4f595a;
}
.cid-vhfPbj3QGy .mbr-text,
.cid-vhfPbj3QGy .text-wrapper {
  text-align: justify;
}
.cid-vhfPhHyeJr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhfPhHyeJr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhfPhHyeJr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhfPhHyeJr .content-wrap {
  margin: 0 -10px;
}
.cid-vhfPhHyeJr .content-wrap .card {
  padding: 0 10px;
}
.cid-vhfPhHyeJr .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhfPhHyeJr .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhfPhHyeJr .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfPhHyeJr .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhfPhHyeJr .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhfPhHyeJr .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhfPhHyeJr .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhfPhHyeJr .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhfPhHyeJr .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhfPhHyeJr .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhfPhHyeJr .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhfPhHyeJr .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhfPhHyeJr .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhfPhHyeJr .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhfPhHyeJr .mbr-label {
  color: #222f30;
}
.cid-vhfPhHyeJr .mbr-section-title {
  color: #222f30;
}
.cid-vhfPhHyeJr .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhfPhHyeJr .mbr-text {
  color: #4f595a;
}
.cid-vhfPhHyeJr .mbr-text,
.cid-vhfPhHyeJr .text-wrapper {
  text-align: justify;
}
.cid-vhfPmOdIG0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhfPmOdIG0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhfPmOdIG0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhfPmOdIG0 .content-wrap {
  margin: 0 -10px;
}
.cid-vhfPmOdIG0 .content-wrap .card {
  padding: 0 10px;
}
.cid-vhfPmOdIG0 .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhfPmOdIG0 .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhfPmOdIG0 .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfPmOdIG0 .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhfPmOdIG0 .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhfPmOdIG0 .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhfPmOdIG0 .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhfPmOdIG0 .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhfPmOdIG0 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhfPmOdIG0 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhfPmOdIG0 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhfPmOdIG0 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhfPmOdIG0 .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhfPmOdIG0 .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhfPmOdIG0 .mbr-label {
  color: #222f30;
}
.cid-vhfPmOdIG0 .mbr-section-title {
  color: #222f30;
}
.cid-vhfPmOdIG0 .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhfPmOdIG0 .mbr-text {
  color: #4f595a;
}
.cid-vhfPmOdIG0 .mbr-text,
.cid-vhfPmOdIG0 .text-wrapper {
  text-align: justify;
}
.cid-vhfPs3xwKh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhfPs3xwKh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhfPs3xwKh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhfPs3xwKh .content-wrap {
  margin: 0 -10px;
}
.cid-vhfPs3xwKh .content-wrap .card {
  padding: 0 10px;
}
.cid-vhfPs3xwKh .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhfPs3xwKh .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhfPs3xwKh .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfPs3xwKh .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhfPs3xwKh .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhfPs3xwKh .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhfPs3xwKh .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhfPs3xwKh .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhfPs3xwKh .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhfPs3xwKh .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhfPs3xwKh .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhfPs3xwKh .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhfPs3xwKh .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhfPs3xwKh .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhfPs3xwKh .mbr-label {
  color: #222f30;
}
.cid-vhfPs3xwKh .mbr-section-title {
  color: #222f30;
}
.cid-vhfPs3xwKh .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhfPs3xwKh .mbr-text {
  color: #4f595a;
}
.cid-vhfPs3xwKh .mbr-text,
.cid-vhfPs3xwKh .text-wrapper {
  text-align: justify;
}
.cid-vhfM56kjCn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhfM56kjCn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhfM56kjCn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhfM56kjCn .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhfM56kjCn .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfM56kjCn .label-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vhfM56kjCn .label-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vhfM56kjCn .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhfM56kjCn .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhfM56kjCn .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhfM56kjCn .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vhfM56kjCn .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vhfM56kjCn .image-wrapper img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhfM56kjCn .image-wrapper img {
    height: 300px;
  }
}
.cid-vhfM56kjCn .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vhfM56kjCn .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vhfM56kjCn .title-wrapper .text-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-vhfM56kjCn .title-wrapper .text-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vhfM56kjCn .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhfM56kjCn .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhfM56kjCn .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vhfM56kjCn .title-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vhfM56kjCn .mbr-label {
  color: #222f30;
}
.cid-vhfM56kjCn .mbr-section-title {
  color: #222f30;
}
.cid-vhfM56kjCn .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhfM56kjCn .mbr-text {
  color: #4f595a;
}
#custom-html-4i {
  /* Type valid CSS here */
}
#custom-html-4i div {
  padding: 80px 0;
  color: #FF8C00;
  text-align: left;
}
#custom-html-4i p {
  font-size: 15px;
  color: #FF8C00;
}
.cid-vhfM57kukh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background4.webp");
}
.cid-vhfM57kukh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhfM57kukh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhfM57kukh .title-wrapper {
  margin-bottom: 320px;
}
@media (max-width: 992px) {
  .cid-vhfM57kukh .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfM57kukh .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vhfM57kukh .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 0;
  margin-bottom: 320px;
}
@media (max-width: 992px) {
  .cid-vhfM57kukh .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhfM57kukh .nav-wrapper .nav-wrap {
  position: relative;
  width: 33%;
  padding-left: 20px;
}
@media (max-width: 1440px) {
  .cid-vhfM57kukh .nav-wrapper .nav-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vhfM57kukh .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-vhfM57kukh .nav-wrapper .nav-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease;
  opacity: .2;
}
.cid-vhfM57kukh .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vhfM57kukh .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-vhfM57kukh .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vhfM57kukh .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-vhfM57kukh .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.cid-vhfM57kukh .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-vhfM57kukh .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vhfM57kukh .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhfM57kukh .mbr-label {
  margin-bottom: 24px;
  color: #ffffff;
}
.cid-vhfM57kukh .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vhfM57kukh .mbr-section-title {
  color: #ffffff;
}
.cid-vhfM57kukh .mbr-list-title {
  color: #ffffff;
}
.cid-vhfM57kukh .list {
  color: #ffffff;
}
.cid-vhg5pkI3Nm .navbar-dropdown {
  position: relative !important;
}
.cid-vhg5pkI3Nm .navbar-dropdown {
  position: absolute !important;
}
.cid-vhg5pkI3Nm .container-fluid {
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-vhg5pkI3Nm .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-vhg5pkI3Nm .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-vhg5pkI3Nm .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vhg5pkI3Nm .dropdown-item {
  border: none !important;
  background: #222f30 !important;
  color: #f7f7f5 !important;
  font-weight: 300;
}
.cid-vhg5pkI3Nm .dropdown-item:hover,
.cid-vhg5pkI3Nm .dropdown-item:focus {
  background: #222f30 !important;
  color: #f7f7f5 !important;
}
.cid-vhg5pkI3Nm .dropdown-item:hover span {
  color: white;
}
.cid-vhg5pkI3Nm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vhg5pkI3Nm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vhg5pkI3Nm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vhg5pkI3Nm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhg5pkI3Nm .nav-link {
  position: relative;
}
.cid-vhg5pkI3Nm .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vhg5pkI3Nm .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vhg5pkI3Nm .container {
    max-width: 1100px;
  }
}
.cid-vhg5pkI3Nm .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhg5pkI3Nm .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vhg5pkI3Nm .dropdown-menu,
.cid-vhg5pkI3Nm .navbar.opened {
  background: #f7f7f5 !important;
  background: rgba(247, 247, 245, 0) !important;
}
.cid-vhg5pkI3Nm .nav-item:focus,
.cid-vhg5pkI3Nm .nav-link:focus {
  outline: none;
}
.cid-vhg5pkI3Nm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhg5pkI3Nm .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vhg5pkI3Nm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhg5pkI3Nm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhg5pkI3Nm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhg5pkI3Nm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vhg5pkI3Nm .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 247, 245, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vhg5pkI3Nm .navbar.opened {
  transition: all 0.3s;
}
.cid-vhg5pkI3Nm .navbar .dropdown-item {
  padding: 10px 2rem 10px 17px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vhg5pkI3Nm .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vhg5pkI3Nm .navbar .navbar-logo img {
  width: auto;
}
.cid-vhg5pkI3Nm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhg5pkI3Nm .navbar.collapsed {
  justify-content: center;
}
.cid-vhg5pkI3Nm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhg5pkI3Nm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhg5pkI3Nm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vhg5pkI3Nm .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vhg5pkI3Nm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vhg5pkI3Nm .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%;
  position: static;
}
.cid-vhg5pkI3Nm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhg5pkI3Nm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhg5pkI3Nm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vhg5pkI3Nm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhg5pkI3Nm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhg5pkI3Nm .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vhg5pkI3Nm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhg5pkI3Nm .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vhg5pkI3Nm .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%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vhg5pkI3Nm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhg5pkI3Nm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vhg5pkI3Nm .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vhg5pkI3Nm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vhg5pkI3Nm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhg5pkI3Nm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhg5pkI3Nm .navbar.navbar-short {
  min-height: 110px;
}
.cid-vhg5pkI3Nm .navbar.navbar-short .navbar-brand {
  min-height: 110px;
}
.cid-vhg5pkI3Nm .navbar-brand {
  min-height: 110px;
  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-vhg5pkI3Nm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vhg5pkI3Nm .navbar-brand .navbar-caption:hover,
.cid-vhg5pkI3Nm .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vhg5pkI3Nm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhg5pkI3Nm .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vhg5pkI3Nm .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vhg5pkI3Nm .dropdown-item.active,
.cid-vhg5pkI3Nm .dropdown-item:active {
  background-color: transparent;
}
.cid-vhg5pkI3Nm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhg5pkI3Nm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhg5pkI3Nm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhg5pkI3Nm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f5;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vhg5pkI3Nm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vhg5pkI3Nm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vhg5pkI3Nm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhg5pkI3Nm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
}
@media (min-width: 991px) {
  .cid-vhg5pkI3Nm ul.navbar-nav {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .cid-vhg5pkI3Nm ul.navbar-nav {
    padding: 10px;
  }
  .cid-vhg5pkI3Nm ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vhg5pkI3Nm .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vhg5pkI3Nm .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vhg5pkI3Nm .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vhg5pkI3Nm .navbar-buttons {
    text-align: left;
  }
}
.cid-vhg5pkI3Nm .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin: 0;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .cid-vhg5pkI3Nm .navbar-buttons .btn {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .cid-vhg5pkI3Nm .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vhg5pkI3Nm button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 110px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vhg5pkI3Nm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhg5pkI3Nm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vhg5pkI3Nm button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vhg5pkI3Nm button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vhg5pkI3Nm button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vhg5pkI3Nm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhg5pkI3Nm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhg5pkI3Nm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhg5pkI3Nm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhg5pkI3Nm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhg5pkI3Nm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhg5pkI3Nm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhg5pkI3Nm .navbar {
    height: 70px;
  }
  .cid-vhg5pkI3Nm .navbar.opened {
    height: auto;
  }
  .cid-vhg5pkI3Nm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhg5pkI3Nm .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vhg5pkI3Nm .nav-item .nav-link {
  padding: 10px 17px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vhg5pkI3Nm .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vhg5pkI3Nm .nav-item .nav-link:hover {
  background-color: #f7f7f5;
  color: #222f30;
}
.cid-vhg5pkI3Nm .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vhg5pkI3Nm .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vhg5pkI3Nm .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vhg5pkI3Nm .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vhg5pkI3Nm .navbar {
    justify-content: flex-start !important;
  }
  .cid-vhg5pkI3Nm .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vhg5pkI3Nm .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vhg5pkI3Nm .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vhg5pkI3Nm .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vhg5pkI3Nm .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vhg5pkI3Nm .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vhg5pkI3Nm .content-wrap {
  min-height: 110px;
}
.cid-vhg5pkI3Nm .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vhg5pkI3Nm .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vhg5pkI3Nm .menu-content {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(14px);
  position: relative;
  padding: 4px 12px;
}
@media (max-width: 992px) {
  .cid-vhg5pkI3Nm .menu-content {
    width: 100%;
    flex-direction: column;
    padding: 10px 12px;
  }
}
.cid-vhg5pkI3Nm .menu-content .blur-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .8;
  pointer-events: none;
}
.cid-vhg5plLObX {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/advanced-dermal-fillers-georgia-wellness-solutions-griffin-ga-544x237.webp");
}
.cid-vhg5plLObX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhg5plLObX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhg5plLObX .title-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-vhg5plLObX .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhg5plLObX .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-vhg5plLObX .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vhg5plLObX .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vhg5plLObX .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-vhg5plLObX .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vhg5plLObX .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vhg5plLObX .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhg5plLObX .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhg5plLObX .mbr-text {
  margin-bottom: 0;
  color: #4f595a;
}
.cid-vhg5plLObX .mbr-section-btn {
  margin-top: -9.6px;
}
@media (max-width: 992px) {
  .cid-vhg5plLObX .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhg5plLObX .mbr-section-title {
  color: #222f30;
}
.cid-vhg5plLObX .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhg5plLObX .mbr-section-subtitle,
.cid-vhg5plLObX .subtitle-wrap {
  color: #ffffff;
}
.cid-vhg5plLObX .mbr-text,
.cid-vhg5plLObX .text-wrap {
  color: #ffffff;
}
.cid-vhg5pmtd16 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhg5pmtd16 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhg5pmtd16 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhg5pmtd16 .content-wrap {
  margin: 0 -10px;
}
.cid-vhg5pmtd16 .content-wrap .card {
  padding: 0 10px;
}
.cid-vhg5pmtd16 .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhg5pmtd16 .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhg5pmtd16 .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhg5pmtd16 .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhg5pmtd16 .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhg5pmtd16 .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhg5pmtd16 .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhg5pmtd16 .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhg5pmtd16 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhg5pmtd16 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhg5pmtd16 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhg5pmtd16 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhg5pmtd16 .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhg5pmtd16 .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhg5pmtd16 .mbr-label {
  color: #222f30;
}
.cid-vhg5pmtd16 .mbr-section-title {
  color: #222f30;
}
.cid-vhg5pmtd16 .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhg5pmtd16 .mbr-text {
  color: #4f595a;
}
.cid-vhg5pmtd16 .mbr-text,
.cid-vhg5pmtd16 .text-wrapper {
  text-align: justify;
}
.cid-vhg6Yudtxn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhg6Yudtxn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhg6Yudtxn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhg6Yudtxn .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhg6Yudtxn .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhg6Yudtxn .label-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vhg6Yudtxn .label-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vhg6Yudtxn .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhg6Yudtxn .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhg6Yudtxn .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhg6Yudtxn .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vhg6Yudtxn .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vhg6Yudtxn .image-wrapper img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhg6Yudtxn .image-wrapper img {
    height: 300px;
  }
}
.cid-vhg6Yudtxn .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vhg6Yudtxn .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vhg6Yudtxn .title-wrapper .text-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-vhg6Yudtxn .title-wrapper .text-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vhg6Yudtxn .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhg6Yudtxn .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhg6Yudtxn .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vhg6Yudtxn .title-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vhg6Yudtxn .mbr-label {
  color: #222f30;
}
.cid-vhg6Yudtxn .mbr-section-title {
  color: #222f30;
}
.cid-vhg6Yudtxn .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhg6Yudtxn .mbr-text {
  color: #4f595a;
}
.cid-vhg5pngrTc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhg5pngrTc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhg5pngrTc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhg5pngrTc .content-wrap {
  margin: 0 -10px;
}
.cid-vhg5pngrTc .content-wrap .card {
  padding: 0 10px;
}
.cid-vhg5pngrTc .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhg5pngrTc .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhg5pngrTc .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhg5pngrTc .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhg5pngrTc .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhg5pngrTc .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhg5pngrTc .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhg5pngrTc .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhg5pngrTc .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhg5pngrTc .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhg5pngrTc .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhg5pngrTc .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhg5pngrTc .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhg5pngrTc .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhg5pngrTc .mbr-label {
  color: #222f30;
}
.cid-vhg5pngrTc .mbr-section-title {
  color: #222f30;
}
.cid-vhg5pngrTc .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhg5pngrTc .mbr-text {
  color: #4f595a;
}
.cid-vhg5pngrTc .mbr-text,
.cid-vhg5pngrTc .text-wrapper {
  text-align: justify;
}
.cid-vhg5pnTiwQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhg5pnTiwQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhg5pnTiwQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhg5pnTiwQ .content-wrap {
  margin: 0 -10px;
}
.cid-vhg5pnTiwQ .content-wrap .card {
  padding: 0 10px;
}
.cid-vhg5pnTiwQ .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhg5pnTiwQ .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhg5pnTiwQ .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhg5pnTiwQ .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhg5pnTiwQ .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhg5pnTiwQ .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhg5pnTiwQ .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhg5pnTiwQ .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhg5pnTiwQ .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhg5pnTiwQ .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhg5pnTiwQ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhg5pnTiwQ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhg5pnTiwQ .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhg5pnTiwQ .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhg5pnTiwQ .mbr-label {
  color: #222f30;
}
.cid-vhg5pnTiwQ .mbr-section-title {
  color: #222f30;
}
.cid-vhg5pnTiwQ .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhg5pnTiwQ .mbr-text {
  color: #4f595a;
}
.cid-vhg5pnTiwQ .mbr-text,
.cid-vhg5pnTiwQ .text-wrapper {
  text-align: justify;
}
.cid-vhg5poAnXO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhg5poAnXO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhg5poAnXO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhg5poAnXO .content-wrap {
  margin: 0 -10px;
}
.cid-vhg5poAnXO .content-wrap .card {
  padding: 0 10px;
}
.cid-vhg5poAnXO .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhg5poAnXO .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhg5poAnXO .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhg5poAnXO .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhg5poAnXO .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhg5poAnXO .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhg5poAnXO .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhg5poAnXO .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhg5poAnXO .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhg5poAnXO .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhg5poAnXO .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhg5poAnXO .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhg5poAnXO .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhg5poAnXO .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhg5poAnXO .mbr-label {
  color: #222f30;
}
.cid-vhg5poAnXO .mbr-section-title {
  color: #222f30;
}
.cid-vhg5poAnXO .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhg5poAnXO .mbr-text {
  color: #4f595a;
}
.cid-vhg5poAnXO .mbr-text,
.cid-vhg5poAnXO .text-wrapper {
  text-align: justify;
}
.cid-vhg5ppli3w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhg5ppli3w .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhg5ppli3w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhg5ppli3w .content-wrap {
  margin: 0 -10px;
}
.cid-vhg5ppli3w .content-wrap .card {
  padding: 0 10px;
}
.cid-vhg5ppli3w .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhg5ppli3w .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhg5ppli3w .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhg5ppli3w .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhg5ppli3w .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhg5ppli3w .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhg5ppli3w .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhg5ppli3w .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhg5ppli3w .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhg5ppli3w .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhg5ppli3w .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhg5ppli3w .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhg5ppli3w .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhg5ppli3w .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhg5ppli3w .mbr-label {
  color: #222f30;
}
.cid-vhg5ppli3w .mbr-section-title {
  color: #222f30;
}
.cid-vhg5ppli3w .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhg5ppli3w .mbr-text {
  color: #4f595a;
}
.cid-vhg5ppli3w .mbr-text,
.cid-vhg5ppli3w .text-wrapper {
  text-align: justify;
}
.cid-vhg5pq8cAR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhg5pq8cAR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhg5pq8cAR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhg5pq8cAR .content-wrap {
  margin: 0 -10px;
}
.cid-vhg5pq8cAR .content-wrap .card {
  padding: 0 10px;
}
.cid-vhg5pq8cAR .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhg5pq8cAR .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhg5pq8cAR .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhg5pq8cAR .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhg5pq8cAR .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhg5pq8cAR .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhg5pq8cAR .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhg5pq8cAR .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhg5pq8cAR .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhg5pq8cAR .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhg5pq8cAR .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhg5pq8cAR .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhg5pq8cAR .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhg5pq8cAR .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhg5pq8cAR .mbr-label {
  color: #222f30;
}
.cid-vhg5pq8cAR .mbr-section-title {
  color: #222f30;
}
.cid-vhg5pq8cAR .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhg5pq8cAR .mbr-text {
  color: #4f595a;
}
.cid-vhg5pq8cAR .mbr-text,
.cid-vhg5pq8cAR .text-wrapper {
  text-align: justify;
}
.cid-vhg5pr4x6E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhg5pr4x6E .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhg5pr4x6E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhg5pr4x6E .content-wrap {
  margin: 0 -10px;
}
.cid-vhg5pr4x6E .content-wrap .card {
  padding: 0 10px;
}
.cid-vhg5pr4x6E .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhg5pr4x6E .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhg5pr4x6E .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhg5pr4x6E .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhg5pr4x6E .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhg5pr4x6E .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhg5pr4x6E .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhg5pr4x6E .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhg5pr4x6E .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhg5pr4x6E .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhg5pr4x6E .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhg5pr4x6E .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhg5pr4x6E .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhg5pr4x6E .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhg5pr4x6E .mbr-label {
  color: #222f30;
}
.cid-vhg5pr4x6E .mbr-section-title {
  color: #222f30;
}
.cid-vhg5pr4x6E .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhg5pr4x6E .mbr-text {
  color: #4f595a;
}
.cid-vhg5pr4x6E .mbr-text,
.cid-vhg5pr4x6E .text-wrapper {
  text-align: justify;
}
#custom-html-54 {
  /* Type valid CSS here */
}
#custom-html-54 div {
  padding: 80px 0;
  color: #FF8C00;
  text-align: left;
}
#custom-html-54 p {
  font-size: 15px;
  color: #FF8C00;
}
.cid-vhg5pxMtiZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background4.webp");
}
.cid-vhg5pxMtiZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhg5pxMtiZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhg5pxMtiZ .title-wrapper {
  margin-bottom: 320px;
}
@media (max-width: 992px) {
  .cid-vhg5pxMtiZ .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhg5pxMtiZ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vhg5pxMtiZ .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 0;
  margin-bottom: 320px;
}
@media (max-width: 992px) {
  .cid-vhg5pxMtiZ .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhg5pxMtiZ .nav-wrapper .nav-wrap {
  position: relative;
  width: 33%;
  padding-left: 20px;
}
@media (max-width: 1440px) {
  .cid-vhg5pxMtiZ .nav-wrapper .nav-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vhg5pxMtiZ .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-vhg5pxMtiZ .nav-wrapper .nav-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease;
  opacity: .2;
}
.cid-vhg5pxMtiZ .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vhg5pxMtiZ .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-vhg5pxMtiZ .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vhg5pxMtiZ .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-vhg5pxMtiZ .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.cid-vhg5pxMtiZ .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-vhg5pxMtiZ .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vhg5pxMtiZ .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhg5pxMtiZ .mbr-label {
  margin-bottom: 24px;
  color: #ffffff;
}
.cid-vhg5pxMtiZ .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vhg5pxMtiZ .mbr-section-title {
  color: #ffffff;
}
.cid-vhg5pxMtiZ .mbr-list-title {
  color: #ffffff;
}
.cid-vhg5pxMtiZ .list {
  color: #ffffff;
}
.cid-vhhbpNQ8Km .navbar-dropdown {
  position: relative !important;
}
.cid-vhhbpNQ8Km .navbar-dropdown {
  position: absolute !important;
}
.cid-vhhbpNQ8Km .container-fluid {
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-vhhbpNQ8Km .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-vhhbpNQ8Km .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-vhhbpNQ8Km .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vhhbpNQ8Km .dropdown-item {
  border: none !important;
  background: #222f30 !important;
  color: #f7f7f5 !important;
  font-weight: 300;
}
.cid-vhhbpNQ8Km .dropdown-item:hover,
.cid-vhhbpNQ8Km .dropdown-item:focus {
  background: #222f30 !important;
  color: #f7f7f5 !important;
}
.cid-vhhbpNQ8Km .dropdown-item:hover span {
  color: white;
}
.cid-vhhbpNQ8Km .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vhhbpNQ8Km .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vhhbpNQ8Km .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vhhbpNQ8Km .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhhbpNQ8Km .nav-link {
  position: relative;
}
.cid-vhhbpNQ8Km .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vhhbpNQ8Km .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vhhbpNQ8Km .container {
    max-width: 1100px;
  }
}
.cid-vhhbpNQ8Km .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhhbpNQ8Km .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vhhbpNQ8Km .dropdown-menu,
.cid-vhhbpNQ8Km .navbar.opened {
  background: #f7f7f5 !important;
  background: rgba(247, 247, 245, 0) !important;
}
.cid-vhhbpNQ8Km .nav-item:focus,
.cid-vhhbpNQ8Km .nav-link:focus {
  outline: none;
}
.cid-vhhbpNQ8Km .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhhbpNQ8Km .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vhhbpNQ8Km .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhhbpNQ8Km .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhhbpNQ8Km .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhhbpNQ8Km .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vhhbpNQ8Km .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 247, 245, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vhhbpNQ8Km .navbar.opened {
  transition: all 0.3s;
}
.cid-vhhbpNQ8Km .navbar .dropdown-item {
  padding: 10px 2rem 10px 17px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vhhbpNQ8Km .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vhhbpNQ8Km .navbar .navbar-logo img {
  width: auto;
}
.cid-vhhbpNQ8Km .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhhbpNQ8Km .navbar.collapsed {
  justify-content: center;
}
.cid-vhhbpNQ8Km .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhhbpNQ8Km .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhhbpNQ8Km .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vhhbpNQ8Km .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vhhbpNQ8Km .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vhhbpNQ8Km .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%;
  position: static;
}
.cid-vhhbpNQ8Km .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhhbpNQ8Km .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhhbpNQ8Km .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vhhbpNQ8Km .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhhbpNQ8Km .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhhbpNQ8Km .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vhhbpNQ8Km .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhhbpNQ8Km .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vhhbpNQ8Km .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%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vhhbpNQ8Km .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhhbpNQ8Km .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vhhbpNQ8Km .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vhhbpNQ8Km .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vhhbpNQ8Km .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhhbpNQ8Km .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhhbpNQ8Km .navbar.navbar-short {
  min-height: 110px;
}
.cid-vhhbpNQ8Km .navbar.navbar-short .navbar-brand {
  min-height: 110px;
}
.cid-vhhbpNQ8Km .navbar-brand {
  min-height: 110px;
  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-vhhbpNQ8Km .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vhhbpNQ8Km .navbar-brand .navbar-caption:hover,
.cid-vhhbpNQ8Km .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vhhbpNQ8Km .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhhbpNQ8Km .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vhhbpNQ8Km .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vhhbpNQ8Km .dropdown-item.active,
.cid-vhhbpNQ8Km .dropdown-item:active {
  background-color: transparent;
}
.cid-vhhbpNQ8Km .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhhbpNQ8Km .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhhbpNQ8Km .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhhbpNQ8Km .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f5;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vhhbpNQ8Km .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vhhbpNQ8Km .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vhhbpNQ8Km .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhhbpNQ8Km ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
}
@media (min-width: 991px) {
  .cid-vhhbpNQ8Km ul.navbar-nav {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .cid-vhhbpNQ8Km ul.navbar-nav {
    padding: 10px;
  }
  .cid-vhhbpNQ8Km ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vhhbpNQ8Km .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vhhbpNQ8Km .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vhhbpNQ8Km .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vhhbpNQ8Km .navbar-buttons {
    text-align: left;
  }
}
.cid-vhhbpNQ8Km .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin: 0;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .cid-vhhbpNQ8Km .navbar-buttons .btn {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .cid-vhhbpNQ8Km .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vhhbpNQ8Km button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 110px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vhhbpNQ8Km button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhhbpNQ8Km button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vhhbpNQ8Km button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vhhbpNQ8Km button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vhhbpNQ8Km button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vhhbpNQ8Km nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhhbpNQ8Km nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhhbpNQ8Km nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhhbpNQ8Km nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhhbpNQ8Km .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhhbpNQ8Km a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhhbpNQ8Km .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhhbpNQ8Km .navbar {
    height: 70px;
  }
  .cid-vhhbpNQ8Km .navbar.opened {
    height: auto;
  }
  .cid-vhhbpNQ8Km .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhhbpNQ8Km .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vhhbpNQ8Km .nav-item .nav-link {
  padding: 10px 17px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vhhbpNQ8Km .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vhhbpNQ8Km .nav-item .nav-link:hover {
  background-color: #f7f7f5;
  color: #222f30;
}
.cid-vhhbpNQ8Km .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vhhbpNQ8Km .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vhhbpNQ8Km .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vhhbpNQ8Km .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vhhbpNQ8Km .navbar {
    justify-content: flex-start !important;
  }
  .cid-vhhbpNQ8Km .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vhhbpNQ8Km .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vhhbpNQ8Km .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vhhbpNQ8Km .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vhhbpNQ8Km .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vhhbpNQ8Km .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vhhbpNQ8Km .content-wrap {
  min-height: 110px;
}
.cid-vhhbpNQ8Km .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vhhbpNQ8Km .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vhhbpNQ8Km .menu-content {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(14px);
  position: relative;
  padding: 4px 12px;
}
@media (max-width: 992px) {
  .cid-vhhbpNQ8Km .menu-content {
    width: 100%;
    flex-direction: column;
    padding: 10px 12px;
  }
}
.cid-vhhbpNQ8Km .menu-content .blur-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .8;
  pointer-events: none;
}
.cid-vhhbpQ4Ddq {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/advanced-dermal-fillers-georgia-wellness-solutions-griffin-ga-544x237.webp");
}
.cid-vhhbpQ4Ddq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhhbpQ4Ddq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhhbpQ4Ddq .title-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-vhhbpQ4Ddq .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhhbpQ4Ddq .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-vhhbpQ4Ddq .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vhhbpQ4Ddq .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vhhbpQ4Ddq .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-vhhbpQ4Ddq .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vhhbpQ4Ddq .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vhhbpQ4Ddq .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhhbpQ4Ddq .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhhbpQ4Ddq .mbr-text {
  margin-bottom: 0;
  color: #4f595a;
}
.cid-vhhbpQ4Ddq .mbr-section-btn {
  margin-top: -9.6px;
}
@media (max-width: 992px) {
  .cid-vhhbpQ4Ddq .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhhbpQ4Ddq .mbr-section-title {
  color: #222f30;
}
.cid-vhhbpQ4Ddq .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhhbpQ4Ddq .mbr-section-subtitle,
.cid-vhhbpQ4Ddq .subtitle-wrap {
  color: #ffffff;
}
.cid-vhhbpQ4Ddq .mbr-text,
.cid-vhhbpQ4Ddq .text-wrap {
  color: #ffffff;
}
.cid-vhhbpRdSdV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhhbpRdSdV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhhbpRdSdV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhhbpRdSdV .content-wrap {
  margin: 0 -10px;
}
.cid-vhhbpRdSdV .content-wrap .card {
  padding: 0 10px;
}
.cid-vhhbpRdSdV .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhhbpRdSdV .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhhbpRdSdV .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhhbpRdSdV .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhhbpRdSdV .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhhbpRdSdV .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhhbpRdSdV .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhhbpRdSdV .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhhbpRdSdV .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhhbpRdSdV .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhhbpRdSdV .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhhbpRdSdV .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhhbpRdSdV .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhhbpRdSdV .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhhbpRdSdV .mbr-label {
  color: #222f30;
}
.cid-vhhbpRdSdV .mbr-section-title {
  color: #222f30;
}
.cid-vhhbpRdSdV .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhhbpRdSdV .mbr-text {
  color: #4f595a;
}
.cid-vhhbpRdSdV .mbr-text,
.cid-vhhbpRdSdV .text-wrapper {
  text-align: justify;
}
.cid-vhhbpSsJXO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhhbpSsJXO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhhbpSsJXO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhhbpSsJXO .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhhbpSsJXO .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhhbpSsJXO .label-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vhhbpSsJXO .label-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vhhbpSsJXO .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhhbpSsJXO .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhhbpSsJXO .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhhbpSsJXO .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vhhbpSsJXO .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vhhbpSsJXO .image-wrapper img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhhbpSsJXO .image-wrapper img {
    height: 300px;
  }
}
.cid-vhhbpSsJXO .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vhhbpSsJXO .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vhhbpSsJXO .title-wrapper .text-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-vhhbpSsJXO .title-wrapper .text-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vhhbpSsJXO .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhhbpSsJXO .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhhbpSsJXO .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vhhbpSsJXO .title-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vhhbpSsJXO .mbr-label {
  color: #222f30;
}
.cid-vhhbpSsJXO .mbr-section-title {
  color: #222f30;
}
.cid-vhhbpSsJXO .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhhbpSsJXO .mbr-text {
  color: #4f595a;
}
.cid-vhhbpTmWTg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhhbpTmWTg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhhbpTmWTg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhhbpTmWTg .content-wrap {
  margin: 0 -10px;
}
.cid-vhhbpTmWTg .content-wrap .card {
  padding: 0 10px;
}
.cid-vhhbpTmWTg .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhhbpTmWTg .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhhbpTmWTg .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhhbpTmWTg .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhhbpTmWTg .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhhbpTmWTg .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhhbpTmWTg .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhhbpTmWTg .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhhbpTmWTg .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhhbpTmWTg .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhhbpTmWTg .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhhbpTmWTg .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhhbpTmWTg .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhhbpTmWTg .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhhbpTmWTg .mbr-label {
  color: #222f30;
}
.cid-vhhbpTmWTg .mbr-section-title {
  color: #222f30;
}
.cid-vhhbpTmWTg .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhhbpTmWTg .mbr-text {
  color: #4f595a;
}
.cid-vhhbpTmWTg .mbr-text,
.cid-vhhbpTmWTg .text-wrapper {
  text-align: justify;
}
.cid-vhheEK9kKz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhheEK9kKz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhheEK9kKz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhheEK9kKz .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhheEK9kKz .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhheEK9kKz .label-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vhheEK9kKz .label-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vhheEK9kKz .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhheEK9kKz .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhheEK9kKz .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhheEK9kKz .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vhheEK9kKz .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vhheEK9kKz .image-wrapper img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhheEK9kKz .image-wrapper img {
    height: 300px;
  }
}
.cid-vhheEK9kKz .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vhheEK9kKz .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vhheEK9kKz .title-wrapper .text-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-vhheEK9kKz .title-wrapper .text-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vhheEK9kKz .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhheEK9kKz .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhheEK9kKz .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vhheEK9kKz .title-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vhheEK9kKz .mbr-label {
  color: #222f30;
}
.cid-vhheEK9kKz .mbr-section-title {
  color: #222f30;
}
.cid-vhheEK9kKz .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhheEK9kKz .mbr-text {
  color: #4f595a;
}
.cid-vhhbpUjgoJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhhbpUjgoJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhhbpUjgoJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhhbpUjgoJ .content-wrap {
  margin: 0 -10px;
}
.cid-vhhbpUjgoJ .content-wrap .card {
  padding: 0 10px;
}
.cid-vhhbpUjgoJ .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhhbpUjgoJ .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhhbpUjgoJ .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhhbpUjgoJ .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhhbpUjgoJ .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhhbpUjgoJ .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhhbpUjgoJ .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhhbpUjgoJ .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhhbpUjgoJ .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhhbpUjgoJ .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhhbpUjgoJ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhhbpUjgoJ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhhbpUjgoJ .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhhbpUjgoJ .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhhbpUjgoJ .mbr-label {
  color: #222f30;
}
.cid-vhhbpUjgoJ .mbr-section-title {
  color: #222f30;
}
.cid-vhhbpUjgoJ .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhhbpUjgoJ .mbr-text {
  color: #4f595a;
}
.cid-vhhbpUjgoJ .mbr-text,
.cid-vhhbpUjgoJ .text-wrapper {
  text-align: justify;
}
.cid-vhhbpVkHbH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhhbpVkHbH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhhbpVkHbH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhhbpVkHbH .content-wrap {
  margin: 0 -10px;
}
.cid-vhhbpVkHbH .content-wrap .card {
  padding: 0 10px;
}
.cid-vhhbpVkHbH .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhhbpVkHbH .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhhbpVkHbH .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhhbpVkHbH .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhhbpVkHbH .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhhbpVkHbH .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhhbpVkHbH .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhhbpVkHbH .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhhbpVkHbH .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhhbpVkHbH .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhhbpVkHbH .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhhbpVkHbH .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhhbpVkHbH .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhhbpVkHbH .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhhbpVkHbH .mbr-label {
  color: #222f30;
}
.cid-vhhbpVkHbH .mbr-section-title {
  color: #222f30;
}
.cid-vhhbpVkHbH .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhhbpVkHbH .mbr-text {
  color: #4f595a;
}
.cid-vhhbpVkHbH .mbr-text,
.cid-vhhbpVkHbH .text-wrapper {
  text-align: justify;
}
.cid-vhhbpWtJcW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhhbpWtJcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhhbpWtJcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhhbpWtJcW .content-wrap {
  margin: 0 -10px;
}
.cid-vhhbpWtJcW .content-wrap .card {
  padding: 0 10px;
}
.cid-vhhbpWtJcW .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhhbpWtJcW .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhhbpWtJcW .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhhbpWtJcW .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhhbpWtJcW .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhhbpWtJcW .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhhbpWtJcW .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhhbpWtJcW .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhhbpWtJcW .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhhbpWtJcW .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhhbpWtJcW .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhhbpWtJcW .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhhbpWtJcW .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhhbpWtJcW .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhhbpWtJcW .mbr-label {
  color: #222f30;
}
.cid-vhhbpWtJcW .mbr-section-title {
  color: #222f30;
}
.cid-vhhbpWtJcW .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhhbpWtJcW .mbr-text {
  color: #4f595a;
}
.cid-vhhbpWtJcW .mbr-text,
.cid-vhhbpWtJcW .text-wrapper {
  text-align: justify;
}
.cid-vhhbpXThmP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhhbpXThmP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhhbpXThmP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhhbpXThmP .content-wrap {
  margin: 0 -10px;
}
.cid-vhhbpXThmP .content-wrap .card {
  padding: 0 10px;
}
.cid-vhhbpXThmP .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhhbpXThmP .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhhbpXThmP .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhhbpXThmP .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhhbpXThmP .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhhbpXThmP .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhhbpXThmP .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhhbpXThmP .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhhbpXThmP .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhhbpXThmP .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhhbpXThmP .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhhbpXThmP .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhhbpXThmP .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhhbpXThmP .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhhbpXThmP .mbr-label {
  color: #222f30;
}
.cid-vhhbpXThmP .mbr-section-title {
  color: #222f30;
}
.cid-vhhbpXThmP .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhhbpXThmP .mbr-text {
  color: #4f595a;
}
.cid-vhhbpXThmP .mbr-text,
.cid-vhhbpXThmP .text-wrapper {
  text-align: justify;
}
.cid-vhhg7CR0aw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhhg7CR0aw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhhg7CR0aw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhhg7CR0aw .content-wrap {
  margin: 0 -10px;
}
.cid-vhhg7CR0aw .content-wrap .card {
  padding: 0 10px;
}
.cid-vhhg7CR0aw .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhhg7CR0aw .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhhg7CR0aw .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhhg7CR0aw .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhhg7CR0aw .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhhg7CR0aw .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhhg7CR0aw .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhhg7CR0aw .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhhg7CR0aw .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhhg7CR0aw .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhhg7CR0aw .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhhg7CR0aw .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhhg7CR0aw .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhhg7CR0aw .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhhg7CR0aw .mbr-label {
  color: #222f30;
}
.cid-vhhg7CR0aw .mbr-section-title {
  color: #222f30;
}
.cid-vhhg7CR0aw .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhhg7CR0aw .mbr-text {
  color: #4f595a;
}
.cid-vhhg7CR0aw .mbr-text,
.cid-vhhg7CR0aw .text-wrapper {
  text-align: justify;
}
.cid-vhhgbAepyn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhhgbAepyn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhhgbAepyn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhhgbAepyn .content-wrap {
  margin: 0 -10px;
}
.cid-vhhgbAepyn .content-wrap .card {
  padding: 0 10px;
}
.cid-vhhgbAepyn .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhhgbAepyn .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhhgbAepyn .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhhgbAepyn .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhhgbAepyn .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhhgbAepyn .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhhgbAepyn .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhhgbAepyn .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhhgbAepyn .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhhgbAepyn .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhhgbAepyn .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhhgbAepyn .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhhgbAepyn .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhhgbAepyn .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhhgbAepyn .mbr-label {
  color: #222f30;
}
.cid-vhhgbAepyn .mbr-section-title {
  color: #222f30;
}
.cid-vhhgbAepyn .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhhgbAepyn .mbr-text {
  color: #4f595a;
}
.cid-vhhgbAepyn .mbr-text,
.cid-vhhgbAepyn .text-wrapper {
  text-align: justify;
}
.cid-vhhgu6loHF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhhgu6loHF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhhgu6loHF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhhgu6loHF .content-wrap {
  margin: 0 -10px;
}
.cid-vhhgu6loHF .content-wrap .card {
  padding: 0 10px;
}
.cid-vhhgu6loHF .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhhgu6loHF .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhhgu6loHF .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhhgu6loHF .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhhgu6loHF .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhhgu6loHF .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhhgu6loHF .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhhgu6loHF .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhhgu6loHF .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhhgu6loHF .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhhgu6loHF .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhhgu6loHF .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhhgu6loHF .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhhgu6loHF .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhhgu6loHF .mbr-label {
  color: #222f30;
}
.cid-vhhgu6loHF .mbr-section-title {
  color: #222f30;
}
.cid-vhhgu6loHF .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhhgu6loHF .mbr-text {
  color: #4f595a;
}
.cid-vhhgu6loHF .mbr-text,
.cid-vhhgu6loHF .text-wrapper {
  text-align: justify;
}
#custom-html-5h {
  /* Type valid CSS here */
}
#custom-html-5h div {
  padding: 80px 0;
  color: #FF8C00;
  text-align: left;
}
#custom-html-5h p {
  font-size: 15px;
  color: #FF8C00;
}
.cid-vhhbq0yeU1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background4.webp");
}
.cid-vhhbq0yeU1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhhbq0yeU1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhhbq0yeU1 .title-wrapper {
  margin-bottom: 320px;
}
@media (max-width: 992px) {
  .cid-vhhbq0yeU1 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhhbq0yeU1 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vhhbq0yeU1 .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 0;
  margin-bottom: 320px;
}
@media (max-width: 992px) {
  .cid-vhhbq0yeU1 .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhhbq0yeU1 .nav-wrapper .nav-wrap {
  position: relative;
  width: 33%;
  padding-left: 20px;
}
@media (max-width: 1440px) {
  .cid-vhhbq0yeU1 .nav-wrapper .nav-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vhhbq0yeU1 .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-vhhbq0yeU1 .nav-wrapper .nav-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease;
  opacity: .2;
}
.cid-vhhbq0yeU1 .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vhhbq0yeU1 .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-vhhbq0yeU1 .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vhhbq0yeU1 .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-vhhbq0yeU1 .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.cid-vhhbq0yeU1 .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-vhhbq0yeU1 .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vhhbq0yeU1 .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhhbq0yeU1 .mbr-label {
  margin-bottom: 24px;
  color: #ffffff;
}
.cid-vhhbq0yeU1 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vhhbq0yeU1 .mbr-section-title {
  color: #ffffff;
}
.cid-vhhbq0yeU1 .mbr-list-title {
  color: #ffffff;
}
.cid-vhhbq0yeU1 .list {
  color: #ffffff;
}
.cid-vhU1E96GSz .navbar-dropdown {
  position: relative !important;
}
.cid-vhU1E96GSz .navbar-dropdown {
  position: absolute !important;
}
.cid-vhU1E96GSz .container-fluid {
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-vhU1E96GSz .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-vhU1E96GSz .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-vhU1E96GSz .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vhU1E96GSz .dropdown-item {
  border: none !important;
  background: #222f30 !important;
  color: #f7f7f5 !important;
  font-weight: 300;
}
.cid-vhU1E96GSz .dropdown-item:hover,
.cid-vhU1E96GSz .dropdown-item:focus {
  background: #222f30 !important;
  color: #f7f7f5 !important;
}
.cid-vhU1E96GSz .dropdown-item:hover span {
  color: white;
}
.cid-vhU1E96GSz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vhU1E96GSz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vhU1E96GSz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vhU1E96GSz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhU1E96GSz .nav-link {
  position: relative;
}
.cid-vhU1E96GSz .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vhU1E96GSz .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vhU1E96GSz .container {
    max-width: 1100px;
  }
}
.cid-vhU1E96GSz .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhU1E96GSz .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vhU1E96GSz .dropdown-menu,
.cid-vhU1E96GSz .navbar.opened {
  background: #f7f7f5 !important;
  background: rgba(247, 247, 245, 0) !important;
}
.cid-vhU1E96GSz .nav-item:focus,
.cid-vhU1E96GSz .nav-link:focus {
  outline: none;
}
.cid-vhU1E96GSz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhU1E96GSz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vhU1E96GSz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhU1E96GSz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhU1E96GSz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhU1E96GSz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vhU1E96GSz .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 247, 245, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vhU1E96GSz .navbar.opened {
  transition: all 0.3s;
}
.cid-vhU1E96GSz .navbar .dropdown-item {
  padding: 10px 2rem 10px 17px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vhU1E96GSz .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vhU1E96GSz .navbar .navbar-logo img {
  width: auto;
}
.cid-vhU1E96GSz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhU1E96GSz .navbar.collapsed {
  justify-content: center;
}
.cid-vhU1E96GSz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhU1E96GSz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhU1E96GSz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vhU1E96GSz .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vhU1E96GSz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vhU1E96GSz .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%;
  position: static;
}
.cid-vhU1E96GSz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhU1E96GSz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhU1E96GSz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vhU1E96GSz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhU1E96GSz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhU1E96GSz .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vhU1E96GSz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhU1E96GSz .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vhU1E96GSz .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%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vhU1E96GSz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhU1E96GSz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vhU1E96GSz .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vhU1E96GSz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vhU1E96GSz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhU1E96GSz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhU1E96GSz .navbar.navbar-short {
  min-height: 110px;
}
.cid-vhU1E96GSz .navbar.navbar-short .navbar-brand {
  min-height: 110px;
}
.cid-vhU1E96GSz .navbar-brand {
  min-height: 110px;
  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-vhU1E96GSz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vhU1E96GSz .navbar-brand .navbar-caption:hover,
.cid-vhU1E96GSz .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vhU1E96GSz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhU1E96GSz .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vhU1E96GSz .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vhU1E96GSz .dropdown-item.active,
.cid-vhU1E96GSz .dropdown-item:active {
  background-color: transparent;
}
.cid-vhU1E96GSz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhU1E96GSz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhU1E96GSz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhU1E96GSz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f5;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vhU1E96GSz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vhU1E96GSz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vhU1E96GSz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhU1E96GSz ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
}
@media (min-width: 991px) {
  .cid-vhU1E96GSz ul.navbar-nav {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .cid-vhU1E96GSz ul.navbar-nav {
    padding: 10px;
  }
  .cid-vhU1E96GSz ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vhU1E96GSz .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vhU1E96GSz .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vhU1E96GSz .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vhU1E96GSz .navbar-buttons {
    text-align: left;
  }
}
.cid-vhU1E96GSz .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin: 0;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .cid-vhU1E96GSz .navbar-buttons .btn {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .cid-vhU1E96GSz .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vhU1E96GSz button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 110px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vhU1E96GSz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhU1E96GSz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vhU1E96GSz button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vhU1E96GSz button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vhU1E96GSz button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vhU1E96GSz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhU1E96GSz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhU1E96GSz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhU1E96GSz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhU1E96GSz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhU1E96GSz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhU1E96GSz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhU1E96GSz .navbar {
    height: 70px;
  }
  .cid-vhU1E96GSz .navbar.opened {
    height: auto;
  }
  .cid-vhU1E96GSz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhU1E96GSz .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vhU1E96GSz .nav-item .nav-link {
  padding: 10px 17px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vhU1E96GSz .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vhU1E96GSz .nav-item .nav-link:hover {
  background-color: #f7f7f5;
  color: #222f30;
}
.cid-vhU1E96GSz .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vhU1E96GSz .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vhU1E96GSz .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vhU1E96GSz .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vhU1E96GSz .navbar {
    justify-content: flex-start !important;
  }
  .cid-vhU1E96GSz .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vhU1E96GSz .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vhU1E96GSz .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vhU1E96GSz .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vhU1E96GSz .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vhU1E96GSz .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vhU1E96GSz .content-wrap {
  min-height: 110px;
}
.cid-vhU1E96GSz .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vhU1E96GSz .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vhU1E96GSz .menu-content {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(14px);
  position: relative;
  padding: 4px 12px;
}
@media (max-width: 992px) {
  .cid-vhU1E96GSz .menu-content {
    width: 100%;
    flex-direction: column;
    padding: 10px 12px;
  }
}
.cid-vhU1E96GSz .menu-content .blur-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .8;
  pointer-events: none;
}
.cid-vhU1E9y0JX {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dr-vu-georgia-wellness-center-griffin-ga-750x450.webp");
}
.cid-vhU1E9y0JX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhU1E9y0JX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhU1E9y0JX .title-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-vhU1E9y0JX .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhU1E9y0JX .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-vhU1E9y0JX .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vhU1E9y0JX .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vhU1E9y0JX .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-vhU1E9y0JX .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vhU1E9y0JX .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vhU1E9y0JX .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhU1E9y0JX .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhU1E9y0JX .mbr-text {
  margin-bottom: 0;
  color: #4f595a;
}
.cid-vhU1E9y0JX .mbr-section-btn {
  margin-top: -9.6px;
}
@media (max-width: 992px) {
  .cid-vhU1E9y0JX .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhU1E9y0JX .mbr-section-title {
  color: #222f30;
}
.cid-vhU1E9y0JX .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhU1E9y0JX .mbr-section-subtitle,
.cid-vhU1E9y0JX .subtitle-wrap {
  color: #ffffff;
}
.cid-vhU26XaSxk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhU26XaSxk .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/background2.webp");
}
.cid-vhU26XaSxk .image-wrap {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vhU26XaSxk .image-wrap {
    height: 300px;
  }
}
.cid-vhU1E9TzeJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhU1E9TzeJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhU1E9TzeJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhU1E9TzeJ .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhU1E9TzeJ .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhU1E9TzeJ .label-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vhU1E9TzeJ .label-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vhU1E9TzeJ .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhU1E9TzeJ .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhU1E9TzeJ .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhU1E9TzeJ .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vhU1E9TzeJ .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vhU1E9TzeJ .image-wrapper img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhU1E9TzeJ .image-wrapper img {
    height: 300px;
  }
}
.cid-vhU1E9TzeJ .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vhU1E9TzeJ .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vhU1E9TzeJ .title-wrapper .text-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-vhU1E9TzeJ .title-wrapper .text-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vhU1E9TzeJ .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhU1E9TzeJ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhU1E9TzeJ .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vhU1E9TzeJ .title-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vhU1E9TzeJ .mbr-label {
  color: #222f30;
}
.cid-vhU1E9TzeJ .mbr-section-title {
  color: #222f30;
}
.cid-vhU1E9TzeJ .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhU1E9TzeJ .mbr-text {
  color: #4f595a;
}
.cid-vhU1Eag1xf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhU1Eag1xf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhU1Eag1xf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhU1Eag1xf .content-wrap {
  margin: 0 -10px;
}
.cid-vhU1Eag1xf .content-wrap .card {
  padding: 0 10px;
}
.cid-vhU1Eag1xf .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhU1Eag1xf .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhU1Eag1xf .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhU1Eag1xf .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhU1Eag1xf .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhU1Eag1xf .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhU1Eag1xf .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhU1Eag1xf .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhU1Eag1xf .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhU1Eag1xf .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhU1Eag1xf .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhU1Eag1xf .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhU1Eag1xf .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhU1Eag1xf .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhU1Eag1xf .mbr-label {
  color: #222f30;
}
.cid-vhU1Eag1xf .mbr-section-title {
  color: #222f30;
}
.cid-vhU1Eag1xf .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhU1Eag1xf .mbr-text {
  color: #4f595a;
}
.cid-vhU1Eag1xf .mbr-text,
.cid-vhU1Eag1xf .text-wrapper {
  text-align: justify;
}
.cid-vhU6xQzoBT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhU6xQzoBT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhU6xQzoBT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhU6xQzoBT .content-wrap {
  margin: 0 -10px;
}
.cid-vhU6xQzoBT .content-wrap .card {
  padding: 0 10px;
}
.cid-vhU6xQzoBT .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhU6xQzoBT .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhU6xQzoBT .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhU6xQzoBT .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhU6xQzoBT .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhU6xQzoBT .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhU6xQzoBT .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhU6xQzoBT .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhU6xQzoBT .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhU6xQzoBT .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhU6xQzoBT .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhU6xQzoBT .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhU6xQzoBT .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhU6xQzoBT .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhU6xQzoBT .mbr-label {
  color: #222f30;
}
.cid-vhU6xQzoBT .mbr-section-title {
  color: #222f30;
}
.cid-vhU6xQzoBT .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhU6xQzoBT .mbr-text {
  color: #4f595a;
}
.cid-vhU6xQzoBT .mbr-text,
.cid-vhU6xQzoBT .text-wrapper {
  text-align: justify;
}
.cid-vhU7h5TQbP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhU7h5TQbP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhU7h5TQbP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhU7h5TQbP .content-wrap {
  margin: 0 -10px;
}
.cid-vhU7h5TQbP .content-wrap .card {
  padding: 0 10px;
}
.cid-vhU7h5TQbP .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhU7h5TQbP .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhU7h5TQbP .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhU7h5TQbP .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhU7h5TQbP .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhU7h5TQbP .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhU7h5TQbP .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhU7h5TQbP .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhU7h5TQbP .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhU7h5TQbP .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhU7h5TQbP .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhU7h5TQbP .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhU7h5TQbP .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhU7h5TQbP .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhU7h5TQbP .mbr-label {
  color: #222f30;
}
.cid-vhU7h5TQbP .mbr-section-title {
  color: #222f30;
}
.cid-vhU7h5TQbP .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhU7h5TQbP .mbr-text {
  color: #4f595a;
}
.cid-vhU7h5TQbP .mbr-text,
.cid-vhU7h5TQbP .text-wrapper {
  text-align: justify;
}
.cid-vhU7JNmyoI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhU7JNmyoI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhU7JNmyoI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhU7JNmyoI .content-wrap {
  margin: 0 -10px;
}
.cid-vhU7JNmyoI .content-wrap .card {
  padding: 0 10px;
}
.cid-vhU7JNmyoI .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhU7JNmyoI .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhU7JNmyoI .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhU7JNmyoI .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhU7JNmyoI .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhU7JNmyoI .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhU7JNmyoI .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhU7JNmyoI .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhU7JNmyoI .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhU7JNmyoI .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhU7JNmyoI .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhU7JNmyoI .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhU7JNmyoI .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhU7JNmyoI .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhU7JNmyoI .mbr-label {
  color: #222f30;
}
.cid-vhU7JNmyoI .mbr-section-title {
  color: #222f30;
}
.cid-vhU7JNmyoI .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhU7JNmyoI .mbr-text {
  color: #4f595a;
}
.cid-vhU7JNmyoI .mbr-text,
.cid-vhU7JNmyoI .text-wrapper {
  text-align: justify;
}
.cid-vhU7WBFTSR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhU7WBFTSR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhU7WBFTSR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhU7WBFTSR .content-wrap {
  margin: 0 -10px;
}
.cid-vhU7WBFTSR .content-wrap .card {
  padding: 0 10px;
}
.cid-vhU7WBFTSR .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhU7WBFTSR .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhU7WBFTSR .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhU7WBFTSR .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhU7WBFTSR .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhU7WBFTSR .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhU7WBFTSR .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhU7WBFTSR .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhU7WBFTSR .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhU7WBFTSR .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhU7WBFTSR .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhU7WBFTSR .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhU7WBFTSR .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhU7WBFTSR .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhU7WBFTSR .mbr-label {
  color: #222f30;
}
.cid-vhU7WBFTSR .mbr-section-title {
  color: #222f30;
}
.cid-vhU7WBFTSR .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhU7WBFTSR .mbr-text {
  color: #4f595a;
}
.cid-vhU7WBFTSR .mbr-text,
.cid-vhU7WBFTSR .text-wrapper {
  text-align: justify;
}
.cid-vhU86a2T9A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhU86a2T9A .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhU86a2T9A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhU86a2T9A .content-wrap {
  margin: 0 -10px;
}
.cid-vhU86a2T9A .content-wrap .card {
  padding: 0 10px;
}
.cid-vhU86a2T9A .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhU86a2T9A .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhU86a2T9A .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhU86a2T9A .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhU86a2T9A .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhU86a2T9A .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhU86a2T9A .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhU86a2T9A .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhU86a2T9A .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhU86a2T9A .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhU86a2T9A .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhU86a2T9A .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhU86a2T9A .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhU86a2T9A .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhU86a2T9A .mbr-label {
  color: #222f30;
}
.cid-vhU86a2T9A .mbr-section-title {
  color: #222f30;
}
.cid-vhU86a2T9A .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhU86a2T9A .mbr-text {
  color: #4f595a;
}
.cid-vhU86a2T9A .mbr-text,
.cid-vhU86a2T9A .text-wrapper {
  text-align: justify;
}
.cid-vhU8ehRpW9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhU8ehRpW9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhU8ehRpW9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhU8ehRpW9 .content-wrap {
  margin: 0 -10px;
}
.cid-vhU8ehRpW9 .content-wrap .card {
  padding: 0 10px;
}
.cid-vhU8ehRpW9 .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhU8ehRpW9 .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhU8ehRpW9 .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhU8ehRpW9 .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhU8ehRpW9 .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhU8ehRpW9 .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhU8ehRpW9 .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhU8ehRpW9 .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhU8ehRpW9 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhU8ehRpW9 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhU8ehRpW9 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhU8ehRpW9 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhU8ehRpW9 .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhU8ehRpW9 .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhU8ehRpW9 .mbr-label {
  color: #222f30;
}
.cid-vhU8ehRpW9 .mbr-section-title {
  color: #222f30;
}
.cid-vhU8ehRpW9 .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhU8ehRpW9 .mbr-text {
  color: #4f595a;
}
.cid-vhU8ehRpW9 .mbr-text,
.cid-vhU8ehRpW9 .text-wrapper {
  text-align: justify;
}
.cid-vhU8uppz68 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhU8uppz68 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhU8uppz68 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhU8uppz68 .content-wrap {
  margin: 0 -10px;
}
.cid-vhU8uppz68 .content-wrap .card {
  padding: 0 10px;
}
.cid-vhU8uppz68 .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhU8uppz68 .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhU8uppz68 .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhU8uppz68 .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhU8uppz68 .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhU8uppz68 .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhU8uppz68 .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhU8uppz68 .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhU8uppz68 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhU8uppz68 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhU8uppz68 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhU8uppz68 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhU8uppz68 .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhU8uppz68 .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhU8uppz68 .mbr-label {
  color: #222f30;
}
.cid-vhU8uppz68 .mbr-section-title {
  color: #222f30;
}
.cid-vhU8uppz68 .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhU8uppz68 .mbr-text {
  color: #4f595a;
}
.cid-vhU8uppz68 .mbr-text,
.cid-vhU8uppz68 .text-wrapper {
  text-align: justify;
}
.cid-vhU8DaTw0e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhU8DaTw0e .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhU8DaTw0e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhU8DaTw0e .content-wrap {
  margin: 0 -10px;
}
.cid-vhU8DaTw0e .content-wrap .card {
  padding: 0 10px;
}
.cid-vhU8DaTw0e .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhU8DaTw0e .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhU8DaTw0e .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhU8DaTw0e .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhU8DaTw0e .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhU8DaTw0e .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhU8DaTw0e .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhU8DaTw0e .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhU8DaTw0e .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhU8DaTw0e .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhU8DaTw0e .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhU8DaTw0e .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhU8DaTw0e .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhU8DaTw0e .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhU8DaTw0e .mbr-label {
  color: #222f30;
}
.cid-vhU8DaTw0e .mbr-section-title {
  color: #222f30;
}
.cid-vhU8DaTw0e .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhU8DaTw0e .mbr-text {
  color: #4f595a;
}
.cid-vhU8DaTw0e .mbr-text,
.cid-vhU8DaTw0e .text-wrapper {
  text-align: justify;
}
.cid-vhU8HbCktb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhU8HbCktb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhU8HbCktb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhU8HbCktb .content-wrap {
  margin: 0 -10px;
}
.cid-vhU8HbCktb .content-wrap .card {
  padding: 0 10px;
}
.cid-vhU8HbCktb .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhU8HbCktb .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhU8HbCktb .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhU8HbCktb .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhU8HbCktb .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhU8HbCktb .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhU8HbCktb .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhU8HbCktb .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhU8HbCktb .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhU8HbCktb .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhU8HbCktb .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhU8HbCktb .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhU8HbCktb .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhU8HbCktb .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhU8HbCktb .mbr-label {
  color: #222f30;
}
.cid-vhU8HbCktb .mbr-section-title {
  color: #222f30;
}
.cid-vhU8HbCktb .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhU8HbCktb .mbr-text {
  color: #4f595a;
}
.cid-vhU8HbCktb .mbr-text,
.cid-vhU8HbCktb .text-wrapper {
  text-align: justify;
}
.cid-vhU8MIrth1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhU8MIrth1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhU8MIrth1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhU8MIrth1 .content-wrap {
  margin: 0 -10px;
}
.cid-vhU8MIrth1 .content-wrap .card {
  padding: 0 10px;
}
.cid-vhU8MIrth1 .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhU8MIrth1 .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhU8MIrth1 .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhU8MIrth1 .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhU8MIrth1 .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhU8MIrth1 .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhU8MIrth1 .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhU8MIrth1 .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhU8MIrth1 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhU8MIrth1 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhU8MIrth1 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhU8MIrth1 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhU8MIrth1 .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhU8MIrth1 .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhU8MIrth1 .mbr-label {
  color: #222f30;
}
.cid-vhU8MIrth1 .mbr-section-title {
  color: #222f30;
}
.cid-vhU8MIrth1 .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhU8MIrth1 .mbr-text {
  color: #4f595a;
}
.cid-vhU8MIrth1 .mbr-text,
.cid-vhU8MIrth1 .text-wrapper {
  text-align: justify;
}
.cid-vhU8SgAM79 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhU8SgAM79 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhU8SgAM79 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhU8SgAM79 .content-wrap {
  margin: 0 -10px;
}
.cid-vhU8SgAM79 .content-wrap .card {
  padding: 0 10px;
}
.cid-vhU8SgAM79 .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhU8SgAM79 .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhU8SgAM79 .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhU8SgAM79 .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhU8SgAM79 .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhU8SgAM79 .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhU8SgAM79 .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhU8SgAM79 .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhU8SgAM79 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhU8SgAM79 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhU8SgAM79 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhU8SgAM79 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhU8SgAM79 .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhU8SgAM79 .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhU8SgAM79 .mbr-label {
  color: #222f30;
}
.cid-vhU8SgAM79 .mbr-section-title {
  color: #222f30;
}
.cid-vhU8SgAM79 .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhU8SgAM79 .mbr-text {
  color: #4f595a;
}
.cid-vhU8SgAM79 .mbr-text,
.cid-vhU8SgAM79 .text-wrapper {
  text-align: justify;
}
.cid-vhU8XXJX4m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhU8XXJX4m .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhU8XXJX4m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhU8XXJX4m .content-wrap {
  margin: 0 -10px;
}
.cid-vhU8XXJX4m .content-wrap .card {
  padding: 0 10px;
}
.cid-vhU8XXJX4m .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhU8XXJX4m .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhU8XXJX4m .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhU8XXJX4m .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhU8XXJX4m .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhU8XXJX4m .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhU8XXJX4m .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhU8XXJX4m .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhU8XXJX4m .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhU8XXJX4m .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhU8XXJX4m .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhU8XXJX4m .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhU8XXJX4m .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhU8XXJX4m .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhU8XXJX4m .mbr-label {
  color: #222f30;
}
.cid-vhU8XXJX4m .mbr-section-title {
  color: #222f30;
}
.cid-vhU8XXJX4m .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhU8XXJX4m .mbr-text {
  color: #4f595a;
}
.cid-vhU8XXJX4m .mbr-text,
.cid-vhU8XXJX4m .text-wrapper {
  text-align: justify;
}
.cid-vhU922WxvB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhU922WxvB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhU922WxvB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhU922WxvB .content-wrap {
  margin: 0 -10px;
}
.cid-vhU922WxvB .content-wrap .card {
  padding: 0 10px;
}
.cid-vhU922WxvB .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhU922WxvB .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhU922WxvB .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhU922WxvB .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhU922WxvB .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhU922WxvB .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhU922WxvB .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhU922WxvB .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhU922WxvB .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhU922WxvB .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhU922WxvB .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhU922WxvB .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhU922WxvB .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhU922WxvB .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhU922WxvB .mbr-label {
  color: #222f30;
}
.cid-vhU922WxvB .mbr-section-title {
  color: #222f30;
}
.cid-vhU922WxvB .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhU922WxvB .mbr-text {
  color: #4f595a;
}
.cid-vhU922WxvB .mbr-text,
.cid-vhU922WxvB .text-wrapper {
  text-align: justify;
}
.cid-vhU971tT8G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhU971tT8G .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhU971tT8G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhU971tT8G .content-wrap {
  margin: 0 -10px;
}
.cid-vhU971tT8G .content-wrap .card {
  padding: 0 10px;
}
.cid-vhU971tT8G .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhU971tT8G .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhU971tT8G .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhU971tT8G .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhU971tT8G .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhU971tT8G .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhU971tT8G .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhU971tT8G .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhU971tT8G .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhU971tT8G .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhU971tT8G .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhU971tT8G .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhU971tT8G .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhU971tT8G .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhU971tT8G .mbr-label {
  color: #222f30;
}
.cid-vhU971tT8G .mbr-section-title {
  color: #222f30;
}
.cid-vhU971tT8G .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhU971tT8G .mbr-text {
  color: #4f595a;
}
.cid-vhU971tT8G .mbr-text,
.cid-vhU971tT8G .text-wrapper {
  text-align: justify;
}
.cid-vhU9vXxLC0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhU9vXxLC0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhU9vXxLC0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhU9vXxLC0 .content-wrap {
  margin: 0 -10px;
}
.cid-vhU9vXxLC0 .content-wrap .card {
  padding: 0 10px;
}
.cid-vhU9vXxLC0 .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhU9vXxLC0 .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhU9vXxLC0 .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhU9vXxLC0 .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhU9vXxLC0 .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhU9vXxLC0 .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhU9vXxLC0 .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhU9vXxLC0 .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhU9vXxLC0 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhU9vXxLC0 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhU9vXxLC0 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhU9vXxLC0 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhU9vXxLC0 .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhU9vXxLC0 .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhU9vXxLC0 .mbr-label {
  color: #222f30;
}
.cid-vhU9vXxLC0 .mbr-section-title {
  color: #222f30;
}
.cid-vhU9vXxLC0 .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhU9vXxLC0 .mbr-text {
  color: #4f595a;
}
.cid-vhU9vXxLC0 .mbr-text,
.cid-vhU9vXxLC0 .text-wrapper {
  text-align: justify;
}
.cid-vhU9RAMOQh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vhU9RAMOQh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhU9RAMOQh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhU9RAMOQh .content-wrap {
  margin: 0 -10px;
}
.cid-vhU9RAMOQh .content-wrap .card {
  padding: 0 10px;
}
.cid-vhU9RAMOQh .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vhU9RAMOQh .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhU9RAMOQh .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhU9RAMOQh .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhU9RAMOQh .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhU9RAMOQh .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhU9RAMOQh .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhU9RAMOQh .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vhU9RAMOQh .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhU9RAMOQh .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhU9RAMOQh .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhU9RAMOQh .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhU9RAMOQh .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vhU9RAMOQh .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vhU9RAMOQh .mbr-label {
  color: #222f30;
}
.cid-vhU9RAMOQh .mbr-section-title {
  color: #222f30;
}
.cid-vhU9RAMOQh .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vhU9RAMOQh .mbr-text {
  color: #4f595a;
}
.cid-vhU9RAMOQh .mbr-text,
.cid-vhU9RAMOQh .text-wrapper {
  text-align: justify;
}
.cid-vhUakUxXDe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhUakUxXDe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhUakUxXDe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vhUakUxXDe .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhUakUxXDe .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #f7f7f5;
}
.cid-vhUakUxXDe .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vhUakUxXDe .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vhUakUxXDe .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vhUakUxXDe .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vhUakUxXDe .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhUakUxXDe .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vhUakUxXDe .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhUakUxXDe .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhUakUxXDe .items-wrapper {
  margin: 0 -10px;
}
.cid-vhUakUxXDe .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vhUakUxXDe .items-wrapper .item {
    margin-bottom: 24px;
  }
  .cid-vhUakUxXDe .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vhUakUxXDe .items-wrapper .item .item-wrapper {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vhUakUxXDe .items-wrapper .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-vhUakUxXDe .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhUakUxXDe .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
    margin-bottom: 24px;
  }
}
.cid-vhUakUxXDe .items-wrapper .item .item-wrapper .card-box .item-label_1,
.cid-vhUakUxXDe .items-wrapper .item .item-wrapper .card-box .item-label_2,
.cid-vhUakUxXDe .items-wrapper .item .item-wrapper .card-box .item-label_3 {
  margin-bottom: 16px;
}
.cid-vhUakUxXDe .items-wrapper .item .item-wrapper .card-box .item-title_1,
.cid-vhUakUxXDe .items-wrapper .item .item-wrapper .card-box .item-title_2,
.cid-vhUakUxXDe .items-wrapper .item .item-wrapper .card-box .item-title_3 {
  margin-bottom: 16px;
}
.cid-vhUakUxXDe .items-wrapper .item .item-wrapper .card-box .item-text_1,
.cid-vhUakUxXDe .items-wrapper .item .item-wrapper .card-box .item-text_2,
.cid-vhUakUxXDe .items-wrapper .item .item-wrapper .card-box .item-text_3 {
  margin-bottom: 0;
}
.cid-vhUakUxXDe .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vhUakUxXDe .items-wrapper .item .card_1 {
  background-color: #222f30;
}
.cid-vhUakUxXDe .items-wrapper .item .card_2 {
  background-color: #eeeeee;
}
.cid-vhUakUxXDe .items-wrapper .item .card_3 {
  background-color: #f7f7f5;
}
.cid-vhUakUxXDe .mbr-label {
  color: #222f30;
}
.cid-vhUakUxXDe .mbr-section-title {
  color: #222f30;
}
.cid-vhUakUxXDe .mbr-text {
  color: #4f595a;
}
.cid-vhUakUxXDe .item-label_1 {
  color: #ffffff;
}
.cid-vhUakUxXDe .item-label_2 {
  color: #4f595a;
}
.cid-vhUakUxXDe .item-label_3 {
  color: #4f595a;
}
.cid-vhUakUxXDe .item-title_1 {
  color: #ffffff;
}
.cid-vhUakUxXDe .item-title_2 {
  color: #222f30;
}
.cid-vhUakUxXDe .item-title_3 {
  color: #222f30;
}
.cid-vhUakUxXDe .item-text_1 {
  color: #ffffff;
}
.cid-vhUakUxXDe .item-text_2 {
  color: #4f595a;
}
.cid-vhUakUxXDe .item-text_3 {
  color: #4f595a;
}
.cid-vhUbZeNffd {
  background-color: #fffce7;
}
.cid-vhUbZeNffd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhUbZeNffd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhUbZeNffd .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vhUbZeNffd .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhUbZeNffd .content-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-vhUbZeNffd .mbr-label {
  color: #14334b;
}
.cid-vhUbZeNffd .mbr-text {
  color: #14334b;
}
.cid-vhUcnaCUcn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhUcnaCUcn .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/background2.webp");
}
.cid-vhUcnaCUcn .image-wrap {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vhUcnaCUcn .image-wrap {
    height: 300px;
  }
}
#custom-html-5t {
  /* Type valid CSS here */
}
#custom-html-5t div {
  padding: 80px 0;
  color: #FF8C00;
  text-align: left;
}
#custom-html-5t p {
  font-size: 15px;
  color: #FF8C00;
}
.cid-vhU1Eb9G9Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background4.webp");
}
.cid-vhU1Eb9G9Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhU1Eb9G9Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhU1Eb9G9Q .title-wrapper {
  margin-bottom: 320px;
}
@media (max-width: 992px) {
  .cid-vhU1Eb9G9Q .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhU1Eb9G9Q .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vhU1Eb9G9Q .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 0;
  margin-bottom: 320px;
}
@media (max-width: 992px) {
  .cid-vhU1Eb9G9Q .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhU1Eb9G9Q .nav-wrapper .nav-wrap {
  position: relative;
  width: 33%;
  padding-left: 20px;
}
@media (max-width: 1440px) {
  .cid-vhU1Eb9G9Q .nav-wrapper .nav-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vhU1Eb9G9Q .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-vhU1Eb9G9Q .nav-wrapper .nav-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease;
  opacity: .2;
}
.cid-vhU1Eb9G9Q .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vhU1Eb9G9Q .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-vhU1Eb9G9Q .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vhU1Eb9G9Q .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-vhU1Eb9G9Q .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.cid-vhU1Eb9G9Q .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-vhU1Eb9G9Q .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vhU1Eb9G9Q .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhU1Eb9G9Q .mbr-label {
  margin-bottom: 24px;
  color: #ffffff;
}
.cid-vhU1Eb9G9Q .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vhU1Eb9G9Q .mbr-section-title {
  color: #ffffff;
}
.cid-vhU1Eb9G9Q .mbr-list-title {
  color: #ffffff;
}
.cid-vhU1Eb9G9Q .list {
  color: #ffffff;
}
.cid-vi8gzWv6Qt .navbar-dropdown {
  position: relative !important;
}
.cid-vi8gzWv6Qt .navbar-dropdown {
  position: absolute !important;
}
.cid-vi8gzWv6Qt .container-fluid {
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-vi8gzWv6Qt .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-vi8gzWv6Qt .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-vi8gzWv6Qt .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vi8gzWv6Qt .dropdown-item {
  border: none !important;
  background: #222f30 !important;
  color: #f7f7f5 !important;
  font-weight: 300;
}
.cid-vi8gzWv6Qt .dropdown-item:hover,
.cid-vi8gzWv6Qt .dropdown-item:focus {
  background: #222f30 !important;
  color: #f7f7f5 !important;
}
.cid-vi8gzWv6Qt .dropdown-item:hover span {
  color: white;
}
.cid-vi8gzWv6Qt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vi8gzWv6Qt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vi8gzWv6Qt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vi8gzWv6Qt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vi8gzWv6Qt .nav-link {
  position: relative;
}
.cid-vi8gzWv6Qt .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vi8gzWv6Qt .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vi8gzWv6Qt .container {
    max-width: 1100px;
  }
}
.cid-vi8gzWv6Qt .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vi8gzWv6Qt .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vi8gzWv6Qt .dropdown-menu,
.cid-vi8gzWv6Qt .navbar.opened {
  background: #f7f7f5 !important;
  background: rgba(247, 247, 245, 0) !important;
}
.cid-vi8gzWv6Qt .nav-item:focus,
.cid-vi8gzWv6Qt .nav-link:focus {
  outline: none;
}
.cid-vi8gzWv6Qt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vi8gzWv6Qt .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vi8gzWv6Qt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vi8gzWv6Qt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vi8gzWv6Qt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vi8gzWv6Qt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vi8gzWv6Qt .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 247, 245, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vi8gzWv6Qt .navbar.opened {
  transition: all 0.3s;
}
.cid-vi8gzWv6Qt .navbar .dropdown-item {
  padding: 10px 2rem 10px 17px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vi8gzWv6Qt .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vi8gzWv6Qt .navbar .navbar-logo img {
  width: auto;
}
.cid-vi8gzWv6Qt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vi8gzWv6Qt .navbar.collapsed {
  justify-content: center;
}
.cid-vi8gzWv6Qt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vi8gzWv6Qt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vi8gzWv6Qt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vi8gzWv6Qt .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vi8gzWv6Qt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vi8gzWv6Qt .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%;
  position: static;
}
.cid-vi8gzWv6Qt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vi8gzWv6Qt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vi8gzWv6Qt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vi8gzWv6Qt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vi8gzWv6Qt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vi8gzWv6Qt .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vi8gzWv6Qt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vi8gzWv6Qt .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vi8gzWv6Qt .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%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vi8gzWv6Qt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vi8gzWv6Qt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vi8gzWv6Qt .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vi8gzWv6Qt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vi8gzWv6Qt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vi8gzWv6Qt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vi8gzWv6Qt .navbar.navbar-short {
  min-height: 110px;
}
.cid-vi8gzWv6Qt .navbar.navbar-short .navbar-brand {
  min-height: 110px;
}
.cid-vi8gzWv6Qt .navbar-brand {
  min-height: 110px;
  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-vi8gzWv6Qt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vi8gzWv6Qt .navbar-brand .navbar-caption:hover,
.cid-vi8gzWv6Qt .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vi8gzWv6Qt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vi8gzWv6Qt .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vi8gzWv6Qt .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vi8gzWv6Qt .dropdown-item.active,
.cid-vi8gzWv6Qt .dropdown-item:active {
  background-color: transparent;
}
.cid-vi8gzWv6Qt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vi8gzWv6Qt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vi8gzWv6Qt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vi8gzWv6Qt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f5;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vi8gzWv6Qt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vi8gzWv6Qt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vi8gzWv6Qt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vi8gzWv6Qt ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
}
@media (min-width: 991px) {
  .cid-vi8gzWv6Qt ul.navbar-nav {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .cid-vi8gzWv6Qt ul.navbar-nav {
    padding: 10px;
  }
  .cid-vi8gzWv6Qt ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vi8gzWv6Qt .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vi8gzWv6Qt .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vi8gzWv6Qt .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vi8gzWv6Qt .navbar-buttons {
    text-align: left;
  }
}
.cid-vi8gzWv6Qt .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin: 0;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .cid-vi8gzWv6Qt .navbar-buttons .btn {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .cid-vi8gzWv6Qt .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vi8gzWv6Qt button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 110px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vi8gzWv6Qt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vi8gzWv6Qt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vi8gzWv6Qt button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vi8gzWv6Qt button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vi8gzWv6Qt button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vi8gzWv6Qt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vi8gzWv6Qt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vi8gzWv6Qt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vi8gzWv6Qt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vi8gzWv6Qt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vi8gzWv6Qt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vi8gzWv6Qt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vi8gzWv6Qt .navbar {
    height: 70px;
  }
  .cid-vi8gzWv6Qt .navbar.opened {
    height: auto;
  }
  .cid-vi8gzWv6Qt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vi8gzWv6Qt .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vi8gzWv6Qt .nav-item .nav-link {
  padding: 10px 17px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vi8gzWv6Qt .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vi8gzWv6Qt .nav-item .nav-link:hover {
  background-color: #f7f7f5;
  color: #222f30;
}
.cid-vi8gzWv6Qt .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vi8gzWv6Qt .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vi8gzWv6Qt .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vi8gzWv6Qt .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vi8gzWv6Qt .navbar {
    justify-content: flex-start !important;
  }
  .cid-vi8gzWv6Qt .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vi8gzWv6Qt .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vi8gzWv6Qt .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vi8gzWv6Qt .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vi8gzWv6Qt .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vi8gzWv6Qt .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vi8gzWv6Qt .content-wrap {
  min-height: 110px;
}
.cid-vi8gzWv6Qt .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vi8gzWv6Qt .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vi8gzWv6Qt .menu-content {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(14px);
  position: relative;
  padding: 4px 12px;
}
@media (max-width: 992px) {
  .cid-vi8gzWv6Qt .menu-content {
    width: 100%;
    flex-direction: column;
    padding: 10px 12px;
  }
}
.cid-vi8gzWv6Qt .menu-content .blur-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .8;
  pointer-events: none;
}
.cid-vi8gzZelM0 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/family-1065x555.webp");
}
.cid-vi8gzZelM0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi8gzZelM0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi8gzZelM0 .title-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-vi8gzZelM0 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vi8gzZelM0 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-vi8gzZelM0 .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vi8gzZelM0 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vi8gzZelM0 .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-vi8gzZelM0 .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vi8gzZelM0 .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vi8gzZelM0 .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vi8gzZelM0 .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vi8gzZelM0 .mbr-text {
  margin-bottom: 0;
  color: #4f595a;
}
.cid-vi8gzZelM0 .mbr-section-btn {
  margin-top: -9.6px;
}
@media (max-width: 992px) {
  .cid-vi8gzZelM0 .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vi8gzZelM0 .mbr-section-title {
  color: #222f30;
}
.cid-vi8gzZelM0 .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vi8gzZelM0 .mbr-section-subtitle,
.cid-vi8gzZelM0 .subtitle-wrap {
  color: #ffffff;
}
.cid-vi8gzZelM0 .mbr-section-title,
.cid-vi8gzZelM0 .mbr-section-btn,
.cid-vi8gzZelM0 .title-wrap {
  color: #ffffff;
}
.cid-vi8gzZelM0 .mbr-text,
.cid-vi8gzZelM0 .text-wrap {
  color: #ffffff;
}
.cid-vi8gA065iE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vi8gA065iE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi8gA065iE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi8gA065iE .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vi8gA065iE .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vi8gA065iE .label-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vi8gA065iE .label-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vi8gA065iE .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vi8gA065iE .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vi8gA065iE .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vi8gA065iE .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vi8gA065iE .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vi8gA065iE .image-wrapper img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vi8gA065iE .image-wrapper img {
    height: 300px;
  }
}
.cid-vi8gA065iE .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vi8gA065iE .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vi8gA065iE .title-wrapper .text-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-vi8gA065iE .title-wrapper .text-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vi8gA065iE .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vi8gA065iE .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vi8gA065iE .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vi8gA065iE .title-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vi8gA065iE .mbr-label {
  color: #222f30;
}
.cid-vi8gA065iE .mbr-section-title {
  color: #222f30;
}
.cid-vi8gA065iE .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vi8gA065iE .mbr-text {
  color: #4f595a;
}
.cid-vi8gA0R2kE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vi8gA0R2kE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi8gA0R2kE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi8gA0R2kE .content-wrap {
  margin: 0 -10px;
}
.cid-vi8gA0R2kE .content-wrap .card {
  padding: 0 10px;
}
.cid-vi8gA0R2kE .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vi8gA0R2kE .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vi8gA0R2kE .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vi8gA0R2kE .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vi8gA0R2kE .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vi8gA0R2kE .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vi8gA0R2kE .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vi8gA0R2kE .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vi8gA0R2kE .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vi8gA0R2kE .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vi8gA0R2kE .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vi8gA0R2kE .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vi8gA0R2kE .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vi8gA0R2kE .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vi8gA0R2kE .mbr-label {
  color: #222f30;
}
.cid-vi8gA0R2kE .mbr-section-title {
  color: #222f30;
}
.cid-vi8gA0R2kE .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vi8gA0R2kE .mbr-text {
  color: #4f595a;
}
.cid-vi8gA0R2kE .mbr-text,
.cid-vi8gA0R2kE .text-wrapper {
  text-align: justify;
}
.cid-vi8iopDUXL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vi8iopDUXL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi8iopDUXL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi8iopDUXL .content-wrap {
  margin: 0 -10px;
}
.cid-vi8iopDUXL .content-wrap .card {
  padding: 0 10px;
}
.cid-vi8iopDUXL .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vi8iopDUXL .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vi8iopDUXL .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vi8iopDUXL .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vi8iopDUXL .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vi8iopDUXL .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vi8iopDUXL .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vi8iopDUXL .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vi8iopDUXL .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vi8iopDUXL .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vi8iopDUXL .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vi8iopDUXL .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vi8iopDUXL .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vi8iopDUXL .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vi8iopDUXL .mbr-label {
  color: #222f30;
}
.cid-vi8iopDUXL .mbr-section-title {
  color: #222f30;
}
.cid-vi8iopDUXL .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vi8iopDUXL .mbr-text {
  color: #4f595a;
}
.cid-vi8iopDUXL .mbr-text,
.cid-vi8iopDUXL .text-wrapper {
  text-align: justify;
}
.cid-vi8gA1wpcW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vi8gA1wpcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi8gA1wpcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi8gA1wpcW .content-wrap {
  margin: 0 -10px;
}
.cid-vi8gA1wpcW .content-wrap .card {
  padding: 0 10px;
}
.cid-vi8gA1wpcW .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vi8gA1wpcW .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vi8gA1wpcW .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vi8gA1wpcW .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vi8gA1wpcW .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vi8gA1wpcW .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vi8gA1wpcW .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vi8gA1wpcW .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vi8gA1wpcW .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vi8gA1wpcW .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vi8gA1wpcW .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vi8gA1wpcW .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vi8gA1wpcW .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vi8gA1wpcW .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vi8gA1wpcW .mbr-label {
  color: #222f30;
}
.cid-vi8gA1wpcW .mbr-section-title {
  color: #222f30;
}
.cid-vi8gA1wpcW .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vi8gA1wpcW .mbr-text {
  color: #4f595a;
}
.cid-vi8gA2hEYU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vi8gA2hEYU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi8gA2hEYU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi8gA2hEYU .content-wrap {
  margin: 0 -10px;
}
.cid-vi8gA2hEYU .content-wrap .card {
  padding: 0 10px;
}
.cid-vi8gA2hEYU .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vi8gA2hEYU .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vi8gA2hEYU .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vi8gA2hEYU .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vi8gA2hEYU .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vi8gA2hEYU .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vi8gA2hEYU .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vi8gA2hEYU .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vi8gA2hEYU .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vi8gA2hEYU .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vi8gA2hEYU .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vi8gA2hEYU .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vi8gA2hEYU .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vi8gA2hEYU .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vi8gA2hEYU .mbr-label {
  color: #222f30;
}
.cid-vi8gA2hEYU .mbr-section-title {
  color: #222f30;
}
.cid-vi8gA2hEYU .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vi8gA2hEYU .mbr-text {
  color: #4f595a;
}
.cid-vi8gA2hEYU .mbr-text,
.cid-vi8gA2hEYU .text-wrapper {
  text-align: justify;
}
#custom-html-8g {
  /* Type valid CSS here */
}
#custom-html-8g div {
  padding: 80px 0;
  color: #FF8C00;
  text-align: left;
}
#custom-html-8g p {
  font-size: 15px;
  color: #FF8C00;
}
.cid-vi8gA36sVl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background4.webp");
}
.cid-vi8gA36sVl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi8gA36sVl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi8gA36sVl .title-wrapper {
  margin-bottom: 320px;
}
@media (max-width: 992px) {
  .cid-vi8gA36sVl .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vi8gA36sVl .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vi8gA36sVl .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 0;
  margin-bottom: 320px;
}
@media (max-width: 992px) {
  .cid-vi8gA36sVl .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vi8gA36sVl .nav-wrapper .nav-wrap {
  position: relative;
  width: 33%;
  padding-left: 20px;
}
@media (max-width: 1440px) {
  .cid-vi8gA36sVl .nav-wrapper .nav-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vi8gA36sVl .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-vi8gA36sVl .nav-wrapper .nav-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease;
  opacity: .2;
}
.cid-vi8gA36sVl .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vi8gA36sVl .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-vi8gA36sVl .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vi8gA36sVl .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-vi8gA36sVl .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.cid-vi8gA36sVl .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-vi8gA36sVl .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vi8gA36sVl .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vi8gA36sVl .mbr-label {
  margin-bottom: 24px;
  color: #ffffff;
}
.cid-vi8gA36sVl .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vi8gA36sVl .mbr-section-title {
  color: #ffffff;
}
.cid-vi8gA36sVl .mbr-list-title {
  color: #ffffff;
}
.cid-vi8gA36sVl .list {
  color: #ffffff;
}
.cid-vi7Z3qEkUU .navbar-dropdown {
  position: relative !important;
}
.cid-vi7Z3qEkUU .navbar-dropdown {
  position: absolute !important;
}
.cid-vi7Z3qEkUU .container-fluid {
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-vi7Z3qEkUU .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-vi7Z3qEkUU .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-vi7Z3qEkUU .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vi7Z3qEkUU .dropdown-item {
  border: none !important;
  background: #222f30 !important;
  color: #f7f7f5 !important;
  font-weight: 300;
}
.cid-vi7Z3qEkUU .dropdown-item:hover,
.cid-vi7Z3qEkUU .dropdown-item:focus {
  background: #222f30 !important;
  color: #f7f7f5 !important;
}
.cid-vi7Z3qEkUU .dropdown-item:hover span {
  color: white;
}
.cid-vi7Z3qEkUU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vi7Z3qEkUU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vi7Z3qEkUU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vi7Z3qEkUU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vi7Z3qEkUU .nav-link {
  position: relative;
}
.cid-vi7Z3qEkUU .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vi7Z3qEkUU .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vi7Z3qEkUU .container {
    max-width: 1100px;
  }
}
.cid-vi7Z3qEkUU .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vi7Z3qEkUU .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vi7Z3qEkUU .dropdown-menu,
.cid-vi7Z3qEkUU .navbar.opened {
  background: #f7f7f5 !important;
  background: rgba(247, 247, 245, 0) !important;
}
.cid-vi7Z3qEkUU .nav-item:focus,
.cid-vi7Z3qEkUU .nav-link:focus {
  outline: none;
}
.cid-vi7Z3qEkUU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vi7Z3qEkUU .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vi7Z3qEkUU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vi7Z3qEkUU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vi7Z3qEkUU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vi7Z3qEkUU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vi7Z3qEkUU .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 247, 245, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vi7Z3qEkUU .navbar.opened {
  transition: all 0.3s;
}
.cid-vi7Z3qEkUU .navbar .dropdown-item {
  padding: 10px 2rem 10px 17px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vi7Z3qEkUU .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vi7Z3qEkUU .navbar .navbar-logo img {
  width: auto;
}
.cid-vi7Z3qEkUU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vi7Z3qEkUU .navbar.collapsed {
  justify-content: center;
}
.cid-vi7Z3qEkUU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vi7Z3qEkUU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vi7Z3qEkUU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vi7Z3qEkUU .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vi7Z3qEkUU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vi7Z3qEkUU .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%;
  position: static;
}
.cid-vi7Z3qEkUU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vi7Z3qEkUU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vi7Z3qEkUU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vi7Z3qEkUU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vi7Z3qEkUU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vi7Z3qEkUU .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vi7Z3qEkUU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vi7Z3qEkUU .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vi7Z3qEkUU .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%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vi7Z3qEkUU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vi7Z3qEkUU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vi7Z3qEkUU .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vi7Z3qEkUU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vi7Z3qEkUU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vi7Z3qEkUU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vi7Z3qEkUU .navbar.navbar-short {
  min-height: 110px;
}
.cid-vi7Z3qEkUU .navbar.navbar-short .navbar-brand {
  min-height: 110px;
}
.cid-vi7Z3qEkUU .navbar-brand {
  min-height: 110px;
  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-vi7Z3qEkUU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vi7Z3qEkUU .navbar-brand .navbar-caption:hover,
.cid-vi7Z3qEkUU .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vi7Z3qEkUU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vi7Z3qEkUU .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vi7Z3qEkUU .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vi7Z3qEkUU .dropdown-item.active,
.cid-vi7Z3qEkUU .dropdown-item:active {
  background-color: transparent;
}
.cid-vi7Z3qEkUU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vi7Z3qEkUU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vi7Z3qEkUU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vi7Z3qEkUU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f5;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vi7Z3qEkUU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vi7Z3qEkUU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vi7Z3qEkUU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vi7Z3qEkUU ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
}
@media (min-width: 991px) {
  .cid-vi7Z3qEkUU ul.navbar-nav {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .cid-vi7Z3qEkUU ul.navbar-nav {
    padding: 10px;
  }
  .cid-vi7Z3qEkUU ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vi7Z3qEkUU .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vi7Z3qEkUU .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vi7Z3qEkUU .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vi7Z3qEkUU .navbar-buttons {
    text-align: left;
  }
}
.cid-vi7Z3qEkUU .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin: 0;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .cid-vi7Z3qEkUU .navbar-buttons .btn {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .cid-vi7Z3qEkUU .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vi7Z3qEkUU button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 110px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vi7Z3qEkUU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vi7Z3qEkUU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vi7Z3qEkUU button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vi7Z3qEkUU button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vi7Z3qEkUU button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vi7Z3qEkUU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vi7Z3qEkUU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vi7Z3qEkUU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vi7Z3qEkUU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vi7Z3qEkUU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vi7Z3qEkUU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vi7Z3qEkUU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vi7Z3qEkUU .navbar {
    height: 70px;
  }
  .cid-vi7Z3qEkUU .navbar.opened {
    height: auto;
  }
  .cid-vi7Z3qEkUU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vi7Z3qEkUU .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vi7Z3qEkUU .nav-item .nav-link {
  padding: 10px 17px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vi7Z3qEkUU .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vi7Z3qEkUU .nav-item .nav-link:hover {
  background-color: #f7f7f5;
  color: #222f30;
}
.cid-vi7Z3qEkUU .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vi7Z3qEkUU .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vi7Z3qEkUU .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vi7Z3qEkUU .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vi7Z3qEkUU .navbar {
    justify-content: flex-start !important;
  }
  .cid-vi7Z3qEkUU .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vi7Z3qEkUU .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vi7Z3qEkUU .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vi7Z3qEkUU .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vi7Z3qEkUU .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vi7Z3qEkUU .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vi7Z3qEkUU .content-wrap {
  min-height: 110px;
}
.cid-vi7Z3qEkUU .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vi7Z3qEkUU .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vi7Z3qEkUU .menu-content {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(14px);
  position: relative;
  padding: 4px 12px;
}
@media (max-width: 992px) {
  .cid-vi7Z3qEkUU .menu-content {
    width: 100%;
    flex-direction: column;
    padding: 10px 12px;
  }
}
.cid-vi7Z3qEkUU .menu-content .blur-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .8;
  pointer-events: none;
}
.cid-vi7Z3rdvYZ {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/family-1065x555.webp");
}
.cid-vi7Z3rdvYZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi7Z3rdvYZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi7Z3rdvYZ .title-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-vi7Z3rdvYZ .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vi7Z3rdvYZ .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-vi7Z3rdvYZ .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vi7Z3rdvYZ .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vi7Z3rdvYZ .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-vi7Z3rdvYZ .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vi7Z3rdvYZ .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vi7Z3rdvYZ .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vi7Z3rdvYZ .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vi7Z3rdvYZ .mbr-text {
  margin-bottom: 0;
  color: #4f595a;
}
.cid-vi7Z3rdvYZ .mbr-section-btn {
  margin-top: -9.6px;
}
@media (max-width: 992px) {
  .cid-vi7Z3rdvYZ .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vi7Z3rdvYZ .mbr-section-title {
  color: #222f30;
}
.cid-vi7Z3rdvYZ .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vi7Z3rdvYZ .mbr-section-subtitle,
.cid-vi7Z3rdvYZ .subtitle-wrap {
  color: #ffffff;
}
.cid-vi7Z3rdvYZ .mbr-section-title,
.cid-vi7Z3rdvYZ .mbr-section-btn,
.cid-vi7Z3rdvYZ .title-wrap {
  color: #ffffff;
}
.cid-vi7Z3rdvYZ .mbr-text,
.cid-vi7Z3rdvYZ .text-wrap {
  color: #ffffff;
}
.cid-vi7Z3rJG89 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vi7Z3rJG89 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi7Z3rJG89 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi7Z3rJG89 .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vi7Z3rJG89 .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vi7Z3rJG89 .label-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vi7Z3rJG89 .label-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vi7Z3rJG89 .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vi7Z3rJG89 .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vi7Z3rJG89 .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vi7Z3rJG89 .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vi7Z3rJG89 .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vi7Z3rJG89 .image-wrapper img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vi7Z3rJG89 .image-wrapper img {
    height: 300px;
  }
}
.cid-vi7Z3rJG89 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vi7Z3rJG89 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vi7Z3rJG89 .title-wrapper .text-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-vi7Z3rJG89 .title-wrapper .text-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vi7Z3rJG89 .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vi7Z3rJG89 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vi7Z3rJG89 .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vi7Z3rJG89 .title-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vi7Z3rJG89 .mbr-label {
  color: #222f30;
}
.cid-vi7Z3rJG89 .mbr-section-title {
  color: #222f30;
}
.cid-vi7Z3rJG89 .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vi7Z3rJG89 .mbr-text {
  color: #4f595a;
}
.cid-vi7Z3sjl2G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vi7Z3sjl2G .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi7Z3sjl2G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi7Z3sjl2G .content-wrap {
  margin: 0 -10px;
}
.cid-vi7Z3sjl2G .content-wrap .card {
  padding: 0 10px;
}
.cid-vi7Z3sjl2G .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vi7Z3sjl2G .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vi7Z3sjl2G .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vi7Z3sjl2G .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vi7Z3sjl2G .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vi7Z3sjl2G .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vi7Z3sjl2G .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vi7Z3sjl2G .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vi7Z3sjl2G .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vi7Z3sjl2G .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vi7Z3sjl2G .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vi7Z3sjl2G .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vi7Z3sjl2G .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vi7Z3sjl2G .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vi7Z3sjl2G .mbr-label {
  color: #222f30;
}
.cid-vi7Z3sjl2G .mbr-section-title {
  color: #222f30;
}
.cid-vi7Z3sjl2G .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vi7Z3sjl2G .mbr-text {
  color: #4f595a;
}
.cid-vi7Z3sjl2G .mbr-text,
.cid-vi7Z3sjl2G .text-wrapper {
  text-align: justify;
}
#custom-html-7a {
  /* Type valid CSS here */
}
#custom-html-7a div {
  padding: 80px 0;
  color: #FF8C00;
  text-align: left;
}
#custom-html-7a p {
  font-size: 15px;
  color: #FF8C00;
}
.cid-vi7Z3tDY0Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background4.webp");
}
.cid-vi7Z3tDY0Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi7Z3tDY0Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi7Z3tDY0Y .title-wrapper {
  margin-bottom: 320px;
}
@media (max-width: 992px) {
  .cid-vi7Z3tDY0Y .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vi7Z3tDY0Y .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vi7Z3tDY0Y .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 0;
  margin-bottom: 320px;
}
@media (max-width: 992px) {
  .cid-vi7Z3tDY0Y .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vi7Z3tDY0Y .nav-wrapper .nav-wrap {
  position: relative;
  width: 33%;
  padding-left: 20px;
}
@media (max-width: 1440px) {
  .cid-vi7Z3tDY0Y .nav-wrapper .nav-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vi7Z3tDY0Y .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-vi7Z3tDY0Y .nav-wrapper .nav-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease;
  opacity: .2;
}
.cid-vi7Z3tDY0Y .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vi7Z3tDY0Y .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-vi7Z3tDY0Y .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vi7Z3tDY0Y .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-vi7Z3tDY0Y .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.cid-vi7Z3tDY0Y .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-vi7Z3tDY0Y .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vi7Z3tDY0Y .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vi7Z3tDY0Y .mbr-label {
  margin-bottom: 24px;
  color: #ffffff;
}
.cid-vi7Z3tDY0Y .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vi7Z3tDY0Y .mbr-section-title {
  color: #ffffff;
}
.cid-vi7Z3tDY0Y .mbr-list-title {
  color: #ffffff;
}
.cid-vi7Z3tDY0Y .list {
  color: #ffffff;
}
.cid-vi81urrQkf .navbar-dropdown {
  position: relative !important;
}
.cid-vi81urrQkf .navbar-dropdown {
  position: absolute !important;
}
.cid-vi81urrQkf .container-fluid {
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-vi81urrQkf .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-vi81urrQkf .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-vi81urrQkf .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vi81urrQkf .dropdown-item {
  border: none !important;
  background: #222f30 !important;
  color: #f7f7f5 !important;
  font-weight: 300;
}
.cid-vi81urrQkf .dropdown-item:hover,
.cid-vi81urrQkf .dropdown-item:focus {
  background: #222f30 !important;
  color: #f7f7f5 !important;
}
.cid-vi81urrQkf .dropdown-item:hover span {
  color: white;
}
.cid-vi81urrQkf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vi81urrQkf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vi81urrQkf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vi81urrQkf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vi81urrQkf .nav-link {
  position: relative;
}
.cid-vi81urrQkf .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vi81urrQkf .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vi81urrQkf .container {
    max-width: 1100px;
  }
}
.cid-vi81urrQkf .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vi81urrQkf .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vi81urrQkf .dropdown-menu,
.cid-vi81urrQkf .navbar.opened {
  background: #f7f7f5 !important;
  background: rgba(247, 247, 245, 0) !important;
}
.cid-vi81urrQkf .nav-item:focus,
.cid-vi81urrQkf .nav-link:focus {
  outline: none;
}
.cid-vi81urrQkf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vi81urrQkf .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vi81urrQkf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vi81urrQkf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vi81urrQkf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vi81urrQkf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vi81urrQkf .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 247, 245, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vi81urrQkf .navbar.opened {
  transition: all 0.3s;
}
.cid-vi81urrQkf .navbar .dropdown-item {
  padding: 10px 2rem 10px 17px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vi81urrQkf .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vi81urrQkf .navbar .navbar-logo img {
  width: auto;
}
.cid-vi81urrQkf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vi81urrQkf .navbar.collapsed {
  justify-content: center;
}
.cid-vi81urrQkf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vi81urrQkf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vi81urrQkf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vi81urrQkf .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vi81urrQkf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vi81urrQkf .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%;
  position: static;
}
.cid-vi81urrQkf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vi81urrQkf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vi81urrQkf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vi81urrQkf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vi81urrQkf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vi81urrQkf .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vi81urrQkf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vi81urrQkf .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vi81urrQkf .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%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vi81urrQkf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vi81urrQkf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vi81urrQkf .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vi81urrQkf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vi81urrQkf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vi81urrQkf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vi81urrQkf .navbar.navbar-short {
  min-height: 110px;
}
.cid-vi81urrQkf .navbar.navbar-short .navbar-brand {
  min-height: 110px;
}
.cid-vi81urrQkf .navbar-brand {
  min-height: 110px;
  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-vi81urrQkf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vi81urrQkf .navbar-brand .navbar-caption:hover,
.cid-vi81urrQkf .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vi81urrQkf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vi81urrQkf .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vi81urrQkf .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vi81urrQkf .dropdown-item.active,
.cid-vi81urrQkf .dropdown-item:active {
  background-color: transparent;
}
.cid-vi81urrQkf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vi81urrQkf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vi81urrQkf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vi81urrQkf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f5;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vi81urrQkf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vi81urrQkf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vi81urrQkf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vi81urrQkf ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
}
@media (min-width: 991px) {
  .cid-vi81urrQkf ul.navbar-nav {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .cid-vi81urrQkf ul.navbar-nav {
    padding: 10px;
  }
  .cid-vi81urrQkf ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vi81urrQkf .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vi81urrQkf .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vi81urrQkf .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vi81urrQkf .navbar-buttons {
    text-align: left;
  }
}
.cid-vi81urrQkf .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin: 0;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .cid-vi81urrQkf .navbar-buttons .btn {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .cid-vi81urrQkf .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vi81urrQkf button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 110px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vi81urrQkf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vi81urrQkf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vi81urrQkf button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vi81urrQkf button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vi81urrQkf button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vi81urrQkf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vi81urrQkf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vi81urrQkf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vi81urrQkf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vi81urrQkf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vi81urrQkf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vi81urrQkf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vi81urrQkf .navbar {
    height: 70px;
  }
  .cid-vi81urrQkf .navbar.opened {
    height: auto;
  }
  .cid-vi81urrQkf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vi81urrQkf .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vi81urrQkf .nav-item .nav-link {
  padding: 10px 17px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vi81urrQkf .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vi81urrQkf .nav-item .nav-link:hover {
  background-color: #f7f7f5;
  color: #222f30;
}
.cid-vi81urrQkf .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vi81urrQkf .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vi81urrQkf .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vi81urrQkf .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vi81urrQkf .navbar {
    justify-content: flex-start !important;
  }
  .cid-vi81urrQkf .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vi81urrQkf .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vi81urrQkf .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vi81urrQkf .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vi81urrQkf .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vi81urrQkf .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vi81urrQkf .content-wrap {
  min-height: 110px;
}
.cid-vi81urrQkf .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vi81urrQkf .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vi81urrQkf .menu-content {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(14px);
  position: relative;
  padding: 4px 12px;
}
@media (max-width: 992px) {
  .cid-vi81urrQkf .menu-content {
    width: 100%;
    flex-direction: column;
    padding: 10px 12px;
  }
}
.cid-vi81urrQkf .menu-content .blur-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .8;
  pointer-events: none;
}
.cid-vi81urWuhG {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/family-1065x555.webp");
}
.cid-vi81urWuhG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi81urWuhG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi81urWuhG .title-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-vi81urWuhG .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vi81urWuhG .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-vi81urWuhG .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vi81urWuhG .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vi81urWuhG .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-vi81urWuhG .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vi81urWuhG .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vi81urWuhG .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vi81urWuhG .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vi81urWuhG .mbr-text {
  margin-bottom: 0;
  color: #4f595a;
}
.cid-vi81urWuhG .mbr-section-btn {
  margin-top: -9.6px;
}
@media (max-width: 992px) {
  .cid-vi81urWuhG .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vi81urWuhG .mbr-section-title {
  color: #222f30;
}
.cid-vi81urWuhG .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vi81urWuhG .mbr-section-subtitle,
.cid-vi81urWuhG .subtitle-wrap {
  color: #ffffff;
}
.cid-vi81urWuhG .mbr-section-title,
.cid-vi81urWuhG .mbr-section-btn,
.cid-vi81urWuhG .title-wrap {
  color: #ffffff;
}
.cid-vi81urWuhG .mbr-text,
.cid-vi81urWuhG .text-wrap {
  color: #ffffff;
}
.cid-vi81uslh5v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vi81uslh5v .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi81uslh5v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi81uslh5v .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vi81uslh5v .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vi81uslh5v .label-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vi81uslh5v .label-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vi81uslh5v .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vi81uslh5v .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vi81uslh5v .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vi81uslh5v .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vi81uslh5v .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vi81uslh5v .image-wrapper img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vi81uslh5v .image-wrapper img {
    height: 300px;
  }
}
.cid-vi81uslh5v .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vi81uslh5v .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vi81uslh5v .title-wrapper .text-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-vi81uslh5v .title-wrapper .text-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vi81uslh5v .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vi81uslh5v .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vi81uslh5v .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vi81uslh5v .title-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vi81uslh5v .mbr-label {
  color: #222f30;
}
.cid-vi81uslh5v .mbr-section-title {
  color: #222f30;
}
.cid-vi81uslh5v .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vi81uslh5v .mbr-text {
  color: #4f595a;
}
.cid-vi81usKMTE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vi81usKMTE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi81usKMTE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi81usKMTE .content-wrap {
  margin: 0 -10px;
}
.cid-vi81usKMTE .content-wrap .card {
  padding: 0 10px;
}
.cid-vi81usKMTE .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vi81usKMTE .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vi81usKMTE .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vi81usKMTE .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vi81usKMTE .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vi81usKMTE .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vi81usKMTE .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vi81usKMTE .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vi81usKMTE .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vi81usKMTE .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vi81usKMTE .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vi81usKMTE .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vi81usKMTE .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vi81usKMTE .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vi81usKMTE .mbr-label {
  color: #222f30;
}
.cid-vi81usKMTE .mbr-section-title {
  color: #222f30;
}
.cid-vi81usKMTE .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vi81usKMTE .mbr-text {
  color: #4f595a;
}
.cid-vi81usKMTE .mbr-text,
.cid-vi81usKMTE .text-wrapper {
  text-align: justify;
}
.cid-vi84pQY1yd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vi84pQY1yd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi84pQY1yd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi84pQY1yd .content-wrap {
  margin: 0 -10px;
}
.cid-vi84pQY1yd .content-wrap .card {
  padding: 0 10px;
}
.cid-vi84pQY1yd .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vi84pQY1yd .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vi84pQY1yd .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vi84pQY1yd .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vi84pQY1yd .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vi84pQY1yd .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vi84pQY1yd .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vi84pQY1yd .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vi84pQY1yd .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vi84pQY1yd .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vi84pQY1yd .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vi84pQY1yd .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vi84pQY1yd .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vi84pQY1yd .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vi84pQY1yd .mbr-label {
  color: #222f30;
}
.cid-vi84pQY1yd .mbr-section-title {
  color: #222f30;
}
.cid-vi84pQY1yd .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vi84pQY1yd .mbr-text {
  color: #4f595a;
}
.cid-vi84pQY1yd .mbr-text,
.cid-vi84pQY1yd .text-wrapper {
  text-align: justify;
}
.cid-vi84z1fpEx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vi84z1fpEx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi84z1fpEx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi84z1fpEx .content-wrap {
  margin: 0 -10px;
}
.cid-vi84z1fpEx .content-wrap .card {
  padding: 0 10px;
}
.cid-vi84z1fpEx .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vi84z1fpEx .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vi84z1fpEx .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vi84z1fpEx .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vi84z1fpEx .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vi84z1fpEx .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vi84z1fpEx .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vi84z1fpEx .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vi84z1fpEx .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vi84z1fpEx .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vi84z1fpEx .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vi84z1fpEx .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vi84z1fpEx .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vi84z1fpEx .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vi84z1fpEx .mbr-label {
  color: #222f30;
}
.cid-vi84z1fpEx .mbr-section-title {
  color: #222f30;
}
.cid-vi84z1fpEx .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vi84z1fpEx .mbr-text {
  color: #4f595a;
}
.cid-vi84z1fpEx .mbr-text,
.cid-vi84z1fpEx .text-wrapper {
  text-align: justify;
}
.cid-vi84IGHRpW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vi84IGHRpW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi84IGHRpW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi84IGHRpW .content-wrap {
  margin: 0 -10px;
}
.cid-vi84IGHRpW .content-wrap .card {
  padding: 0 10px;
}
.cid-vi84IGHRpW .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vi84IGHRpW .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vi84IGHRpW .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vi84IGHRpW .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vi84IGHRpW .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vi84IGHRpW .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vi84IGHRpW .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vi84IGHRpW .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vi84IGHRpW .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vi84IGHRpW .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vi84IGHRpW .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vi84IGHRpW .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vi84IGHRpW .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vi84IGHRpW .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vi84IGHRpW .mbr-label {
  color: #222f30;
}
.cid-vi84IGHRpW .mbr-section-title {
  color: #222f30;
}
.cid-vi84IGHRpW .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vi84IGHRpW .mbr-text {
  color: #4f595a;
}
.cid-vi84IGHRpW .mbr-text,
.cid-vi84IGHRpW .text-wrapper {
  text-align: justify;
}
.cid-vi84SaY4wc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vi84SaY4wc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi84SaY4wc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi84SaY4wc .content-wrap {
  margin: 0 -10px;
}
.cid-vi84SaY4wc .content-wrap .card {
  padding: 0 10px;
}
.cid-vi84SaY4wc .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vi84SaY4wc .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vi84SaY4wc .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vi84SaY4wc .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vi84SaY4wc .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vi84SaY4wc .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vi84SaY4wc .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vi84SaY4wc .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vi84SaY4wc .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vi84SaY4wc .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vi84SaY4wc .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vi84SaY4wc .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vi84SaY4wc .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vi84SaY4wc .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vi84SaY4wc .mbr-label {
  color: #222f30;
}
.cid-vi84SaY4wc .mbr-section-title {
  color: #222f30;
}
.cid-vi84SaY4wc .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vi84SaY4wc .mbr-text {
  color: #4f595a;
}
.cid-vi84SaY4wc .mbr-text,
.cid-vi84SaY4wc .text-wrapper {
  text-align: justify;
}
.cid-vi850VdYTR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vi850VdYTR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi850VdYTR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi850VdYTR .content-wrap {
  margin: 0 -10px;
}
.cid-vi850VdYTR .content-wrap .card {
  padding: 0 10px;
}
.cid-vi850VdYTR .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vi850VdYTR .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vi850VdYTR .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vi850VdYTR .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vi850VdYTR .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vi850VdYTR .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vi850VdYTR .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vi850VdYTR .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vi850VdYTR .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vi850VdYTR .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vi850VdYTR .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vi850VdYTR .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vi850VdYTR .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vi850VdYTR .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vi850VdYTR .mbr-label {
  color: #222f30;
}
.cid-vi850VdYTR .mbr-section-title {
  color: #222f30;
}
.cid-vi850VdYTR .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vi850VdYTR .mbr-text {
  color: #4f595a;
}
.cid-vi850VdYTR .mbr-text,
.cid-vi850VdYTR .text-wrapper {
  text-align: justify;
}
.cid-vi859wDarM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi859wDarM .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/background2.webp");
}
.cid-vi859wDarM .image-wrap {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vi859wDarM .image-wrap {
    height: 300px;
  }
}
#custom-html-7g {
  /* Type valid CSS here */
}
#custom-html-7g div {
  padding: 80px 0;
  color: #FF8C00;
  text-align: left;
}
#custom-html-7g p {
  font-size: 15px;
  color: #FF8C00;
}
.cid-vi81utk8BJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background4.webp");
}
.cid-vi81utk8BJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi81utk8BJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi81utk8BJ .title-wrapper {
  margin-bottom: 320px;
}
@media (max-width: 992px) {
  .cid-vi81utk8BJ .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vi81utk8BJ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vi81utk8BJ .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 0;
  margin-bottom: 320px;
}
@media (max-width: 992px) {
  .cid-vi81utk8BJ .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vi81utk8BJ .nav-wrapper .nav-wrap {
  position: relative;
  width: 33%;
  padding-left: 20px;
}
@media (max-width: 1440px) {
  .cid-vi81utk8BJ .nav-wrapper .nav-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vi81utk8BJ .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-vi81utk8BJ .nav-wrapper .nav-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease;
  opacity: .2;
}
.cid-vi81utk8BJ .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vi81utk8BJ .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-vi81utk8BJ .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vi81utk8BJ .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-vi81utk8BJ .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.cid-vi81utk8BJ .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-vi81utk8BJ .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vi81utk8BJ .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vi81utk8BJ .mbr-label {
  margin-bottom: 24px;
  color: #ffffff;
}
.cid-vi81utk8BJ .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vi81utk8BJ .mbr-section-title {
  color: #ffffff;
}
.cid-vi81utk8BJ .mbr-list-title {
  color: #ffffff;
}
.cid-vi81utk8BJ .list {
  color: #ffffff;
}
.cid-vi86Pq3Fks .navbar-dropdown {
  position: relative !important;
}
.cid-vi86Pq3Fks .navbar-dropdown {
  position: absolute !important;
}
.cid-vi86Pq3Fks .container-fluid {
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-vi86Pq3Fks .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-vi86Pq3Fks .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-vi86Pq3Fks .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vi86Pq3Fks .dropdown-item {
  border: none !important;
  background: #222f30 !important;
  color: #f7f7f5 !important;
  font-weight: 300;
}
.cid-vi86Pq3Fks .dropdown-item:hover,
.cid-vi86Pq3Fks .dropdown-item:focus {
  background: #222f30 !important;
  color: #f7f7f5 !important;
}
.cid-vi86Pq3Fks .dropdown-item:hover span {
  color: white;
}
.cid-vi86Pq3Fks .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vi86Pq3Fks .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vi86Pq3Fks .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vi86Pq3Fks .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vi86Pq3Fks .nav-link {
  position: relative;
}
.cid-vi86Pq3Fks .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vi86Pq3Fks .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vi86Pq3Fks .container {
    max-width: 1100px;
  }
}
.cid-vi86Pq3Fks .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vi86Pq3Fks .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vi86Pq3Fks .dropdown-menu,
.cid-vi86Pq3Fks .navbar.opened {
  background: #f7f7f5 !important;
  background: rgba(247, 247, 245, 0) !important;
}
.cid-vi86Pq3Fks .nav-item:focus,
.cid-vi86Pq3Fks .nav-link:focus {
  outline: none;
}
.cid-vi86Pq3Fks .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vi86Pq3Fks .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vi86Pq3Fks .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vi86Pq3Fks .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vi86Pq3Fks .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vi86Pq3Fks .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vi86Pq3Fks .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 247, 245, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vi86Pq3Fks .navbar.opened {
  transition: all 0.3s;
}
.cid-vi86Pq3Fks .navbar .dropdown-item {
  padding: 10px 2rem 10px 17px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vi86Pq3Fks .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vi86Pq3Fks .navbar .navbar-logo img {
  width: auto;
}
.cid-vi86Pq3Fks .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vi86Pq3Fks .navbar.collapsed {
  justify-content: center;
}
.cid-vi86Pq3Fks .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vi86Pq3Fks .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vi86Pq3Fks .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vi86Pq3Fks .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vi86Pq3Fks .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vi86Pq3Fks .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%;
  position: static;
}
.cid-vi86Pq3Fks .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vi86Pq3Fks .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vi86Pq3Fks .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vi86Pq3Fks .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vi86Pq3Fks .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vi86Pq3Fks .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vi86Pq3Fks .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vi86Pq3Fks .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vi86Pq3Fks .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%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vi86Pq3Fks .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vi86Pq3Fks .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vi86Pq3Fks .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vi86Pq3Fks .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vi86Pq3Fks .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vi86Pq3Fks .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vi86Pq3Fks .navbar.navbar-short {
  min-height: 110px;
}
.cid-vi86Pq3Fks .navbar.navbar-short .navbar-brand {
  min-height: 110px;
}
.cid-vi86Pq3Fks .navbar-brand {
  min-height: 110px;
  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-vi86Pq3Fks .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vi86Pq3Fks .navbar-brand .navbar-caption:hover,
.cid-vi86Pq3Fks .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vi86Pq3Fks .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vi86Pq3Fks .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vi86Pq3Fks .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vi86Pq3Fks .dropdown-item.active,
.cid-vi86Pq3Fks .dropdown-item:active {
  background-color: transparent;
}
.cid-vi86Pq3Fks .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vi86Pq3Fks .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vi86Pq3Fks .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vi86Pq3Fks .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f5;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vi86Pq3Fks .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vi86Pq3Fks .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vi86Pq3Fks .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vi86Pq3Fks ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
}
@media (min-width: 991px) {
  .cid-vi86Pq3Fks ul.navbar-nav {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .cid-vi86Pq3Fks ul.navbar-nav {
    padding: 10px;
  }
  .cid-vi86Pq3Fks ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vi86Pq3Fks .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vi86Pq3Fks .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vi86Pq3Fks .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vi86Pq3Fks .navbar-buttons {
    text-align: left;
  }
}
.cid-vi86Pq3Fks .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin: 0;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .cid-vi86Pq3Fks .navbar-buttons .btn {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .cid-vi86Pq3Fks .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vi86Pq3Fks button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 110px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vi86Pq3Fks button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vi86Pq3Fks button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vi86Pq3Fks button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vi86Pq3Fks button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vi86Pq3Fks button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vi86Pq3Fks nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vi86Pq3Fks nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vi86Pq3Fks nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vi86Pq3Fks nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vi86Pq3Fks .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vi86Pq3Fks a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vi86Pq3Fks .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vi86Pq3Fks .navbar {
    height: 70px;
  }
  .cid-vi86Pq3Fks .navbar.opened {
    height: auto;
  }
  .cid-vi86Pq3Fks .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vi86Pq3Fks .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vi86Pq3Fks .nav-item .nav-link {
  padding: 10px 17px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vi86Pq3Fks .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vi86Pq3Fks .nav-item .nav-link:hover {
  background-color: #f7f7f5;
  color: #222f30;
}
.cid-vi86Pq3Fks .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vi86Pq3Fks .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vi86Pq3Fks .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vi86Pq3Fks .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vi86Pq3Fks .navbar {
    justify-content: flex-start !important;
  }
  .cid-vi86Pq3Fks .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vi86Pq3Fks .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vi86Pq3Fks .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vi86Pq3Fks .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vi86Pq3Fks .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vi86Pq3Fks .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vi86Pq3Fks .content-wrap {
  min-height: 110px;
}
.cid-vi86Pq3Fks .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vi86Pq3Fks .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vi86Pq3Fks .menu-content {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(14px);
  position: relative;
  padding: 4px 12px;
}
@media (max-width: 992px) {
  .cid-vi86Pq3Fks .menu-content {
    width: 100%;
    flex-direction: column;
    padding: 10px 12px;
  }
}
.cid-vi86Pq3Fks .menu-content .blur-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .8;
  pointer-events: none;
}
.cid-vi86PqC0br {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/family-1065x555.webp");
}
.cid-vi86PqC0br .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi86PqC0br .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi86PqC0br .title-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-vi86PqC0br .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vi86PqC0br .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-vi86PqC0br .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vi86PqC0br .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vi86PqC0br .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-vi86PqC0br .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vi86PqC0br .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vi86PqC0br .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vi86PqC0br .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vi86PqC0br .mbr-text {
  margin-bottom: 0;
  color: #4f595a;
}
.cid-vi86PqC0br .mbr-section-btn {
  margin-top: -9.6px;
}
@media (max-width: 992px) {
  .cid-vi86PqC0br .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vi86PqC0br .mbr-section-title {
  color: #222f30;
}
.cid-vi86PqC0br .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vi86PqC0br .mbr-section-subtitle,
.cid-vi86PqC0br .subtitle-wrap {
  color: #ffffff;
}
.cid-vi86PqC0br .mbr-section-title,
.cid-vi86PqC0br .mbr-section-btn,
.cid-vi86PqC0br .title-wrap {
  color: #ffffff;
}
.cid-vi86PqC0br .mbr-text,
.cid-vi86PqC0br .text-wrap {
  color: #ffffff;
}
.cid-vi86Pr9F37 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vi86Pr9F37 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi86Pr9F37 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi86Pr9F37 .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vi86Pr9F37 .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vi86Pr9F37 .label-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vi86Pr9F37 .label-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vi86Pr9F37 .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vi86Pr9F37 .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vi86Pr9F37 .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vi86Pr9F37 .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vi86Pr9F37 .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vi86Pr9F37 .image-wrapper img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vi86Pr9F37 .image-wrapper img {
    height: 300px;
  }
}
.cid-vi86Pr9F37 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vi86Pr9F37 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vi86Pr9F37 .title-wrapper .text-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-vi86Pr9F37 .title-wrapper .text-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vi86Pr9F37 .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vi86Pr9F37 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vi86Pr9F37 .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vi86Pr9F37 .title-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vi86Pr9F37 .mbr-label {
  color: #222f30;
}
.cid-vi86Pr9F37 .mbr-section-title {
  color: #222f30;
}
.cid-vi86Pr9F37 .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vi86Pr9F37 .mbr-text {
  color: #4f595a;
}
.cid-vi86PrHT0u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vi86PrHT0u .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi86PrHT0u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi86PrHT0u .content-wrap {
  margin: 0 -10px;
}
.cid-vi86PrHT0u .content-wrap .card {
  padding: 0 10px;
}
.cid-vi86PrHT0u .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vi86PrHT0u .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vi86PrHT0u .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vi86PrHT0u .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vi86PrHT0u .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vi86PrHT0u .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vi86PrHT0u .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vi86PrHT0u .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vi86PrHT0u .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vi86PrHT0u .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vi86PrHT0u .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vi86PrHT0u .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vi86PrHT0u .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vi86PrHT0u .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vi86PrHT0u .mbr-label {
  color: #222f30;
}
.cid-vi86PrHT0u .mbr-section-title {
  color: #222f30;
}
.cid-vi86PrHT0u .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vi86PrHT0u .mbr-text {
  color: #4f595a;
}
.cid-vi86PrHT0u .mbr-text,
.cid-vi86PrHT0u .text-wrapper {
  text-align: justify;
}
.cid-vi87NCwL2v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vi87NCwL2v .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi87NCwL2v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi87NCwL2v .content-wrap {
  margin: 0 -10px;
}
.cid-vi87NCwL2v .content-wrap .card {
  padding: 0 10px;
}
.cid-vi87NCwL2v .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vi87NCwL2v .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vi87NCwL2v .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vi87NCwL2v .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vi87NCwL2v .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vi87NCwL2v .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vi87NCwL2v .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vi87NCwL2v .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vi87NCwL2v .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vi87NCwL2v .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vi87NCwL2v .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vi87NCwL2v .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vi87NCwL2v .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vi87NCwL2v .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vi87NCwL2v .mbr-label {
  color: #222f30;
}
.cid-vi87NCwL2v .mbr-section-title {
  color: #222f30;
}
.cid-vi87NCwL2v .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vi87NCwL2v .mbr-text {
  color: #4f595a;
}
.cid-vi88Axu4x6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vi88Axu4x6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi88Axu4x6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi88Axu4x6 .content-wrap {
  margin: 0 -10px;
}
.cid-vi88Axu4x6 .content-wrap .card {
  padding: 0 10px;
}
.cid-vi88Axu4x6 .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vi88Axu4x6 .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vi88Axu4x6 .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vi88Axu4x6 .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vi88Axu4x6 .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vi88Axu4x6 .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vi88Axu4x6 .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vi88Axu4x6 .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vi88Axu4x6 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vi88Axu4x6 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vi88Axu4x6 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vi88Axu4x6 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vi88Axu4x6 .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vi88Axu4x6 .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vi88Axu4x6 .mbr-label {
  color: #222f30;
}
.cid-vi88Axu4x6 .mbr-section-title {
  color: #222f30;
}
.cid-vi88Axu4x6 .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vi88Axu4x6 .mbr-text {
  color: #4f595a;
}
.cid-vi88Axu4x6 .mbr-text,
.cid-vi88Axu4x6 .text-wrapper {
  text-align: justify;
}
#custom-html-7y {
  /* Type valid CSS here */
}
#custom-html-7y div {
  padding: 80px 0;
  color: #FF8C00;
  text-align: left;
}
#custom-html-7y p {
  font-size: 15px;
  color: #FF8C00;
}
.cid-vi86PvBAvV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background4.webp");
}
.cid-vi86PvBAvV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi86PvBAvV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi86PvBAvV .title-wrapper {
  margin-bottom: 320px;
}
@media (max-width: 992px) {
  .cid-vi86PvBAvV .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vi86PvBAvV .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vi86PvBAvV .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 0;
  margin-bottom: 320px;
}
@media (max-width: 992px) {
  .cid-vi86PvBAvV .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vi86PvBAvV .nav-wrapper .nav-wrap {
  position: relative;
  width: 33%;
  padding-left: 20px;
}
@media (max-width: 1440px) {
  .cid-vi86PvBAvV .nav-wrapper .nav-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vi86PvBAvV .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-vi86PvBAvV .nav-wrapper .nav-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease;
  opacity: .2;
}
.cid-vi86PvBAvV .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vi86PvBAvV .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-vi86PvBAvV .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vi86PvBAvV .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-vi86PvBAvV .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.cid-vi86PvBAvV .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-vi86PvBAvV .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vi86PvBAvV .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vi86PvBAvV .mbr-label {
  margin-bottom: 24px;
  color: #ffffff;
}
.cid-vi86PvBAvV .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vi86PvBAvV .mbr-section-title {
  color: #ffffff;
}
.cid-vi86PvBAvV .mbr-list-title {
  color: #ffffff;
}
.cid-vi86PvBAvV .list {
  color: #ffffff;
}
.cid-vi8apywqBS .navbar-dropdown {
  position: relative !important;
}
.cid-vi8apywqBS .navbar-dropdown {
  position: absolute !important;
}
.cid-vi8apywqBS .container-fluid {
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-vi8apywqBS .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-vi8apywqBS .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-vi8apywqBS .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vi8apywqBS .dropdown-item {
  border: none !important;
  background: #222f30 !important;
  color: #f7f7f5 !important;
  font-weight: 300;
}
.cid-vi8apywqBS .dropdown-item:hover,
.cid-vi8apywqBS .dropdown-item:focus {
  background: #222f30 !important;
  color: #f7f7f5 !important;
}
.cid-vi8apywqBS .dropdown-item:hover span {
  color: white;
}
.cid-vi8apywqBS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vi8apywqBS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vi8apywqBS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vi8apywqBS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vi8apywqBS .nav-link {
  position: relative;
}
.cid-vi8apywqBS .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vi8apywqBS .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vi8apywqBS .container {
    max-width: 1100px;
  }
}
.cid-vi8apywqBS .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vi8apywqBS .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vi8apywqBS .dropdown-menu,
.cid-vi8apywqBS .navbar.opened {
  background: #f7f7f5 !important;
  background: rgba(247, 247, 245, 0) !important;
}
.cid-vi8apywqBS .nav-item:focus,
.cid-vi8apywqBS .nav-link:focus {
  outline: none;
}
.cid-vi8apywqBS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vi8apywqBS .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vi8apywqBS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vi8apywqBS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vi8apywqBS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vi8apywqBS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vi8apywqBS .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 247, 245, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vi8apywqBS .navbar.opened {
  transition: all 0.3s;
}
.cid-vi8apywqBS .navbar .dropdown-item {
  padding: 10px 2rem 10px 17px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vi8apywqBS .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vi8apywqBS .navbar .navbar-logo img {
  width: auto;
}
.cid-vi8apywqBS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vi8apywqBS .navbar.collapsed {
  justify-content: center;
}
.cid-vi8apywqBS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vi8apywqBS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vi8apywqBS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vi8apywqBS .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vi8apywqBS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vi8apywqBS .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%;
  position: static;
}
.cid-vi8apywqBS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vi8apywqBS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vi8apywqBS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vi8apywqBS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vi8apywqBS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vi8apywqBS .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vi8apywqBS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vi8apywqBS .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vi8apywqBS .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%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vi8apywqBS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vi8apywqBS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vi8apywqBS .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vi8apywqBS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vi8apywqBS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vi8apywqBS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vi8apywqBS .navbar.navbar-short {
  min-height: 110px;
}
.cid-vi8apywqBS .navbar.navbar-short .navbar-brand {
  min-height: 110px;
}
.cid-vi8apywqBS .navbar-brand {
  min-height: 110px;
  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-vi8apywqBS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vi8apywqBS .navbar-brand .navbar-caption:hover,
.cid-vi8apywqBS .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vi8apywqBS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vi8apywqBS .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vi8apywqBS .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vi8apywqBS .dropdown-item.active,
.cid-vi8apywqBS .dropdown-item:active {
  background-color: transparent;
}
.cid-vi8apywqBS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vi8apywqBS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vi8apywqBS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vi8apywqBS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f5;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vi8apywqBS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vi8apywqBS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vi8apywqBS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vi8apywqBS ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
}
@media (min-width: 991px) {
  .cid-vi8apywqBS ul.navbar-nav {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .cid-vi8apywqBS ul.navbar-nav {
    padding: 10px;
  }
  .cid-vi8apywqBS ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vi8apywqBS .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vi8apywqBS .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vi8apywqBS .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vi8apywqBS .navbar-buttons {
    text-align: left;
  }
}
.cid-vi8apywqBS .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin: 0;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .cid-vi8apywqBS .navbar-buttons .btn {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .cid-vi8apywqBS .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vi8apywqBS button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 110px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vi8apywqBS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vi8apywqBS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vi8apywqBS button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vi8apywqBS button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vi8apywqBS button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vi8apywqBS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vi8apywqBS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vi8apywqBS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vi8apywqBS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vi8apywqBS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vi8apywqBS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vi8apywqBS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vi8apywqBS .navbar {
    height: 70px;
  }
  .cid-vi8apywqBS .navbar.opened {
    height: auto;
  }
  .cid-vi8apywqBS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vi8apywqBS .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vi8apywqBS .nav-item .nav-link {
  padding: 10px 17px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vi8apywqBS .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vi8apywqBS .nav-item .nav-link:hover {
  background-color: #f7f7f5;
  color: #222f30;
}
.cid-vi8apywqBS .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vi8apywqBS .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vi8apywqBS .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vi8apywqBS .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vi8apywqBS .navbar {
    justify-content: flex-start !important;
  }
  .cid-vi8apywqBS .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vi8apywqBS .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vi8apywqBS .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vi8apywqBS .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vi8apywqBS .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vi8apywqBS .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vi8apywqBS .content-wrap {
  min-height: 110px;
}
.cid-vi8apywqBS .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vi8apywqBS .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vi8apywqBS .menu-content {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(14px);
  position: relative;
  padding: 4px 12px;
}
@media (max-width: 992px) {
  .cid-vi8apywqBS .menu-content {
    width: 100%;
    flex-direction: column;
    padding: 10px 12px;
  }
}
.cid-vi8apywqBS .menu-content .blur-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .8;
  pointer-events: none;
}
.cid-vi8apBet3Q {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/family-1065x555.webp");
}
.cid-vi8apBet3Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi8apBet3Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi8apBet3Q .title-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-vi8apBet3Q .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vi8apBet3Q .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-vi8apBet3Q .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vi8apBet3Q .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vi8apBet3Q .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-vi8apBet3Q .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vi8apBet3Q .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vi8apBet3Q .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vi8apBet3Q .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vi8apBet3Q .mbr-text {
  margin-bottom: 0;
  color: #4f595a;
}
.cid-vi8apBet3Q .mbr-section-btn {
  margin-top: -9.6px;
}
@media (max-width: 992px) {
  .cid-vi8apBet3Q .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vi8apBet3Q .mbr-section-title {
  color: #222f30;
}
.cid-vi8apBet3Q .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vi8apBet3Q .mbr-section-subtitle,
.cid-vi8apBet3Q .subtitle-wrap {
  color: #ffffff;
}
.cid-vi8apBet3Q .mbr-section-title,
.cid-vi8apBet3Q .mbr-section-btn,
.cid-vi8apBet3Q .title-wrap {
  color: #ffffff;
}
.cid-vi8apBet3Q .mbr-text,
.cid-vi8apBet3Q .text-wrap {
  color: #ffffff;
}
.cid-vi8apBTnEK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vi8apBTnEK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi8apBTnEK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi8apBTnEK .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vi8apBTnEK .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vi8apBTnEK .label-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vi8apBTnEK .label-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vi8apBTnEK .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vi8apBTnEK .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vi8apBTnEK .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vi8apBTnEK .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vi8apBTnEK .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vi8apBTnEK .image-wrapper img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vi8apBTnEK .image-wrapper img {
    height: 300px;
  }
}
.cid-vi8apBTnEK .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vi8apBTnEK .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vi8apBTnEK .title-wrapper .text-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-vi8apBTnEK .title-wrapper .text-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vi8apBTnEK .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vi8apBTnEK .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vi8apBTnEK .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vi8apBTnEK .title-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vi8apBTnEK .mbr-label {
  color: #222f30;
}
.cid-vi8apBTnEK .mbr-section-title {
  color: #222f30;
}
.cid-vi8apBTnEK .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vi8apBTnEK .mbr-text {
  color: #4f595a;
}
.cid-vi8apCovOo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vi8apCovOo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi8apCovOo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi8apCovOo .content-wrap {
  margin: 0 -10px;
}
.cid-vi8apCovOo .content-wrap .card {
  padding: 0 10px;
}
.cid-vi8apCovOo .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vi8apCovOo .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vi8apCovOo .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vi8apCovOo .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vi8apCovOo .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vi8apCovOo .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vi8apCovOo .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vi8apCovOo .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vi8apCovOo .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vi8apCovOo .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vi8apCovOo .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vi8apCovOo .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vi8apCovOo .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vi8apCovOo .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vi8apCovOo .mbr-label {
  color: #222f30;
}
.cid-vi8apCovOo .mbr-section-title {
  color: #222f30;
}
.cid-vi8apCovOo .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vi8apCovOo .mbr-text {
  color: #4f595a;
}
.cid-vi8apCovOo .mbr-text,
.cid-vi8apCovOo .text-wrapper {
  text-align: justify;
}
.cid-vi8apCVIxr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vi8apCVIxr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi8apCVIxr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi8apCVIxr .content-wrap {
  margin: 0 -10px;
}
.cid-vi8apCVIxr .content-wrap .card {
  padding: 0 10px;
}
.cid-vi8apCVIxr .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vi8apCVIxr .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vi8apCVIxr .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vi8apCVIxr .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vi8apCVIxr .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vi8apCVIxr .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vi8apCVIxr .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vi8apCVIxr .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vi8apCVIxr .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vi8apCVIxr .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vi8apCVIxr .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vi8apCVIxr .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vi8apCVIxr .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vi8apCVIxr .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vi8apCVIxr .mbr-label {
  color: #222f30;
}
.cid-vi8apCVIxr .mbr-section-title {
  color: #222f30;
}
.cid-vi8apCVIxr .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vi8apCVIxr .mbr-text {
  color: #4f595a;
}
.cid-vi8apDxel9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vi8apDxel9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi8apDxel9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi8apDxel9 .content-wrap {
  margin: 0 -10px;
}
.cid-vi8apDxel9 .content-wrap .card {
  padding: 0 10px;
}
.cid-vi8apDxel9 .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vi8apDxel9 .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vi8apDxel9 .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vi8apDxel9 .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vi8apDxel9 .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vi8apDxel9 .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vi8apDxel9 .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vi8apDxel9 .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vi8apDxel9 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vi8apDxel9 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vi8apDxel9 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vi8apDxel9 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vi8apDxel9 .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vi8apDxel9 .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vi8apDxel9 .mbr-label {
  color: #222f30;
}
.cid-vi8apDxel9 .mbr-section-title {
  color: #222f30;
}
.cid-vi8apDxel9 .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vi8apDxel9 .mbr-text {
  color: #4f595a;
}
.cid-vi8apDxel9 .mbr-text,
.cid-vi8apDxel9 .text-wrapper {
  text-align: justify;
}
#custom-html-88 {
  /* Type valid CSS here */
}
#custom-html-88 div {
  padding: 80px 0;
  color: #FF8C00;
  text-align: left;
}
#custom-html-88 p {
  font-size: 15px;
  color: #FF8C00;
}
.cid-vi8apEjNqJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background4.webp");
}
.cid-vi8apEjNqJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi8apEjNqJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi8apEjNqJ .title-wrapper {
  margin-bottom: 320px;
}
@media (max-width: 992px) {
  .cid-vi8apEjNqJ .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vi8apEjNqJ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vi8apEjNqJ .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 0;
  margin-bottom: 320px;
}
@media (max-width: 992px) {
  .cid-vi8apEjNqJ .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vi8apEjNqJ .nav-wrapper .nav-wrap {
  position: relative;
  width: 33%;
  padding-left: 20px;
}
@media (max-width: 1440px) {
  .cid-vi8apEjNqJ .nav-wrapper .nav-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vi8apEjNqJ .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-vi8apEjNqJ .nav-wrapper .nav-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease;
  opacity: .2;
}
.cid-vi8apEjNqJ .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vi8apEjNqJ .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-vi8apEjNqJ .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vi8apEjNqJ .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-vi8apEjNqJ .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.cid-vi8apEjNqJ .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-vi8apEjNqJ .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vi8apEjNqJ .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vi8apEjNqJ .mbr-label {
  margin-bottom: 24px;
  color: #ffffff;
}
.cid-vi8apEjNqJ .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vi8apEjNqJ .mbr-section-title {
  color: #ffffff;
}
.cid-vi8apEjNqJ .mbr-list-title {
  color: #ffffff;
}
.cid-vi8apEjNqJ .list {
  color: #ffffff;
}
.cid-vi7G6xnIzM .navbar-dropdown {
  position: relative !important;
}
.cid-vi7G6xnIzM .navbar-dropdown {
  position: absolute !important;
}
.cid-vi7G6xnIzM .container-fluid {
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-vi7G6xnIzM .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-vi7G6xnIzM .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-vi7G6xnIzM .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vi7G6xnIzM .dropdown-item {
  border: none !important;
  background: #222f30 !important;
  color: #f7f7f5 !important;
  font-weight: 300;
}
.cid-vi7G6xnIzM .dropdown-item:hover,
.cid-vi7G6xnIzM .dropdown-item:focus {
  background: #222f30 !important;
  color: #f7f7f5 !important;
}
.cid-vi7G6xnIzM .dropdown-item:hover span {
  color: white;
}
.cid-vi7G6xnIzM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vi7G6xnIzM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vi7G6xnIzM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vi7G6xnIzM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vi7G6xnIzM .nav-link {
  position: relative;
}
.cid-vi7G6xnIzM .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vi7G6xnIzM .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vi7G6xnIzM .container {
    max-width: 1100px;
  }
}
.cid-vi7G6xnIzM .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vi7G6xnIzM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vi7G6xnIzM .dropdown-menu,
.cid-vi7G6xnIzM .navbar.opened {
  background: #f7f7f5 !important;
  background: rgba(247, 247, 245, 0) !important;
}
.cid-vi7G6xnIzM .nav-item:focus,
.cid-vi7G6xnIzM .nav-link:focus {
  outline: none;
}
.cid-vi7G6xnIzM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vi7G6xnIzM .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vi7G6xnIzM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vi7G6xnIzM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vi7G6xnIzM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vi7G6xnIzM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vi7G6xnIzM .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 247, 245, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vi7G6xnIzM .navbar.opened {
  transition: all 0.3s;
}
.cid-vi7G6xnIzM .navbar .dropdown-item {
  padding: 10px 2rem 10px 17px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vi7G6xnIzM .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vi7G6xnIzM .navbar .navbar-logo img {
  width: auto;
}
.cid-vi7G6xnIzM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vi7G6xnIzM .navbar.collapsed {
  justify-content: center;
}
.cid-vi7G6xnIzM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vi7G6xnIzM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vi7G6xnIzM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vi7G6xnIzM .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vi7G6xnIzM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vi7G6xnIzM .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%;
  position: static;
}
.cid-vi7G6xnIzM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vi7G6xnIzM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vi7G6xnIzM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vi7G6xnIzM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vi7G6xnIzM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vi7G6xnIzM .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vi7G6xnIzM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vi7G6xnIzM .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vi7G6xnIzM .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%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vi7G6xnIzM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vi7G6xnIzM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vi7G6xnIzM .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vi7G6xnIzM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vi7G6xnIzM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vi7G6xnIzM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vi7G6xnIzM .navbar.navbar-short {
  min-height: 110px;
}
.cid-vi7G6xnIzM .navbar.navbar-short .navbar-brand {
  min-height: 110px;
}
.cid-vi7G6xnIzM .navbar-brand {
  min-height: 110px;
  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-vi7G6xnIzM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vi7G6xnIzM .navbar-brand .navbar-caption:hover,
.cid-vi7G6xnIzM .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vi7G6xnIzM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vi7G6xnIzM .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vi7G6xnIzM .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vi7G6xnIzM .dropdown-item.active,
.cid-vi7G6xnIzM .dropdown-item:active {
  background-color: transparent;
}
.cid-vi7G6xnIzM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vi7G6xnIzM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vi7G6xnIzM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vi7G6xnIzM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f5;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vi7G6xnIzM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vi7G6xnIzM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vi7G6xnIzM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vi7G6xnIzM ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
}
@media (min-width: 991px) {
  .cid-vi7G6xnIzM ul.navbar-nav {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .cid-vi7G6xnIzM ul.navbar-nav {
    padding: 10px;
  }
  .cid-vi7G6xnIzM ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vi7G6xnIzM .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vi7G6xnIzM .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vi7G6xnIzM .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vi7G6xnIzM .navbar-buttons {
    text-align: left;
  }
}
.cid-vi7G6xnIzM .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin: 0;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .cid-vi7G6xnIzM .navbar-buttons .btn {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .cid-vi7G6xnIzM .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vi7G6xnIzM button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 110px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vi7G6xnIzM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vi7G6xnIzM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vi7G6xnIzM button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vi7G6xnIzM button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vi7G6xnIzM button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vi7G6xnIzM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vi7G6xnIzM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vi7G6xnIzM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vi7G6xnIzM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vi7G6xnIzM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vi7G6xnIzM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vi7G6xnIzM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vi7G6xnIzM .navbar {
    height: 70px;
  }
  .cid-vi7G6xnIzM .navbar.opened {
    height: auto;
  }
  .cid-vi7G6xnIzM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vi7G6xnIzM .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vi7G6xnIzM .nav-item .nav-link {
  padding: 10px 17px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vi7G6xnIzM .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vi7G6xnIzM .nav-item .nav-link:hover {
  background-color: #f7f7f5;
  color: #222f30;
}
.cid-vi7G6xnIzM .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vi7G6xnIzM .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vi7G6xnIzM .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vi7G6xnIzM .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vi7G6xnIzM .navbar {
    justify-content: flex-start !important;
  }
  .cid-vi7G6xnIzM .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vi7G6xnIzM .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vi7G6xnIzM .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vi7G6xnIzM .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vi7G6xnIzM .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vi7G6xnIzM .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vi7G6xnIzM .content-wrap {
  min-height: 110px;
}
.cid-vi7G6xnIzM .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vi7G6xnIzM .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vi7G6xnIzM .menu-content {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(14px);
  position: relative;
  padding: 4px 12px;
}
@media (max-width: 992px) {
  .cid-vi7G6xnIzM .menu-content {
    width: 100%;
    flex-direction: column;
    padding: 10px 12px;
  }
}
.cid-vi7G6xnIzM .menu-content .blur-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .8;
  pointer-events: none;
}
.cid-vi7G6xYR1T {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/family-1065x555.webp");
}
.cid-vi7G6xYR1T .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi7G6xYR1T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi7G6xYR1T .title-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-vi7G6xYR1T .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vi7G6xYR1T .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-vi7G6xYR1T .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vi7G6xYR1T .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vi7G6xYR1T .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-vi7G6xYR1T .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vi7G6xYR1T .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vi7G6xYR1T .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vi7G6xYR1T .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vi7G6xYR1T .mbr-text {
  margin-bottom: 0;
  color: #4f595a;
}
.cid-vi7G6xYR1T .mbr-section-btn {
  margin-top: -9.6px;
}
@media (max-width: 992px) {
  .cid-vi7G6xYR1T .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vi7G6xYR1T .mbr-section-title {
  color: #222f30;
}
.cid-vi7G6xYR1T .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vi7G6xYR1T .mbr-section-subtitle,
.cid-vi7G6xYR1T .subtitle-wrap {
  color: #ffffff;
}
.cid-vi7G6xYR1T .mbr-section-title,
.cid-vi7G6xYR1T .mbr-section-btn,
.cid-vi7G6xYR1T .title-wrap {
  color: #ffffff;
}
.cid-vi7G6xYR1T .mbr-text,
.cid-vi7G6xYR1T .text-wrap {
  color: #ffffff;
}
.cid-vi7G6z7ZA8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vi7G6z7ZA8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi7G6z7ZA8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi7G6z7ZA8 .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vi7G6z7ZA8 .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vi7G6z7ZA8 .label-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vi7G6z7ZA8 .label-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vi7G6z7ZA8 .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vi7G6z7ZA8 .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vi7G6z7ZA8 .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vi7G6z7ZA8 .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vi7G6z7ZA8 .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vi7G6z7ZA8 .image-wrapper img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vi7G6z7ZA8 .image-wrapper img {
    height: 300px;
  }
}
.cid-vi7G6z7ZA8 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vi7G6z7ZA8 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vi7G6z7ZA8 .title-wrapper .text-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-vi7G6z7ZA8 .title-wrapper .text-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vi7G6z7ZA8 .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vi7G6z7ZA8 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vi7G6z7ZA8 .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vi7G6z7ZA8 .title-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vi7G6z7ZA8 .mbr-label {
  color: #222f30;
}
.cid-vi7G6z7ZA8 .mbr-section-title {
  color: #222f30;
}
.cid-vi7G6z7ZA8 .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vi7G6z7ZA8 .mbr-text {
  color: #4f595a;
}
.cid-vi7G6zEUhN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vi7G6zEUhN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi7G6zEUhN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi7G6zEUhN .content-wrap {
  margin: 0 -10px;
}
.cid-vi7G6zEUhN .content-wrap .card {
  padding: 0 10px;
}
.cid-vi7G6zEUhN .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vi7G6zEUhN .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vi7G6zEUhN .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vi7G6zEUhN .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vi7G6zEUhN .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vi7G6zEUhN .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vi7G6zEUhN .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vi7G6zEUhN .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vi7G6zEUhN .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vi7G6zEUhN .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vi7G6zEUhN .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vi7G6zEUhN .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vi7G6zEUhN .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vi7G6zEUhN .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vi7G6zEUhN .mbr-label {
  color: #222f30;
}
.cid-vi7G6zEUhN .mbr-section-title {
  color: #222f30;
}
.cid-vi7G6zEUhN .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vi7G6zEUhN .mbr-text {
  color: #4f595a;
}
.cid-vi7G6zEUhN .mbr-text,
.cid-vi7G6zEUhN .text-wrapper {
  text-align: justify;
}
.cid-vi7G6AcD4P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vi7G6AcD4P .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi7G6AcD4P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi7G6AcD4P .content-wrap {
  margin: 0 -10px;
}
.cid-vi7G6AcD4P .content-wrap .card {
  padding: 0 10px;
}
.cid-vi7G6AcD4P .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vi7G6AcD4P .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vi7G6AcD4P .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vi7G6AcD4P .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vi7G6AcD4P .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vi7G6AcD4P .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vi7G6AcD4P .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vi7G6AcD4P .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vi7G6AcD4P .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vi7G6AcD4P .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vi7G6AcD4P .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vi7G6AcD4P .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vi7G6AcD4P .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vi7G6AcD4P .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vi7G6AcD4P .mbr-label {
  color: #222f30;
}
.cid-vi7G6AcD4P .mbr-section-title {
  color: #222f30;
}
.cid-vi7G6AcD4P .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vi7G6AcD4P .mbr-text {
  color: #4f595a;
}
.cid-vi7G6AcD4P .mbr-text,
.cid-vi7G6AcD4P .text-wrapper {
  text-align: justify;
}
#custom-html-73 {
  /* Type valid CSS here */
}
#custom-html-73 div {
  padding: 80px 0;
  color: #FF8C00;
  text-align: left;
}
#custom-html-73 p {
  font-size: 15px;
  color: #FF8C00;
}
.cid-vi7G6Me5vN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background4.webp");
}
.cid-vi7G6Me5vN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi7G6Me5vN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi7G6Me5vN .title-wrapper {
  margin-bottom: 320px;
}
@media (max-width: 992px) {
  .cid-vi7G6Me5vN .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vi7G6Me5vN .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vi7G6Me5vN .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 0;
  margin-bottom: 320px;
}
@media (max-width: 992px) {
  .cid-vi7G6Me5vN .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vi7G6Me5vN .nav-wrapper .nav-wrap {
  position: relative;
  width: 33%;
  padding-left: 20px;
}
@media (max-width: 1440px) {
  .cid-vi7G6Me5vN .nav-wrapper .nav-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vi7G6Me5vN .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-vi7G6Me5vN .nav-wrapper .nav-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease;
  opacity: .2;
}
.cid-vi7G6Me5vN .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vi7G6Me5vN .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-vi7G6Me5vN .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vi7G6Me5vN .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-vi7G6Me5vN .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.cid-vi7G6Me5vN .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-vi7G6Me5vN .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vi7G6Me5vN .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vi7G6Me5vN .mbr-label {
  margin-bottom: 24px;
  color: #ffffff;
}
.cid-vi7G6Me5vN .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vi7G6Me5vN .mbr-section-title {
  color: #ffffff;
}
.cid-vi7G6Me5vN .mbr-list-title {
  color: #ffffff;
}
.cid-vi7G6Me5vN .list {
  color: #ffffff;
}
.cid-vijlpL0xP2 .navbar-dropdown {
  position: relative !important;
}
.cid-vijlpL0xP2 .navbar-dropdown {
  position: absolute !important;
}
.cid-vijlpL0xP2 .container-fluid {
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-vijlpL0xP2 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-vijlpL0xP2 .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-vijlpL0xP2 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vijlpL0xP2 .dropdown-item {
  border: none !important;
  background: #222f30 !important;
  color: #f7f7f5 !important;
  font-weight: 300;
}
.cid-vijlpL0xP2 .dropdown-item:hover,
.cid-vijlpL0xP2 .dropdown-item:focus {
  background: #222f30 !important;
  color: #f7f7f5 !important;
}
.cid-vijlpL0xP2 .dropdown-item:hover span {
  color: white;
}
.cid-vijlpL0xP2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vijlpL0xP2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vijlpL0xP2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vijlpL0xP2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vijlpL0xP2 .nav-link {
  position: relative;
}
.cid-vijlpL0xP2 .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vijlpL0xP2 .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vijlpL0xP2 .container {
    max-width: 1100px;
  }
}
.cid-vijlpL0xP2 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vijlpL0xP2 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vijlpL0xP2 .dropdown-menu,
.cid-vijlpL0xP2 .navbar.opened {
  background: #f7f7f5 !important;
  background: rgba(247, 247, 245, 0) !important;
}
.cid-vijlpL0xP2 .nav-item:focus,
.cid-vijlpL0xP2 .nav-link:focus {
  outline: none;
}
.cid-vijlpL0xP2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vijlpL0xP2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vijlpL0xP2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vijlpL0xP2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vijlpL0xP2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vijlpL0xP2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vijlpL0xP2 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 247, 245, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vijlpL0xP2 .navbar.opened {
  transition: all 0.3s;
}
.cid-vijlpL0xP2 .navbar .dropdown-item {
  padding: 10px 2rem 10px 17px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vijlpL0xP2 .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vijlpL0xP2 .navbar .navbar-logo img {
  width: auto;
}
.cid-vijlpL0xP2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vijlpL0xP2 .navbar.collapsed {
  justify-content: center;
}
.cid-vijlpL0xP2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vijlpL0xP2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vijlpL0xP2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vijlpL0xP2 .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vijlpL0xP2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vijlpL0xP2 .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%;
  position: static;
}
.cid-vijlpL0xP2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vijlpL0xP2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vijlpL0xP2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vijlpL0xP2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vijlpL0xP2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vijlpL0xP2 .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vijlpL0xP2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vijlpL0xP2 .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vijlpL0xP2 .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%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vijlpL0xP2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vijlpL0xP2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vijlpL0xP2 .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vijlpL0xP2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vijlpL0xP2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vijlpL0xP2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vijlpL0xP2 .navbar.navbar-short {
  min-height: 110px;
}
.cid-vijlpL0xP2 .navbar.navbar-short .navbar-brand {
  min-height: 110px;
}
.cid-vijlpL0xP2 .navbar-brand {
  min-height: 110px;
  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-vijlpL0xP2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vijlpL0xP2 .navbar-brand .navbar-caption:hover,
.cid-vijlpL0xP2 .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vijlpL0xP2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vijlpL0xP2 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vijlpL0xP2 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vijlpL0xP2 .dropdown-item.active,
.cid-vijlpL0xP2 .dropdown-item:active {
  background-color: transparent;
}
.cid-vijlpL0xP2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vijlpL0xP2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vijlpL0xP2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vijlpL0xP2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f5;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vijlpL0xP2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vijlpL0xP2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vijlpL0xP2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vijlpL0xP2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
}
@media (min-width: 991px) {
  .cid-vijlpL0xP2 ul.navbar-nav {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .cid-vijlpL0xP2 ul.navbar-nav {
    padding: 10px;
  }
  .cid-vijlpL0xP2 ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vijlpL0xP2 .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vijlpL0xP2 .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vijlpL0xP2 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vijlpL0xP2 .navbar-buttons {
    text-align: left;
  }
}
.cid-vijlpL0xP2 .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin: 0;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .cid-vijlpL0xP2 .navbar-buttons .btn {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .cid-vijlpL0xP2 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vijlpL0xP2 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 110px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vijlpL0xP2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vijlpL0xP2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vijlpL0xP2 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vijlpL0xP2 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vijlpL0xP2 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vijlpL0xP2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vijlpL0xP2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vijlpL0xP2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vijlpL0xP2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vijlpL0xP2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vijlpL0xP2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vijlpL0xP2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vijlpL0xP2 .navbar {
    height: 70px;
  }
  .cid-vijlpL0xP2 .navbar.opened {
    height: auto;
  }
  .cid-vijlpL0xP2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vijlpL0xP2 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vijlpL0xP2 .nav-item .nav-link {
  padding: 10px 17px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vijlpL0xP2 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vijlpL0xP2 .nav-item .nav-link:hover {
  background-color: #f7f7f5;
  color: #222f30;
}
.cid-vijlpL0xP2 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vijlpL0xP2 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vijlpL0xP2 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vijlpL0xP2 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vijlpL0xP2 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vijlpL0xP2 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vijlpL0xP2 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vijlpL0xP2 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vijlpL0xP2 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vijlpL0xP2 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vijlpL0xP2 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vijlpL0xP2 .content-wrap {
  min-height: 110px;
}
.cid-vijlpL0xP2 .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vijlpL0xP2 .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vijlpL0xP2 .menu-content {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(14px);
  position: relative;
  padding: 4px 12px;
}
@media (max-width: 992px) {
  .cid-vijlpL0xP2 .menu-content {
    width: 100%;
    flex-direction: column;
    padding: 10px 12px;
  }
}
.cid-vijlpL0xP2 .menu-content .blur-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .8;
  pointer-events: none;
}
.cid-vijlpLF8lB {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/advanced-dermal-fillers-georgia-wellness-solutions-griffin-ga-544x237.webp");
}
.cid-vijlpLF8lB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vijlpLF8lB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vijlpLF8lB .title-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-vijlpLF8lB .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vijlpLF8lB .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-vijlpLF8lB .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vijlpLF8lB .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vijlpLF8lB .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-vijlpLF8lB .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vijlpLF8lB .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vijlpLF8lB .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vijlpLF8lB .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vijlpLF8lB .mbr-text {
  margin-bottom: 0;
  color: #4f595a;
}
.cid-vijlpLF8lB .mbr-section-btn {
  margin-top: -9.6px;
}
@media (max-width: 992px) {
  .cid-vijlpLF8lB .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vijlpLF8lB .mbr-section-title {
  color: #222f30;
}
.cid-vijlpLF8lB .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vijlpLF8lB .mbr-section-subtitle,
.cid-vijlpLF8lB .subtitle-wrap {
  color: #ffffff;
}
.cid-vijlpLF8lB .mbr-text,
.cid-vijlpLF8lB .text-wrap {
  color: #ffffff;
}
.cid-vijmwVzrlk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vijmwVzrlk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vijmwVzrlk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vijmwVzrlk .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vijmwVzrlk .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vijmwVzrlk .label-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vijmwVzrlk .label-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vijmwVzrlk .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vijmwVzrlk .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vijmwVzrlk .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vijmwVzrlk .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vijmwVzrlk .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vijmwVzrlk .image-wrapper img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vijmwVzrlk .image-wrapper img {
    height: 300px;
  }
}
.cid-vijmwVzrlk .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vijmwVzrlk .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vijmwVzrlk .title-wrapper .text-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-vijmwVzrlk .title-wrapper .text-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vijmwVzrlk .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vijmwVzrlk .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vijmwVzrlk .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vijmwVzrlk .title-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vijmwVzrlk .mbr-label {
  color: #222f30;
}
.cid-vijmwVzrlk .mbr-section-title {
  color: #222f30;
}
.cid-vijmwVzrlk .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vijmwVzrlk .mbr-text {
  color: #4f595a;
}
.cid-vijlpM6lnL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vijlpM6lnL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vijlpM6lnL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vijlpM6lnL .content-wrap {
  margin: 0 -10px;
}
.cid-vijlpM6lnL .content-wrap .card {
  padding: 0 10px;
}
.cid-vijlpM6lnL .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vijlpM6lnL .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vijlpM6lnL .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vijlpM6lnL .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vijlpM6lnL .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vijlpM6lnL .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vijlpM6lnL .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vijlpM6lnL .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vijlpM6lnL .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vijlpM6lnL .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vijlpM6lnL .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vijlpM6lnL .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vijlpM6lnL .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vijlpM6lnL .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vijlpM6lnL .mbr-label {
  color: #222f30;
}
.cid-vijlpM6lnL .mbr-section-title {
  color: #222f30;
}
.cid-vijlpM6lnL .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vijlpM6lnL .mbr-text {
  color: #4f595a;
}
.cid-vijlpM6lnL .mbr-text,
.cid-vijlpM6lnL .text-wrapper {
  text-align: justify;
}
.cid-vijlpMwpUt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vijlpMwpUt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vijlpMwpUt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vijlpMwpUt .content-wrap {
  margin: 0 -10px;
}
.cid-vijlpMwpUt .content-wrap .card {
  padding: 0 10px;
}
.cid-vijlpMwpUt .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vijlpMwpUt .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vijlpMwpUt .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vijlpMwpUt .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vijlpMwpUt .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vijlpMwpUt .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vijlpMwpUt .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vijlpMwpUt .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vijlpMwpUt .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vijlpMwpUt .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vijlpMwpUt .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vijlpMwpUt .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vijlpMwpUt .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vijlpMwpUt .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vijlpMwpUt .mbr-label {
  color: #222f30;
}
.cid-vijlpMwpUt .mbr-section-title {
  color: #222f30;
}
.cid-vijlpMwpUt .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vijlpMwpUt .mbr-text {
  color: #4f595a;
}
.cid-vijlpMwpUt .mbr-text,
.cid-vijlpMwpUt .text-wrapper {
  text-align: justify;
}
.cid-vijlpMT08t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vijlpMT08t .mbr-fallback-image.disabled {
  display: none;
}
.cid-vijlpMT08t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vijlpMT08t .content-wrap {
  margin: 0 -10px;
}
.cid-vijlpMT08t .content-wrap .card {
  padding: 0 10px;
}
.cid-vijlpMT08t .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vijlpMT08t .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vijlpMT08t .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vijlpMT08t .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vijlpMT08t .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vijlpMT08t .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vijlpMT08t .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vijlpMT08t .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vijlpMT08t .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vijlpMT08t .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vijlpMT08t .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vijlpMT08t .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vijlpMT08t .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vijlpMT08t .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vijlpMT08t .mbr-label {
  color: #222f30;
}
.cid-vijlpMT08t .mbr-section-title {
  color: #222f30;
}
.cid-vijlpMT08t .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vijlpMT08t .mbr-text {
  color: #4f595a;
}
.cid-vijlpMT08t .mbr-text,
.cid-vijlpMT08t .text-wrapper {
  text-align: justify;
}
.cid-vijlpNkTBu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vijlpNkTBu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vijlpNkTBu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vijlpNkTBu .content-wrap {
  margin: 0 -10px;
}
.cid-vijlpNkTBu .content-wrap .card {
  padding: 0 10px;
}
.cid-vijlpNkTBu .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vijlpNkTBu .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vijlpNkTBu .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vijlpNkTBu .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vijlpNkTBu .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vijlpNkTBu .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vijlpNkTBu .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vijlpNkTBu .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vijlpNkTBu .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vijlpNkTBu .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vijlpNkTBu .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vijlpNkTBu .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vijlpNkTBu .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vijlpNkTBu .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vijlpNkTBu .mbr-label {
  color: #222f30;
}
.cid-vijlpNkTBu .mbr-section-title {
  color: #222f30;
}
.cid-vijlpNkTBu .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vijlpNkTBu .mbr-text {
  color: #4f595a;
}
.cid-vijlpNkTBu .mbr-text,
.cid-vijlpNkTBu .text-wrapper {
  text-align: justify;
}
.cid-vijlpNNh7v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vijlpNNh7v .mbr-fallback-image.disabled {
  display: none;
}
.cid-vijlpNNh7v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vijlpNNh7v .content-wrap {
  margin: 0 -10px;
}
.cid-vijlpNNh7v .content-wrap .card {
  padding: 0 10px;
}
.cid-vijlpNNh7v .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vijlpNNh7v .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vijlpNNh7v .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vijlpNNh7v .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vijlpNNh7v .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vijlpNNh7v .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vijlpNNh7v .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vijlpNNh7v .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vijlpNNh7v .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vijlpNNh7v .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vijlpNNh7v .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vijlpNNh7v .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vijlpNNh7v .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vijlpNNh7v .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vijlpNNh7v .mbr-label {
  color: #222f30;
}
.cid-vijlpNNh7v .mbr-section-title {
  color: #222f30;
}
.cid-vijlpNNh7v .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vijlpNNh7v .mbr-text {
  color: #4f595a;
}
.cid-vijlpNNh7v .mbr-text,
.cid-vijlpNNh7v .text-wrapper {
  text-align: justify;
}
#custom-html-8y {
  /* Type valid CSS here */
}
#custom-html-8y div {
  padding: 80px 0;
  color: #FF8C00;
  text-align: left;
}
#custom-html-8y p {
  font-size: 15px;
  color: #FF8C00;
}
.cid-vijlpSlOMh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background4.webp");
}
.cid-vijlpSlOMh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vijlpSlOMh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vijlpSlOMh .title-wrapper {
  margin-bottom: 320px;
}
@media (max-width: 992px) {
  .cid-vijlpSlOMh .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vijlpSlOMh .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vijlpSlOMh .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 0;
  margin-bottom: 320px;
}
@media (max-width: 992px) {
  .cid-vijlpSlOMh .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vijlpSlOMh .nav-wrapper .nav-wrap {
  position: relative;
  width: 33%;
  padding-left: 20px;
}
@media (max-width: 1440px) {
  .cid-vijlpSlOMh .nav-wrapper .nav-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vijlpSlOMh .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-vijlpSlOMh .nav-wrapper .nav-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease;
  opacity: .2;
}
.cid-vijlpSlOMh .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vijlpSlOMh .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-vijlpSlOMh .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vijlpSlOMh .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-vijlpSlOMh .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.cid-vijlpSlOMh .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-vijlpSlOMh .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vijlpSlOMh .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vijlpSlOMh .mbr-label {
  margin-bottom: 24px;
  color: #ffffff;
}
.cid-vijlpSlOMh .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vijlpSlOMh .mbr-section-title {
  color: #ffffff;
}
.cid-vijlpSlOMh .mbr-list-title {
  color: #ffffff;
}
.cid-vijlpSlOMh .list {
  color: #ffffff;
}
.cid-vijBBT0mrO .navbar-dropdown {
  position: relative !important;
}
.cid-vijBBT0mrO .navbar-dropdown {
  position: absolute !important;
}
.cid-vijBBT0mrO .container-fluid {
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-vijBBT0mrO .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-vijBBT0mrO .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-vijBBT0mrO .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vijBBT0mrO .dropdown-item {
  border: none !important;
  background: #222f30 !important;
  color: #f7f7f5 !important;
  font-weight: 300;
}
.cid-vijBBT0mrO .dropdown-item:hover,
.cid-vijBBT0mrO .dropdown-item:focus {
  background: #222f30 !important;
  color: #f7f7f5 !important;
}
.cid-vijBBT0mrO .dropdown-item:hover span {
  color: white;
}
.cid-vijBBT0mrO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vijBBT0mrO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vijBBT0mrO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vijBBT0mrO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vijBBT0mrO .nav-link {
  position: relative;
}
.cid-vijBBT0mrO .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vijBBT0mrO .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vijBBT0mrO .container {
    max-width: 1100px;
  }
}
.cid-vijBBT0mrO .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vijBBT0mrO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vijBBT0mrO .dropdown-menu,
.cid-vijBBT0mrO .navbar.opened {
  background: #f7f7f5 !important;
  background: rgba(247, 247, 245, 0) !important;
}
.cid-vijBBT0mrO .nav-item:focus,
.cid-vijBBT0mrO .nav-link:focus {
  outline: none;
}
.cid-vijBBT0mrO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vijBBT0mrO .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vijBBT0mrO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vijBBT0mrO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vijBBT0mrO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vijBBT0mrO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vijBBT0mrO .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 247, 245, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vijBBT0mrO .navbar.opened {
  transition: all 0.3s;
}
.cid-vijBBT0mrO .navbar .dropdown-item {
  padding: 10px 2rem 10px 17px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vijBBT0mrO .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vijBBT0mrO .navbar .navbar-logo img {
  width: auto;
}
.cid-vijBBT0mrO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vijBBT0mrO .navbar.collapsed {
  justify-content: center;
}
.cid-vijBBT0mrO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vijBBT0mrO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vijBBT0mrO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vijBBT0mrO .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vijBBT0mrO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vijBBT0mrO .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%;
  position: static;
}
.cid-vijBBT0mrO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vijBBT0mrO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vijBBT0mrO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vijBBT0mrO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vijBBT0mrO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vijBBT0mrO .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vijBBT0mrO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vijBBT0mrO .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vijBBT0mrO .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%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vijBBT0mrO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vijBBT0mrO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vijBBT0mrO .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vijBBT0mrO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vijBBT0mrO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vijBBT0mrO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vijBBT0mrO .navbar.navbar-short {
  min-height: 110px;
}
.cid-vijBBT0mrO .navbar.navbar-short .navbar-brand {
  min-height: 110px;
}
.cid-vijBBT0mrO .navbar-brand {
  min-height: 110px;
  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-vijBBT0mrO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vijBBT0mrO .navbar-brand .navbar-caption:hover,
.cid-vijBBT0mrO .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vijBBT0mrO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vijBBT0mrO .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vijBBT0mrO .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vijBBT0mrO .dropdown-item.active,
.cid-vijBBT0mrO .dropdown-item:active {
  background-color: transparent;
}
.cid-vijBBT0mrO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vijBBT0mrO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vijBBT0mrO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vijBBT0mrO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f5;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vijBBT0mrO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vijBBT0mrO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vijBBT0mrO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vijBBT0mrO ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
}
@media (min-width: 991px) {
  .cid-vijBBT0mrO ul.navbar-nav {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .cid-vijBBT0mrO ul.navbar-nav {
    padding: 10px;
  }
  .cid-vijBBT0mrO ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vijBBT0mrO .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vijBBT0mrO .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vijBBT0mrO .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vijBBT0mrO .navbar-buttons {
    text-align: left;
  }
}
.cid-vijBBT0mrO .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin: 0;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .cid-vijBBT0mrO .navbar-buttons .btn {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .cid-vijBBT0mrO .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vijBBT0mrO button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 110px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vijBBT0mrO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vijBBT0mrO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vijBBT0mrO button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vijBBT0mrO button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vijBBT0mrO button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vijBBT0mrO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vijBBT0mrO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vijBBT0mrO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vijBBT0mrO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vijBBT0mrO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vijBBT0mrO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vijBBT0mrO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vijBBT0mrO .navbar {
    height: 70px;
  }
  .cid-vijBBT0mrO .navbar.opened {
    height: auto;
  }
  .cid-vijBBT0mrO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vijBBT0mrO .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vijBBT0mrO .nav-item .nav-link {
  padding: 10px 17px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vijBBT0mrO .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vijBBT0mrO .nav-item .nav-link:hover {
  background-color: #f7f7f5;
  color: #222f30;
}
.cid-vijBBT0mrO .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vijBBT0mrO .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vijBBT0mrO .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vijBBT0mrO .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vijBBT0mrO .navbar {
    justify-content: flex-start !important;
  }
  .cid-vijBBT0mrO .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vijBBT0mrO .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vijBBT0mrO .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vijBBT0mrO .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vijBBT0mrO .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vijBBT0mrO .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vijBBT0mrO .content-wrap {
  min-height: 110px;
}
.cid-vijBBT0mrO .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vijBBT0mrO .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vijBBT0mrO .menu-content {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(14px);
  position: relative;
  padding: 4px 12px;
}
@media (max-width: 992px) {
  .cid-vijBBT0mrO .menu-content {
    width: 100%;
    flex-direction: column;
    padding: 10px 12px;
  }
}
.cid-vijBBT0mrO .menu-content .blur-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .8;
  pointer-events: none;
}
.cid-vijBBU4bTf {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/advanced-dermal-fillers-georgia-wellness-solutions-griffin-ga-544x237.webp");
}
.cid-vijBBU4bTf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vijBBU4bTf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vijBBU4bTf .title-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-vijBBU4bTf .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vijBBU4bTf .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-vijBBU4bTf .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vijBBU4bTf .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vijBBU4bTf .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-vijBBU4bTf .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vijBBU4bTf .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vijBBU4bTf .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vijBBU4bTf .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vijBBU4bTf .mbr-text {
  margin-bottom: 0;
  color: #4f595a;
}
.cid-vijBBU4bTf .mbr-section-btn {
  margin-top: -9.6px;
}
@media (max-width: 992px) {
  .cid-vijBBU4bTf .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vijBBU4bTf .mbr-section-title {
  color: #222f30;
}
.cid-vijBBU4bTf .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vijBBU4bTf .mbr-section-subtitle,
.cid-vijBBU4bTf .subtitle-wrap {
  color: #ffffff;
}
.cid-vijBBU4bTf .mbr-text,
.cid-vijBBU4bTf .text-wrap {
  color: #ffffff;
}
.cid-vijBBUNSsj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vijBBUNSsj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vijBBUNSsj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vijBBUNSsj .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vijBBUNSsj .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vijBBUNSsj .label-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vijBBUNSsj .label-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vijBBUNSsj .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vijBBUNSsj .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vijBBUNSsj .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vijBBUNSsj .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vijBBUNSsj .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vijBBUNSsj .image-wrapper img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vijBBUNSsj .image-wrapper img {
    height: 300px;
  }
}
.cid-vijBBUNSsj .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vijBBUNSsj .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vijBBUNSsj .title-wrapper .text-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-vijBBUNSsj .title-wrapper .text-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vijBBUNSsj .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vijBBUNSsj .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vijBBUNSsj .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vijBBUNSsj .title-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vijBBUNSsj .mbr-label {
  color: #222f30;
}
.cid-vijBBUNSsj .mbr-section-title {
  color: #222f30;
}
.cid-vijBBUNSsj .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vijBBUNSsj .mbr-text {
  color: #4f595a;
}
.cid-vijBBVljc7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vijBBVljc7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vijBBVljc7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vijBBVljc7 .content-wrap {
  margin: 0 -10px;
}
.cid-vijBBVljc7 .content-wrap .card {
  padding: 0 10px;
}
.cid-vijBBVljc7 .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vijBBVljc7 .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vijBBVljc7 .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vijBBVljc7 .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vijBBVljc7 .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vijBBVljc7 .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vijBBVljc7 .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vijBBVljc7 .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vijBBVljc7 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vijBBVljc7 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vijBBVljc7 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vijBBVljc7 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vijBBVljc7 .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vijBBVljc7 .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vijBBVljc7 .mbr-label {
  color: #222f30;
}
.cid-vijBBVljc7 .mbr-section-title {
  color: #222f30;
}
.cid-vijBBVljc7 .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vijBBVljc7 .mbr-text {
  color: #4f595a;
}
.cid-vijBBVljc7 .mbr-text,
.cid-vijBBVljc7 .text-wrapper {
  text-align: justify;
}
.cid-vijBBVSvFD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vijBBVSvFD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vijBBVSvFD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vijBBVSvFD .content-wrap {
  margin: 0 -10px;
}
.cid-vijBBVSvFD .content-wrap .card {
  padding: 0 10px;
}
.cid-vijBBVSvFD .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vijBBVSvFD .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vijBBVSvFD .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vijBBVSvFD .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vijBBVSvFD .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vijBBVSvFD .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vijBBVSvFD .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vijBBVSvFD .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vijBBVSvFD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vijBBVSvFD .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vijBBVSvFD .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vijBBVSvFD .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vijBBVSvFD .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vijBBVSvFD .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vijBBVSvFD .mbr-label {
  color: #222f30;
}
.cid-vijBBVSvFD .mbr-section-title {
  color: #222f30;
}
.cid-vijBBVSvFD .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vijBBVSvFD .mbr-text {
  color: #4f595a;
}
.cid-vijBBVSvFD .mbr-text,
.cid-vijBBVSvFD .text-wrapper {
  text-align: justify;
}
.cid-vijBBWnc0O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vijBBWnc0O .mbr-fallback-image.disabled {
  display: none;
}
.cid-vijBBWnc0O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vijBBWnc0O .content-wrap {
  margin: 0 -10px;
}
.cid-vijBBWnc0O .content-wrap .card {
  padding: 0 10px;
}
.cid-vijBBWnc0O .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vijBBWnc0O .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vijBBWnc0O .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vijBBWnc0O .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vijBBWnc0O .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vijBBWnc0O .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vijBBWnc0O .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vijBBWnc0O .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vijBBWnc0O .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vijBBWnc0O .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vijBBWnc0O .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vijBBWnc0O .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vijBBWnc0O .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vijBBWnc0O .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vijBBWnc0O .mbr-label {
  color: #222f30;
}
.cid-vijBBWnc0O .mbr-section-title {
  color: #222f30;
}
.cid-vijBBWnc0O .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vijBBWnc0O .mbr-text {
  color: #4f595a;
}
.cid-vijBBWnc0O .mbr-text,
.cid-vijBBWnc0O .text-wrapper {
  text-align: justify;
}
.cid-vijBBWT837 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vijBBWT837 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vijBBWT837 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vijBBWT837 .content-wrap {
  margin: 0 -10px;
}
.cid-vijBBWT837 .content-wrap .card {
  padding: 0 10px;
}
.cid-vijBBWT837 .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vijBBWT837 .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vijBBWT837 .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vijBBWT837 .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vijBBWT837 .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vijBBWT837 .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vijBBWT837 .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vijBBWT837 .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vijBBWT837 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vijBBWT837 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vijBBWT837 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vijBBWT837 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vijBBWT837 .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vijBBWT837 .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vijBBWT837 .mbr-label {
  color: #222f30;
}
.cid-vijBBWT837 .mbr-section-title {
  color: #222f30;
}
.cid-vijBBWT837 .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vijBBWT837 .mbr-text {
  color: #4f595a;
}
.cid-vijBBWT837 .mbr-text,
.cid-vijBBWT837 .text-wrapper {
  text-align: justify;
}
.cid-vijBBXDNbJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vijBBXDNbJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vijBBXDNbJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vijBBXDNbJ .content-wrap {
  margin: 0 -10px;
}
.cid-vijBBXDNbJ .content-wrap .card {
  padding: 0 10px;
}
.cid-vijBBXDNbJ .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vijBBXDNbJ .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vijBBXDNbJ .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vijBBXDNbJ .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vijBBXDNbJ .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vijBBXDNbJ .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vijBBXDNbJ .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vijBBXDNbJ .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vijBBXDNbJ .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vijBBXDNbJ .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vijBBXDNbJ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vijBBXDNbJ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vijBBXDNbJ .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vijBBXDNbJ .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vijBBXDNbJ .mbr-label {
  color: #222f30;
}
.cid-vijBBXDNbJ .mbr-section-title {
  color: #222f30;
}
.cid-vijBBXDNbJ .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vijBBXDNbJ .mbr-text {
  color: #4f595a;
}
.cid-vijBBXDNbJ .mbr-text,
.cid-vijBBXDNbJ .text-wrapper {
  text-align: justify;
}
#custom-html-99 {
  /* Type valid CSS here */
}
#custom-html-99 div {
  padding: 80px 0;
  color: #FF8C00;
  text-align: left;
}
#custom-html-99 p {
  font-size: 15px;
  color: #FF8C00;
}
.cid-vijBBYiwRC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background4.webp");
}
.cid-vijBBYiwRC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vijBBYiwRC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vijBBYiwRC .title-wrapper {
  margin-bottom: 320px;
}
@media (max-width: 992px) {
  .cid-vijBBYiwRC .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vijBBYiwRC .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vijBBYiwRC .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 0;
  margin-bottom: 320px;
}
@media (max-width: 992px) {
  .cid-vijBBYiwRC .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vijBBYiwRC .nav-wrapper .nav-wrap {
  position: relative;
  width: 33%;
  padding-left: 20px;
}
@media (max-width: 1440px) {
  .cid-vijBBYiwRC .nav-wrapper .nav-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vijBBYiwRC .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-vijBBYiwRC .nav-wrapper .nav-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease;
  opacity: .2;
}
.cid-vijBBYiwRC .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vijBBYiwRC .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-vijBBYiwRC .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vijBBYiwRC .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-vijBBYiwRC .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.cid-vijBBYiwRC .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-vijBBYiwRC .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vijBBYiwRC .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vijBBYiwRC .mbr-label {
  margin-bottom: 24px;
  color: #ffffff;
}
.cid-vijBBYiwRC .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vijBBYiwRC .mbr-section-title {
  color: #ffffff;
}
.cid-vijBBYiwRC .mbr-list-title {
  color: #ffffff;
}
.cid-vijBBYiwRC .list {
  color: #ffffff;
}
.cid-vijFSYHmAX .navbar-dropdown {
  position: relative !important;
}
.cid-vijFSYHmAX .navbar-dropdown {
  position: absolute !important;
}
.cid-vijFSYHmAX .container-fluid {
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-vijFSYHmAX .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-vijFSYHmAX .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-vijFSYHmAX .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vijFSYHmAX .dropdown-item {
  border: none !important;
  background: #222f30 !important;
  color: #f7f7f5 !important;
  font-weight: 300;
}
.cid-vijFSYHmAX .dropdown-item:hover,
.cid-vijFSYHmAX .dropdown-item:focus {
  background: #222f30 !important;
  color: #f7f7f5 !important;
}
.cid-vijFSYHmAX .dropdown-item:hover span {
  color: white;
}
.cid-vijFSYHmAX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vijFSYHmAX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vijFSYHmAX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vijFSYHmAX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vijFSYHmAX .nav-link {
  position: relative;
}
.cid-vijFSYHmAX .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vijFSYHmAX .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vijFSYHmAX .container {
    max-width: 1100px;
  }
}
.cid-vijFSYHmAX .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vijFSYHmAX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vijFSYHmAX .dropdown-menu,
.cid-vijFSYHmAX .navbar.opened {
  background: #f7f7f5 !important;
  background: rgba(247, 247, 245, 0) !important;
}
.cid-vijFSYHmAX .nav-item:focus,
.cid-vijFSYHmAX .nav-link:focus {
  outline: none;
}
.cid-vijFSYHmAX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vijFSYHmAX .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vijFSYHmAX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vijFSYHmAX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vijFSYHmAX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vijFSYHmAX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vijFSYHmAX .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 247, 245, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vijFSYHmAX .navbar.opened {
  transition: all 0.3s;
}
.cid-vijFSYHmAX .navbar .dropdown-item {
  padding: 10px 2rem 10px 17px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vijFSYHmAX .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vijFSYHmAX .navbar .navbar-logo img {
  width: auto;
}
.cid-vijFSYHmAX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vijFSYHmAX .navbar.collapsed {
  justify-content: center;
}
.cid-vijFSYHmAX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vijFSYHmAX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vijFSYHmAX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vijFSYHmAX .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vijFSYHmAX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vijFSYHmAX .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%;
  position: static;
}
.cid-vijFSYHmAX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vijFSYHmAX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vijFSYHmAX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vijFSYHmAX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vijFSYHmAX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vijFSYHmAX .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vijFSYHmAX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vijFSYHmAX .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vijFSYHmAX .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%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vijFSYHmAX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vijFSYHmAX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vijFSYHmAX .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vijFSYHmAX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vijFSYHmAX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vijFSYHmAX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vijFSYHmAX .navbar.navbar-short {
  min-height: 110px;
}
.cid-vijFSYHmAX .navbar.navbar-short .navbar-brand {
  min-height: 110px;
}
.cid-vijFSYHmAX .navbar-brand {
  min-height: 110px;
  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-vijFSYHmAX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vijFSYHmAX .navbar-brand .navbar-caption:hover,
.cid-vijFSYHmAX .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vijFSYHmAX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vijFSYHmAX .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vijFSYHmAX .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vijFSYHmAX .dropdown-item.active,
.cid-vijFSYHmAX .dropdown-item:active {
  background-color: transparent;
}
.cid-vijFSYHmAX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vijFSYHmAX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vijFSYHmAX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vijFSYHmAX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f5;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vijFSYHmAX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vijFSYHmAX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vijFSYHmAX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vijFSYHmAX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
}
@media (min-width: 991px) {
  .cid-vijFSYHmAX ul.navbar-nav {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .cid-vijFSYHmAX ul.navbar-nav {
    padding: 10px;
  }
  .cid-vijFSYHmAX ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vijFSYHmAX .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vijFSYHmAX .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vijFSYHmAX .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vijFSYHmAX .navbar-buttons {
    text-align: left;
  }
}
.cid-vijFSYHmAX .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin: 0;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .cid-vijFSYHmAX .navbar-buttons .btn {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .cid-vijFSYHmAX .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vijFSYHmAX button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 110px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vijFSYHmAX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vijFSYHmAX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vijFSYHmAX button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vijFSYHmAX button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vijFSYHmAX button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vijFSYHmAX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vijFSYHmAX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vijFSYHmAX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vijFSYHmAX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vijFSYHmAX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vijFSYHmAX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vijFSYHmAX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vijFSYHmAX .navbar {
    height: 70px;
  }
  .cid-vijFSYHmAX .navbar.opened {
    height: auto;
  }
  .cid-vijFSYHmAX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vijFSYHmAX .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vijFSYHmAX .nav-item .nav-link {
  padding: 10px 17px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vijFSYHmAX .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vijFSYHmAX .nav-item .nav-link:hover {
  background-color: #f7f7f5;
  color: #222f30;
}
.cid-vijFSYHmAX .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vijFSYHmAX .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vijFSYHmAX .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vijFSYHmAX .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vijFSYHmAX .navbar {
    justify-content: flex-start !important;
  }
  .cid-vijFSYHmAX .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vijFSYHmAX .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vijFSYHmAX .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vijFSYHmAX .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vijFSYHmAX .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vijFSYHmAX .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vijFSYHmAX .content-wrap {
  min-height: 110px;
}
.cid-vijFSYHmAX .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vijFSYHmAX .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vijFSYHmAX .menu-content {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(14px);
  position: relative;
  padding: 4px 12px;
}
@media (max-width: 992px) {
  .cid-vijFSYHmAX .menu-content {
    width: 100%;
    flex-direction: column;
    padding: 10px 12px;
  }
}
.cid-vijFSYHmAX .menu-content .blur-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .8;
  pointer-events: none;
}
.cid-vijFSZQ7qa {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/advanced-dermal-fillers-georgia-wellness-solutions-griffin-ga-544x237.webp");
}
.cid-vijFSZQ7qa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vijFSZQ7qa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vijFSZQ7qa .title-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-vijFSZQ7qa .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vijFSZQ7qa .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-vijFSZQ7qa .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vijFSZQ7qa .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vijFSZQ7qa .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-vijFSZQ7qa .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vijFSZQ7qa .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vijFSZQ7qa .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vijFSZQ7qa .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vijFSZQ7qa .mbr-text {
  margin-bottom: 0;
  color: #4f595a;
}
.cid-vijFSZQ7qa .mbr-section-btn {
  margin-top: -9.6px;
}
@media (max-width: 992px) {
  .cid-vijFSZQ7qa .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vijFSZQ7qa .mbr-section-title {
  color: #222f30;
}
.cid-vijFSZQ7qa .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vijFSZQ7qa .mbr-section-subtitle,
.cid-vijFSZQ7qa .subtitle-wrap {
  color: #ffffff;
}
.cid-vijFSZQ7qa .mbr-text,
.cid-vijFSZQ7qa .text-wrap {
  color: #ffffff;
}
.cid-vijFT0q5K3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vijFT0q5K3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vijFT0q5K3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vijFT0q5K3 .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vijFT0q5K3 .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vijFT0q5K3 .label-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vijFT0q5K3 .label-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vijFT0q5K3 .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vijFT0q5K3 .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vijFT0q5K3 .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vijFT0q5K3 .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vijFT0q5K3 .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vijFT0q5K3 .image-wrapper img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vijFT0q5K3 .image-wrapper img {
    height: 300px;
  }
}
.cid-vijFT0q5K3 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vijFT0q5K3 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vijFT0q5K3 .title-wrapper .text-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-vijFT0q5K3 .title-wrapper .text-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vijFT0q5K3 .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vijFT0q5K3 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vijFT0q5K3 .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vijFT0q5K3 .title-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vijFT0q5K3 .mbr-label {
  color: #222f30;
}
.cid-vijFT0q5K3 .mbr-section-title {
  color: #222f30;
}
.cid-vijFT0q5K3 .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vijFT0q5K3 .mbr-text {
  color: #4f595a;
}
.cid-vijFT0ZIEy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vijFT0ZIEy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vijFT0ZIEy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vijFT0ZIEy .content-wrap {
  margin: 0 -10px;
}
.cid-vijFT0ZIEy .content-wrap .card {
  padding: 0 10px;
}
.cid-vijFT0ZIEy .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vijFT0ZIEy .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vijFT0ZIEy .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vijFT0ZIEy .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vijFT0ZIEy .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vijFT0ZIEy .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vijFT0ZIEy .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vijFT0ZIEy .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vijFT0ZIEy .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vijFT0ZIEy .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vijFT0ZIEy .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vijFT0ZIEy .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vijFT0ZIEy .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vijFT0ZIEy .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vijFT0ZIEy .mbr-label {
  color: #222f30;
}
.cid-vijFT0ZIEy .mbr-section-title {
  color: #222f30;
}
.cid-vijFT0ZIEy .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vijFT0ZIEy .mbr-text {
  color: #4f595a;
}
.cid-vijFT0ZIEy .mbr-text,
.cid-vijFT0ZIEy .text-wrapper {
  text-align: justify;
}
.cid-vijFT1sS3L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vijFT1sS3L .mbr-fallback-image.disabled {
  display: none;
}
.cid-vijFT1sS3L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vijFT1sS3L .content-wrap {
  margin: 0 -10px;
}
.cid-vijFT1sS3L .content-wrap .card {
  padding: 0 10px;
}
.cid-vijFT1sS3L .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vijFT1sS3L .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vijFT1sS3L .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vijFT1sS3L .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vijFT1sS3L .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vijFT1sS3L .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vijFT1sS3L .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vijFT1sS3L .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vijFT1sS3L .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vijFT1sS3L .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vijFT1sS3L .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vijFT1sS3L .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vijFT1sS3L .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vijFT1sS3L .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vijFT1sS3L .mbr-label {
  color: #222f30;
}
.cid-vijFT1sS3L .mbr-section-title {
  color: #222f30;
}
.cid-vijFT1sS3L .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vijFT1sS3L .mbr-text {
  color: #4f595a;
}
.cid-vijFT1sS3L .mbr-text,
.cid-vijFT1sS3L .text-wrapper {
  text-align: justify;
}
.cid-vijFT1Vaea {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vijFT1Vaea .mbr-fallback-image.disabled {
  display: none;
}
.cid-vijFT1Vaea .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vijFT1Vaea .content-wrap {
  margin: 0 -10px;
}
.cid-vijFT1Vaea .content-wrap .card {
  padding: 0 10px;
}
.cid-vijFT1Vaea .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vijFT1Vaea .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vijFT1Vaea .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vijFT1Vaea .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vijFT1Vaea .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vijFT1Vaea .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vijFT1Vaea .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vijFT1Vaea .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vijFT1Vaea .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vijFT1Vaea .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vijFT1Vaea .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vijFT1Vaea .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vijFT1Vaea .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vijFT1Vaea .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vijFT1Vaea .mbr-label {
  color: #222f30;
}
.cid-vijFT1Vaea .mbr-section-title {
  color: #222f30;
}
.cid-vijFT1Vaea .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vijFT1Vaea .mbr-text {
  color: #4f595a;
}
.cid-vijFT1Vaea .mbr-text,
.cid-vijFT1Vaea .text-wrapper {
  text-align: justify;
}
.cid-vijFT2lYfM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vijFT2lYfM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vijFT2lYfM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vijFT2lYfM .content-wrap {
  margin: 0 -10px;
}
.cid-vijFT2lYfM .content-wrap .card {
  padding: 0 10px;
}
.cid-vijFT2lYfM .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vijFT2lYfM .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vijFT2lYfM .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vijFT2lYfM .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vijFT2lYfM .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vijFT2lYfM .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vijFT2lYfM .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vijFT2lYfM .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vijFT2lYfM .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vijFT2lYfM .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vijFT2lYfM .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vijFT2lYfM .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vijFT2lYfM .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vijFT2lYfM .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vijFT2lYfM .mbr-label {
  color: #222f30;
}
.cid-vijFT2lYfM .mbr-section-title {
  color: #222f30;
}
.cid-vijFT2lYfM .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vijFT2lYfM .mbr-text {
  color: #4f595a;
}
.cid-vijFT2lYfM .mbr-text,
.cid-vijFT2lYfM .text-wrapper {
  text-align: justify;
}
.cid-vijFT2KVGZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vijFT2KVGZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vijFT2KVGZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vijFT2KVGZ .content-wrap {
  margin: 0 -10px;
}
.cid-vijFT2KVGZ .content-wrap .card {
  padding: 0 10px;
}
.cid-vijFT2KVGZ .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vijFT2KVGZ .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vijFT2KVGZ .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vijFT2KVGZ .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vijFT2KVGZ .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vijFT2KVGZ .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vijFT2KVGZ .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vijFT2KVGZ .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vijFT2KVGZ .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vijFT2KVGZ .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vijFT2KVGZ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vijFT2KVGZ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vijFT2KVGZ .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vijFT2KVGZ .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vijFT2KVGZ .mbr-label {
  color: #222f30;
}
.cid-vijFT2KVGZ .mbr-section-title {
  color: #222f30;
}
.cid-vijFT2KVGZ .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vijFT2KVGZ .mbr-text {
  color: #4f595a;
}
.cid-vijFT2KVGZ .mbr-text,
.cid-vijFT2KVGZ .text-wrapper {
  text-align: justify;
}
.cid-vijJlu0EmW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vijJlu0EmW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vijJlu0EmW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vijJlu0EmW .content-wrap {
  margin: 0 -10px;
}
.cid-vijJlu0EmW .content-wrap .card {
  padding: 0 10px;
}
.cid-vijJlu0EmW .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vijJlu0EmW .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vijJlu0EmW .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vijJlu0EmW .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vijJlu0EmW .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vijJlu0EmW .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vijJlu0EmW .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vijJlu0EmW .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vijJlu0EmW .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vijJlu0EmW .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vijJlu0EmW .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vijJlu0EmW .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vijJlu0EmW .title-wrapper .mbr-section-btn {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-vijJlu0EmW .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vijJlu0EmW .mbr-label {
  color: #222f30;
}
.cid-vijJlu0EmW .mbr-section-title {
  color: #222f30;
}
.cid-vijJlu0EmW .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vijJlu0EmW .mbr-text {
  color: #4f595a;
}
.cid-vijJlu0EmW .mbr-text,
.cid-vijJlu0EmW .text-wrapper {
  text-align: justify;
}
#custom-html-9j {
  /* Type valid CSS here */
}
#custom-html-9j div {
  padding: 80px 0;
  color: #FF8C00;
  text-align: left;
}
#custom-html-9j p {
  font-size: 15px;
  color: #FF8C00;
}
.cid-vijFT3oQjS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background4.webp");
}
.cid-vijFT3oQjS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vijFT3oQjS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vijFT3oQjS .title-wrapper {
  margin-bottom: 320px;
}
@media (max-width: 992px) {
  .cid-vijFT3oQjS .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vijFT3oQjS .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vijFT3oQjS .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 0;
  margin-bottom: 320px;
}
@media (max-width: 992px) {
  .cid-vijFT3oQjS .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vijFT3oQjS .nav-wrapper .nav-wrap {
  position: relative;
  width: 33%;
  padding-left: 20px;
}
@media (max-width: 1440px) {
  .cid-vijFT3oQjS .nav-wrapper .nav-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vijFT3oQjS .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-vijFT3oQjS .nav-wrapper .nav-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease;
  opacity: .2;
}
.cid-vijFT3oQjS .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vijFT3oQjS .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-vijFT3oQjS .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vijFT3oQjS .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-vijFT3oQjS .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.cid-vijFT3oQjS .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-vijFT3oQjS .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vijFT3oQjS .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vijFT3oQjS .mbr-label {
  margin-bottom: 24px;
  color: #ffffff;
}
.cid-vijFT3oQjS .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vijFT3oQjS .mbr-section-title {
  color: #ffffff;
}
.cid-vijFT3oQjS .mbr-list-title {
  color: #ffffff;
}
.cid-vijFT3oQjS .list {
  color: #ffffff;
}
