.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4.2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.6rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #2b7a69 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #00a94d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2b7a69 !important;
  border-color: #2b7a69 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #38a089 !important;
  border-color: #38a089 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #38a089 !important;
  border-color: #38a089 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #00a94d !important;
  border-color: #00a94d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #00dc64 !important;
  border-color: #00dc64 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #00dc64 !important;
  border-color: #00dc64 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #2b7a69;
  color: #2b7a69;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #143a32 !important;
  background-color: transparent !important;
  border-color: #143a32 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2b7a69 !important;
  border-color: #2b7a69 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #00a94d;
  color: #00a94d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #005225 !important;
  background-color: transparent !important;
  border-color: #005225 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #00a94d !important;
  border-color: #00a94d !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #2b7a69 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #00a94d !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #102f28 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #00431f !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #2b7a69;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #00a94d;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2b7a69;
  border-color: #2b7a69;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #2b7a69;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #5ec6b0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.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: #29ff8b;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #2b7a69 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #2b7a69;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2b7a69;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2b7a69;
}
.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: #2b7a69;
  border-bottom-color: #2b7a69;
}
.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: #2b7a69 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !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='%232b7a69' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v9DirXP0pL .navbar,
.cid-v9DirXP0pL .nav-dropdown,
.cid-v9DirXP0pL .navbar-dropdown {
  background: transparent !important;
  box-shadow: none !important;
}
.cid-v9DirXP0pL .container {
  display: flex;
  height: 51px;
  width: 72%;
  max-width: 100%;
  padding: 0 2rem !important;
  flex-wrap: nowrap;
  position: relative;
  background: transparent !important;
  box-shadow: none !important;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}
.cid-v9DirXP0pL .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #008a43;
  background-color: rgba(0, 138, 67, 0.8) !important;
  clip-path: polygon(20px 0%, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 20px 100%, 0% 50%);
  z-index: -1;
}
.cid-v9DirXP0pL .navbar-brand {
  z-index: 10;
  margin-left: 1.5rem !important;
}
.cid-v9DirXP0pL .navbar-collapse {
  flex-grow: 1;
  justify-content: center;
  z-index: 10;
}
.cid-v9DirXP0pL ul.navbar-nav {
  margin: 0 auto !important;
  width: auto;
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-v9DirXP0pL .navbar-nav .nav-item .nav-link {
  padding-left: 1.2rem !important;
  padding-right: 1.2rem !important;
  margin: 0 !important;
  font-weight: 500;
  font-size: 0.95rem;
}
.cid-v9DirXP0pL .navbar-toggler {
  display: none;
}
@keyframes menuSlideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 992px) {
  .cid-v9DirXP0pL .container {
    height: 50px !important;
    margin-top: 40px !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    display: flex !important;
    align-items: center !important;
    width: 95%;
  }
  .cid-v9DirXP0pL .navbar-brand {
    margin-left: 0 !important;
  }
  .cid-v9DirXP0pL .container::before {
    clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0% 50%);
  }
  .cid-v9DirXP0pL .navbar-toggler {
    display: flex !important;
    border: none;
    outline: none;
    z-index: 100 !important;
    align-self: center !important;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 30px;
    height: 30px;
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .cid-v9DirXP0pL .hamburger {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
  }
  .cid-v9DirXP0pL .hamburger span {
    width: 25px;
    height: 2px;
    border-radius: 2px;
    background-color: #ffffff !important;
    display: block;
    transition: all 0.3s ease-in-out;
  }
  .cid-v9DirXP0pL .hamburger span:nth-child(4) {
    display: none !important;
  }
}
.cid-v9DirXP0pL nav.opened .hamburger span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.cid-v9DirXP0pL nav.opened .hamburger span:nth-child(2) {
  opacity: 0;
}
.cid-v9DirXP0pL nav.opened .hamburger span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
@media (max-width: 991px) {
  .cid-v9DirXP0pL .navbar-collapse {
    position: absolute;
    top: 60px;
    left: 2%;
    width: 96%;
    background: #008a43;
    background: rgba(0, 138, 67, 0.8) !important;
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 99;
  }
  .cid-v9DirXP0pL .navbar-collapse.show {
    display: block;
    animation: menuSlideDown 0.4s ease-out forwards;
  }
  .cid-v9DirXP0pL .navbar-nav .nav-item .nav-link {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    margin: 5px 0 !important;
  }
  .cid-v9DirXP0pL .search-container {
    margin-left: 0 !important;
    margin-top: 15px;
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 15px;
  }
}
.cid-v9DirXP0pL .search-container {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-left: 2rem;
  position: relative;
}
.cid-v9DirXP0pL .search-icon-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: #ffffff !important;
  font-size: 1.1rem;
  padding: 5px;
  outline: none;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.cid-v9DirXP0pL .search-icon-btn:hover {
  transform: scale(1.1);
}
.cid-v9DirXP0pL .search-input-wrapper {
  width: 0px;
  overflow: hidden;
  transition: width 0.4s ease-in-out;
  border-bottom: 1px solid white;
  margin-right: 5px;
}
.cid-v9DirXP0pL .search-open .search-input-wrapper {
  width: 150px;
}
.cid-v9DirXP0pL .search-input {
  background: transparent;
  border: none;
  color: white;
  width: 100%;
  padding: 3px;
  font-size: 0.9rem;
  outline: none;
}
.cid-v9DirXP0pL .search-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.cid-v9DirXP0pL mark.search-highlight {
  background-color: #ffeb3b;
  color: black;
  padding: 0 2px;
  border-radius: 2px;
  font-weight: bold;
}
.cid-v9DirXP0pL mark.search-highlight.current-match {
  background-color: #ff9800;
  color: white;
}
.cid-v9DirXP0pL .floating-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  pointer-events: none;
}
.cid-v9DirXP0pL .float-btn {
  position: relative !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white !important;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  text-decoration: none;
  pointer-events: auto;
  flex-shrink: 0;
}
.cid-v9DirXP0pL .float-btn:hover {
  transform: translateY(-3px);
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.4);
}
.cid-v9DirXP0pL .whatsapp-btn {
  background-color: #25D366;
  font-size: 1.8rem;
  order: 3;
}
.cid-v9DirXP0pL .to-top-btn {
  background-color: #008a43;
  font-size: 1.5rem;
  order: 2;
  display: none;
}
.cid-v9DirXP0pL .search-count-btn {
  background-color: #ff9800;
  font-size: 1rem;
  font-weight: bold;
  flex-direction: column;
  line-height: 1;
  order: 1;
  display: none;
}
.cid-v9DirXP0pL .count-number {
  font-size: 1.2rem;
}
.cid-v9DirXP0pL .to-top-btn.show-scroll,
.cid-v9DirXP0pL .search-count-btn.show-search {
  display: flex;
  animation: popIn 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
@keyframes popIn {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.8);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.cid-vaGVXplCYn {
  position: relative;
  padding: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 100vh;
  background-color: #000000 !important;
  height: 100vh;
}
.cid-vaGVXplCYn .background-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #000000 !important;
}
.cid-vaGVXplCYn .carousel-inner {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-vaGVXplCYn .carousel-item {
  height: 100%;
  width: 100%;
  background-color: #000000 !important;
  border: none !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.cid-vaGVXplCYn .item-wrapper {
  height: 100%;
  width: 100%;
}
.cid-vaGVXplCYn .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: none !important;
  transform: scale(1.02);
  transform-origin: center center;
}
.cid-vaGVXplCYn .mbr-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vaGVXplCYn .container-wrapper {
  position: relative;
  z-index: 2;
  pointer-events: none;
  width: 100%;
}
.cid-vaGVXplCYn .row {
  width: 100%;
  margin: 0;
}
.cid-vaGVXplCYn .content-col {
  text-align: "left";
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  padding-left: 10rem;
  max-width: 55%;
  align-items: flex-start;
  margin-right: auto;
}
@media (max-width: 992px) {
  .cid-vaGVXplCYn .content-col {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 100% !important;
  }
}
.cid-vaGVXplCYn .mbr-section-btn {
  margin-top: 1rem;
  display: flex;
  width: 100%;
  justify-content: flex-start;
}
.cid-vaGVXplCYn .mbr-section-title {
  color: #ffffff;
  text-align: "left";
}
.cid-vaGVXplCYn .mbr-section-subtitle {
  color: #ffc091;
}
.cid-vaGVXplCYn .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-v9DQVjLtDI {
  background: transparent !important;
  background-color: transparent !important;
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: visible;
  position: relative;
  z-index: 20;
  pointer-events: none;
}
.cid-v9DQVjLtDI .card-wrapper {
  pointer-events: auto;
  background: #ffffff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  overflow: hidden;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}
@media (min-width: 768px) {
  .cid-v9DQVjLtDI .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v9DQVjLtDI .card-wrapper {
    width: 100%;
    padding: 2rem 0;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
  }
}
.cid-v9DQVjLtDI .outer-row {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .cid-v9DQVjLtDI .outer-row {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }
}
@media (max-width: 767px) {
  .cid-v9DQVjLtDI .outer-row {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
.cid-v9DQVjLtDI .inner-row {
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-v9DQVjLtDI .item-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .cid-v9DQVjLtDI .item-col {
    margin-bottom: 2rem;
  }
}
.cid-v9DQVjLtDI .item-col:last-child {
  margin-bottom: 0;
}
.cid-v9DQVjLtDI .mbr-text {
  color: #555555;
  text-align: center;
}
.cid-v9DQVjLtDI .card-title {
  text-align: center;
  color: #008a43;
  word-break: break-word;
  min-height: 1.2em;
  display: block;
}
.cid-v9DQVjLtDI .card-title b,
.cid-v9DQVjLtDI .card-title strong {
  display: inline-block;
  font-variant-numeric: tabular-nums;
}
.cid-v9DTAEsLoo {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #f5ffef;
}
.cid-v9DTAEsLoo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9DTAEsLoo .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-v9DTAEsLoo .mbr-figure {
    margin-top: 2rem;
  }
  .cid-v9DTAEsLoo .text-wrapper {
    padding: 0;
  }
}
.cid-v9DTAEsLoo .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v9DTAEsLoo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v9DTAEsLoo .video-block {
  align-self: center;
}
@media (min-width: 992px) {
  .cid-v9DTAEsLoo .video-block {
    padding-top: 0rem;
    margin-top: 0rem;
  }
}
.cid-v9DTAEsLoo .mbr-figure {
  position: relative;
  width: 100%;
  aspect-ratio: 0.5625;
  border-radius: 0 !important;
  overflow: hidden;
  margin: 0 auto;
}
@media (min-width: 767px) {
  .cid-v9DTAEsLoo .mbr-figure {
    border-radius: 0 !important;
  }
}
.cid-v9DTAEsLoo .mbr-figure iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
}
.cid-v9DTAEsLoo .mbr-section-maintitle {
  text-align: left;
  margin-bottom: 1rem;
  color: #00a94d;
}
.cid-v9DTAEsLoo .mbr-section-title {
  text-align: left;
  margin-bottom: 0.5rem;
}
.cid-v9DTAEsLoo .mbr-text,
.cid-v9DTAEsLoo .mbr-section-btn {
  text-align: justify;
}
.cid-v9DTAEsLoo .mbr-description {
  text-align: center;
  color: #767676;
}
.cid-v9DTAEsLoo .icon-wrapper {
  text-align: left;
  margin-bottom: 1rem;
}
.cid-v9DTAEsLoo .icon-wrapper img {
  max-width: 100%;
  object-fit: contain;
}
.cid-v9DTAEsLoo .row .col-md-6 {
  margin-bottom: 1.5rem;
}
.cid-va26D8VzYF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/gemini-generated-image-f57kfpf57kfpf57k-1632x640.png");
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.cid-va26D8VzYF .mbr-overlay {
  background-color: #000000;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.cid-va26D8VzYF .custom-scale-wrapper {
  width: 100%;
  transform: scale(0.82);
  transform-origin: center center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease-out;
}
.cid-va26D8VzYF .container,
.cid-va26D8VzYF .container-fluid {
  position: relative;
  z-index: 1;
}
.cid-va26D8VzYF .mbr-section-title {
  color: #ffffff;
  font-size: calc(3.45rem);
}
.cid-va26D8VzYF .mbr-section-subtitle {
  color: #efefef;
  max-width: 800px;
  margin: 0 auto;
  font-size: calc(1.38rem);
}
.cid-va26D8VzYF .title-lines-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 15px auto 20px auto;
}
.cid-va26D8VzYF .line-1 {
  width: 200px;
  height: 3px;
  background-color: #10b953;
  border-radius: 2px;
}
.cid-va26D8VzYF .line-2 {
  width: 100px;
  height: 3px;
  background-color: #10b953;
  border-radius: 2px;
}
.cid-va26D8VzYF .slider-container {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 40px;
  margin-top: 1rem;
  min-height: 400px;
}
.cid-va26D8VzYF .scrolling-wrapper {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  padding: 20px 5px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  scrollbar-width: none;
  min-height: 350px;
  align-items: stretch;
}
.cid-va26D8VzYF .scrolling-wrapper::-webkit-scrollbar {
  display: none;
}
.cid-va26D8VzYF .card-item {
  flex: 0 0 auto;
  width: 300px;
  max-width: 85vw;
}
.cid-va26D8VzYF .card-body {
  background-color: #f7f7f7;
  border-radius: 12px;
  padding: 2.5rem 1.5rem;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.cid-va26D8VzYF .card-body:hover {
  transform: translateY(-5px);
}
.cid-va26D8VzYF .icon-wrapper {
  width: 150px;
  height: 150px;
  background-color: #10b953;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  --r: 3px;
}
.cid-va26D8VzYF .icon-wrapper.hexagon {
  -webkit-clip-path: polygon(calc(50% - var(--r)) 0%, calc(50% + var(--r)) 0%, 100% 25%, 100% 75%, calc(50% + var(--r)) 100%, calc(50% - var(--r)) 100%, 0% 75%, 0% 25%);
  clip-path: polygon(calc(50% - var(--r)) 0%, calc(50% + var(--r)) 0%, 100% 25%, 100% 75%, calc(50% + var(--r)) 100%, calc(50% - var(--r)) 100%, 0% 75%, 0% 25%);
}
.cid-va26D8VzYF .icon-wrapper.circle {
  border-radius: 50%;
}
.cid-va26D8VzYF .icon-wrapper.square {
  border-radius: 8px;
}
.cid-va26D8VzYF .icon-wrapper img {
  width: 50%;
  height: 50%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.cid-va26D8VzYF .card-title {
  margin-bottom: 1rem;
  font-weight: 700;
  color: #232323;
  font-size: calc(1.38rem);
}
.cid-va26D8VzYF .card-text {
  color: #555555;
  line-height: 1.6;
  font-size: calc(1.15rem);
}
.cid-va26D8VzYF .arrow-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.05);
  border: none;
  cursor: pointer;
  z-index: 100;
  padding: 10px;
  border-radius: 50%;
  opacity: 0.8;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-va26D8VzYF .arrow-btn:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.2);
}
.cid-va26D8VzYF .arrow-btn .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
.cid-va26D8VzYF .left-arrow {
  left: 0;
}
.cid-va26D8VzYF .right-arrow {
  right: 0;
}
@media (max-width: 768px) {
  .cid-va26D8VzYF .slider-container {
    padding: 0 35px;
    min-height: auto;
  }
  .cid-va26D8VzYF .arrow-btn {
    display: flex;
    padding: 5px;
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .cid-va26D8VzYF .arrow-btn .mbr-iconfont {
    font-size: 1.2rem;
  }
  .cid-va26D8VzYF .scrolling-wrapper {
    padding-left: 5px;
    padding-right: 5px;
    gap: 15px;
    min-height: auto;
  }
  .cid-va26D8VzYF .card-item {
    width: 260px;
  }
  .cid-va26D8VzYF .custom-scale-wrapper {
    transform: none !important;
    width: 100%;
  }
}
.cid-va2cbtAHZz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e3f2e6;
  overflow: hidden;
  font-family: 'Jost', sans-serif;
}
.cid-va2cbtAHZz .text-block {
  padding-right: 2rem;
}
.cid-va2cbtAHZz .mbr-section-title {
  color: #2e8540;
  text-align: center;
  width: 100%;
  font-size: 3rem;
}
.cid-va2cbtAHZz .mbr-text,
.cid-va2cbtAHZz .mbr-text-small,
.cid-va2cbtAHZz .mbr-text p {
  color: #333333;
  line-height: 1.5;
  text-align: left;
  font-size: 1.1rem;
}
.cid-va2cbtAHZz .title-lines-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 10px;
  margin-bottom: 25px;
  width: 100%;
}
.cid-va2cbtAHZz .line-1 {
  width: 150px;
  height: 3px;
  background-color: #2e8540;
}
.cid-va2cbtAHZz .line-2 {
  width: 80px;
  height: 3px;
  background-color: #2e8540;
}
.cid-va2cbtAHZz .slider-container {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
}
.cid-va2cbtAHZz .scrolling-wrapper {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  padding: 20px 5px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  scrollbar-width: none;
}
.cid-va2cbtAHZz .scrolling-wrapper::-webkit-scrollbar {
  display: none;
}
.cid-va2cbtAHZz .card-item {
  flex: 0 0 auto;
  width: 280px;
  max-width: 85vw;
}
.cid-va2cbtAHZz .card-body {
  background-color: #ffffff;
  border-radius: 0 !important;
  padding: 0;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}
.cid-va2cbtAHZz .card-body:hover {
  transform: translateY(-5px);
}
.cid-va2cbtAHZz .image-wrapper {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  overflow: hidden;
  position: relative;
  border-radius: 0 !important;
}
.cid-va2cbtAHZz .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-va2cbtAHZz .card-content {
  padding: 1.5rem;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-va2cbtAHZz .card-title {
  color: #10b953;
  font-weight: 700;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
  font-size: 0.95rem;
}
.cid-va2cbtAHZz .card-desc {
  color: #555555;
  line-height: 1.4;
  font-size: 0.9rem;
}
.cid-va2cbtAHZz .arrow-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
  transition: opacity 0.3s, background-color 0.3s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.cid-va2cbtAHZz .arrow-btn:hover {
  background-color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.cid-va2cbtAHZz .arrow-btn .mbr-iconfont {
  font-size: 1.5rem;
  color: #555555;
}
.cid-va2cbtAHZz .left-arrow {
  left: -20px;
}
.cid-va2cbtAHZz .right-arrow {
  right: -20px;
}
@media (max-width: 991px) {
  .cid-va2cbtAHZz .text-block {
    text-align: center;
    padding-right: 0;
  }
  .cid-va2cbtAHZz .mbr-text,
  .cid-va2cbtAHZz .mbr-text-small {
    text-align: center;
  }
  .cid-va2cbtAHZz .slider-container {
    padding: 0 10px;
  }
  .cid-va2cbtAHZz .left-arrow {
    left: 0;
  }
  .cid-va2cbtAHZz .right-arrow {
    right: 0;
  }
}
.cid-va2cbtAHZz .mbr-text P {
  text-align: justify;
  line-height: 1.5;
}
.cid-vaGtN09lhA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #00923f;
}
.cid-vaGtN09lhA .watermark-icon {
  position: absolute;
  left: -5%;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 0;
}
.cid-vaGtN09lhA .watermark-icon span {
  font-size: 35vw;
  color: #ffffff;
  opacity: 0.03;
  line-height: 1;
}
.cid-vaGtN09lhA .header-content {
  position: relative;
  z-index: 1;
}
.cid-vaGtN09lhA .mbr-section-title,
.cid-vaGtN09lhA .mbr-section-title b,
.cid-vaGtN09lhA .mbr-text {
  color: #ffffff;
}
.cid-vaGtN09lhA .mbr-text {
  opacity: 0.9;
}
.cid-vaGtN09lhA .title-decor-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 15px auto;
  gap: 6px;
  width: 100%;
}
.cid-vaGtN09lhA .title-line {
  background-color: #25d366;
  height: 4px;
  border-radius: 2px;
}
.cid-vaGtN09lhA .line-top {
  width: 15%;
}
.cid-vaGtN09lhA .line-bottom {
  width: 5%;
}
.cid-vaGtN09lhA .content-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  gap: 40px;
  position: relative;
  z-index: 1;
  width: 85%;
  padding: 0 20px;
  max-width: 1400px;
}
.cid-vaGtN09lhA .feed-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  flex-grow: 1;
  width: 100%;
}
.cid-vaGtN09lhA .feed-card {
  position: relative;
  width: 100%;
  aspect-ratio: 0.5625;
  background-color: #232323;
  border-radius: 0 !important;
  overflow: hidden;
}
.cid-vaGtN09lhA .img-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0 !important;
  background-color: #232323;
}
.cid-vaGtN09lhA .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
  cursor: pointer;
  border-radius: 0 !important;
}
.cid-vaGtN09lhA .feed-card:hover .img-container img {
  transform: scale(1.05);
}
.cid-vaGtN09lhA .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 146, 63, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  text-decoration: none;
  z-index: 10;
  border-radius: 0 !important;
}
.cid-vaGtN09lhA .card-overlay span {
  font-size: 2rem;
  color: #fff;
}
.cid-vaGtN09lhA .feed-card:hover .card-overlay {
  opacity: 1;
  background-color: rgba(0, 146, 63, 0.6);
}
.cid-vaGtN09lhA .sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 100px;
}
.cid-vaGtN09lhA .sidebar h4 {
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 600;
  white-space: nowrap;
}
.cid-vaGtN09lhA .social-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cid-vaGtN09lhA .social-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  padding: 5px;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
  text-decoration: none;
  border-radius: 0 !important;
}
.cid-vaGtN09lhA .social-icon span.socicon {
  font-size: 1.8rem;
  margin-bottom: 5px;
  line-height: 1;
}
.cid-vaGtN09lhA .social-name {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.cid-vaGtN09lhA .social-icon:hover {
  color: #ffffff;
  transform: translateX(-5px);
}
.cid-vaGtN09lhA .social-icon:only-child {
  transform: none;
  color: #ffffff;
  gap: 10px;
}
.cid-vaGtN09lhA .social-icon:only-child span.socicon {
  font-size: 3.5rem;
  color: #25d366;
  text-shadow: 0 0 15px rgba(37, 211, 102, 0.3);
}
.cid-vaGtN09lhA .social-icon:only-child .social-name {
  font-size: 1rem;
  font-weight: 700;
}
.cid-vaGtN09lhA .social-icon:only-child:hover {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .cid-vaGtN09lhA .content-row {
    flex-direction: column;
    width: 100% !important;
    padding: 0 15px;
  }
  .cid-vaGtN09lhA .feed-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .cid-vaGtN09lhA .sidebar {
    flex-direction: row;
    gap: 20px;
    margin-top: 30px;
    width: 100%;
    justify-content: center;
  }
  .cid-vaGtN09lhA .sidebar h4 {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .cid-vaGtN09lhA .social-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-vaGtN09lhA .social-icon:hover {
    transform: translateY(-5px);
  }
  .cid-vaGtN09lhA .watermark-icon {
    left: -20%;
  }
}
@media (max-width: 576px) {
  .cid-vaGtN09lhA .feed-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cid-vaE69Z3W5H {
  padding-top: 5rem;
  padding-bottom: 0rem;
  font-family: 'Inter Tight', sans-serif;
  background-image: url("../../../assets/images/bewcv3518drmr0cw7pkvprfgrm-1328x744.png");
}
.cid-vaE69Z3W5H .gallery-card,
.cid-vaE69Z3W5H .gallery-card img {
  border-radius: 0 !important;
}
.cid-vaE69Z3W5H .custom-scale-wrapper {
  width: 100%;
  transform: scale(0.75);
  transform-origin: center top;
}
.cid-vaE69Z3W5H .custom-gallery-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}
.cid-vaE69Z3W5H .custom-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6.5px;
}
.cid-vaE69Z3W5H .custom-col {
  padding: 6.5px;
  box-sizing: border-box;
  padding-bottom: 13px;
}
.cid-vaE69Z3W5H .width-50 {
  width: 50%;
}
.cid-vaE69Z3W5H .width-25 {
  width: 25%;
}
@media (max-width: 991px) {
  .cid-vaE69Z3W5H .width-25 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vaE69Z3W5H .width-50,
  .cid-vaE69Z3W5H .width-25 {
    width: 100%;
  }
  .cid-vaE69Z3W5H .custom-scale-wrapper {
    transform: none !important;
    width: 100% !important;
  }
  .cid-vaE69Z3W5H :host {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
.cid-vaE69Z3W5H .gallery-card {
  position: relative;
  width: 100%;
  height: 270px;
  overflow: hidden !important;
  border-radius: 0px !important;
  mask-image: -webkit-radial-gradient(white, black);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  transform: translateZ(0);
  cursor: pointer;
  background-color: transparent;
  box-shadow: none;
}
.cid-vaE69Z3W5H .gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 0px !important;
}
.cid-vaE69Z3W5H .gallery-card:hover img {
  transform: scale(1.08);
}
.cid-vaE69Z3W5H .icon-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(46, 125, 50, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 0px !important;
  pointer-events: none;
}
.cid-vaE69Z3W5H .icon-overlay span {
  font-size: 2rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  padding: 15px;
  border-radius: 50% !important;
  backdrop-filter: blur(4px);
}
.cid-vaE69Z3W5H .gallery-card:hover .icon-overlay {
  opacity: 1;
}
.cid-vaE69Z3W5H .mbr-section-title {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.8rem;
  color: #2e7d32;
  line-height: 1.2;
}
.cid-vaE69Z3W5H .mbr-text {
  font-size: 1.4rem;
  color: #555;
  max-width: 800px;
  margin: 0 auto;
}
.cid-vaE69Z3W5H .divider-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 4px;
}
.cid-vaE69Z3W5H .line-top {
  width: 15%;
  height: 3px;
  background-color: #4caf50;
}
.cid-vaE69Z3W5H .line-bottom {
  width: 60px;
  height: 3px;
  background-color: #4caf50;
}
.cid-vaE69Z3W5H .filter-container {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.cid-vaE69Z3W5H .filter-btn {
  font-family: 'Inter Tight', sans-serif;
  background: transparent;
  border: none;
  color: #666;
  font-size: 1.26rem;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-vaE69Z3W5H .filter-btn:hover,
.cid-vaE69Z3W5H .filter-btn.active {
  background-color: #2e7d32;
  color: #fff;
  box-shadow: 0 4px 10px rgba(46, 125, 50, 0.3);
}
.cid-vaE69Z3W5H .modal {
  padding-left: 0 !important;
}
.cid-vaE69Z3W5H .modal-content {
  background: transparent;
  border: none;
}
.cid-vaE69Z3W5H .modal-body img {
  max-height: 85vh;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vaE69Z3W5H .close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  z-index: 9999;
  font-size: 2rem;
  text-decoration: none;
}
.cid-vaE69Z3W5H .carousel-control-prev,
.cid-vaE69Z3W5H .carousel-control-next {
  width: 10%;
}
.cid-vaEhAyUcni {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e3ede5;
}
.cid-vaEhAyUcni .custom-scale-wrapper {
  width: 100%;
  transform: scale(1);
  transform-origin: center top;
  transition: transform 0.3s ease-out;
}
.cid-vaEhAyUcni .card-wrapper {
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}
.cid-vaEhAyUcni .left-col {
  padding: 3rem;
}
.cid-vaEhAyUcni .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
}
.cid-vaEhAyUcni .icon-box img {
  object-fit: contain;
}
.cid-vaEhAyUcni .mbr-section-title {
  color: #232323;
  margin-bottom: 0.5rem;
  font-size: calc(3rem);
}
.cid-vaEhAyUcni .mbr-text {
  font-size: calc(1.1rem);
}
.cid-vaEhAyUcni .feature-title {
  color: #232323;
  margin-bottom: 0.5rem;
  font-size: calc(1.2rem);
}
.cid-vaEhAyUcni .feature-text {
  color: #666;
  line-height: 1.4;
  text-align: justify;
  font-size: calc(1rem);
}
.cid-vaEhAyUcni .right-col {
  padding: 3rem;
  display: flex;
  align-items: center;
}
.cid-vaEhAyUcni .form-wrapper {
  width: 100%;
}
.cid-vaEhAyUcni .form-title {
  color: #ffffff;
  font-size: calc(2rem);
}
.cid-vaEhAyUcni .form-control {
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 1rem;
  color: #ffffff;
  font-size: calc(0.9rem);
}
.cid-vaEhAyUcni .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.cid-vaEhAyUcni .form-control:focus {
  background-color: rgba(0, 0, 0, 0.2) !important;
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.5) !important;
  color: #fff;
}
.cid-vaEhAyUcni .btn-primary {
  border-radius: 8px;
  font-weight: 600;
  padding: 0.8rem;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  font-size: calc(1rem);
}
.cid-vaEhAyUcni .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
@media (max-width: 991px) {
  .cid-vaEhAyUcni .left-col,
  .cid-vaEhAyUcni .right-col {
    padding: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vaEhAyUcni .custom-scale-wrapper {
    transform: none !important;
    margin-bottom: 0 !important;
  }
}
.cid-v9E4Myx9YC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #10222b;
  overflow: hidden;
}
.cid-v9E4Myx9YC .logo-wrap img {
  width: auto;
  display: inline-block;
}
.cid-v9E4Myx9YC .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 1rem;
}
.cid-v9E4Myx9YC .soc-item a {
  color: #ffffff;
  font-size: 1.5rem;
  transition: opacity 0.3s, color 0.3s;
}
.cid-v9E4Myx9YC .soc-item a:hover {
  opacity: 1;
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-v9E4Myx9YC .text-md-start,
  .cid-v9E4Myx9YC .text-md-end {
    text-align: center !important;
  }
  .cid-v9E4Myx9YC .social-list {
    justify-content: center;
  }
}
.cid-v9E4Myx9YC .mbr-text {
  color: #ffffff;
}
