@font-face {
  font-family: "HDI-GerlingSans-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/HDI-GerlingSans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "HDI-GerlingSans-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/HDI-GerlingSans-Bold.woff2") format("woff2");
}
.banner {
  position: relative;
  padding: 0;
  width: 100%;
  height: calc(100dvh - 124px);
  max-height: 500px;
  color: #ffffff;
}
.banner .swiper-button-next, .banner .swiper-button-prev {
  position: relative;
  inset: unset;
  margin: 0;
  width: 20px;
  height: 30px;
}
.banner .swiper-button-next::after, .banner .swiper-button-prev::after {
  content: none;
}
.banner .swiper-button-next svg, .banner .swiper-button-prev svg {
  --icon-color: #ffffff;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.banner .swiper-button-next:hover svg, .banner .swiper-button-prev:hover svg {
  --icon-color: #006729;
}
.banner .swiper-button-next svg {
  transform: rotate(-90deg);
}
.banner .swiper-button-prev svg {
  transform: rotate(90deg);
}
.banner .swiper-pagination {
  position: relative;
  inset: unset;
  width: auto;
}
.banner .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  background: #006729;
}
.banner .swiper-slide {
  position: relative;
}
.banner__background {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.banner__background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  mix-blend-mode: multiply;
  z-index: 0;
}
.banner__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner__content {
  width: 100%;
}
.banner__content p {
  --font-size: 16px;
  --font-size-rem: 1rem;
  --line-height: 25px;
  --line-height-rem: 1.5625rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.banner__hero {
  margin: 0 0 15px 0;
}
.banner__hero p {
  --font-size: 40px;
  --font-size-rem: 2.5rem;
  --line-height: 45px;
  --line-height-rem: 2.8125rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  font-family: "HDI-GerlingSans-Regular";
  margin: 0;
}
.banner__controls {
  position: absolute;
  bottom: 50px;
  width: 100%;
}
.banner__controls .container {
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.banner__cta {
  height: 50px;
  font-family: "HDI-GerlingSans-Bold";
  min-width: 120px;
}
.banner__details {
  width: 100%;
  padding: 60px 0;
  height: 100%;
}
.banner__details .container {
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 30px;
}
.banner__navigation {
  display: none;
}

.section-content h2 {
  --font-size: 16px;
  --font-size-rem: 1rem;
  --line-height: 25px;
  --line-height-rem: 1.5625rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}

@media screen and (min-width: 768px) {
  .banner {
    max-height: 600px;
  }
}

@media screen and (min-width: 992px) {
  .banner__content p {
    --font-size: 20px;
    --font-size-rem: 1.25rem;
    --line-height: 30px;
    --line-height-rem: 1.875rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .banner__hero p {
    --font-size: 60px;
    --font-size-rem: 3.75rem;
    --line-height: 64px;
    --line-height-rem: 4rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .banner__controls {
    bottom: 100px;
  }
  .banner__details {
    padding: 100px 0;
  }
  .banner__details .container {
    justify-content: flex-start;
  }
  .banner__navigation {
    position: relative;
    display: flex;
    align-items: center;
    gap: 50px;
    left: 0;
  }
  .section-content h2 {
    --font-size: 20px;
    --font-size-rem: 1.25rem;
    --line-height: 30px;
    --line-height-rem: 1.875rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
}
@font-face {
  font-family: "HDI-GerlingSans-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/HDI-GerlingSans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "HDI-GerlingSans-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/HDI-GerlingSans-Bold.woff2") format("woff2");
}
.products {
  position: relative;
  margin-top: -30px;
  padding: 0;
}
.products .swiper {
  min-height: 200px;
  overflow: visible;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.3s;
}
.products .swiper-wrapper {
  display: flex;
  align-items: flex-end;
  min-height: 165px;
  height: 165px;
}
.products .swiper-initialized {
  opacity: 1;
}
.products .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px 20px;
  height: auto;
  max-height: 150px;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #f2f2f2;
  gap: 15px;
  overflow: hidden;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  cursor: pointer;
}
.products .swiper-pagination-bullet {
  background: #006729;
}
.products__button {
  display: none;
}
.products__icon {
  opacity: 1;
  width: 44px;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1;
  transition-property: all;
  transition-duration: 0.1s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.products__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 20px;
  opacity: 1;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.products__title {
  display: flex;
  align-items: flex-start;
  height: 40px;
  color: #323232;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  --font-size: 14px;
  --font-size-rem: 0.875rem;
  --line-height: 20px;
  --line-height-rem: 1.25rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
@media screen and (min-width: 992px) {
  .products {
    margin-top: -75px;
  }
  .products__icon {
    margin-left: auto;
  }
  .products__item {
    text-align: start;
  }
}
@media screen and (min-width: 1024px) {
  .products .swiper-slide {
    border-radius: 10px;
  }
  .products .swiper-slide:hover {
    background-color: #79b530;
    border-color: #79b530;
    padding: 40px 20px 30px 20px;
    max-height: 165px;
  }
  .products .swiper-slide:hover .products__icon {
    filter: brightness(0) invert(1);
  }
  .products .swiper-slide:hover .products__title {
    color: #ffffff;
  }
  .products .swiper-slide:hover .products__button {
    opacity: 1;
  }
  .products__button {
    opacity: 0;
    display: flex;
    --font-size: 12px;
    --font-size-rem: 0.75rem;
    --line-height: 25px;
    --line-height-rem: 1.5625rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
    color: #ffffff;
    font-family: "HDI-GerlingSans-Bold";
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
  }
  .products__button:hover {
    color: #006729;
    background-color: #ffffff;
  }
  .products__item {
    text-align: start;
    align-items: flex-start;
  }
  .products__title {
    align-items: flex-end;
    --font-size: 16px;
    --font-size-rem: 1rem;
    --line-height: 24px;
    --line-height-rem: 1.5rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
}
@font-face {
  font-family: "HDI-GerlingSans-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/HDI-GerlingSans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "HDI-GerlingSans-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/HDI-GerlingSans-Bold.woff2") format("woff2");
}
.solutions__icon {
  height: 55px;
}
.solutions__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  text-align: center;
  gap: 15px;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.solutions__item:hover {
  background-color: #ffffff;
  border-color: #006729;
}
.solutions__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  gap: 10px;
}
.solutions .section-content h1 {
  max-width: 230px;
  margin: 0 auto;
  --font-size: 16px;
  --font-size-rem: 1rem;
  --line-height: 25px;
  --line-height-rem: 1.5625rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
@media screen and (min-width: 768px) {
  .solutions__icon {
    height: 90px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (min-width: 992px) {
  .solutions__item {
    justify-content: center;
    padding: 30px;
    gap: 40px;
  }
  .solutions__items {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .solutions .section-content h1 {
    max-width: 290px;
    --font-size: 20px;
    --font-size-rem: 1.25rem;
    --line-height: 30px;
    --line-height-rem: 1.875rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
}
@font-face {
  font-family: "HDI-GerlingSans-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/HDI-GerlingSans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "HDI-GerlingSans-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/HDI-GerlingSans-Bold.woff2") format("woff2");
}
.campaigns__image {
  height: 150px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.campaigns__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px;
  width: 100%;
  gap: 10px;
}
.campaigns__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  border-radius: 10px;
  background-color: #ffffff;
  overflow: hidden;
}
.campaigns__items {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.campaigns__title {
  max-width: 200px;
  --font-size: 18px;
  --font-size-rem: 1.125rem;
  --line-height: 24px;
  --line-height-rem: 1.5rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.campaigns .button {
  --font-size: 12px;
  --font-size-rem: 0.75rem;
  --line-height: 20px;
  --line-height-rem: 1.25rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  min-width: 100px;
  height: 40px;
}
@media screen and (min-width: 576px) {
  .campaigns__image {
    height: 225px;
  }
  .campaigns__info {
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .campaigns__items {
    flex-direction: row;
  }
}
@media screen and (min-width: 992px) {
  .campaigns__title {
    max-width: 300px;
    --font-size: 30px;
    --font-size-rem: 1.875rem;
    --line-height: 40px;
    --line-height-rem: 2.5rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .campaigns .button {
    --font-size: 16px;
    --font-size-rem: 1rem;
    --line-height: 24px;
    --line-height-rem: 1.5rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
    min-width: 140px;
    height: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .campaigns__info {
    flex-direction: row;
    align-items: center;
    padding: 60px;
    gap: 20px;
  }
}
@font-face {
  font-family: "HDI-GerlingSans-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/HDI-GerlingSans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "HDI-GerlingSans-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/HDI-GerlingSans-Bold.woff2") format("woff2");
}
.news__all {
  margin: 0 auto;
}
.news__date {
  --font-size: 14px;
  --font-size-rem: 0.875rem;
  --line-height: 28px;
  --line-height-rem: 1.75rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  color: #006729;
}
.news__content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}
.news__content::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
}
.news__content p,
.news__content h3 {
  --font-size: 14px;
  --font-size-rem: 0.875rem;
  --line-height: 20px;
  --line-height-rem: 1.25rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.news__content strong {
  color: #006729;
}
.news__image {
  min-width: 100px;
  width: 100px;
  height: 100px;
  border-radius: 5px;
  overflow: hidden;
}
.news__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news__item {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 15px 0 30px;
}
.news__item:nth-last-child(2) .news__content::before {
  content: none;
}
.news__list {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 15px;
  width: 100%;
}
.news__list.-narrow {
  background-color: #e9f0e0;
}
.news__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .news__content p,
  .news__content h3 {
    --font-size: 18px;
    --font-size-rem: 1.125rem;
    --line-height: 24px;
    --line-height-rem: 1.5rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .news__image {
    min-width: 140px;
    width: 140px;
    height: 100px;
  }
  .news__list {
    padding: 35px 50px;
  }
}
@media screen and (min-width: 992px) {
  .news__all {
    margin: 0 0 0 auto;
  }
  .news__list.-narrow {
    max-width: 380px;
  }
  .news__wrapper {
    flex-direction: row;
  }
}
@font-face {
  font-family: "HDI-GerlingSans-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/HDI-GerlingSans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "HDI-GerlingSans-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/HDI-GerlingSans-Bold.woff2") format("woff2");
}
.coverage .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: auto;
}
.coverage .swiper-pagination {
  position: relative;
  inset: unset !important;
  margin: 20px 0 0 0;
}
.coverage .swiper-pagination-bullet {
  background: #006729;
}
.coverage__image {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  height: 350px;
  padding: 20px 30px;
  border-radius: 10px;
  overflow: hidden;
}
.coverage__image img {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.coverage__image::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.coverage__link {
  z-index: 2;
  display: flex;
  align-items: flex-end;
  height: 50px;
  padding: 7px;
  min-width: 150px;
  --font-size: 18px;
  --font-size-rem: 1.125rem;
  --line-height: 24px;
  --line-height-rem: 1.5rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  color: #ffffff;
}
.coverage__content {
  padding: 0 20px 20px;
  text-align: center;
}
.coverage__content p {
  --font-size: 14px;
  --font-size-rem: 0.875rem;
  --line-height: 20px;
  --line-height-rem: 1.25rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
@media screen and (min-width: 992px) {
  .coverage__content {
    text-align: start;
  }
}
@font-face {
  font-family: "HDI-GerlingSans-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/HDI-GerlingSans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "HDI-GerlingSans-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/HDI-GerlingSans-Bold.woff2") format("woff2");
}
.participation .swiper {
  overflow: visible;
}
.participation .swiper-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 30px;
  background-color: #ffffff;
  padding: 70px 40px 35px;
  border-radius: 10px;
  height: auto;
}
.participation .swiper-slide.-green {
  background-color: #e9f0e0;
}
.participation .swiper-slide.-blue {
  background-color: #e3edf3;
}
.participation .swiper-slide.-purple {
  background-color: #e3e4f3;
}
.participation .swiper-slide.-pink {
  background-color: #f3e3e9;
}
.participation .swiper-pagination {
  position: relative;
  inset: unset;
  margin: 20px 0 0 auto;
  text-align: center;
  left: 0 !important;
}
.participation .swiper-pagination-bullet {
  background: #006729;
}
.participation__title {
  --font-size: 22px;
  --font-size-rem: 1.375rem;
  --line-height: 30px;
  --line-height-rem: 1.875rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  min-height: calc(var(--line-height) * 2);
}
.participation__link {
  margin-top: auto;
  --font-size: 14px;
  --font-size-rem: 0.875rem;
  --line-height: 20px;
  --line-height-rem: 1.25rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  text-decoration: underline;
  font-family: "HDI-GerlingSans-Bold";
}
@media screen and (min-width: 992px) {
  .participation .swiper-pagination {
    text-align: end;
  }
}
@font-face {
  font-family: "HDI-GerlingSans-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/HDI-GerlingSans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "HDI-GerlingSans-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/HDI-GerlingSans-Bold.woff2") format("woff2");
}
.differences .two-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.differences .two-columns h2 {
  display: none;
}
.differences .two-columns p {
  --font-size: 16px;
  --font-size-rem: 1rem;
  --line-height: 20px;
  --line-height-rem: 1.25rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.differences .section-content__title h2 {
  display: flex;
  --font-size: 24px;
  --font-size-rem: 1.5rem;
  --line-height: 32px;
  --line-height-rem: 2rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.differences__image {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  margin: 30px 0 0 0;
  aspect-ratio: auto 546/363;
}
@media screen and (min-width: 992px) {
  .differences .two-columns {
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    gap: 60px;
  }
  .differences .two-columns h2 {
    display: flex;
    --font-size: 28px;
    --font-size-rem: 1.75rem;
    --line-height: 36px;
    --line-height-rem: 2.25rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .differences .section-content__title h2 {
    display: none;
  }
  .differences__image {
    margin: 0;
  }
}