@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;300;400;500;600;700;800;900&display=swap");
a:-webkit-any-link:focus-visible {
  border-radius: 0.313rem;
  outline: -webkit-focus-ring-color auto 2px;
}

.container-fluid {
  padding-left: 16% !important;
  padding-right: 16% !important;
}
@media (max-width: 991.98px) {
  .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.container {
  max-width: 1320px;
}

.g-2, .gy-2 {
  --bs-gutter-y: 8px;
}

.g-2, .gx-2 {
  --bs-gutter-x: 8px;
}

[class^=bi-]::before, [class*=" bi-"]::before {
  line-height: unset !important;
}

.list-group-item {
  padding: 10px 0 !important;
  border: none !important;
  outline: none !important;
  background: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

@media screen and (min-width: 992px) {
  .row-cols-7 > *, .row-cols-lg-7 > * {
    flex: 0 0 auto;
    width: 14.2857143%;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

.align {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.center, .alertClose, .quantity {
  display: flex;
  align-items: center;
  justify-content: center;
}

.font_normal {
  font-size: 1rem;
}

.font_xss {
  font-size: 0.625rem;
}

.font_xs {
  font-size: 0.75rem;
}

.font_s {
  font-size: 0.813rem;
}

.font_m {
  font-size: 1.125rem;
}

.font_l {
  font-size: 1.25rem;
}

.font_xl {
  font-size: 1.375rem;
}

.textColorPrimary {
  color: #007243 !important;
}

.textColorPrimary2 {
  color: #0070BB !important;
}

.textColorPrimary3 {
  color: #1dd0df !important;
}

.textColorPrimary4 {
  color: #1B457B !important;
}

.textColor1 {
  color: #1A171B !important;
}

.textColor2 {
  color: #6b6d70 !important;
}

.textColor3 {
  color: #ffffff !important;
}

.fs1rem {
  font-size: 1rem;
}

.fs1_1rem {
  font-size: 1.1rem;
}

.fs1_2rem {
  font-size: 1.2rem;
}

.fs2rem {
  font-size: 2rem;
}

.fs3rem {
  font-size: 3rem;
}

.fs4rem {
  font-size: 4rem;
}

.fs5rem {
  font-size: 5rem;
}

.fs6rem {
  font-size: 6rem;
}

.fs11 {
  font-size: 11px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs13 {
  font-size: 13px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs15 {
  font-size: 15px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs17 {
  font-size: 17px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs19 {
  font-size: 19px !important;
}

.fs20 {
  font-size: 20px !important;
}

.fs21 {
  font-size: 21px !important;
}

.fs22 {
  font-size: 22px !important;
}

.fs23 {
  font-size: 23px !important;
}

.fs24 {
  font-size: 24px !important;
}

.fs25 {
  font-size: 25px !important;
}

.fs30 {
  font-size: 30px !important;
}

.fs40 {
  font-size: 40px !important;
}

.fs50 {
  font-size: 50px !important;
}

.fs60 {
  font-size: 60px !important;
}

.fs70 {
  font-size: 70px !important;
}

.fs80 {
  font-size: 80px !important;
}

.fs90 {
  font-size: 90px !important;
}

.fs100 {
  font-size: 100px !important;
}

.fs110 {
  font-size: 110px !important;
}

.fs120 {
  font-size: 120px !important;
}

.fs130 {
  font-size: 130px !important;
}

.fs140 {
  font-size: 140px !important;
}

.fs150 {
  font-size: 150px !important;
}

.fs160 {
  font-size: 160px !important;
}

.fs170 {
  font-size: 170px !important;
}

.fs180 {
  font-size: 180px !important;
}

.fs190 {
  font-size: 190px !important;
}

.fs200 {
  font-size: 200px !important;
}

.fw1 {
  font-weight: 100 !important;
}

.fw2 {
  font-weight: 200 !important;
}

.fw3 {
  font-weight: 300 !important;
}

.fw4 {
  font-weight: 400 !important;
}

.fw5 {
  font-weight: 500 !important;
}

.fw6 {
  font-weight: 600 !important;
}

.fw7 {
  font-weight: 700 !important;
}

.fw8 {
  font-weight: 800 !important;
}

.fwn {
  font-weight: normal;
}

.fwb {
  font-weight: bold;
}

.setBg {
  object-fit: cover;
  width: 100% !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
}

.setBg2 {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
}

.circleImg {
  border-radius: 50rem;
  object-fit: cover;
  width: 100%;
}

.headerImg {
  width: 100%;
  height: 20rem;
  border-radius: 0.313rem;
}

.rows1 {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
}

.rows2 {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

.rows3 {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
}

.rows4 {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 4 !important;
  -webkit-box-orient: vertical !important;
}

.rows5 {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 5 !important;
  -webkit-box-orient: vertical !important;
}

.rows20 {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 20 !important;
  -webkit-box-orient: vertical !important;
}

/**
 * * Responsive spacing for various media query breakpoints
 * *
 * * Usage
 * * @include space('mb', 10px, 20px, 30px, 40px, 50px);
 * * @include space('type', xs, sm, md, lg, xl);
 *
 * * If you want to omit specific breakpoint please use ''
 * * e.g. @include space('mb', 10px, '', '', 40px, 50px);
 *
 * Type:
 *
 * m  : margin
 * mt : margin-top
 * mr : margin-right
 * mb : margin-bottom
 * ml : margin-left
 * mx : (horizontal) margin-left and margin-right
 * my : (vertical) margin-top and margin bottom
 *
 * p  : padding
 * pt : padding-top
 * pr : padding-right
 * pb : padding-bottom
 * pl : padding-left
 * px : (horizontal) padding-left and padding-right
 * py : (vertical) padding-top and padding bottom
 * */
.pt-025, .py-025 {
  padding-top: 0.25rem !important;
}

.pr-025, .px-025, .pe-025 {
  padding-right: 0.25rem !important;
}

.pb-025, .py-025 {
  padding-bottom: 0.25rem !important;
}

.pl-025, .px-025, .ps-025 {
  padding-left: 0.25rem !important;
}

.pt-05, .py-05 {
  padding-top: 0.5rem !important;
}

.pr-05, .px-05, .pe-05 {
  padding-right: 0.5rem !important;
}

.pb-05, .py-05 {
  padding-bottom: 0.5rem !important;
}

.pl-05, .px-05, .ps-05 {
  padding-left: 0.5rem !important;
}

.pt-1, .py-1 {
  padding-top: 1rem !important;
}

.pr-1, .px-1, .pe-1 {
  padding-right: 1rem !important;
}

.pb-1, .py-1 {
  padding-bottom: 1rem !important;
}

.pl-1, .px-1, .ps-1 {
  padding-left: 1rem !important;
}

.pt-105, .py-105 {
  padding-top: 1.5rem !important;
}

.pr-105, .px-105, .pe-105 {
  padding-right: 1.5rem !important;
}

.pb-105, .py-105 {
  padding-bottom: 1.5rem !important;
}

.pl-105, .px-105, .ps-105 {
  padding-left: 1.5rem !important;
}

.pt-1, .py-1 {
  padding-top: 1rem !important;
}

.pr-1, .px-1, .pe-1 {
  padding-right: 1rem !important;
}

.pb-1, .py-1 {
  padding-bottom: 1rem !important;
}

.pl-1, .px-1, .ps-1 {
  padding-left: 1rem !important;
}

.pt-2, .py-2 {
  padding-top: 2rem !important;
}

.pr-2, .px-2, .pe-2 {
  padding-right: 2rem !important;
}

.pb-2, .py-2 {
  padding-bottom: 2rem !important;
}

.pl-2, .px-2, .ps-2 {
  padding-left: 2rem !important;
}

.pt-3, .py-3 {
  padding-top: 3rem !important;
}

.pr-3, .px-3, .pe-3 {
  padding-right: 3rem !important;
}

.pb-3, .py-3 {
  padding-bottom: 3rem !important;
}

.pl-3, .px-3, .ps-3 {
  padding-left: 3rem !important;
}

.pt-4, .py-4 {
  padding-top: 4rem !important;
}

.pr-4, .px-4, .pe-4 {
  padding-right: 4rem !important;
}

.pb-4, .py-4 {
  padding-bottom: 4rem !important;
}

.pl-4, .px-4, .ps-4 {
  padding-left: 4rem !important;
}

.pt-5, .py-5 {
  padding-top: 5rem !important;
}

.pr-5, .px-5, .pe-5 {
  padding-right: 5rem !important;
}

.pb-5, .py-5 {
  padding-bottom: 5rem !important;
}

.pl-5, .px-5, .ps-5 {
  padding-left: 5rem !important;
}

.pt-6, .py-6 {
  padding-top: 6rem !important;
}

.pr-6, .px-6, .pe-6 {
  padding-right: 6rem !important;
}

.pb-6, .py-6 {
  padding-bottom: 6rem !important;
}

.pl-6, .px-6, .ps-6 {
  padding-left: 6rem !important;
}

.pt-7, .py-7 {
  padding-top: 7rem !important;
}

.pr-7, .px-7, .pe-7 {
  padding-right: 7rem !important;
}

.pb-7, .py-7 {
  padding-bottom: 7rem !important;
}

.pl-7, .px-7, .ps-7 {
  padding-left: 7rem !important;
}

.pt-8, .py-8 {
  padding-top: 8rem !important;
}

.pr-8, .px-8, .pe-8 {
  padding-right: 8rem !important;
}

.pb-8, .py-8 {
  padding-bottom: 8rem !important;
}

.pl-8, .px-8, .ps-8 {
  padding-left: 8rem !important;
}

.pt-9, .py-9 {
  padding-top: 9rem !important;
}

.pr-9, .px-9, .pe-9 {
  padding-right: 9rem !important;
}

.pb-9, .py-9 {
  padding-bottom: 9rem !important;
}

.pl-9, .px-9, .ps-9 {
  padding-left: 9rem !important;
}

.pt-10, .py-10 {
  padding-top: 10rem !important;
}

.pr-10, .px-10, .pe-10 {
  padding-right: 10rem !important;
}

.pb-10, .py-10 {
  padding-bottom: 10rem !important;
}

.pl-10, .px-10, .ps-10 {
  padding-left: 10rem !important;
}

.pt-11, .py-11 {
  padding-top: 11rem !important;
}

.pr-11, .px-11, .pe-11 {
  padding-right: 11rem !important;
}

.pb-11, .py-11 {
  padding-bottom: 11rem !important;
}

.pl-11, .px-11, .ps-11 {
  padding-left: 11rem !important;
}

.pt-12, .py-12 {
  padding-top: 12rem !important;
}

.pr-12, .px-12, .pe-12 {
  padding-right: 12rem !important;
}

.pb-12, .py-12 {
  padding-bottom: 12rem !important;
}

.pl-12, .px-12, .ps-12 {
  padding-left: 12rem !important;
}

@media screen and (min-width: 992px) {
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0, .px-lg-0, .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0, .px-lg-0, .ps-lg-0 {
    padding-left: 0 !important;
  }
  .pt-lg-025, .py-lg-025 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-025, .px-lg-025, .pe-lg-025 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-025, .py-lg-025 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-025, .px-lg-025, .ps-lg-025 {
    padding-left: 0.25rem !important;
  }
  .pt-lg-05, .py-lg-05 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-05, .px-lg-05, .pe-lg-05 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-05, .py-lg-05 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-05, .px-lg-05, .ps-lg-05 {
    padding-left: 0.5rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 1rem !important;
  }
  .pr-lg-1, .px-lg-1, .pe-lg-1 {
    padding-right: 1rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-1, .px-lg-1, .ps-lg-1 {
    padding-left: 1rem !important;
  }
  .pt-lg-105, .py-lg-105 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-105, .px-lg-105, .pe-lg-105 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-105, .py-lg-105 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-105, .px-lg-105, .ps-lg-105 {
    padding-left: 1.5rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 1rem !important;
  }
  .pr-lg-1, .px-lg-1, .pe-lg-1 {
    padding-right: 1rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-1, .px-lg-1, .ps-lg-1 {
    padding-left: 1rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 2rem !important;
  }
  .pr-lg-2, .px-lg-2, .pe-lg-2 {
    padding-right: 2rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-2, .px-lg-2, .ps-lg-2 {
    padding-left: 2rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 3rem !important;
  }
  .pr-lg-3, .px-lg-3, .pe-lg-3 {
    padding-right: 3rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-3, .px-lg-3, .ps-lg-3 {
    padding-left: 3rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 4rem !important;
  }
  .pr-lg-4, .px-lg-4, .pe-lg-4 {
    padding-right: 4rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-4, .px-lg-4, .ps-lg-4 {
    padding-left: 4rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 5rem !important;
  }
  .pr-lg-5, .px-lg-5, .pe-lg-5 {
    padding-right: 5rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-5, .px-lg-5, .ps-lg-5 {
    padding-left: 5rem !important;
  }
  .pt-lg-6, .py-lg-6 {
    padding-top: 6rem !important;
  }
  .pr-lg-6, .px-lg-6, .pe-lg-6 {
    padding-right: 6rem !important;
  }
  .pb-lg-6, .py-lg-6 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-6, .px-lg-6, .ps-lg-6 {
    padding-left: 6rem !important;
  }
  .pt-lg-7, .py-lg-7 {
    padding-top: 7rem !important;
  }
  .pr-lg-7, .px-lg-7, .pe-lg-7 {
    padding-right: 7rem !important;
  }
  .pb-lg-7, .py-lg-7 {
    padding-bottom: 7rem !important;
  }
  .pl-lg-7, .px-lg-7, .ps-lg-7 {
    padding-left: 7rem !important;
  }
  .pt-lg-8, .py-lg-8 {
    padding-top: 8rem !important;
  }
  .pr-lg-8, .px-lg-8, .pe-lg-8 {
    padding-right: 8rem !important;
  }
  .pb-lg-8, .py-lg-8 {
    padding-bottom: 8rem !important;
  }
  .pl-lg-8, .px-lg-8, .ps-lg-8 {
    padding-left: 8rem !important;
  }
  .pt-lg-9, .py-lg-9 {
    padding-top: 9rem !important;
  }
  .pr-lg-9, .px-lg-9, .pe-lg-9 {
    padding-right: 9rem !important;
  }
  .pb-lg-9, .py-lg-9 {
    padding-bottom: 9rem !important;
  }
  .pl-lg-9, .px-lg-9, .ps-lg-9 {
    padding-left: 9rem !important;
  }
  .pt-lg-10, .py-lg-10 {
    padding-top: 10rem !important;
  }
  .pr-lg-10, .px-lg-10, .pe-lg-10 {
    padding-right: 10rem !important;
  }
  .pb-lg-10, .py-lg-10 {
    padding-bottom: 10rem !important;
  }
  .pl-lg-10, .px-lg-10, .ps-lg-10 {
    padding-left: 10rem !important;
  }
  .pt-lg-11, .py-lg-11 {
    padding-top: 11rem !important;
  }
  .pr-lg-11, .px-lg-11, .pe-lg-11 {
    padding-right: 11rem !important;
  }
  .pb-lg-11, .py-lg-11 {
    padding-bottom: 11rem !important;
  }
  .pl-lg-11, .px-lg-11, .ps-lg-11 {
    padding-left: 11rem !important;
  }
  .pt-lg-12, .py-lg-12 {
    padding-top: 12rem !important;
  }
  .pr-lg-12, .px-lg-12, .pe-lg-12 {
    padding-right: 12rem !important;
  }
  .pb-lg-12, .py-lg-12 {
    padding-bottom: 12rem !important;
  }
  .pl-lg-12, .px-lg-12, .ps-lg-12 {
    padding-left: 12rem !important;
  }
}
.mt-025, .my-025 {
  margin-top: 0.25rem !important;
}

.mr-025, .mx-025, .me-025 {
  margin-right: 0.25rem !important;
}

.mb-025, .my-025 {
  margin-bottom: 0.25rem !important;
}

.ml-025, .mx-025, .ms-025 {
  margin-left: 0.25rem !important;
}

.mt-05, .my-05 {
  margin-top: 0.5rem !important;
}

.mr-05, .mx-05, .me-05 {
  margin-right: 0.5rem !important;
}

.mb-05, .my-05 {
  margin-bottom: 0.5rem !important;
}

.ml-05, .mx-05, .ms-05 {
  margin-left: 0.5rem !important;
}

.mt-1, .my-1 {
  margin-top: 1rem !important;
}

.mr-1, .mx-1, .me-1 {
  margin-right: 1rem !important;
}

.mb-1, .my-1 {
  margin-bottom: 1rem !important;
}

.ml-1, .mx-1, .ms-1 {
  margin-left: 1rem !important;
}

.mt-105, .my-105 {
  margin-top: 1.5rem !important;
}

.mr-105, .mx-105, .me-105 {
  margin-right: 1.5rem !important;
}

.mb-105, .my-105 {
  margin-bottom: 1.5rem !important;
}

.ml-105, .mx-105, .ms-105 {
  margin-left: 1.5rem !important;
}

.mt-1, .my-1 {
  margin-top: 1rem !important;
}

.mr-1, .mx-1, .me-1 {
  margin-right: 1rem !important;
}

.mb-1, .my-1 {
  margin-bottom: 1rem !important;
}

.ml-1, .mx-1, .ms-1 {
  margin-left: 1rem !important;
}

.mt-2, .my-2 {
  margin-top: 2rem !important;
}

.mr-2, .mx-2, .me-2 {
  margin-right: 2rem !important;
}

.mb-2, .my-2 {
  margin-bottom: 2rem !important;
}

.ml-2, .mx-2, .ms-2 {
  margin-left: 2rem !important;
}

.mt-3, .my-3 {
  margin-top: 3rem !important;
}

.mr-3, .mx-3, .me-3 {
  margin-right: 3rem !important;
}

.mb-3, .my-3 {
  margin-bottom: 3rem !important;
}

.ml-3, .mx-3, .ms-3 {
  margin-left: 3rem !important;
}

.mt-4, .my-4 {
  margin-top: 4rem !important;
}

.mr-4, .mx-4, .me-4 {
  margin-right: 4rem !important;
}

.mb-4, .my-4 {
  margin-bottom: 4rem !important;
}

.ml-4, .mx-4, .ms-4 {
  margin-left: 4rem !important;
}

.mt-5, .my-5 {
  margin-top: 5rem !important;
}

.mr-5, .mx-5, .me-5 {
  margin-right: 5rem !important;
}

.mb-5, .my-5 {
  margin-bottom: 5rem !important;
}

.ml-5, .mx-5, .ms-5 {
  margin-left: 5rem !important;
}

.mt-6, .my-6 {
  margin-top: 6rem !important;
}

.mr-6, .mx-6, .me-6 {
  margin-right: 6rem !important;
}

.mb-6, .my-6 {
  margin-bottom: 6rem !important;
}

.ml-6, .mx-6, .ms-6 {
  margin-left: 6rem !important;
}

.mt-7, .my-7 {
  margin-top: 7rem !important;
}

.mr-7, .mx-7, .me-7 {
  margin-right: 7rem !important;
}

.mb-7, .my-7 {
  margin-bottom: 7rem !important;
}

.ml-7, .mx-7, .ms-7 {
  margin-left: 7rem !important;
}

.mt-8, .my-8 {
  margin-top: 8rem !important;
}

.mr-8, .mx-8, .me-8 {
  margin-right: 8rem !important;
}

.mb-8, .my-8 {
  margin-bottom: 8rem !important;
}

.ml-8, .mx-8, .ms-8 {
  margin-left: 8rem !important;
}

.mt-9, .my-9 {
  margin-top: 9rem !important;
}

.mr-9, .mx-9, .me-9 {
  margin-right: 9rem !important;
}

.mb-9, .my-9 {
  margin-bottom: 9rem !important;
}

.ml-9, .mx-9, .ms-9 {
  margin-left: 9rem !important;
}

.mt-10, .my-10 {
  margin-top: 10rem !important;
}

.mr-10, .mx-10, .me-10 {
  margin-right: 10rem !important;
}

.mb-10, .my-10 {
  margin-bottom: 10rem !important;
}

.ml-10, .mx-10, .ms-10 {
  margin-left: 10rem !important;
}

.mt-11, .my-11 {
  margin-top: 11rem !important;
}

.mr-11, .mx-11, .me-11 {
  margin-right: 11rem !important;
}

.mb-11, .my-11 {
  margin-bottom: 11rem !important;
}

.ml-11, .mx-11, .ms-11 {
  margin-left: 11rem !important;
}

.mt-12, .my-12 {
  margin-top: 12rem !important;
}

.mr-12, .mx-12, .me-12 {
  margin-right: 12rem !important;
}

.mb-12, .my-12 {
  margin-bottom: 12rem !important;
}

.ml-12, .mx-12, .ms-12 {
  margin-left: 12rem !important;
}

@media screen and (min-width: 992px) {
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0, .mx-lg-0, .me-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0, .mx-lg-0, .ms-lg-0 {
    margin-left: 0 !important;
  }
  .mt-lg-025, .my-lg-025 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-025, .mx-lg-025, .me-lg-025 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-025, .my-lg-025 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-025, .mx-lg-025, .ms-lg-025 {
    margin-left: 0.25rem !important;
  }
  .mt-lg-05, .my-lg-05 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-05, .mx-lg-05, .me-lg-05 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-05, .my-lg-05 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-05, .mx-lg-05, .ms-lg-05 {
    margin-left: 0.5rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 1rem !important;
  }
  .mr-lg-1, .mx-lg-1, .me-lg-1 {
    margin-right: 1rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-1, .mx-lg-1, .ms-lg-1 {
    margin-left: 1rem !important;
  }
  .mt-lg-105, .my-lg-105 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-105, .mx-lg-105, .me-lg-105 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-105, .my-lg-105 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-105, .mx-lg-105, .ms-lg-105 {
    margin-left: 1.5rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 1rem !important;
  }
  .mr-lg-1, .mx-lg-1, .me-lg-1 {
    margin-right: 1rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-1, .mx-lg-1, .ms-lg-1 {
    margin-left: 1rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 2rem !important;
  }
  .mr-lg-2, .mx-lg-2, .me-lg-2 {
    margin-right: 2rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-2, .mx-lg-2, .ms-lg-2 {
    margin-left: 2rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 3rem !important;
  }
  .mr-lg-3, .mx-lg-3, .me-lg-3 {
    margin-right: 3rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-3, .mx-lg-3, .ms-lg-3 {
    margin-left: 3rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 4rem !important;
  }
  .mr-lg-4, .mx-lg-4, .me-lg-4 {
    margin-right: 4rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-4, .mx-lg-4, .ms-lg-4 {
    margin-left: 4rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 5rem !important;
  }
  .mr-lg-5, .mx-lg-5, .me-lg-5 {
    margin-right: 5rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-5, .mx-lg-5, .ms-lg-5 {
    margin-left: 5rem !important;
  }
  .mt-lg-6, .my-lg-6 {
    margin-top: 6rem !important;
  }
  .mr-lg-6, .mx-lg-6, .me-lg-6 {
    margin-right: 6rem !important;
  }
  .mb-lg-6, .my-lg-6 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-6, .mx-lg-6, .ms-lg-6 {
    margin-left: 6rem !important;
  }
  .mt-lg-7, .my-lg-7 {
    margin-top: 7rem !important;
  }
  .mr-lg-7, .mx-lg-7, .me-lg-7 {
    margin-right: 7rem !important;
  }
  .mb-lg-7, .my-lg-7 {
    margin-bottom: 7rem !important;
  }
  .ml-lg-7, .mx-lg-7, .ms-lg-7 {
    margin-left: 7rem !important;
  }
  .mt-lg-8, .my-lg-8 {
    margin-top: 8rem !important;
  }
  .mr-lg-8, .mx-lg-8, .me-lg-8 {
    margin-right: 8rem !important;
  }
  .mb-lg-8, .my-lg-8 {
    margin-bottom: 8rem !important;
  }
  .ml-lg-8, .mx-lg-8, .ms-lg-8 {
    margin-left: 8rem !important;
  }
  .mt-lg-9, .my-lg-9 {
    margin-top: 9rem !important;
  }
  .mr-lg-9, .mx-lg-9, .me-lg-9 {
    margin-right: 9rem !important;
  }
  .mb-lg-9, .my-lg-9 {
    margin-bottom: 9rem !important;
  }
  .ml-lg-9, .mx-lg-9, .ms-lg-9 {
    margin-left: 9rem !important;
  }
  .mt-lg-10, .my-lg-10 {
    margin-top: 10rem !important;
  }
  .mr-lg-10, .mx-lg-10, .me-lg-10 {
    margin-right: 10rem !important;
  }
  .mb-lg-10, .my-lg-10 {
    margin-bottom: 10rem !important;
  }
  .ml-lg-10, .mx-lg-10, .ms-lg-10 {
    margin-left: 10rem !important;
  }
  .mt-lg-11, .my-lg-11 {
    margin-top: 11rem !important;
  }
  .mr-lg-11, .mx-lg-11, .me-lg-11 {
    margin-right: 11rem !important;
  }
  .mb-lg-11, .my-lg-11 {
    margin-bottom: 11rem !important;
  }
  .ml-lg-11, .mx-lg-11, .ms-lg-11 {
    margin-left: 11rem !important;
  }
  .mt-lg-12, .my-lg-12 {
    margin-top: 12rem !important;
  }
  .mr-lg-12, .mx-lg-12, .me-lg-12 {
    margin-right: 12rem !important;
  }
  .mb-lg-12, .my-lg-12 {
    margin-bottom: 12rem !important;
  }
  .ml-lg-12, .mx-lg-12, .ms-lg-12 {
    margin-left: 12rem !important;
  }
}
@media screen and (max-width: 992px) {
  .pt-10, .py-10 {
    padding-top: 6rem !important;
  }
  .pr-10, .px-10, .pe-10 {
    padding-right: 6rem !important;
  }
  .pb-10, .py-10 {
    padding-bottom: 6rem !important;
  }
  .pl-10, .px-10, .ps-10 {
    padding-left: 6rem !important;
  }
  .pt-12, .py-12 {
    padding-top: 7rem !important;
  }
  .pr-12, .px-12, .pe-12 {
    padding-right: 7rem !important;
  }
  .pb-12, .py-12 {
    padding-bottom: 7rem !important;
  }
  .pl-12, .px-12, .ps-12 {
    padding-left: 7rem !important;
  }
  .mt-6, .my-6 {
    margin-top: 7rem !important;
  }
  .mr-6, .mx-6, .me-6 {
    margin-right: 7rem !important;
  }
  .mb-6, .my-6 {
    margin-bottom: 7rem !important;
  }
  .ml-6, .mx-6, .ms-6 {
    margin-left: 7rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
}
.spaceBetween {
  justify-content: space-between;
  display: flex;
}

@media (min-width: 576px) {
  .spaceBetween-lg {
    justify-content: space-between;
    display: flex;
  }
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  box-sizing: border-box;
  scroll-behavior: smooth !important;
}

html {
  overflow-y: scroll;
}

body {
  margin: 0;
  padding: 0;
  height: 100vh !important;
  position: relative;
  background: #ffffff;
  color: #1A171B;
  font-size: 1rem;
  font-family: "Lexend", sans-serif;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

main {
  margin-top: 10rem;
}
@media (max-width: 991.98px) {
  main {
    margin-top: 5.5rem;
    overflow: hidden;
  }
}

button, .btn {
  color: #1A171B;
  font-size: 1rem;
  font-weight: normal;
  background: transparent;
  padding: 0 0 0 0;
  margin: 5px 5px 5px 0;
  border: 0;
  border-radius: 0.313rem;
  transition: 0;
  cursor: pointer;
  text-decoration: none !important;
  box-shadow: none !important;
  height: fit-content;
  width: fit-content;
}
button:hover, button:focus, .btn:hover, .btn:focus {
  text-decoration: none !important;
}
button:focus, .btn:focus {
  border-radius: 0.313rem;
  outline: -webkit-focus-ring-color auto 2px;
}
button.btn-primary, .btn.btn-primary {
  color: #ffffff;
  font-size: 1rem;
  font-weight: normal;
  background: #007243;
  padding: 0.875rem 1.5rem 1rem;
  margin: 0;
  border: 0;
  border-radius: 0.313rem;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  line-height: 1;
}
@media (min-width: 1200px) {
  button.btn-primary, .btn.btn-primary {
    transition-duration: 0.5s !important;
    transition-property: all !important;
    transition-timing-function: ease-in-out !important;
  }
}
button.btn-primary:hover, button.btn-primary:focus, button.btn-primary:active, button.btn-primary.active, .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active {
  color: #ffffff !important;
  background: #007243 !important;
  border: 0 !important;
}
@media (min-width: 768px) and (min-width: 1200px) {
  button.btn-primary:hover, button.btn-primary:focus, button.btn-primary:active, button.btn-primary.active, .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active {
    transition-duration: 0.5s !important;
    transition-property: all !important;
    transition-timing-function: ease-in-out !important;
  }
}
button.btn-outline-primary, .btn.btn-outline-primary {
  color: #FBFCFF;
  font-size: 1rem;
  font-weight: normal;
  background-color: hsla(225, 2%, 59%, 0.18) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 0.65rem 2rem;
  margin: 0;
  border: 2px solid #FBFCFF;
  border-radius: 0.313rem;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  line-height: 1;
}
button.btn-outline-primary:hover, button.btn-outline-primary:focus, button.btn-outline-primary:active, button.btn-outline-primary.active, .btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus, .btn.btn-outline-primary:active, .btn.btn-outline-primary.active {
  color: #FBFCFF !important;
  background-color: hsla(240, 1%, 26%, 0.18) !important;
  border-color: #b2b2b2;
}
button.btn-secondary, .btn.btn-secondary {
  color: #ffffff;
  font-size: 1rem;
  font-weight: normal;
  background: transparent;
  padding: 0.875rem 1.5rem 1rem;
  margin: 0;
  border: 2px solid #ffffff;
  border-radius: 0.313rem;
  line-height: 1;
}
@media (min-width: 1200px) {
  button.btn-secondary, .btn.btn-secondary {
    transition-duration: 0.5s !important;
    transition-property: all !important;
    transition-timing-function: ease-in-out !important;
  }
}
button.btn-secondary:hover, .btn.btn-secondary:hover {
  color: #ffffff !important;
  background: #007243 !important;
  border: 2px solid #007243;
}
button.btn-outline-secondary, .btn.btn-outline-secondary {
  color: #ffffff;
  font-size: 1rem;
  font-weight: normal;
  background: transparent;
  padding: 0.875rem 1.5rem 1rem;
  margin: 0;
  border: 2px solid #ffffff;
  border-radius: 0.313rem;
}
@media (min-width: 1200px) {
  button.btn-outline-secondary, .btn.btn-outline-secondary {
    transition-duration: 0.5s !important;
    transition-property: all !important;
    transition-timing-function: ease-in-out !important;
  }
}
button.btn-outline-secondary:hover, .btn.btn-outline-secondary:hover {
  color: #ffffff !important;
  background: #007243 !important;
  border: 2px solid #007243;
}
button.btn-link, .btn.btn-link {
  padding: 0 0 5px 0;
  margin: 0;
  color: #1A171B;
  border-bottom: 1px solid #1A171B;
}
button.btn-link:hover, button.btn-link:focus, button.btn-link:active, button.btn-link.active, .btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:active, .btn.btn-link.active {
  text-decoration: none;
  opacity: 1 !important;
  padding: 0 0 4px 0;
  border-bottom: 2px solid #1A171B;
}
button.btn-dropdown, .btn.btn-dropdown {
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  justify-content: space-between;
  display: flex;
  padding: 5px !important;
}
button.btn-success, button.saveBtn, .btn.btn-success, .btn.saveBtn {
  border-color: #B2CF56 !important;
  box-shadow: 0 2px 0 0 #B2CF56 !important;
}
button.btn-success:hover, button.btn-success:focus, button.btn-success:active, button.btn-success.active, button.saveBtn:hover, button.saveBtn:focus, button.saveBtn:active, button.saveBtn.active, .btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success:active, .btn.btn-success.active, .btn.saveBtn:hover, .btn.saveBtn:focus, .btn.saveBtn:active, .btn.saveBtn.active {
  background: #B2CF56 !important;
  color: #ffffff !important;
}
button.btn-danger, button.deleteBtn, .btn.btn-danger, .btn.deleteBtn {
  border-color: #f23555 !important;
  box-shadow: 0 2px 0 0 #f23555 !important;
  color: #1A171B !important;
}
button.btn-danger:hover, button.btn-danger:focus, button.btn-danger:active, button.btn-danger.active, button.deleteBtn:hover, button.deleteBtn:focus, button.deleteBtn:active, button.deleteBtn.active, .btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger:active, .btn.btn-danger.active, .btn.deleteBtn:hover, .btn.deleteBtn:focus, .btn.deleteBtn:active, .btn.deleteBtn.active {
  background: #f23555 !important;
  color: #ffffff !important;
}
button.btn-warning, button.editBtn, .btn.btn-warning, .btn.editBtn {
  border-color: #F0BC31 !important;
  box-shadow: 0 2px 0 0 #F0BC31 !important;
  color: #1A171B !important;
}
button.btn-warning:hover, button.btn-warning:focus, button.btn-warning:active, button.btn-warning.active, button.editBtn:hover, button.editBtn:focus, button.editBtn:active, button.editBtn.active, .btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning:active, .btn.btn-warning.active, .btn.editBtn:hover, .btn.editBtn:focus, .btn.editBtn:active, .btn.editBtn.active {
  background: #F0BC31 !important;
  color: #ffffff !important;
}

.btn-sm {
  padding: 0.25rem 0.5rem !important;
}

.form-check-input, .form-check-input:focus, .form-check-input:checked {
  box-shadow: none;
  outline: none;
}

.form-check-input:checked {
  background-color: #007243;
  border-color: #007243;
}

.checkboxInCol {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75%;
}

@media (min-width: 1200px) {
  .checkboxColumn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.check {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
  transform: translate3d(0, 0, 0);
  width: fit-content;
}
.check svg {
  width: 20px;
  position: relative;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #1A171B;
  stroke-width: 1.5;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease;
  margin-right: 0.5rem;
  z-index: 1;
}
.check svg path {
  stroke-dasharray: 60;
  stroke-dashoffset: 0;
}
.check svg polyline {
  stroke-dasharray: 22;
  stroke-dashoffset: 66;
}
.check:hover:before {
  opacity: 1;
}
.check:hover svg {
  stroke: #1A171B;
}

.cbx:checked + .check svg {
  stroke: #1A171B;
}
.cbx:checked + .check svg path {
  stroke-dashoffset: 60;
  transition: all 0.3s linear;
}
.cbx:checked + .check svg polyline {
  stroke-dashoffset: 42;
  transition: all 0.2s linear;
  transition-delay: 0.15s;
}

.form-floating > .form-control, .form-floating > .form-select {
  padding: 0.5rem 1.75rem;
}

.form-floating > .form-control, .form-floating > .form-select, .input-group, .input-group-text {
  height: 3.25rem;
}

.form-floating > textarea.form-control {
  height: auto;
}

.form-floating > .form-control, .form-floating > .form-control-plaintext {
  padding: 1rem 1.75rem 0.5rem 1.75rem !important;
}

@media screen and (min-width: 1200px) {
  .form-floating input {
    font-size: 1rem !important;
  }
}
.form-floating label {
  top: 0;
  left: 0;
  height: 100%;
  width: fit-content;
  color: #1A171B !important;
  border: 0;
  margin: 0;
  display: flex;
  align-items: center;
  padding: 0.65rem 2rem;
}
.form-floating label:after {
  display: none;
}
.form-floating label.active {
  opacity: 1;
  height: auto;
  color: #1A171B !important;
}
@media screen and (max-width: 1200px) {
  .form-floating label.active {
    transform: scale(0.85) translateY(-0.75rem) translateX(0.15rem);
    margin: 0 0.55rem;
    padding: 0 0.5rem !important;
  }
}
.form-floating .form-control, .form-floating .form-select {
  color: #1A171B;
  background: #1A171B;
  border-radius: 5rem;
  border: 1px solid transparent;
}
@media screen and (min-width: 1200px) {
  .form-floating .form-control, .form-floating .form-select {
    font-size: 1rem !important;
  }
}
.form-floating .form-control:hover, .form-floating .form-control:focus, .form-floating .form-control:active, .form-floating .form-control.active, .form-floating .form-select:hover, .form-floating .form-select:focus, .form-floating .form-select:active, .form-floating .form-select.active {
  outline: none;
  box-shadow: none;
  background: #1A171B;
  border: 1px solid #007243;
}
.form-floating .form-control:disabled, .form-floating .form-control[readonly], .form-floating .form-select:disabled, .form-floating .form-select[readonly] {
  background-color: #ececec;
  border: 1px solid transparent !important;
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  opacity: 1;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    transform: scale(0.85) translateY(-0.75rem) translateX(0.15rem);
    margin: 0 0.55rem;
    padding: 0 0.5rem !important;
  }
}

.form-floating > .form-control:disabled:focus ~ label, .form-floating > .form-control:disabled:not(:placeholder-shown) ~ label, .form-floating > .form-select:disabled ~ label {
  background: linear-gradient(0deg, #ececec 53%, transparent 47%);
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 0;
  padding-bottom: 0;
}

.form-floating > textarea.form-control:focus, .form-floating > textarea.form-control:not(:placeholder-shown) {
  padding-top: 0.8rem;
  padding-bottom: 0.625rem;
}

.form-control, .form-select {
  margin-bottom: 1rem !important;
}

.form-check {
  min-height: auto;
  margin-bottom: 0;
}

.labelColor {
  color: #1A171B !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 5rem #ffffff inset !important;
  -webkit-text-fill-color: #1A171B !important;
  font-size: 1rem !important;
}

.textareaInput textarea {
  min-height: 10rem;
}
.textareaInput label {
  display: unset !important;
  align-items: unset !important;
}

.form-floating > textarea.form-control ~ label, .form-floating > textarea.form-control:not(:placeholder-shown) ~ label {
  padding-top: 0.5rem !important;
}

.form-floating > textarea.form-control:focus ~ label, .form-floating > textarea.form-control:not(:placeholder-shown) ~ label {
  transform: scale(0.85) translateY(-1.3rem) translateX(0);
  height: auto;
  background: linear-gradient(0deg, #1A171B 52%, #ffffff 48%);
}
@media screen and (min-width: 1200px) {
  .form-floating > textarea.form-control:focus ~ label, .form-floating > textarea.form-control:not(:placeholder-shown) ~ label {
    margin: 0.5rem 0.55rem;
    padding: 0 0.25rem !important;
  }
}
@media screen and (max-width: 1200px) {
  .form-floating > textarea.form-control:focus ~ label, .form-floating > textarea.form-control:not(:placeholder-shown) ~ label {
    transform: scale(0.85) translateY(-1rem) translateX(0.15rem);
  }
}

input[type=file i] {
  padding: 0 !important;
}

input[type=file]::file-selector-button {
  border: none;
  border-radius: 0.313rem;
  background: #ececec !important;
  color: #1A171B;
  height: 100%;
  margin: 0 1rem 0 0 !important;
}
input[type=file]::file-selector-button:hover, input[type=file]::file-selector-button:focus {
  background: #ececec !important;
}

.inputFileTypeLabel {
  background: linear-gradient(0deg, #ececec 53%, transparent 47%) !important;
}

.sortingButton {
  color: #ffffff;
  font-size: 1rem;
  font-weight: normal;
  background: transparent;
  padding: 0.875rem 1.5rem 1rem;
  margin: 0;
  border: 2px solid #ffffff;
  border-radius: 0.313rem;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  height: fit-content;
  min-width: fit-content;
  cursor: pointer;
}
.sortingButton:hover {
  color: #ffffff !important;
  background: #007243 !important;
  transition: all 0.2s !important;
}
@media (min-width: 1200px) {
  .sortingButton:hover {
    border: 2px solid #007243;
  }
}
.sortingButton i {
  margin-right: 0.5rem;
}
.sortingButton .form-select {
  padding: 0 !important;
  margin: 0 !important;
  background: unset;
  border: unset;
  height: unset;
  cursor: pointer;
}
.sortingButton .form-select:hover, .sortingButton .form-select:focus {
  padding: 0;
  margin: 0;
  background: unset;
  border: unset;
}

.quantity {
  background-color: #ececec;
  border-radius: 0.313rem;
  padding: 0.3rem;
}
@media (min-width: 768px) {
  .quantity {
    margin-right: 1rem;
  }
}
@media (max-width: 991.98px) {
  .quantity {
    margin-left: 100%;
  }
}
.quantity input {
  border: 0;
  padding: 0 0.5rem;
  text-align: center;
  background: transparent;
  outline: unset;
}
.quantity disabled {
  background: #696969 !important;
  cursor: none !important;
}
.quantity .btn-number {
  font-size: 1.125rem;
  color: #adadad;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}
.quantity .btn-number:hover {
  color: #1A171B;
  background-color: #ffffff;
}
.quantity .btn-number disabled {
  background: #696969 !important;
}
.quantity input[type=number]::-webkit-inner-spin-button, .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

.datepickerInput {
  margin: 0 !important;
  background-color: transparent;
  width: 3rem;
}
.datepickerInput .form-control {
  border: 0 !important;
  padding: 0 !important;
  cursor: pointer !important;
  margin-bottom: 0.5rem !important;
  color: transparent;
  background-color: transparent;
}
.datepickerInput .form-control:hover {
  background-color: transparent;
}
.datepickerInput .form-control::-webkit-calendar-picker-indicator {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M14 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM1 3.857C1 3.384 1.448 3 2 3h12c.552 0 1 .384 1 .857v10.286c0 .473-.448.857-1 .857H2c-.552 0-1-.384-1-.857V3.857z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M6.5 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2z' clip-rule='evenodd'/></svg>");
  cursor: pointer !important;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inputWithButton button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: auto;
  margin: 0.5rem !important;
  border-radius: 5rem !important;
}

a {
  color: #1A171B;
  font-size: 1rem !important;
  font-weight: normal;
  text-decoration: none;
  opacity: 1;
}
@media (min-width: 1200px) {
  a {
    transition-duration: 0.5s !important;
    transition-property: all !important;
    transition-timing-function: ease-in-out !important;
  }
}
a:hover {
  color: #007243 !important;
  font-weight: normal;
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
  opacity: 1 !important;
}
a:focus {
  border-radius: 0.313rem;
  outline: -webkit-focus-ring-color auto 2px;
}

p {
  color: #6b6d70;
  font-size: 1rem;
  font-weight: normal;
  margin: 0 0 6px 0 !important;
}

small {
  color: #1A171B;
  font-size: 0.75rem;
}

hr {
  margin-top: 4px;
  margin-bottom: 0;
}

ul, ol, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1, .titleH1 {
  font-size: 5.2rem;
  font-weight: 600;
  text-transform: unset;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: relative;
  z-index: 3;
}

h2, .titleH2 {
  font-size: 1.75rem;
  font-weight: 600;
  text-transform: unset;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
@media screen and (max-width: 992px) {
  h2, .titleH2 {
    font-size: 1.9rem;
  }
}

h3, .titleH3, .contactContainer .contactColumn .contactBox .contactName {
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: unset;
  margin: 0 0 0.5rem 0;
  padding: 0 0 0 0;
}

h4, .titleH4 {
  font-size: 1rem;
  font-weight: bold;
  text-transform: unset;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
@media screen and (max-width: 992px) {
  h4, .titleH4 {
    font-size: 1.2rem;
  }
}

h5, .titleH5 {
  font-size: 1rem;
  font-weight: normal;
  text-transform: unset;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
@media screen and (max-width: 992px) {
  h5, .titleH5 {
    font-size: 1rem;
  }
}

h6, .titleH6 {
  color: #1A171B;
  font-size: 1rem;
  font-weight: normal;
  text-transform: unset;
  margin: 0 0 0.5rem 0;
  padding: 0 0 0 0;
}
@media screen and (max-width: 992px) {
  h6, .titleH6 {
    font-size: 1rem;
  }
}

.alertColumn {
  z-index: 9999;
  position: fixed;
}
@media (max-width: 991.98px) {
  .alertColumn {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .alertColumn {
    top: 40%;
    right: 50%;
    left: 50%;
    width: 40rem;
    max-width: 40rem;
    transform: translate(-50%, 0);
  }
}

.alert-danger {
  color: #ffffff;
  background: #007243;
  padding: 1rem 1rem 0 1rem;
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .alert-danger {
    border-radius: 0.313rem;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .alert-danger {
    border-radius: 0.5rem;
  }
}
.alert-danger h4 {
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 1.375rem;
}
.alert-danger p {
  color: #ffffff;
  font-size: 0.875rem;
}

.alertClose {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  margin: 0;
  width: 2rem;
  height: 2rem;
  font-size: 2rem;
}

.alertContent {
  max-height: 15rem;
  overflow-y: auto;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .alertContent {
    max-height: 10rem;
  }
}

.card {
  border: 0;
  border-radius: 0.313rem;
  padding: 0;
  background: transparent;
  margin-bottom: 0.625rem;
}
.card .cardTitle {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
}
.card .card-header {
  padding: 0;
  background: transparent;
  border-bottom: 0;
}
@media (min-width: 1200px) {
  .card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 1399.98px) {
  .card .card-header {
    margin: 1rem 0;
  }
  .card .card-header .btn {
    margin-top: 1rem;
    display: block;
    width: 100%;
  }
}
.card .card-header .sectionHeaderTitle {
  margin: 0.5rem 0.5rem 0.5rem 0;
}
.card .card-header .card-header-left {
  display: flex;
  align-items: center;
}
.card .card-header .card-header-buttons {
  display: flex;
  align-items: center;
}
.card .card-body {
  padding: 0;
}

.language {
  z-index: 9;
}
.language .dropdown-toggle {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%231A171B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  border: none;
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 0.65rem;
  padding: 0.3rem 0.5rem 0.3rem 0.4rem;
  padding-right: 1.5rem;
  display: block;
  color: #1A171B;
  border-radius: 0.375rem !important;
}
.language .dropdown-toggle:after {
  display: none;
}
@media (max-width: 575.98px) {
  .language .dropdown-toggle span {
    display: none;
  }
}
.language img {
  width: 1rem;
  border-radius: 0.25rem;
  margin-right: 0.5rem;
}

.lessContentColumn {
  height: auto;
  overflow: hidden;
  position: relative;
}
.lessContentColumn.showLess {
  height: 35rem !important;
}
.lessContentColumn.showLess:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background: #ffffff;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0.9) 80%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff", endColorstr="#fff", GradientType=1);
  z-index: 1;
}

.loading-shadow {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s all;
  z-index: 1040 !important;
}
.loading-shadow .loading-icon {
  position: absolute;
  width: 240px;
  height: 240px;
  left: calc(50% - 120px);
  top: calc(50% - 120px);
}

.packageToggleColumn {
  display: flex;
  background: #F8F9FA;
  padding: 0.25rem;
  width: fit-content;
  height: fit-content;
  border-radius: 0.39125rem;
}
@media (max-width: 991.98px) {
  .packageToggleColumn {
    max-width: unset;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    overflow-scrolling: touch;
    flex-wrap: nowrap;
    scrollbar-color: transparent transparent;
  }
  .packageToggleColumn::-webkit-scrollbar {
    background: transparent;
    display: none;
  }
  .packageToggleColumn::-webkit-scrollbar-thumb {
    background: transparent;
    display: none;
  }
}
@media (max-width: 767.98px) {
  .packageToggleColumn {
    width: 100%;
  }
}
@media (max-width: 1399.98px) {
  .packageToggleColumn .nav-item {
    width: calc(50% - 0.25rem);
  }
}
.packageToggleColumn .btn-primary {
  background: transparent;
  width: 100%;
  color: #6b6d70;
}
.packageToggleColumn .btn-primary:hover, .packageToggleColumn .btn-primary:focus, .packageToggleColumn .btn-primary:active, .packageToggleColumn .btn-primary.active {
  color: #1A171B !important;
  background: #ffffff !important;
  transform: unset !important;
}

.packageContainer .packageColumn {
  background-color: #ececec;
  padding: 1rem;
  border-radius: 0.313rem;
}
@media (min-width: 1200px) {
  .packageContainer .packageColumn {
    transform: scale(0.95) perspective(1px);
  }
}
@media (max-width: 1399.98px) {
  .packageContainer .packageColumn {
    margin-bottom: 1rem;
  }
}
.packageContainer .packageColumn.active {
  background-color: #007243;
}
@media (min-width: 1200px) {
  .packageContainer .packageColumn.active {
    transform: scale(1.05) perspective(1px);
    box-shadow: 0px 16px 40px 0px rgba(112, 144, 176, 0.2);
  }
}
.packageContainer .packageColumn.active i.hasPackage {
  background-color: #ffffff;
  color: #007243;
}
.packageContainer .packageColumn.active .btn-primary {
  background-color: #ffffff !important;
}
.packageContainer .packageColumn p {
  margin-bottom: 0 !important;
}
.packageContainer .packageColumn .btn {
  display: block;
  width: 100%;
}
.packageContainer .packageColumn .packageTop {
  margin-bottom: 3rem;
}
.packageContainer .packageColumn .packageCenter {
  margin: 1rem 0;
}
.packageContainer .packageColumn .packageBottom {
  margin-top: 3rem;
}
.packageContainer .packageColumn ul li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.packageContainer .packageColumn ul li i {
  border-radius: 5rem;
  height: 2rem;
  width: 2rem;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}
.packageContainer .packageColumn ul li i.hasPackage {
  background-color: rgba(150, 230, 255, 0.125);
  color: #007243;
}
.packageContainer .packageColumn ul li i.noPackage {
  background-color: rgba(242, 53, 85, 0.125);
  color: #f23555;
}

.select_wrap {
  color: #1A171B;
  user-select: none;
  z-index: 9;
}
.select_wrap .default_option {
  width: 100%;
  position: relative;
  cursor: pointer;
  margin: auto;
}
.select_wrap .select_ul {
  position: absolute;
  left: -1px;
  border: 2px solid #1A171B;
  background: #ffffff;
  display: none;
}
.select_wrap .select_ul li {
  width: 100%;
  padding: 2px 20px;
  margin: auto;
  cursor: pointer;
  text-align: center;
}

.alertify-notifier {
  z-index: 999;
}

.alertify .ajs-dialog {
  border-radius: 0.313rem !important;
}
.alertify .ajs-header {
  font-weight: bold;
  border-bottom: 1px solid #ffffff;
  border-top-right-radius: 0.313rem !important;
  border-top-left-radius: 0.313rem !important;
}
.alertify .ajs-body .ajs-content {
  padding: 1rem 0;
}
.alertify .ajs-footer {
  border-bottom-right-radius: 0.313rem !important;
  border-bottom-left-radius: 0.313rem !important;
}
.alertify .ajs-ok {
  color: #ffffff;
  font-size: 1rem;
  font-weight: normal;
  background: #1A171B;
  padding: 0.875rem 1.5rem 1rem;
  margin: 0;
  border: 0;
  border-radius: 0.313rem;
  transition: all 0.2s;
}
.alertify .ajs-ok:hover {
  color: #ffffff !important;
  background: #007243 !important;
  border: 0;
  transition: all 0.2s !important;
}
.alertify .ajs-cancel {
  color: #ffffff;
  font-size: 1rem;
  font-weight: normal;
  background: #007243;
  padding: 0.875rem 1.5rem 1rem;
  margin: 0;
  border: 0;
  border-radius: 0.313rem;
  transition: all 0.2s;
}
.alertify .ajs-cancel:hover {
  color: #ffffff !important;
  background: #007243 !important;
  border: 0;
  transition: all 0.2s !important;
}

.alertify .ajs-commands button.ajs-close {
  margin-top: 8px;
  margin-right: -5px;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z' clip-rule='evenodd'/></svg>");
}

@media screen and (max-width: 1200px) {
  .alertify-notifier.ajs-right {
    left: 0;
    right: 0;
  }
  .alertify-notifier.ajs-right .ajs-message.ajs-visible {
    left: 10px;
    right: 20px;
    word-break: break-all;
    font-size: 14px;
    margin: 0;
  }
  .alertify-notifier .ajs-message {
    width: 95vw;
  }
}
.textEditorColumn {
  color: #6b6d70;
}
.textEditorColumn p {
  color: #6b6d70;
}
.textEditorColumn a {
  text-decoration: underline !important;
  word-break: break-word;
}
.textEditorColumn a:hover, .textEditorColumn a:focus {
  color: #007243 !important;
  text-decoration: underline !important;
}
.textEditorColumn img {
  height: auto !important;
  max-width: 100% !important;
  border-radius: 0.313rem;
}

.cc_div {
  font-family: "Lexend", sans-serif;
}

#cc_div #cm {
  height: auto;
}

#c-bns button:first-child, #s-bns button:first-child {
  background-color: #007243;
}

#cm, #s-bl .act .b-acc, #s-inr, .cc_div .b-tl, .cc_div .c-bl {
  border-radius: 0.313rem;
}
@media (max-width: 991.98px) {
  #cm, #s-bl .act .b-acc, #s-inr, .cc_div .b-tl, .cc_div .c-bl {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  #c-txt {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 688px) {
  #cm.box, #cm.cloud {
    left: 0;
    right: 0;
  }
  #cm.bottom {
    bottom: 0;
  }
  .cc_div #c-bns {
    flex-direction: unset;
    gap: 1rem;
    margin-top: 1rem;
  }
  .cc_div #c-bns button {
    margin-top: 0;
  }
  #cm, #cm.cloud, #cm.left, #cm.right {
    padding: 1rem !important;
  }
}
footer {
  position: relative;
  margin-top: 3rem;
  padding-top: 2rem;
  z-index: 1;
}
@media (min-width: 768px) {
  footer {
    padding-top: 3rem;
  }
}
@media (max-width: 991.98px) {
  footer {
    margin-top: 5rem;
    overflow: hidden;
    position: relative;
    z-index: 99;
  }
}
footer .container-fluid {
  padding-left: 4% !important;
  padding-right: 4% !important;
}
@media (max-width: 991.98px) {
  footer .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
footer p {
  margin-bottom: 0 !important;
}
footer a:hover, footer a:focus, footer i:hover, footer i:focus, footer #changePreferences:hover, footer #changePreferences:focus {
  color: #007243 !important;
}
footer h6 {
  color: #ffffff !important;
  font-weight: normal;
}
@media (min-width: 768px) {
  footer .footerLinkBox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
  }
}
footer .footerLinkBox a {
  color: #6b6d70;
}
@media (max-width: 991.98px) {
  footer .footerLinkBox a {
    margin: 1rem !important;
    font-size: 1.5rem;
  }
}
footer .footerLinkBox a img {
  height: 1.5rem;
  width: 1.5rem;
}
footer .select_wrap li, footer .select_wrap a {
  color: #FBFCFF !important;
}

.nexodot img {
  width: 8rem;
}
@media (max-width: 767.98px) {
  .nexodot img {
    width: 10rem;
    margin-top: 3rem;
  }
}
@media (min-width: 1200px) {
  .nexodot img:hover, .nexodot img:focus {
    transform: scale(1.025) !important;
    transition-duration: 0.3s !important;
    transition-property: all !important;
    transition-timing-function: ease-in-out !important;
  }
}

.footerTop {
  margin-top: 3rem;
}
.footerTop .footerTopInner {
  text-align: center;
}

.footerDescription {
  margin-top: 1.5rem !important;
  margin-bottom: 2rem !important;
}
@media (min-width: 768px) {
  .footerDescription {
    width: 70%;
  }
}

@media (min-width: 768px) {
  .footerContacts {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 991.98px) {
  .footerContacts {
    display: grid;
    gap: 1rem;
  }
}

.footerLogoColumn {
  display: inline-block;
  margin-bottom: 3rem;
}
@media (max-width: 991.98px) {
  .footerLogoColumn {
    justify-content: center;
    width: unset;
  }
}
.footerLogoColumn:hover {
  color: #1A171B !important;
}
.footerLogoColumn .footerLogo {
  height: auto;
  width: 7rem;
}
.footerLogoColumn .footerLogoTitle {
  font-size: 1.25rem;
  font-weight: 600;
  margin-left: 0.75rem;
}

.footerBottom {
  border-top: 1px solid #EDF1F3;
  padding: 2rem 0;
  font-size: 0.75rem !important;
}
@media (max-width: 991.98px) {
  .footerBottom {
    text-align: center;
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .footerBottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3rem;
  }
}
.footerBottom a, .footerBottom p, .footerBottom li {
  font-size: 0.75rem !important;
  color: #6b6d70 !important;
}
@media (max-width: 1199.98px) {
  .footerBottom a, .footerBottom p, .footerBottom li {
    font-size: 0.75rem !important;
  }
}
@media (min-width: 768px) {
  .footerBottom .footerBottomRight ul {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
}
.footerBottom .copyright {
  font-size: 1rem;
}
@media (max-width: 1199.98px) {
  .footerBottom .copyright {
    font-size: 10px;
  }
}

.homeBody main {
  margin-top: 0 !important;
}

.headerVideo {
  height: 100vh;
}

.header {
  position: relative;
}
.header .headerContent {
  position: absolute;
  bottom: 10rem;
  left: 10rem;
  z-index: 9;
}
@media (max-width: 991.98px) {
  .header .headerContent {
    bottom: 7rem;
    left: 15px;
  }
}
.header .headerContent .titleH1 {
  color: #FBFCFF;
  line-height: 1;
  margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
  .header .headerContent .titleH1 {
    font-size: 3rem;
  }
}

.offcanvas {
  background-color: #ffffff;
  height: 100vh;
}
@media (max-width: 991.98px) {
  .offcanvas {
    padding-top: 5rem;
    left: 0 !important;
    width: 100% !important;
    border: 0;
  }
}
.offcanvas .btn-close {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
@media (min-width: 1200px) {
  .offcanvas .btn-close {
    transition-property: all !important;
    transition-timing-function: ease-in !important;
  }
}
@media (min-width: 768px) {
  .offcanvas .btn-close {
    position: absolute;
    left: -5rem;
    top: 2.5rem;
    background-color: transparent;
    border: 2px solid #ffffff;
    border-radius: 0.313rem;
    opacity: 1;
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .offcanvas .btn-close {
    border-radius: 0.5rem;
  }
}
@media (min-width: 768px) {
  .offcanvas .btn-close:hover {
    color: #ffffff !important;
    border: 2px solid #007243;
    background-color: #007243;
  }
}
@media (max-width: 991.98px) {
  .offcanvas .btn-close {
    display: none;
  }
}

@media (min-width: 768px) {
  .offcanvas-backdrop {
    background-color: hsla(227, 22%, 8%, 0.56) !important;
    backdrop-filter: blur(15px) !important;
  }
}

@media (min-width: 768px) {
  .offcanvas-backdrop.show {
    opacity: 1;
    background-image: url("../images/logo/verbau_logo_white.svg");
    background-size: 10rem;
    background-repeat: no-repeat;
    background-position: 40% 50%;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-backdrop.show {
    top: 5rem !important;
  }
}

.offcanvas-body {
  padding: 3rem;
}

.offcanvas.offcanvas-end {
  border: none;
}

.headroom {
  will-change: transform;
  transition: transform 200ms linear;
}

.headroom--not-top {
  transform: translateY(0%);
  height: 5rem !important;
}
@media (min-width: 1200px) {
  .headroom--not-top {
    background: hsla(0, 0%, 100%, 0.85) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }
}
@media (max-width: 1399.98px) {
  .headroom--not-top {
    background: hsla(0, 0%, 100%, 0.95);
    backdrop-filter: blur(45px);
    -webkit-backdrop-filter: blur(45px);
  }
}

.headroom--unpinned {
  transform: translateY(-100%);
  background-color: transparent !important;
}

.headroom--top {
  background-color: transparent !important;
}
@media (min-width: 768px) {
  .headroom--top .navbar-toggler:hover {
    background-color: #ececec;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .headroom--top .navbar-toggler:hover {
    transition-duration: 0.5s !important;
    transition-property: all !important;
    transition-timing-function: ease-in-out !important;
  }
}

.homeBody > .headroom--top {
  background-color: transparent !important;
}
.homeBody > .headroom--top::after {
  background: linear-gradient(to bottom, rgba(31, 31, 31, 0.9) 0%, rgba(31, 31, 31, 0.9) 20%, rgba(31, 31, 31, 0.852589) 26.67%, rgba(32, 32, 32, 0.768225) 33.33%, rgba(33, 33, 33, 0.668116) 40%, rgba(34, 34, 34, 0.557309) 46.67%, rgba(35, 35, 35, 0.442691) 53.33%, rgba(36, 36, 36, 0.331884) 60%, rgba(37, 37, 37, 0.231775) 66.67%, rgba(38, 38, 38, 0.147411) 73.33%, rgba(39, 39, 39, 0.0816599) 80%, rgba(39, 39, 39, 0.03551) 86.67%, rgba(39, 39, 39, 0.0086472) 93.33%, rgba(39, 39, 39, 0) 100%);
  content: "";
  height: 170px;
  left: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: height 300ms ease 0s;
  z-index: -1;
  will-change: height;
  pointer-events: none;
}
.homeBody > .headroom--top .navbar-toggler {
  color: #FBFCFF !important;
}
@media (min-width: 768px) and (min-width: 1200px) {
  .homeBody > .headroom--top .navbar-toggler:hover {
    background-color: hsla(225, 2%, 59%, 0.18) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition-duration: 0.5s !important;
    transition-property: all !important;
    transition-timing-function: ease-in-out !important;
  }
}
@media (min-width: 768px) {
  .homeBody > .headroom--top .navbar-toggler:hover, .homeBody > .headroom--top .navbar-toggler:focus, .homeBody > .headroom--top .navbar-toggler.active, .homeBody > .headroom--top .navbar-toggler:active {
    color: #FBFCFF !important;
  }
}
.homeBody > .headroom--top .navbar-brand a .cls-1, .homeBody > .headroom--top .navbar-brand a .cls-2, .homeBody > .headroom--top .navbar-brand a .cls-3 {
  fill: #FBFCFF;
}
@media (min-width: 1200px) {
  .homeBody > .headroom--top .navbar-brand a .cls-1, .homeBody > .headroom--top .navbar-brand a .cls-2, .homeBody > .headroom--top .navbar-brand a .cls-3 {
    transition-duration: 0.5s !important;
    transition-property: all !important;
    transition-timing-function: ease-in-out !important;
  }
}
@media (min-width: 1200px) {
  .homeBody > .headroom--top .navbar-brand a:hover {
    transition-duration: 0.5s !important;
    transition-property: all !important;
    transition-timing-function: ease-in-out !important;
  }
}
.homeBody > .headroom--top .navbar-brand a:hover .cls-1, .homeBody > .headroom--top .navbar-brand a:hover .cls-3 {
  fill: #007243;
}
.homeBody > .headroom--top .navbar-brand a:hover .cls-2 {
  fill: #1A171B;
}
.homeBody > .headroom--top .language .dropdown-toggle {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23FBFCFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  color: #FBFCFF;
}
@media (min-width: 1200px) {
  .homeBody > .headroom--top .language .dropdown-toggle:hover {
    background-color: hsla(225, 2%, 59%, 0.18) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition-duration: 0.5s !important;
    transition-property: all !important;
    transition-timing-function: ease-in-out !important;
  }
}

.transparent_background {
  background: transparent !important;
  backdrop-filter: unset !important;
}

.toggledNav {
  transition: none !important;
}
@media (min-width: 1200px) {
  .toggledNav {
    background: hsla(0, 0%, 100%, 0.85) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }
}
@media (max-width: 1399.98px) {
  .toggledNav {
    background: hsla(0, 0%, 100%, 0.95);
    backdrop-filter: blur(45px);
    -webkit-backdrop-filter: blur(45px);
  }
}
@media (max-width: 575.98px) {
  .toggledNav {
    height: 100% !important;
  }
}

.navbar-brand {
  position: absolute;
  padding: 0 !important;
  margin: 0 !important;
  top: auto;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}
@media (min-width: 1200px) {
  .navbar-brand {
    transition-duration: 0.5s !important;
    transition-property: all !important;
    transition-timing-function: ease-in-out !important;
  }
}
@media (max-width: 991.98px) {
  .navbar-brand {
    z-index: 9999;
  }
}
.navbar-brand a {
  display: flex;
  align-items: center;
  width: fit-content;
}
.navbar-brand img, .navbar-brand svg {
  width: 7rem;
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .navbar-brand img, .navbar-brand svg {
    width: 5.5rem;
  }
}

.navbarTop {
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9;
  width: 100%;
}

nav {
  z-index: 999 !important;
  transition: all 0.3s ease-in-out;
}
nav .navbar-nav {
  gap: 1rem;
}
nav .language {
  z-index: 1;
}
@media (max-width: 991.98px) {
  nav .language {
    z-index: 99999;
  }
}
nav a {
  color: #1A171B;
}
nav.scrollUp {
  transform: translateY(-180%);
}
nav .container-fluid {
  padding-left: 4% !important;
  padding-right: 4% !important;
}
@media (max-width: 991.98px) {
  nav .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
nav .nav-item {
  z-index: 9;
}
nav .nav-link {
  color: #1A171B;
  font-weight: 400;
  padding: 0.75rem !important;
  opacity: 1 !important;
  height: 100%;
  transition: text-shadow 0.3s;
  text-align: left;
  display: flex;
  align-items: center;
  border-radius: 0.313rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1399.98px) {
  nav .nav-link {
    border-radius: 0.5rem;
  }
}
@media (max-width: 1399.98px) {
  nav .nav-link {
    color: #1A171B;
  }
}
@media screen and (max-width: 1300px) {
  nav .nav-link {
    padding: 0.5rem !important;
  }
}
@media (min-width: 768px) {
  nav .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background-color: #007243;
    transition: left 0.3s ease;
  }
  nav .nav-link:hover::after {
    left: 0;
  }
  nav .nav-link:hover, nav .nav-link:focus, nav .nav-link.active {
    background-color: #ececec;
    color: #1A171B !important;
  }
}
nav .navbar-toggler {
  border: none;
  color: #1A171B !important;
  cursor: pointer;
  margin: 0;
  font-size: 1rem;
  z-index: 1;
  padding: 0.3rem 0.5rem 0.3rem 0.4rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
@media (min-width: 1200px) {
  nav .navbar-toggler {
    transition-duration: 0.5s !important;
    transition-property: all !important;
    transition-timing-function: ease-in-out !important;
  }
}
@media (max-width: 991.98px) {
  nav .navbar-toggler {
    z-index: 99999;
  }
}
@media (max-width: 575.98px) {
  nav .navbar-toggler span {
    display: none;
  }
}
nav .navbar-toggler i {
  font-size: 1.5rem;
}
@media screen and (max-width: 1200px) {
  nav .navbar-toggler i {
    font-size: 2rem;
    display: block;
  }
}
nav .navbar-toggler:hover, nav .navbar-toggler:focus {
  color: #1A171B !important;
  outline: none !important;
}
nav .navbar-toggler:active {
  color: #1A171B !important;
}
nav .navBtns {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
nav .navBtns .d-flex {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbarTop {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 1200px) {
  .navbarTop {
    height: 7rem;
  }
}
@media (max-width: 1399.98px) {
  .navbarTop {
    height: 3.563rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

nav.navbar {
  height: 5rem;
  transition: transform 0.5s ease-in-out;
}
@media (min-width: 768px) {
  nav.navbar {
    height: 7rem;
  }
}

@media screen and (min-width: 1200px) {
  .navbarCenter.navbar-nav {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  #navbarNavDropdown {
    font-size: 1.5rem;
    height: 100vh;
    overflow: hidden !important;
    touch-action: none;
    -ms-touch-action: none;
    z-index: 9999;
    transition: none !important;
    margin-top: 8rem;
  }
}

@media (max-width: 1199.98px) {
  .nav-item .select_wrap, .nav-item .select_ul {
    border: 0 !important;
  }
  .nav-item .select_ul {
    padding: 15px 0;
  }
  .navbarMenuBox {
    display: none !important;
  }
  .navbar-collapse {
    transition: none !important;
  }
  .navbar-nav > .nav-item > .nav-link {
    padding: 0 0 15px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1200px) {
  .navbar-nav > .nav-item > .nav-link span {
    display: inline-block;
  }
}
.navbarRight {
  margin-left: auto;
}
@media (min-width: 1200px) {
  .navbarRight {
    display: flex;
    align-items: center;
    width: max-content;
  }
}
@media (max-width: 1399.98px) {
  .navbarRight {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .navbarRight .nav-link {
    padding-right: 0 !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas.show ~ .navbar .language .dropdown-toggle,
  .navbar:has(.offcanvas.show) .language .dropdown-toggle {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%231A171B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    color: #1A171B;
  }
  .offcanvas.show ~ .navbar .navbar-toggler,
  .navbar:has(.offcanvas.show) .navbar-toggler {
    color: #1A171B !important;
  }
  .offcanvas.show ~ .navbar .navbar-toggler:hover, .offcanvas.show ~ .navbar .navbar-toggler:focus, .offcanvas.show ~ .navbar .navbar-toggler.active, .offcanvas.show ~ .navbar .navbar-toggler:active,
  .navbar:has(.offcanvas.show) .navbar-toggler:hover,
  .navbar:has(.offcanvas.show) .navbar-toggler:focus,
  .navbar:has(.offcanvas.show) .navbar-toggler.active,
  .navbar:has(.offcanvas.show) .navbar-toggler:active {
    color: #1A171B !important;
  }
  .offcanvas.show ~ .navbar .navbar-brand a .cls-1, .offcanvas.show ~ .navbar .navbar-brand a .cls-3,
  .navbar:has(.offcanvas.show) .navbar-brand a .cls-1,
  .navbar:has(.offcanvas.show) .navbar-brand a .cls-3 {
    fill: #007243;
  }
  .offcanvas.show ~ .navbar .navbar-brand a .cls-2,
  .navbar:has(.offcanvas.show) .navbar-brand a .cls-2 {
    fill: #1A171B;
  }
}
.loader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 99999999;
}
.loader img {
  width: 10rem;
  opacity: 0;
  -webkit-animation: fadeinout 1.25s linear forwards;
  animation: fadeinout 1.25s linear forwards;
}

@-webkit-keyframes fadeinout {
  0%, 100% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}
@keyframes fadeinout {
  0%, 100% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}
.hasLink {
  color: #007243;
  text-underline-offset: 0.25rem;
}
.hasLink:hover {
  text-decoration: underline !important;
}

@media (max-width: 991.98px) {
  .industrialFloorContainer .box img {
    width: 20rem;
  }
}

@media (max-width: 991.98px) {
  .generalContainer.container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.about {
  border-radius: 0.626rem;
  padding: 7rem;
  background: #F8F9FA !important;
}
@media (max-width: 991.98px) {
  .about {
    padding: 3rem 1rem 1rem 1rem;
  }
}
@media (min-width: 768px) {
  .about .center, .about .quantity, .about .alertClose {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .about .aboutDesc {
    padding-right: 5rem;
  }
}
.about .aboutImg {
  aspect-ratio: unset;
  height: 100%;
  object-position: top;
}
@media (min-width: 768px) {
  .about .aboutImg {
    width: 15rem;
  }
}
.about .titleH3, .about .contactContainer .contactColumn .contactBox .contactName, .contactContainer .contactColumn .contactBox .about .contactName {
  color: #007243;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
}
.about .titleH2 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

.referencesContainer .referencesColumn {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 17.5rem 17.5rem;
  gap: 24px 24px;
  grid-auto-flow: row;
  grid-template-areas: "referenceBox1 referenceBox1 referenceBox2 referenceBox2" "referenceBox1 referenceBox1 referenceBox3 referenceBox4";
}
.referencesContainer .box {
  height: 100% !important;
}
.referencesContainer .box img {
  height: 100% !important;
}

.referenceBox1 {
  grid-area: referenceBox1;
}

.referenceBox2 {
  grid-area: referenceBox2;
}

.referenceBox3 {
  grid-area: referenceBox3;
}

.referenceBox4 {
  grid-area: referenceBox4;
}

.contactContainer .contactColumn {
  margin-top: 1rem;
}
.contactContainer .contactColumn .contactBox {
  position: relative;
  padding: 1.75rem 1.25rem 1.5rem;
  border: 1px solid #ececec;
  border-radius: 0.75rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 1399.98px) {
  .contactContainer .contactColumn .contactBox {
    border-radius: 0.5rem;
  }
}
.contactContainer .contactColumn .contactBox::before {
  content: "";
  position: absolute;
  background: #007243;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: 10px;
  border-radius: 0.75rem 0.75rem 0 0;
}
.contactContainer .contactColumn .contactBox .contactPost {
  margin-bottom: 0 !important;
}
.contactContainer .contactColumn .contactBox .contactEmail {
  margin-bottom: 0.375rem !important;
}
.contactContainer .contactColumn .contactBox .contactEmail, .contactContainer .contactColumn .contactBox .contactPhone {
  display: inline-block;
  color: #6b6d70;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
}

.border-radius {
  border-radius: 0.313rem;
}
@media (max-width: 1399.98px) {
  .border-radius {
    border-radius: 0.5rem;
  }
}

.fileUpload {
  margin: 0;
  cursor: pointer;
}
.fileUpload i {
  z-index: 1;
}
.fileUpload label {
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer;
}

.viewPageCover {
  width: 100%;
  object-fit: cover;
  border-radius: 0.313rem;
  aspect-ratio: 4/3;
}
@media (max-width: 1399.98px) {
  .viewPageCover {
    border-radius: 0.5rem;
  }
}
@media (min-width: 768px) {
  .viewPageCover {
    aspect-ratio: 3/1;
  }
}

.viewPageHeader {
  margin-top: 2rem;
}

.titleBorder {
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-decoration-style: solid;
  text-decoration-color: #007243;
}

.titleHeader {
  padding: 0 0.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 991.98px) {
  .titleHeader {
    padding: 0;
    margin-bottom: 0.75rem;
  }
}
.titleHeader.titleHeaderSB {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.titleHeader.titleHeaderC {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.titleHeader h2 {
  font-size: 1.75rem;
}
@media (max-width: 991.98px) {
  .titleHeader h2 {
    font-size: 1.25rem;
    font-weight: normal;
  }
}
.titleHeader p {
  margin-bottom: 0 !important;
}
.titleHeader h6 {
  position: relative;
  margin-bottom: 0;
  z-index: 3;
}
@media (min-width: 768px) {
  .titleHeader .titleHeaderRightSlider {
    margin-right: 7rem;
  }
}

.pageHeader {
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .pageHeader {
    margin: 0 30% 2rem 30%;
  }
}

.viewPage .pageHeader {
  margin: 0 0 2rem 0;
}

.galleryContainer {
  margin-top: 3rem;
}
.galleryContainer .btn-primary {
  margin: 0 auto;
}
.galleryContainer .lessContentColumn {
  width: calc(100% + 10px);
}
@media screen and (min-width: 992px) {
  .galleryContainer .lessContentColumn {
    width: calc(100% + 20px);
  }
}
.galleryContainer .lessContentColumn:after {
  content: "";
  display: block;
  clear: both;
}
.galleryContainer .grid-sizer,
.galleryContainer .galleryItem {
  width: calc(50% - 10px);
}
@media screen and (min-width: 992px) {
  .galleryContainer .grid-sizer,
  .galleryContainer .galleryItem {
    width: calc(25% - 20px);
  }
}
.galleryContainer .galleryItem {
  float: left;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .galleryContainer .galleryItem {
    margin-bottom: 20px;
  }
}
.galleryContainer .galleryItem img {
  display: block;
  width: 100%;
  border-radius: 0.313rem;
}
@media (max-width: 1399.98px) {
  .galleryContainer .galleryItem img {
    border-radius: 0.5rem;
  }
}

.galleryColumn.lessContentColumn .grid-sizer, .galleryColumn.lessContentColumn .galleryItem {
  width: calc(33.333% - 20px) !important;
}
@media (max-width: 991.98px) {
  .galleryColumn.lessContentColumn .grid-sizer, .galleryColumn.lessContentColumn .galleryItem {
    width: calc(50% - 15px) !important;
  }
}

@media (max-width: 767.98px) {
  .aboutMoreContainer {
    margin-left: -12px;
    margin-right: -12px;
  }
  .aboutMoreContainer .row {
    max-width: unset;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    overflow-scrolling: touch;
    flex-wrap: nowrap;
    scrollbar-color: transparent transparent;
    padding-left: 15.75px;
    padding-right: 15.75px;
  }
  .aboutMoreContainer .row::-webkit-scrollbar {
    background: transparent;
    display: none;
  }
  .aboutMoreContainer .row::-webkit-scrollbar-thumb {
    background: transparent;
    display: none;
  }
  .aboutMoreContainer .row > .col, .aboutMoreContainer .row [class*=col-] {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
  }
  .aboutMoreContainer .row .col-12 {
    scroll-snap-align: start;
    min-width: max-content;
    width: 20rem;
  }
  .aboutMoreContainer .row .col-12 .large-box {
    width: 20rem;
  }
  .aboutMoreContainer .row .col-12 .large-box img {
    height: 30rem;
  }
}
[class*=animation-container-] {
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
}
[class*=animation-container-]::before, [class*=animation-container-]::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
}
[class*=animation-container-]::before {
  background-color: #0f602a;
  border-radius: 0.75rem;
  scale: 0.998 0.995;
}
[class*=animation-container-]::after {
  background-color: #007243;
  border-radius: 0.75rem;
  scale: 0.998 0.995;
}
[class*=animation-container-] .animation-content {
  position: relative;
  opacity: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
}

[class*=animation-container-].animate::before {
  animation: slideIn 0.5s forwards;
}
[class*=animation-container-].animate::after {
  animation: slideIn 0.5s forwards;
  animation-delay: 0.5s;
}
[class*=animation-container-].animate .animation-content {
  animation: fadeIn 0.3s forwards;
  animation-delay: 1s;
}
[class*=animation-container-].animate .animation-content img {
  transform: scale(1);
  animation: zoomIn 2s forwards;
  animation-delay: 1s;
}

.animation-container-left::before, .animation-container-left::after {
  left: 0;
}

.animation-container-right::before, .animation-container-right::after {
  right: 0;
}

.animation-container-left.animate::before {
  animation: slideInLeft 0.5s forwards;
}
.animation-container-left.animate::after {
  animation: slideInLeft 0.5s forwards;
  animation-delay: 0.5s;
}

.animation-container-right.animate::before {
  animation: slideInRight 0.5s forwards;
}
.animation-container-right.animate::after {
  animation: slideInRight 0.5s forwards;
  animation-delay: 0.5s;
}

@keyframes slideInLeft {
  from {
    width: 0;
    left: 0;
  }
  to {
    width: 100%;
    left: 0;
  }
}
@keyframes slideInRight {
  from {
    width: 0;
    right: 0;
  }
  to {
    width: 100%;
    right: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.15);
  }
}
.img-box {
  border-radius: 0.75rem;
  position: relative;
  display: block;
  overflow: hidden;
}
@media (max-width: 1399.98px) {
  .img-box {
    border-radius: 0.5rem;
  }
}

.box {
  display: block;
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
}
@media (max-width: 1399.98px) {
  .box {
    border-radius: 0.5rem;
  }
}
.box img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
  border-radius: 0.75rem;
}
@media (max-width: 1399.98px) {
  .box img {
    border-radius: 0.5rem;
  }
}
.box::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to top right, rgba(4, 8, 15, 0.9490196078), rgba(4, 8, 15, 0.6) 20%, rgba(255, 255, 255, 0));
}
.box .box-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 1.5rem 2.5rem;
  z-index: 9;
}
@media (max-width: 991.98px) {
  .box .box-content {
    margin: 1.5rem 1.75rem;
  }
}
.box .box-content i {
  font-size: 1.5rem;
}
@media (max-width: 991.98px) {
  .box .box-content i {
    display: none;
  }
}
.box .box-content p {
  color: rgba(255, 255, 255, 0.8235294118);
}
.box .box-title {
  color: #FBFCFF;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .wide-box img {
    aspect-ratio: 3/1;
  }
}

.large-box img {
  height: 40rem;
}
.large-box::after {
  background: linear-gradient(to top, rgba(31, 31, 31, 0.95) 0%, rgba(31, 31, 31, 0.9) 20%, rgba(31, 31, 31, 0.85) 26.67%, rgba(32, 32, 32, 0.77) 33.33%, rgba(33, 33, 33, 0.667) 40%, rgba(34, 34, 34, 0.557) 46.67%, rgba(35, 35, 35, 0.443) 53.33%, rgba(36, 36, 36, 0.333) 60%, rgba(37, 37, 37, 0.23) 66.67%, rgba(38, 38, 38, 0.15) 73.33%, rgba(39, 39, 39, 0.082) 80%, rgba(39, 39, 39, 0.035) 86.67%, rgba(39, 39, 39, 0.008) 93.33%, rgba(39, 39, 39, 0) 100%);
  height: 30rem;
  top: unset !important;
  transition: height 300ms ease 0s;
  will-change: height;
  border-radius: 0.75rem;
}
@media (max-width: 1399.98px) {
  .large-box::after {
    border-radius: 0.5rem;
  }
}
.large-box .box-content {
  margin: 0 2.5rem 3rem;
}
@media (max-width: 991.98px) {
  .large-box .box-content {
    margin: 0 1.25rem 1.5rem;
  }
}
.large-box .box-content .box-title {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 0;
}

.careerContainer {
  position: relative;
}
.careerContainer .careerBox {
  margin-top: 7rem;
}
@media (min-width: 992px) {
  .careerContainer .careerBox {
    padding-right: 5rem;
  }
}
@media (max-width: 991.98px) {
  .careerContainer .careerBox {
    text-align: center;
  }
}
.careerContainer img {
  z-index: -1;
}
@media (min-width: 992px) {
  .careerContainer img {
    position: absolute;
    right: -90rem;
    scale: 0.5;
    top: -50rem;
    transition: 1.5s all;
  }
}
@media (max-width: 991.98px) {
  .careerContainer img {
    width: 100%;
    margin-top: -2rem;
    margin-bottom: -10rem;
  }
}
.careerContainer .titleH3, .careerContainer .contactContainer .contactColumn .contactBox .contactName, .contactContainer .contactColumn .contactBox .careerContainer .contactName {
  color: #007243;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
}
.careerContainer .titleH2 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

/*# sourceMappingURL=globals.css.map */
