* {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

.page {
  margin: 0;
}

body {
  color: #0f0f0f;
}

.container {
  max-width: 1232px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1252px) {
  .container {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0 24px;
  }
}

.heading-1 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 72px;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 768px) {
  .heading-1 {
    font-size: 48px;
    line-height: 100%;
  }
}

.heading-2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 63px;
  text-align: center;
  margin: 0px;
  color: #0f0f0f;
}
@media (max-width: 768px) {
  .heading-2 {
    font-size: 32px;
    line-height: 42px;
  }
}

.heading-3 {
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #00833d;
}

.heading-4 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 72px;
}
@media (max-width: 768px) {
  .heading-4 {
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
  }
}

.paragraph {
  font-family: "Public Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.cta--yellow {
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 16px 54px;
  border-radius: 32px;
  background-color: #ffd100;
  font-family: "Public Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: black !important;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.cta--yellow:hover {
  background-color: #ffc400;
}
@media (max-width: 380px) {
  .cta--yellow {
    padding: 12px 32px;
  }
}
@media (max-width: 768px) {
  .cta--yellow {
    font-weight: 600;
  }
}

.cta--green {
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 12px 32px;
  border-radius: 32px;
  background-color: #00833d;
  font-family: "Public Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff !important;
  text-decoration: none;
  min-width: -moz-max-content;
  min-width: max-content;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.cta--green:hover {
  background-color: #005929;
  color: #ffffff !important;
}
@media (max-width: 768px) {
  .cta--green {
    padding: 12px 24px;
    min-width: unset;
  }
}

.cta--transparent {
  display: flex;
  align-items: center;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 8px 24px;
  border-radius: 32px;
  border: #002f16 1px solid;
  background-color: transparent;
  font-family: "Public Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #002f16 !important;
  text-decoration: none;
  min-width: -moz-max-content;
  min-width: max-content;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.cta--transparent:hover {
  background-color: #00833d;
  color: #ffffff !important;
  border: 1px solid #00833d;
}
@media (max-width: 768px) {
  .cta--transparent {
    padding: 12px 24px;
  }
}

h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 63px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 42px;
  }
}

h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
}
@media (max-width: 768px) {
  h3 {
    font-weight: 400;
  }
}

h4 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}

h5 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 768px) {
  h5 {
    font-size: 16px;
    line-height: 20px;
  }
}

p {
  font-family: "Public Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 768px) {
  p {
    line-height: 20px;
  }
}

.container-legal {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .container-legal {
    width: 100%;
    padding: 0 24px;
  }
}

@media (max-width: 768px) {
  .header__logo {
    width: 147px;
  }
}
@media (max-width: 768px) {
  .header__description {
    font-size: 14px;
    text-align: left;
  }
}
.header__top {
  position: relative;
  z-index: 1100;
  background-color: #f5f5f5;
  padding: 12px 0;
}
.header__top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.header__info {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .header__info a {
    padding: 4px 16px;
  }
}
.header__link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #0f0f0f;
  gap: 8px;
  font-weight: 500;
}
.header__link:hover {
  color: #00833d;
}
@media (max-width: 1050px) {
  .header__link {
    display: none;
    width: 100%;
  }
}
.header__link-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 7px;
  background-color: #00833d;
  border-radius: 60px;
}
.header__link-mail {
  margin-right: 16px;
}
.header__link-sign-in {
  display: none;
}
.header__nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 0;
  position: relative;
  width: 100%;
}
.header__nav-menu {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 80px;
}
@media (max-width: 1000px) {
  .header__menu-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    padding: 40px 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(-10px);
    z-index: 1000;
    opacity: 0;
  }
  .header__menu-wrapper.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (max-width: 1000px) {
  .header__menu {
    flex-direction: column;
    gap: 12px;
    align-items: center;
    margin-top: 260px;
  }
}
.header__nav-link {
  text-decoration: none;
  color: #4a4a4a !important;
  padding: 8px 24px;
  border-radius: 32px;
  transition: background-color 0.3s ease;
}
@media (max-width: 1000px) {
  .header__nav-link {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 12px 0;
    font-size: 18px;
    border-radius: 0;
  }
  .header__nav-link:last-child {
    border-bottom: none;
  }
  .header__nav-link:hover {
    background-color: #f0f0f0;
  }
}
.header__burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  box-sizing: content-box;
}
.header__burger span {
  display: block;
  height: 3px;
  width: 24px;
  background: #0f0f0f;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}
.header__burger.open span:nth-child(1) {
  transform: translateY(8.5px) rotate(45deg);
}
.header__burger.open span:nth-child(2) {
  opacity: 0;
}
.header__burger.open span:nth-child(3) {
  transform: translateY(-8.5px) rotate(-45deg);
}
@media (max-width: 1000px) {
  .header__burger {
    display: flex;
    align-items: center;
    z-index: 1100;
  }
}
@media (max-width: 1000px) {
  .header__nav-cta {
    display: none;
  }
}
.header__nav-cta-mobile {
  display: none;
}
@media (max-width: 1000px) {
  .header__nav-cta-mobile {
    display: block;
    padding: 4px 16px;
    margin-right: 16px;
  }
}
.header__mobile-nav {
  display: none;
}
@media (max-width: 1000px) {
  .header__mobile-nav {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
    gap: 16px;
  }
}
@media (max-width: 360px) {
  .header__mobile-nav {
    gap: 10px;
  }
}
@media (max-width: 330px) {
  .header__mobile-nav {
    gap: 5px;
  }
}
.header__close-btn {
  display: none;
}
@media (max-width: 1000px) {
  .header__close-btn {
    display: block;
    border: none;
    background-color: transparent;
    width: 50px;
  }
}

.header__nav {
  display: flex;
  align-items: center;
  margin: 0;
  gap: 4px;
  height: 30px;
}
@media (max-width: 1000px) {
  .header__nav {
    flex-direction: column;
    justify-content: center;
    background: transparent;
    gap: 50px;
    border: none;
    cursor: pointer;
    padding: 0;
    box-sizing: content-box;
    width: 100%;
    align-items: center;
    padding-top: 7px;
  }
}

.header__nav a {
  text-decoration: none;
  color: #4a4a4a !important;
  padding: 8px 24px;
  border-radius: 32px;
  transition: background-color 0.3s ease;
}
.header__nav a:hover {
  color: #00833d !important;
}
@media (max-width: 1000px) {
  .header__nav a {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 12px 0;
    font-size: 18px;
    border-radius: 0;
  }
  .header__nav a:last-child {
    border-bottom: none;
  }
  .header__nav a:hover {
    background-color: #f0f0f0;
  }
}

.menu-item {
  list-style: none;
}

.header__nav .current-menu-item a,
.header__nav .current-menu-ancestor a {
  background-color: #00833d;
  color: #ffffff !important;
  padding: 8px 24px;
  border-radius: 32px;
}
@media (max-width: 1000px) {
  .header__nav .current-menu-item a,
  .header__nav .current-menu-ancestor a {
    padding: 20px 100px;
  }
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.hero {
  min-height: 704px;
  background: url(../images/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  border-bottom-right-radius: 80px;
}
@media (max-width: 1252px) {
  .hero {
    min-height: 650px;
  }
}
@media (max-width: 1100px) {
  .hero {
    min-height: 599px;
  }
}
@media (max-width: 767px) {
  .hero {
    min-height: initial;
  }
}
.hero .hero__container {
  display: flex;
  min-height: 100%;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .hero .hero__container {
    display: block;
  }
}
.hero .hero__text {
  background: linear-gradient(270deg, #00833d 0%, #002f16 100%);
  border-bottom-right-radius: 80px;
  flex: 0 0 59.2%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 768px) {
  .hero .hero__text {
    border-bottom-right-radius: 0;
  }
}
.hero .hero__text .hero__text-content {
  max-width: 709px;
  margin: 40px;
}
@media (max-width: 768px) {
  .hero .hero__text .hero__text-content {
    margin: 40px 24px;
  }
}
.hero .hero__text .hero__text-content .hero__text__above-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffd100;
  display: inline-block;
}
.hero .hero__text .hero__text-content .hero__text__title {
  font-weight: 700;
  font-size: 56px;
  line-height: 72px;
  color: #fff;
  margin: 23px 0;
}
@media (max-width: 1252px) {
  .hero .hero__text .hero__text-content .hero__text__title {
    font-size: 48px;
    line-height: 48px;
  }
}
@media (max-width: 1252px) {
  .hero .hero__text .hero__text-content .hero__text__title {
    font-size: 40px;
    line-height: 56px;
    margin: 6px 0;
  }
}
.hero .hero__text .hero__text-content .hero__text__paragraph {
  color: #fff;
}
.hero .hero__text .hero__text-content .hero__text__button {
  display: inline-block;
  margin: 40px 0 0;
}
.hero .hero__floating-text {
  flex: 0 0 40.8%;
  display: flex;
}
.hero .hero__floating-text .hero__floating-text-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 68px 38px 143px 64px;
  flex-grow: 1;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .hero .hero__floating-text .hero__floating-text-content {
    margin: 20px;
  }
}
.hero .hero__floating-text .hero__floating-text-content .hero__floating-text__box {
  background: rgba(0, 47, 22, 0.64);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 16px;
  padding: 16px;
  width: 292px;
}
@media (max-width: 767px) {
  .hero .hero__floating-text .hero__floating-text-content .hero__floating-text__box {
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .hero .hero__floating-text .hero__floating-text-content .hero__floating-text__box {
    font-size: 12px;
    line-height: 24px;
    position: relative;
  }
}
.hero .hero__floating-text .hero__floating-text-content .hero__floating-text__box p:first-child {
  font-weight: 400 !important;
}
.hero .hero__floating-text .hero__floating-text-content .hero__floating-text__box--1 {
  align-self: flex-start;
}
@media (max-width: 1200px) {
  .hero .hero__floating-text .hero__floating-text-content .hero__floating-text__box--1 {
    margin: 0 0 30px 0;
    align-self: flex-end;
  }
}
.hero .hero__floating-text .hero__floating-text-content .hero__floating-text__box--2 {
  align-self: flex-end;
}
@media (max-width: 1200px) {
  .hero .hero__floating-text .hero__floating-text-content .hero__floating-text__box--2 {
    align-self: flex-start;
  }
}

.cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 104px;
}
.cards__top-heading {
  margin-bottom: 16px;
}
.cards__heading {
  margin-bottom: 124px;
  max-width: 700px;
}
@media (max-width: 768px) {
  .cards__heading {
    margin-bottom: 128px;
  }
}
.cards__grid {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  z-index: 999;
}
@media (max-width: 768px) {
  .cards__grid {
    gap: 88px;
  }
}
@media (max-width: 1000px) {
  .cards__grid {
    flex-direction: column;
  }
}
.cards__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 5px 5px 40px 0px rgba(11, 11, 11, 0.08);
  margin-bottom: 40px;
  border-radius: 16px;
  min-height: -moz-max-content;
  min-height: max-content;
  padding: 80px 16px 40px 16px;
  position: relative;
  width: 227px;
}
@media (max-width: 1000px) {
  .cards__card {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cards__card {
    width: 100%;
    margin-bottom: 0px;
    padding: 40px 24px 24px 24px;
  }
  .cards__card:last-of-type {
    margin-bottom: 40px;
  }
}
.cards__card--featured {
  background-color: #00833d;
  color: #ffffff;
}
.cards__card-description {
  color: #ffffff;
  margin-top: 16px;
  max-width: 130px;
}
@media (max-width: 1000px) {
  .cards__card-description {
    max-width: 100%;
  }
}
.cards__card-paragraph {
  max-width: 140px;
}
@media (max-width: 768px) {
  .cards__card-paragraph {
    max-width: 230px;
  }
}
.cards__card-text {
  font-family: "Public Sans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  max-width: 170px;
}
.cards__card-text-green {
  margin-bottom: 16px;
  max-width: 180px;
}
@media (max-width: 1000px) {
  .cards__card-text {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .cards__card-text {
    max-width: 100%;
  }
}
.cards__card-icon-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00833d;
  border-radius: 50px;
  padding: 24px;
}
@media (max-width: 768px) {
  .cards__card-icon-bg {
    padding: 20px;
  }
}
.cards__card-icon-wrapper {
  background-color: #b8dcc9;
  border-radius: 60px;
  padding: 16px;
  margin-bottom: 20px;
  position: absolute;
  top: -60px;
}
@media (max-width: 768px) {
  .cards__card-icon-wrapper {
    padding: 12px;
    top: -70px;
  }
}

.cards__topology {
  position: absolute;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  max-width: none;
  height: auto;
}
@media (max-width: 768px) {
  .cards__topology {
    display: none;
  }
}
.cards__topology-left {
  left: 0;
  top: 10%;
  transform: none;
}
.cards__topology-right {
  right: 0;
  top: 22%;
  transform: none;
}

.container-image {
  position: relative;
  width: 100%;
}

.values {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media (max-width: 1130px) {
  .values {
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .values {
    align-items: start;
    margin-bottom: 56px;
  }
}
.values__top-heading {
  margin-bottom: 16px;
}
.values__heading {
  text-align: start;
  margin-bottom: 64px;
}
.values__content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.values__list {
  display: flex;
  flex-direction: column;
}
.values__list-item {
  display: flex;
  gap: 8px;
  margin-bottom: 32px;
  text-align: start !important;
}
.values__list-item:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .values__list-item {
    margin-bottom: 24px;
    align-items: flex-start;
  }
}
.values__list-item-icon {
  width: 24px;
  height: auto;
}
.values__list-item-text {
  text-align: start;
}
.values__image {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .values__image {
    width: 499px;
    height: 550px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.values__content-icon {
  width: 24px;
  height: auto;
}

.process {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 104px;
}
@media (max-width: 1015px) {
  .process {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .process {
    align-items: start;
  }
}
.process__top-heading {
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .process__top-heading {
    margin-bottom: 16px;
  }
}
.process__heading {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .process__heading {
    font-weight: 400;
  }
}
.process__cta {
  margin: 0 auto;
}
.process__steps {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 1015px) {
  .process__steps {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .process__steps {
    align-items: start;
    gap: 24px;
  }
}
.process__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 278px;
  width: 100%;
}
@media (max-width: 1015px) {
  .process__step {
    max-width: 240px;
  }
}
.process__step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  color: #00833d;
  padding: 20px 28px;
  background-color: #f5f5f5;
  border-radius: 60px;
  margin-bottom: 16px;
}
.process__step-paragraph {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Public Sans", sans-serif;
}

.green_step {
  background-color: #b8dcc9;
}

.cta {
  position: relative;
  padding: 80px;
  overflow: hidden;
  border-radius: 32px;
  margin-bottom: 104px;
}
@media (max-width: 768px) {
  .cta {
    padding: 40px 64px;
  }
}
.cta__background-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 768px) {
  .cta__background-image {
    left: 24px;
    width: calc(100% - 48px);
  }
}
.cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  background: linear-gradient(0deg, rgba(0, 47, 22, 0.5), rgba(0, 47, 22, 0.5));
  pointer-events: none;
}
@media (max-width: 768px) {
  .cta::before {
    left: 24px;
    width: calc(100% - 48px);
  }
}
.cta__content {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  max-width: 524px;
}
.cta__heading {
  text-align: start;
  margin-bottom: 16px;
  color: #FFFFFF;
}
.cta__paragraph {
  text-align: start;
  margin-bottom: 40px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .cta__paragraph {
    margin-bottom: 80px;
  }
}
.cta__btn {
  color: #002F16 !important;
}

.footer {
  background-color: #002F16;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  color: #FFFFFF;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .footer {
    padding: 40px 0;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
  }
}
.footer__flex {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media (max-width: 1250px) {
  .footer__flex {
    justify-content: space-between;
  }
}
@media (max-width: 900px) {
  .footer__flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .footer__flex {
    margin-bottom: 40px;
  }
}
.footer__description {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  min-width: 652px;
}
@media (max-width: 1250px) {
  .footer__description {
    min-width: -moz-max-content;
    min-width: max-content;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .footer__description {
    min-width: unset;
    width: 100%;
  }
}
.footer__description-text {
  max-width: 395px;
  font-weight: 400;
  text-align: start;
}
.footer__description-logo {
  width: 196px !important;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .footer__description-logo {
    width: 147px;
  }
}
.footer__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 900px) {
  .footer__grid {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .footer__grid {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.footer__copyright {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer__copyright {
    flex-direction: column-reverse;
    gap: 16px;
  }
}
.footer__copyright-ecoguard {
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-decoration: none;
  color: #F5F5F5 !important;
}
@media (max-width: 768px) {
  .footer__copyright-ecoguard {
    font-size: 14px;
    line-height: 16px;
  }
}
.footer__privacy {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.footer__privacy-cta {
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-decoration: none;
  color: #F5F5F5 !important;
}
.footer__privacy-cta:hover {
  color: #FFD100 !important;
}
.footer__pins {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 8px;
  align-items: center;
}
.footer__pins-city {
  display: flex;
  align-items: center;
  gap: 4px;
}
.footer__block {
  max-width: 270px;
}
@media (max-width: 400px) {
  .footer__block {
    max-width: unset;
  }
}
.footer__block-title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 8px;
}
.footer__block-title-cta {
  margin-bottom: 24px;
}
.footer__block-description {
  text-align: start;
  margin-bottom: 24px;
  max-width: 250px;
}
@media (max-width: 768px) {
  .footer__block-description {
    max-width: unset;
  }
}
.footer__navigation {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 8px;
}
.footer__navigation-cta {
  color: white !important;
  text-decoration: none;
}
.footer__navigation-cta:hover {
  color: #FFD100 !important;
}
.footer__info {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px;
}
.footer__info-telephone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: white !important;
  text-decoration: none;
}
.footer__info-telephone:hover {
  color: #FFD100 !important;
}
.footer a {
  text-decoration: none;
  color: white;
}
.footer a:hover {
  color: #FFD100;
}
.footer img {
  width: 24px;
}
.footer__pins-city:hover img, .footer__info-telephone:hover img {
  filter: brightness(0) saturate(100%) invert(78%) sepia(96%) saturate(749%) hue-rotate(1deg) brightness(102%) contrast(101%);
}

.simple-hero {
  background-color: #00833d;
  border-bottom-right-radius: 50px;
  padding: 64px 0;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .simple-hero {
    height: 272px;
  }
}
.simple-hero .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}
.simple-hero__heading {
  max-width: 700px;
  color: white;
  margin: 0;
}

.tabs {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1320px) {
  .tabs {
    width: 90%;
  }
}
@media (max-width: 900px) {
  .tabs {
    width: 100%;
  }
}
.tabs__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 104px;
  gap: 8px;
}
@media (min-width: 870px) {
  .tabs__buttons {
    margin-bottom: 64px;
  }
}
.tabs__button {
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 12px 32px;
  border-radius: 32px;
  background-color: #f5f5f5;
  color: black !important;
  text-decoration: none;
  border: 1px solid #f5f5f5;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.tabs__button:hover {
  background-color: #00833d;
  color: #ffffff !important;
}
.tabs__button.active {
  background-color: #00833d;
  border-radius: 32px;
  padding: 12px 32px;
  color: white !important;
}
.tabs__block {
  display: flex;
  align-items: center;
  gap: 64px;
  margin-bottom: 104px;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .tabs__block {
    margin-bottom: 64px;
  }
}
.tabs__block-reverse {
  flex-direction: row-reverse;
}
.tabs__block__content {
  display: flex;
  align-items: start;
  justify-content: start;
}
.tabs__block--video {
  flex-direction: row;
  align-items: center;
}
@media (max-width: 768px) {
  .tabs__block--video {
    flex-direction: column;
    gap: 32px;
  }
}
.tabs__block-reverse.tabs__block--video {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .tabs__block-reverse.tabs__block--video {
    flex-direction: column-reverse;
  }
}
.tabs__content {
  display: flex;
  flex-direction: column;
}
.tabs__number {
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: #00833d;
  margin-bottom: 16px;
}
.tabs__heading {
  text-align: start;
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .tabs__heading {
    margin-bottom: 64px;
  }
}
.tabs__description {
  text-align: start;
  margin-bottom: 16px;
  max-width: 768px;
}
.tabs__description:last-of-type {
  margin-bottom: 40px;
}
.tabs__cta-block {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 16px;
}
@media (max-width: 768px) {
  .tabs__cta-block {
    gap: 24px;
    margin: 0 auto;
  }
}
@media (max-width: 380px) {
  .tabs__cta-block {
    flex-direction: column;
  }
}
.tabs__cta-transparent {
  border: 1px solid #00833d;
  color: #00833d !important;
}
.tabs__image {
  max-width: 400px;
  border-radius: 32px;
  width: 400px;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 900px) {
  .tabs__image {
    display: none;
    max-width: unset;
    height: auto;
  }
}
.tabs__image-mobile {
  display: none;
}
@media (max-width: 900px) {
  .tabs__image-mobile {
    width: 100%;
    display: block;
    margin-bottom: 40px;
  }
}
.tabs__read-more {
  text-decoration: none;
  color: #00833d !important;
  margin-top: 8px;
}

.more-text {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.tabs__buttons-wrapper {
  width: 100%;
}
@media (max-width: 869px) {
  .tabs__buttons-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .tabs__buttons-wrapper .tabs__buttons.swiper::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 870px) {
  .tabs__buttons-wrapper {
    overflow: visible;
  }
}

.tabs__buttons.swiper {
  width: 100%;
  padding-right: 40px;
  box-sizing: content-box;
}
@media (min-width: 870px) {
  .tabs__buttons.swiper {
    overflow: visible !important;
  }
}

.tabs__buttons .swiper-wrapper {
  display: flex;
}
@media (min-width: 870px) {
  .tabs__buttons .swiper-wrapper {
    justify-content: center;
    gap: 8px;
    transform: none !important;
  }
}
@media (max-width: 869px) {
  .tabs__buttons .swiper-wrapper {
    justify-content: flex-start;
    padding: 20px;
  }
}

@media (max-width: 869px) {
  .tabs__buttons .swiper-slide {
    flex: 0 0 auto;
    width: auto;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
@media (min-width: 870px) {
  .tabs__buttons .swiper-slide {
    width: auto !important;
    flex-shrink: 0 !important;
  }
}

.tabs__video-thumbnail {
  position: relative;
  cursor: pointer;
  max-width: 100%;
  overflow: hidden;
  border-radius: 16px;
  width: 400px;
  height: auto;
  min-width: 400px;
}
@media (max-width: 768px) {
  .tabs__video-thumbnail {
    width: 100%;
    min-width: 0;
  }
}
.tabs__video-thumbnail:hover .tabs__video-play-btn {
  transform: translate(-50%, -50%) scale(1.1);
}

.tabs__video-thumbnail-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.tabs__video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
  padding: 0;
  z-index: 10;
}
.tabs__video-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.video-modal.active {
  display: block;
}

.video-modal__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}

.video-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1200px;
  z-index: 10000;
}
@media (max-width: 768px) {
  .video-modal__content {
    width: 95%;
  }
}

.video-modal__close {
  position: absolute;
  top: -50px;
  right: 0;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 10001;
  transition: transform 0.2s ease;
}
.video-modal__close:hover {
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .video-modal__close {
    top: -40px;
    right: -10px;
  }
}

.video-modal__video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background-color: #000;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .video-modal__video-wrapper {
    padding-bottom: 125.25%;
  }
}

.video-modal__video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.about {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
  margin-bottom: 104px;
}
@media (max-width: 850px) {
  .about {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 850px) {
  .about .about__image {
    width: 100%;
  }
}
.about__image {
  border-radius: 32px;
}
.about__content {
  display: flex;
  flex-direction: column;
}
.about__heading {
  margin-bottom: 40px;
  text-align: start;
}
@media (max-width: 768px) {
  .about__heading {
    margin-bottom: 24px;
  }
}
.about__paragraph {
  margin-bottom: 16px;
}
.about__paragraph:last-of-type {
  margin-bottom: 40px;
}

.about-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 850px) {
  .about-reverse {
    flex-direction: column;
    gap: 40px;
  }
}
.about-reverse .about__image {
  width: 100%;
}
@media (max-width: 1000px) {
  .about-reverse .about__image {
    width: 500px;
  }
}
@media (max-width: 850px) {
  .about-reverse .about__image {
    width: 100%;
  }
}
.about-reverse .about__paragraph {
  margin-bottom: 0px;
}

.gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 104px;
}
@media (max-width: 1200px) {
  .gallery {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .gallery {
    width: 100%;
  }
}
.gallery__block {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
@media (max-width: 1200px) {
  .gallery__block {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .gallery__block {
    width: 100%;
  }
}
.gallery__block-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 1200px) {
  .gallery__block-reverse {
    flex-direction: column-reverse;
  }
}
.gallery__flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  width: 100%;
}
.gallery__image-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
@media (max-width: 1200px) {
  .gallery__image-logo {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .gallery__image-logo {
    max-width: 147px;
  }
}
.gallery__image {
  border-radius: 16px;
}
@media (max-width: 768px) {
  .gallery__image {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .hide-on-mobile {
    display: none !important;
  }
}
.devices {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 104px;
}
.devices__top-heading {
  margin-bottom: 16px;
}
.devices__heading {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .devices__heading {
    margin-bottom: 64px;
  }
}
.devices__buttons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .devices__buttons {
    justify-content: start;
    margin-bottom: 40px;
    gap: 14px;
  }
}
.devices__button {
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 12px 32px;
  border-radius: 32px;
  color: #00833d !important;
  border: 1px solid #00833d;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.devices__button.active {
  background-color: #00833d;
  color: white !important;
}
.devices__button:hover {
  background-color: #00833d;
  color: #ffffff !important;
  border: 1px solid #00833d;
}
@media (max-width: 768px) {
  .devices__button {
    padding: 12px 20px;
    line-height: 20px;
  }
}
.devices__description {
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 100%;
  opacity: 0;
  transition: opacity 0.4s ease;
}
@media (max-width: 900px) {
  .devices__description {
    flex-direction: column;
  }
}
.devices__description.active {
  display: flex;
  opacity: 1;
  visibility: visible;
  height: auto;
  pointer-events: auto;
}
.devices__content {
  display: flex;
  flex-direction: column;
  align-items: start;
  min-width: 792px;
}
@media (max-width: 1250px) {
  .devices__content {
    min-width: unset;
    width: 100%;
  }
}
.devices__title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .devices__title {
    font-weight: 400;
  }
}
.devices__paragraph {
  margin-bottom: 8px;
  text-align: start;
  font-weight: 400;
}
.devices__paragraph:last-of-type {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .devices__cta {
    margin: 0 auto;
  }
}
.devices__image-container {
  width: 470px;
  max-width: 100%;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
}
.devices__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.benefits {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 0 0;
  margin-bottom: 104px;
  width: 90%;
}
@media (max-width: 768px) {
  .benefits {
    padding: 0;
  }
}
.benefits__top-heading {
  margin-bottom: 16px;
}
.benefits__heading {
  margin-bottom: 64px;
}
.benefits__content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 40px;
  gap: 24px;
  align-items: start;
  justify-content: center;
}
@media (max-width: 768px) {
  .benefits__content {
    gap: 48px;
  }
}
.benefits__block {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  max-width: 394px;
}
@media (max-width: 768px) {
  .benefits__block {
    max-width: 294px;
  }
}
.benefits__icon {
  margin-bottom: 24px;
}
.benefits__title {
  margin-bottom: 8px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}
.benefits__paragraph {
  text-align: start;
}
.benefits__cta {
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .benefits__cta {
    margin-bottom: 40px;
  }
}
.benefits__gallery {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 1430px) {
  .benefits__gallery {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .benefits__gallery {
    gap: 24px;
  }
}

.contact {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 104px;
  font-family: Arial, sans-serif;
}
.contact__cta {
  cursor: pointer;
  margin: 0 auto;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .contact__cta {
    margin-bottom: 16px;
    margin-top: 16px;
  }
}
.contact__cta-privacy-underline {
  border: none;
  margin: 0 auto;
  margin-top: -3px;
  color: black !important;
}
.contact__contact {
  width: 30px;
}
@media (max-width: 1100px) {
  .contact {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 64px;
  }
}
.contact__form {
  max-width: 600px;
  width: 100%;
}
.contact__form-heading {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 32px;
  text-align: start;
}
@media (max-width: 768px) {
  .contact__form-heading {
    font-weight: 500;
    margin-bottom: 40px;
  }
}
.contact__form-cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  padding: 12px 90px;
  border-radius: 32px;
  background-color: #00833d;
  color: #fff !important;
  text-decoration: none;
  gap: 8px;
  margin-bottom: 16px;
  font-family: "Public Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  cursor: pointer;
}
.contact__form-cta:last-of-type {
  margin-bottom: 0;
}
.contact__form-cta:hover {
  background-color: #005929;
}
@media (max-width: 768px) {
  .contact__form-cta {
    font-size: 16px;
    padding: 14px 87px;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
@media (max-width: 400px) {
  .contact__form-cta {
    padding: 14px 0;
    width: 100%;
    max-width: unset;
    justify-content: center;
  }
}
.contact__content {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  max-width: 350px;
  width: 100%;
}
@media (max-width: 768px) {
  .contact__content {
    max-width: unset;
    align-items: start;
  }
}

form {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  width: 100%;
}

.form-group {
  border: 1px solid #a4a4a4;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  transition: border 0.2s ease;
}
.form-group:focus-within {
  border-color: black;
}
.form-group.error {
  border-color: red !important;
}

label {
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #0b0b0b;
  margin-bottom: 4px;
}

input,
textarea {
  font-family: inherit;
  font-size: 16px;
  border: none;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  color: #0b0b0b;
  resize: vertical;
  padding: 0;
}
input:focus,
textarea:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.error-message {
  color: red;
  font-size: 14px;
  font-family: "Public Sans", sans-serif;
  width: 100%;
  display: none;
  margin-top: -12px;
  margin-bottom: 16px;
}
.error-message:not(:empty) {
  display: block;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  border: none !important;
  outline: none;
  padding: 0;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #0b0b0b;
}

.contact__icon {
  width: 24px !important;
  height: 24px;
}

.success-message {
  font-family: "Public Sans", sans-serif;
  font-size: 18px;
  line-height: 27px;
  color: #00833d;
  font-weight: 500;
  padding: 24px;
  border: 2px solid #00833d;
  border-radius: 8px;
  background-color: #f0f9f4;
  text-align: center;
  margin-bottom: 24px;
}

.location {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  margin-bottom: 104px;
}
.location__heading {
  text-align: start;
  margin-bottom: 12px;
  color: #002f16;
}
.location__description {
  font-weight: 500;
  color: #4a4a4a;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .location__description {
    margin-bottom: 64px;
  }
}
.location__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 24px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .location__buttons {
    gap: 16px;
  }
}
.location__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: calc(25% - 24px);
  padding: 14px 32px;
  border-radius: 32px;
  color: black !important;
  border: 1px solid #00833d;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  font-weight: 500;
  flex: 0 1 100%;
  width: 100%;
}
.location__button.active {
  background-color: #00833d;
  color: white !important;
}
.location__button:hover {
  background-color: #00833d;
  color: #ffffff !important;
  border: 1px solid #00833d;
}
@media (max-width: 360px) {
  .location__button {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .location__button {
    padding: 12px 43px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    max-width: calc(50% - 24px);
  }
}
.location__icon {
  color: #002f16;
}
.location__map {
  width: 100%;
}

.location__map-container {
  width: 100%;
}
.location__map-container iframe {
  width: 100%;
  height: 400px;
  border: none;
  border-radius: 16px;
}

.location_icon {
  width: 24px;
  height: 24px;
  display: inline-block;
}

.location__button:hover .location_icon,
.location__button.active .location_icon {
  filter: brightness(0) saturate(100%) invert(100%);
}

.legal-content {
  margin-bottom: 104px;
}
.legal-content h2 {
  margin-bottom: 8px;
}
.legal-content h3 {
  margin-bottom: 12px;
}
.legal-content h4 {
  margin-bottom: 12px;
}
.legal-content h5 {
  margin-bottom: 24px;
}
.legal-content a {
  color: #00833d;
}
.legal-content p {
  margin-bottom: 8px;
}
.legal-content li {
  margin-bottom: 8px;
}
.legal-content strong {
  font-weight: 700;
}

.advantage {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 64px;
  margin-bottom: 104px;
}
@media (max-width: 768px) {
  .advantage {
    flex-direction: column;
    gap: 24px;
  }
}
.advantage p {
  text-align: start;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.main {
  overflow-x: hidden;
}

.section-container {
  max-width: 1264px;
  width: 100%;
  padding: 0 16px;
  margin: 0 auto; /* Changed from margin: 0 auto for left alignment */
}

.hero {
  margin-bottom: 104px;
  position: relative;
}
.hero__container {
  display: flex;
  flex-direction: row;
  border-radius: 0 0 82px 0;
}
.hero__background {
  background-image: url("/images/hero.jpg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100vw;
  height: 100%;
  right: 0;
  z-index: -1;
  border-radius: 0 0 82px 0;
}
.hero__left {
  padding: 104px 40px 104px 0;
  position: relative;
  max-width: 710px;
}
.hero__left__fill {
  width: 100vw;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(270deg, #00833d 0%, #002f16 100%);
  z-index: -1;
}
.hero__subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffd100;
  margin-bottom: 24px;
  z-index: 2;
}
.hero__title {
  color: #ffffff;
  font-weight: 700;
  font-size: 56px;
  line-height: 72px;
  margin-bottom: 24px;
  z-index: 2;
}
.hero__button {
  padding: 12px 40px;
  border-radius: 32px;
  background-color: #ffd100;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #002f16;
  text-decoration: none;
  z-index: 2;
}
.hero__right {
  border-radius: 0 0 82px 0;
  z-index: -1;
  position: relative;
  width: 587px;
}
.hero__image-text {
  width: 292px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  border-radius: 16px;
  padding: 16px;
  position: absolute;
  background: rgba(0, 47, 22, 0.6392156863);
}
.hero__image-text__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #f5f5f5;
}
.hero__image-text--first {
  top: 68px;
  left: 64px;
}
.hero__image-text--second {
  left: 255px;
  bottom: 140px;
}
@media (max-width: 1300px) {
  .hero__image-text--second {
    left: 155px;
  }
}
@media (max-width: 1180px) {
  .hero__image-text--second {
    left: 64px;
  }
}

.slider {
  margin-bottom: 104px;
}
.slider__container {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 60px;
  max-width: calc(1232px + (100vw - 1232px) / 2);
  width: 100%;
  margin: 0;
  margin-left: auto;
  padding: 0 24px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.slider__container::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1023px) {
  .slider__container {
    max-width: none;
    width: 100%;
    padding: 0 16px;
    padding-right: 0;
  }
}
.slider__track {
  display: flex;
  gap: 24px;
  width: -moz-max-content;
  width: max-content;
  transition: transform 0.3s ease;
}
@media (max-width: 1023px) {
  .slider__track {
    gap: 16px;
    padding-right: 16px;
  }
}
.slider__slide {
  width: 280px;
  height: 420px;
  background: #f5f5f5;
  border-radius: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.slider__slide.active {
  width: 600px;
}
@media (max-width: 1023px) {
  .slider__slide {
    width: calc(100vw - 120px);
    min-width: 300px;
    height: auto;
  }
  .slider__slide.active {
    width: calc(100vw - 120px);
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .slider__slide {
    width: calc(100vw - 160px);
    min-width: 350px;
  }
  .slider__slide.active {
    width: calc(100vw - 160px);
  }
}
.slider__slide__container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 1023px) {
  .slider__slide__container {
    flex-direction: column;
  }
}
.slider__slide.active .slider__slide__container {
  flex-direction: row;
}
@media (max-width: 1023px) {
  .slider__slide.active .slider__slide__container {
    flex-direction: column;
  }
}
.slider__card {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .slider__card {
    width: 100%;
    height: 280px;
    flex-shrink: 0;
  }
}
.active .slider__card {
  width: 280px;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .active .slider__card {
    width: 100%;
    height: 280px;
  }
}
.slider__slide__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
@media (max-width: 1023px) {
  .slider__slide__image {
    border-radius: 30px 30px 0 0;
  }
}
.active .slider__slide__image {
  border-radius: 30px 0 0 30px;
}
@media (max-width: 1023px) {
  .active .slider__slide__image {
    border-radius: 30px 30px 0 0;
  }
}
.slider__slide__title {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  transition: opacity 0.3s ease;
  z-index: 2;
}
@media (max-width: 1023px) {
  .slider__slide__title {
    opacity: 0;
  }
}
.active .slider__slide__title {
  opacity: 0;
}
.slider__slide__content {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  background: #f5f5f5;
  border-radius: 0 30px 30px 0;
  height: 100%;
}
@media (max-width: 1023px) {
  .slider__slide__content {
    display: flex;
    width: 100%;
    padding: 24px;
    border-radius: 0 0 30px 30px;
    position: static;
  }
}
.slider__slide__text {
  flex: 1;
  height: 100%;
}
.active .slider__slide__content {
  display: flex;
}
@media (max-width: 1023px) {
  .active .slider__slide__content {
    display: flex;
    width: 100%;
    border-radius: 0 0 30px 30px;
  }
}
.slider__slide__content-title {
  font-size: 28px;
  font-weight: 600;
  color: #0f0f0f;
  margin-bottom: 16px;
  line-height: 1.3;
}
@media (max-width: 1023px) {
  .slider__slide__content-title {
    font-size: 24px;
  }
}
.slider__slide__content-text {
  font-size: 16px;
  line-height: 1.6;
  color: #4a4a4a;
  margin-bottom: 24px;
  flex-grow: 1;
}
@media (max-width: 1023px) {
  .slider__slide__content-text {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.slider__slide__more {
  display: flex;
  align-items: center;
  color: #00833d !important;
  gap: 8px;
  text-decoration: none;
  margin-bottom: 24px;
  transition: gap 0.2s ease;
}
.slider__slide__more:visited {
  color: #00833d;
}
.slider__slide__more:hover {
  gap: 12px;
}
.slider__slide__more:hover span {
  color: #002f16;
}
.slider__slide__more:hover img {
  transform: translateX(4px);
}
.slider__slide__more span {
  font-size: 16px;
  font-weight: 500;
  color: #00833d;
  transition: color 0.2s ease;
}
.slider__slide__more img {
  width: 16px;
  height: 12px;
  transition: transform 0.2s ease;
}
.slider__slide__contact {
  display: inline-block;
  padding: 12px 24px;
  background: #00833d;
  color: #ffffff;
  text-decoration: none;
  border-radius: 32px;
  font-weight: 500;
  transition: all 0.3s ease;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.slider__slide__contact:visited {
  color: #fff;
}
.slider__slide__contact:hover {
  color: white;
  background: #005929;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 131, 61, 0.3);
}

.custom-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding-top: 40px;
}
.custom-pagination-bullet {
  width: 40px;
  height: 8px;
  border-radius: 32px;
  background: #e5e5e5;
  cursor: pointer;
  transition: all 0.3s ease;
}
.custom-pagination-bullet:hover {
  background: rgba(0, 131, 61, 0.4);
}
.custom-pagination-bullet.active {
  width: 80px;
  background: #00833d;
}

.key-values {
  margin-bottom: 104px;
}
.key-values__subtitle {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #00833d;
  margin-bottom: 16px;
}
.key-values__title {
  font-weight: 500;
  font-size: 48px;
  line-height: 63px;
  text-align: center;
  width: 700px;
  margin: 0 auto;
  margin-bottom: 124px;
  color: #0f0f0f;
}
.key-values__points {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 55px;
}
.key-values__point {
  padding: 80px 16px 40px;
  box-shadow: 5px 5px 40px 0px rgba(11, 11, 11, 0.0784313725);
  border-radius: 16px;
  background-color: #ffffff;
  flex: 1 1 18%;
  position: relative;
}
.key-values__point__image-container {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #b8dcc9;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.key-values__point__image-background {
  width: 88px;
  height: 88px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #00833d;
}
.key-values__point__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #0f0f0f;
}
.key-values__point__text {
  margin-top: 16px;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.key-values__point--highlight {
  background-color: #00833d;
}
.key-values__point--highlight .key-values__point__title {
  color: #ffffff;
}
.key-values__link-container {
  text-align: center;
}
.key-values__link-container__link {
  width: -moz-max-content;
  width: max-content;
  border-radius: 32px;
  padding: 16px 54px;
  border: 2px solid #00833d;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #00833d;
  text-decoration: none;
}
/*# sourceMappingURL=main.css.map */
