.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Host Grotesk;
}
.display-1 {
  font-family: 'Arimo', sans-serif;
  font-size: 6.5rem;
  line-height: .95;
}
.display-1 > .mbr-iconfont {
  font-size: 8.125rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2rem;
}
.display-4 {
  font-family: 'Arimo', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.21rem + (1.6 - 1.21) * ((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.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.175rem + (1.5 - 1.175) * ((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: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.21rem + (1.6 - 1.21) * ((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.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.175rem + (1.5 - 1.175) * ((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: #2e7d32 !important;
}
.bg-success {
  background-color: #66bb6a !important;
}
.bg-info {
  background-color: #6d4c41 !important;
}
.bg-warning {
  background-color: #f4f7f3 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary .mbr-iconfont {
  background-color: #ffffff !important;
  color: #2e7d32 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2e7d32 !important;
  border-color: #2e7d32 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #3ca241 !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: #3ca241 !important;
  border-color: #3ca241 !important;
}
.btn-secondary .mbr-iconfont {
  background-color: #ffffff !important;
  color: #2e7d32 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2e7d32 !important;
  border-color: #2e7d32 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #3ca241 !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: #3ca241 !important;
  border-color: #3ca241 !important;
}
.btn-info .mbr-iconfont {
  background-color: #ffffff !important;
  color: #6d4c41 !important;
}
.btn-info,
.btn-info:active {
  background-color: #6d4c41 !important;
  border-color: #6d4c41 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #8d6254 !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: #ffffff !important;
  background-color: #8d6254 !important;
  border-color: #8d6254 !important;
}
.btn-success .mbr-iconfont {
  background-color: #ffffff !important;
  color: #66bb6a !important;
}
.btn-success,
.btn-success:active {
  background-color: #66bb6a !important;
  border-color: #66bb6a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #89cb8c !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: #89cb8c !important;
  border-color: #89cb8c !important;
}
.btn-warning .mbr-iconfont {
  background-color: #536e4a !important;
  color: #f4f7f3 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f4f7f3 !important;
  border-color: #f4f7f3 !important;
  color: #536e4a !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !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: #536e4a !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger .mbr-iconfont {
  background-color: #666666 !important;
  color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !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: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #2e7d32 !important;
  color: #ffffff;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #2e7d32;
  color: #2e7d32;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #173e19 !important;
  background-color: transparent !important;
  border-color: #173e19 !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: #173e19 !important;
  color: #ffffff;
  transform: translateX(4px);
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2e7d32 !important;
  border-color: #2e7d32 !important;
}
.btn-secondary-outline .mbr-iconfont {
  background-color: #2e7d32 !important;
  color: #ffffff;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #2e7d32;
  color: #2e7d32;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #173e19 !important;
  background-color: transparent !important;
  border-color: #173e19 !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: #173e19 !important;
  color: #ffffff;
  transform: translateX(4px);
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2e7d32 !important;
  border-color: #2e7d32 !important;
}
.btn-info-outline .mbr-iconfont {
  background-color: #6d4c41 !important;
  color: #ffffff;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #6d4c41;
  color: #6d4c41;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #372621 !important;
  background-color: transparent !important;
  border-color: #372621 !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: #372621 !important;
  color: #ffffff;
  transform: translateX(4px);
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6d4c41 !important;
  border-color: #6d4c41 !important;
}
.btn-success-outline .mbr-iconfont {
  background-color: #66bb6a !important;
  color: #ffffff;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #66bb6a;
  color: #66bb6a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3e8c42 !important;
  background-color: transparent !important;
  border-color: #3e8c42 !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: #3e8c42 !important;
  color: #ffffff;
  transform: translateX(4px);
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #66bb6a !important;
  border-color: #66bb6a !important;
}
.btn-warning-outline .mbr-iconfont {
  background-color: #f4f7f3 !important;
  color: #536e4a;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f4f7f3;
  color: #f4f7f3;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c4d4bf !important;
  background-color: transparent !important;
  border-color: #c4d4bf !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: #c4d4bf !important;
  color: #2c3a27;
  transform: translateX(4px);
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #6a8d5e !important;
  background-color: #f4f7f3 !important;
  border-color: #f4f7f3 !important;
}
.btn-danger-outline .mbr-iconfont {
  background-color: #ffffff !important;
  color: #666666;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !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: #d4d4d4 !important;
  color: #3b3b3b;
  transform: translateX(4px);
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #2e7d32 !important;
}
.text-secondary {
  color: #2e7d32 !important;
}
.text-success {
  color: #66bb6a !important;
}
.text-info {
  color: #6d4c41 !important;
}
.text-warning {
  color: #f4f7f3 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #222f30 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #133214 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #133214 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3a813d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #2d1f1b !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #bcceb6 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !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: #2e7d32;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #6d4c41;
}
.alert-warning {
  background-color: #f4f7f3;
}
.alert-danger {
  background-color: #ffffff;
}
.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: #2e7d32;
  border-color: #2e7d32;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 8px !important;
}
a,
a:hover {
  color: #2e7d32;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #64c669;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #bee2c0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b18a7c;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
  border-radius: 12px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #2e7d32 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #2e7d32;
}
/* 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: #2e7d32;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2e7d32;
}
.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: #2e7d32;
  border-bottom-color: #2e7d32;
}
.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: #2e7d32 !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: #2e7d32 !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='%232e7d32' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  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: #2e7d32 !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: #2e7d32 !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: #2e7d32 !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: #2e7d32 !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: 0 !important;
}
.large-radius,
.google-map iframe {
  border-radius: 24px !important;
  border-radius: 0 !important;
}
.middle-radius {
  border-radius: 16px !important;
  border-radius: 0 !important;
}
.little-radius,
.nav-item .nav-link,
.dropdown-item {
  border-radius: 8px !important;
  border-radius: 0 !important;
}
.menu-content,
.blur-wrapper,
.card-icon.card-wrap {
  border-radius: 12px !important;
  border-radius: 0 !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-ve9voioE1y {
  background-color: transparent;
}
.cid-ve9voioE1y .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
}
.cid-ve9voioE1y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-ve9voioE1y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ve9voioE1y .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ve9voioE1y .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ve9voioE1y .menu_box .navbar.opened,
  .cid-ve9voioE1y .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-ve9voioE1y .navbar-dropdown {
  position: relative !important;
}
.cid-ve9voioE1y .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ve9voioE1y .btn:hover {
  box-shadow: none;
}
.cid-ve9voioE1y .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ve9voioE1y .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ve9voioE1y .nav-item {
    margin: 0 !important;
  }
}
.cid-ve9voioE1y .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-ve9voioE1y .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #fb8fc9 -5%, #7f89e9 95%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-ve9voioE1y .nav-item .nav-link:hover::before,
.cid-ve9voioE1y .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-ve9voioE1y .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ve9voioE1y .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ve9voioE1y .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ve9voioE1y .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ve9voioE1y .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ve9voioE1y .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ve9voioE1y .offcanvas_box {
    display: none;
  }
}
.cid-ve9voioE1y .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ve9voioE1y .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ve9voioE1y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ve9voioE1y .container {
  display: flex;
  margin: auto;
}
.cid-ve9voioE1y .iconfont-wrapper {
  color: #141414;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ve9voioE1y .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ve9voioE1y .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ve9voioE1y .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ve9voioE1y .navbar-nav {
    margin: 0;
  }
}
.cid-ve9voioE1y .dropdown-menu,
.cid-ve9voioE1y .navbar.opened {
  background-color: true !important;
}
.cid-ve9voioE1y .nav-item:focus,
.cid-ve9voioE1y .nav-link:focus {
  outline: none;
}
.cid-ve9voioE1y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ve9voioE1y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ve9voioE1y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ve9voioE1y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ve9voioE1y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ve9voioE1y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ve9voioE1y .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ve9voioE1y .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ve9voioE1y .navbar.opened {
  transition: all 0.3s;
}
.cid-ve9voioE1y .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ve9voioE1y .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-ve9voioE1y .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ve9voioE1y .navbar.collapsed {
  justify-content: center;
}
.cid-ve9voioE1y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ve9voioE1y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ve9voioE1y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ve9voioE1y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ve9voioE1y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ve9voioE1y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ve9voioE1y .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ve9voioE1y .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ve9voioE1y .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-ve9voioE1y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ve9voioE1y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ve9voioE1y .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ve9voioE1y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ve9voioE1y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ve9voioE1y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ve9voioE1y .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-ve9voioE1y .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ve9voioE1y .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ve9voioE1y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ve9voioE1y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ve9voioE1y .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ve9voioE1y .navbar.navbar-short {
  min-height: 60px;
}
.cid-ve9voioE1y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ve9voioE1y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ve9voioE1y .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ve9voioE1y .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ve9voioE1y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ve9voioE1y .dropdown-item.active,
.cid-ve9voioE1y .dropdown-item:active {
  background-color: transparent;
}
.cid-ve9voioE1y .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .cid-ve9voioE1y .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-ve9voioE1y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ve9voioE1y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ve9voioE1y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ve9voioE1y ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ve9voioE1y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ve9voioE1y button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f4f4f6;
}
.cid-ve9voioE1y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #2e7d32;
}
.cid-ve9voioE1y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ve9voioE1y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ve9voioE1y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ve9voioE1y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ve9voioE1y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ve9voioE1y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ve9voioE1y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ve9voioE1y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ve9voioE1y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ve9voioE1y .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ve9voioE1y .navbar {
    height: 70px;
  }
  .cid-ve9voioE1y .navbar.opened {
    height: auto;
  }
  .cid-ve9voioE1y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ve9voioE1y .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-ve9voioE1y .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-ve9voioE1y .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-ve9voioE1y .mbr-section-btn-main .btn::before {
  background-image: linear-gradient(90deg, #66bb6a 0%, transparent 100%);
}
.cid-ve9voioE1y .mbr-section-btn-main .btn:hover,
.cid-ve9voioE1y .mbr-section-btn-main .btn:focus {
  box-shadow: inset 250px 10px 5px #2e7d32 !important;
  border-color: #2e7d32 !important;
}
.cid-ve9voioE1y .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #66bb6a 0%, transparent 100%);
}
.cid-ve9voioE1y .mbr-section-btn .btn:hover,
.cid-ve9voioE1y .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2e7d32 !important;
  border-color: #2e7d32 !important;
}
.cid-ve9voioE1y .navbar-caption:hover {
  color: #2e7d32;
}
@media (min-width: 992px) {
  .cid-ve9voioE1y .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ve9voioE1y .text_widget {
  margin-bottom: 32px;
}
.cid-ve9voioE1y .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ve9voioE1y .text_widget a:hover,
.cid-ve9voioE1y .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-ve9voioE1y .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-ve9voioE1y .icons-menu-main {
  display: flex;
}
@media (max-width: 992px) {
  .cid-ve9voioE1y .icons-menu-main {
    padding: 0 10px;
  }
}
.cid-ve9voioE1y .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-ve9voioE1y .navbar-caption {
  color: #141414;
}
.cid-ve9voioE1y .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-ve9voioE1y .mbr-section-subtitle,
.cid-ve9voioE1y .text_widget,
.cid-ve9voioE1y .mbr-section-btn {
  text-align: center;
}
.cid-ve9voioE1y a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ve9voioE1y a,
.cid-ve9voioE1y a.mbr-text,
.cid-ve9voioE1y a.btn,
.cid-ve9voioE1y a.nav-link {
  text-decoration: none !important;
  color: inherit;
  transition: opacity 0.2s ease;
}
.cid-ve9voioE1y a:hover {
  opacity: 0.85;
}
.cid-ve9voioE1y .navbar a,
.cid-ve9voioE1y .navbar a:link,
.cid-ve9voioE1y .navbar a:visited,
.cid-ve9voioE1y .navbar a:hover,
.cid-ve9voioE1y .navbar a:active,
.cid-ve9voioE1y .navbar-nav a,
.cid-ve9voioE1y .navbar-nav a:link,
.cid-ve9voioE1y .navbar-nav a:visited,
.cid-ve9voioE1y .navbar-nav a:hover,
.cid-ve9voioE1y .navbar-nav a:active,
.cid-ve9voioE1y .nav-link,
.cid-ve9voioE1y .nav-link:link,
.cid-ve9voioE1y .nav-link:visited,
.cid-ve9voioE1y .nav-link:hover,
.cid-ve9voioE1y .nav-link:active,
.cid-ve9voioE1y .dropdown-item,
.cid-ve9voioE1y .dropdown-item:hover,
.cid-ve9voioE1y .mbr-navbar__link,
.cid-ve9voioE1y .mbr-navbar__link:hover,
.cid-ve9voioE1y .mbr-menu a,
.cid-ve9voioE1y .mbr-menu a:hover {
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}
.cid-ve9voioE1y .nav-link::before,
.cid-ve9voioE1y .nav-link::after,
.cid-ve9voioE1y .navbar a::before,
.cid-ve9voioE1y .navbar a::after,
.cid-ve9voioE1y .navbar-nav a::before,
.cid-ve9voioE1y .navbar-nav a::after,
.cid-ve9voioE1y .mbr-navbar__link::before,
.cid-ve9voioE1y .mbr-navbar__link::after {
  content: none !important;
  display: none !important;
}
#custom-html-1 {
  /* Type valid CSS here */
}
#custom-html-1 div {
  padding: 20px 0;
  color: #fff;
  text-align: center;
}
#custom-html-1 p {
  font-size: 20px;
  color: #fff;
}
.cid-vea2ch3vcu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e7d32;
}
.cid-vea2ch3vcu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vea2ch3vcu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vea2ch3vcu .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vea2ch3vcu .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vea2ch3vcu .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vea2ch3vcu .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vea2ch3vcu .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vea2ch3vcu .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vea2ch3vcu .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vea2ch3vcu .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vea2ch3vcu .mbr-label,
.cid-vea2ch3vcu .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vea2ch3vcu .mbr-section-title {
  color: #000000;
}
.cid-vea2ch3vcu .mbr-text,
.cid-vea2ch3vcu .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vea2ch3vcu .mbr-section-title,
.cid-vea2ch3vcu .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vea2ch3vcu .gh-trust-bar {
  letter-spacing: 0.04em;
  font-weight: 600;
}
#custom-html-n {
  /* Type valid CSS here */
}
#custom-html-n div {
  padding: 20px 0;
  color: #777;
  text-align: center;
}
#custom-html-n p {
  font-size: 20px;
  color: #777;
}
#custom-html-2 {
  /* Type valid CSS here */
}
#custom-html-2 div {
  padding: 20px 0;
  color: #fff;
  text-align: center;
}
#custom-html-2 p {
  font-size: 20px;
  color: #000;
}
#custom-html-3 {
  /* Type valid CSS here */
}
#custom-html-3 div {
  padding: 20px 0;
  color: #777;
  text-align: center;
}
#custom-html-3 p {
  font-size: 20px;
  color: #777;
}
#custom-html-4 {
  /* Type valid CSS here */
}
#custom-html-4 div {
  padding: 20px 0;
  color: #fff;
  text-align: center;
}
#custom-html-4 p {
  font-size: 20px;
  color: #000;
}
#custom-html-4 .gh-point {
  display: flex;
  gap: 18px;
  /* increase spacing */
  align-items: flex-start;
}
#custom-html-4 .gh-image-stack {
  aspect-ratio: 0.8;
  /* keeps shape consistent */
  overflow: hidden;
}
#custom-html-4 .gh-image-stack {
  padding: 10px;
}
#custom-html-4 .gh-image-stack {
  padding: 10px;
  border-radius: 28px;
  background: #fff;
}
#custom-html-4 .gh-image-stack img {
  border-radius: 20px;
  display: block;
}
#custom-html-4 .gh-point {
  margin-bottom: 18px;
}
#custom-html-4 .gh-point {
  margin-bottom: 18px;
}
#custom-html-5 {
  /* Type valid CSS here */
}
#custom-html-5 div {
  padding: 20px 0;
  color: #777;
  text-align: center;
}
#custom-html-5 p {
  font-size: 20px;
  color: #777;
}
#custom-html-6 {
  /* Type valid CSS here */
}
#custom-html-6 div {
  padding: 20px 0;
  color: #fff;
  text-align: center;
}
#custom-html-6 p {
  font-size: 20px;
  color: #fff;
}
#custom-html-7 {
  /* Type valid CSS here */
}
#custom-html-7 div {
  padding: 20px 0;
  color: #fff;
  text-align: center;
}
#custom-html-7 p {
  font-size: 15px;
  color: #fff;
}
