@import '../fonts/stylesheet.css';
.bg-green {
  background-color: #bccea9 !important;
}
.bg-dark-gray {
  background-color: #555b68 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-blue {
  background-color: #9cc8d1 !important;
}
.bg-orange {
  background-color: #f1c991 !important;
}
.bg-gray {
  background-color: #eaeef3 !important;
}

:root {
  --text--xs: 1rem;
  --text--s: 1.2rem;
  --text--m: 1.7rem;
  --text--l: 1.8rem;
  --text--xl: 2.2rem;
  --text--xxl: 2.5rem;
  --text--xxxl: 2.8rem;
  --text--4xl: 3.6rem;
  --text--5xl: 5.7rem;
}
@media (max-width: 1679.98px) {
  :root {
    --text--xs: 1rem;
  }
}
@media (max-width: 1679.98px) {
  :root {
    --text--s: 1.2rem;
  }
}
@media (max-width: 1679.98px) {
  :root {
    --text--m: 1.7rem;
  }
}
@media (max-width: 1679.98px) {
  :root {
    --text--l: 1.8rem;
  }
}
@media (max-width: 1679.98px) {
  :root {
    --text--xl: 2.2rem;
  }
}
@media (max-width: 1679.98px) {
  :root {
    --text--xxl: 2.5rem;
  }
}
@media (max-width: 1679.98px) {
  :root {
    --text--xxxl: 2.8rem;
  }
}
@media (max-width: 1679.98px) {
  :root {
    --text--4xl: 3.6rem;
  }
}
@media (max-width: 1679.98px) {
  :root {
    --text--5xl: 5.7rem;
  }
}
@media (max-width: 1399.98px) {
  :root {
    --text--xs: 1rem;
  }
}
@media (max-width: 1399.98px) {
  :root {
    --text--s: 1.2rem;
  }
}
@media (max-width: 1399.98px) {
  :root {
    --text--m: 1.5rem;
  }
}
@media (max-width: 1399.98px) {
  :root {
    --text--l: 1.6rem;
  }
}
@media (max-width: 1399.98px) {
  :root {
    --text--xl: 2rem;
  }
}
@media (max-width: 1399.98px) {
  :root {
    --text--xxl: 2.2rem;
  }
}
@media (max-width: 1399.98px) {
  :root {
    --text--xxxl: 2.5rem;
  }
}
@media (max-width: 1399.98px) {
  :root {
    --text--4xl: 2.8rem;
  }
}
@media (max-width: 1399.98px) {
  :root {
    --text--5xl: 4.3rem;
  }
}
@media (max-width: 991.98px) {
  :root {
    --text--xs: 1rem;
  }
}
@media (max-width: 991.98px) {
  :root {
    --text--s: 1.1rem;
  }
}
@media (max-width: 991.98px) {
  :root {
    --text--m: 1.1rem;
  }
}
@media (max-width: 991.98px) {
  :root {
    --text--l: 1.2rem;
  }
}
@media (max-width: 991.98px) {
  :root {
    --text--xl: 1.3rem;
  }
}
@media (max-width: 991.98px) {
  :root {
    --text--xxl: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  :root {
    --text--xxxl: 1.7rem;
  }
}
@media (max-width: 991.98px) {
  :root {
    --text--4xl: 2.2rem;
  }
}
@media (max-width: 991.98px) {
  :root {
    --text--5xl: 3.6rem;
  }
}
@media (max-width: 575.98px) {
  :root {
    --text--xs: 1rem;
  }
}
@media (max-width: 575.98px) {
  :root {
    --text--s: 1rem;
  }
}
@media (max-width: 575.98px) {
  :root {
    --text--m: 1rem;
  }
}
@media (max-width: 575.98px) {
  :root {
    --text--l: 1.1rem;
  }
}
@media (max-width: 575.98px) {
  :root {
    --text--xl: 1.2rem;
  }
}
@media (max-width: 575.98px) {
  :root {
    --text--xxl: 1.3rem;
  }
}
@media (max-width: 575.98px) {
  :root {
    --text--xxxl: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  :root {
    --text--4xl: 1.6rem;
  }
}
@media (max-width: 575.98px) {
  :root {
    --text--5xl: 2.2rem;
  }
}
@media (max-width: 375.98px) {
  :root {
    --text--xs: 1rem;
  }
}
@media (max-width: 375.98px) {
  :root {
    --text--s: 1rem;
  }
}
@media (max-width: 375.98px) {
  :root {
    --text--m: 1rem;
  }
}
@media (max-width: 375.98px) {
  :root {
    --text--l: 1.1rem;
  }
}
@media (max-width: 375.98px) {
  :root {
    --text--xl: 1.2rem;
  }
}
@media (max-width: 375.98px) {
  :root {
    --text--xxl: 1.3rem;
  }
}
@media (max-width: 375.98px) {
  :root {
    --text--xxxl: 1.5rem;
  }
}
@media (max-width: 375.98px) {
  :root {
    --text--4xl: 1.6rem;
  }
}
@media (max-width: 375.98px) {
  :root {
    --text--5xl: 2.2rem;
  }
}

.pv-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pv-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pv-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.pt-75 {
  padding-top: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pv-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pv-125 {
  padding-top: 125px;
  padding-bottom: 125px;
}

.pt-125 {
  padding-top: 125px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pv-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pv-175 {
  padding-top: 175px;
  padding-bottom: 175px;
}

.pt-175 {
  padding-top: 175px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pv-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pv-225 {
  padding-top: 225px;
  padding-bottom: 225px;
}

.pt-225 {
  padding-top: 225px;
}

.pb-225 {
  padding-bottom: 225px;
}

.pv-250 {
  padding-top: 250px;
  padding-bottom: 250px;
}

.pt-250 {
  padding-top: 250px;
}

.pb-250 {
  padding-bottom: 250px;
}

@media (max-width: 1199.98px) {
  .pv-75 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-75 {
    padding-top: 50px;
  }
  .pb-75 {
    padding-bottom: 50px;
  }
}
@media (max-width: 1199.98px) {
  .pv-125 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .pt-125 {
    padding-top: 90px;
  }
  .pb-125 {
    padding-bottom: 90px;
  }
}
@media (max-width: 1199.98px) {
  .pv-100 {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .pt-100 {
    padding-top: 96px;
  }
  .pb-100 {
    padding-bottom: 96px;
  }
}
@media (max-width: 1199.98px) {
  .pv-150 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pt-150 {
    padding-top: 100px;
  }
  .pb-150 {
    padding-bottom: 100px;
  }
}
@media (max-width: 1199.98px) {
  .pv-175 {
    padding-top: 125px;
    padding-bottom: 125px;
  }
  .pt-175 {
    padding-top: 125px;
  }
  .pb-175 {
    padding-bottom: 125px;
  }
}
@media (max-width: 1199.98px) {
  .pv-200 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .pt-200 {
    padding-top: 150px;
  }
  .pb-200 {
    padding-bottom: 150px;
  }
}
@media (max-width: 1199.98px) {
  .pv-225 {
    padding-top: 175px;
    padding-bottom: 175px;
  }
  .pt-225 {
    padding-top: 175px;
  }
  .pb-225 {
    padding-bottom: 175px;
  }
}
@media (max-width: 991.98px) {
  .pv-50 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .pt-50 {
    padding-top: 25px;
  }
  .pb-50 {
    padding-bottom: 25px;
  }
}
@media (max-width: 991.98px) {
  .pv-75 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pt-75 {
    padding-top: 40px;
  }
  .pb-75 {
    padding-bottom: 40px;
  }
}
@media (max-width: 991.98px) {
  .pv-100 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .pt-100 {
    padding-top: 65px;
  }
  .pb-100 {
    padding-bottom: 65px;
  }
}
@media (max-width: 991.98px) {
  .pv-125 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pt-125 {
    padding-top: 70px;
  }
  .pb-125 {
    padding-bottom: 70px;
  }
}
@media (max-width: 991.98px) {
  .pv-150 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pt-150 {
    padding-top: 80px;
  }
  .pb-150 {
    padding-bottom: 80px;
  }
}
@media (max-width: 991.98px) {
  .pv-175 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pt-175 {
    padding-top: 100px;
  }
  .pb-175 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991.98px) {
  .pv-200 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .pt-200 {
    padding-top: 110px;
  }
  .pb-200 {
    padding-bottom: 110px;
  }
}
@media (max-width: 991.98px) {
  .pv-225 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .pt-225 {
    padding-top: 120px;
  }
  .pb-225 {
    padding-bottom: 120px;
  }
}
@media (max-width: 375.98px) {
  .pv-75 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .pt-75 {
    padding-top: 32px;
  }
  .pb-75 {
    padding-bottom: 32px;
  }
}
@media (max-width: 375.98px) {
  .pv-100 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .pt-100 {
    padding-top: 45px;
  }
  .pb-100 {
    padding-bottom: 45px;
  }
}
@media (max-width: 375.98px) {
  .pv-125 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-125 {
    padding-top: 50px;
  }
  .pb-125 {
    padding-bottom: 50px;
  }
}
@media (max-width: 375.98px) {
  .pv-150 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-150 {
    padding-top: 60px;
  }
  .pb-150 {
    padding-bottom: 60px;
  }
}
@media (max-width: 375.98px) {
  .pv-175 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pt-175 {
    padding-top: 70px;
  }
  .pb-175 {
    padding-bottom: 70px;
  }
}
@media (max-width: 375.98px) {
  .pv-200 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pt-200 {
    padding-top: 80px;
  }
  .pb-200 {
    padding-bottom: 80px;
  }
}
@media (max-width: 375.98px) {
  .pv-225 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .pt-225 {
    padding-top: 90px;
  }
  .pb-225 {
    padding-bottom: 90px;
  }
}
.mt-50 {
  margin-top: 50px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-150 {
  margin-top: 150px;
}

@media (max-width: 1199.98px) {
  .mt-50 {
    margin-top: 40px;
  }
}
@media (max-width: 1199.98px) {
  .mt-75 {
    margin-top: 50px;
  }
}
@media (max-width: 1199.98px) {
  .mt-100 {
    margin-top: 80px;
  }
}
@media (max-width: 1199.98px) {
  .mt-150 {
    margin-top: 100px;
  }
}
@media (max-width: 991.98px) {
  .mt-50 {
    margin-top: 35px;
  }
}
@media (max-width: 991.98px) {
  .mt-75 {
    margin-top: 40px;
  }
}
@media (max-width: 991.98px) {
  .mt-100 {
    margin-top: 60px;
  }
}
@media (max-width: 991.98px) {
  .mt-150 {
    margin-top: 80px;
  }
}
@media (max-width: 375.98px) {
  .mt-50 {
    margin-top: 30px;
  }
}
@media (max-width: 375.98px) {
  .mt-75 {
    margin-top: 35px;
  }
}
@media (max-width: 375.98px) {
  .mt-100 {
    margin-top: 45px;
  }
}
@media (max-width: 375.98px) {
  .mt-150 {
    margin-top: 60px;
  }
}
:root {
  --container: 100%;
}
@media (min-width: 992px) {
  :root {
    --container: 960px;
  }
}
@media (min-width: 1200px) {
  :root {
    --container: 1140px;
  }
}
@media (min-width: 1400px) {
  :root {
    --container: 1320px;
  }
}
@media (min-width: 1680px) {
  :root {
    --container: 1540px;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  outline: none;
}

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

:focus {
  outline: 0;
}

html {
  font-size: 16px;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Roboto", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
body._js-overflow-hidden {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0;
}

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

a {
  font-size: inherit;
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}

img {
  width: 100%;
  height: auto;
}

@media (min-width: 1680px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1540px;
  }
}
._standard-text h1 {
  font-size: var(--text--5xl);
  font-weight: 700;
  line-height: 1.15;
}
._standard-text h2 {
  font-size: var(--text--xxl);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 24px;
}
._standard-text h3 {
  font-size: var(--text--xl);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
}
._standard-text h4 {
  font-size: var(--text--l);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
}
._standard-text h5 {
  font-size: var(--text--m);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
}
._standard-text h6 {
  font-size: var(--text--s);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
}
._standard-text p {
  font-size: var(--text--s);
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 20px;
}
._standard-text p a {
  color: #4b8116;
  text-decoration: underline;
  position: relative;
  margin-left: 2rem;
}
._standard-text p a::before {
  content: "";
  background-image: url(../img/icons/link-icon.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  margin-left: -2rem;
}
._standard-text p span {
  font-weight: 700;
}

.mt-135 {
  margin-top: 135px;
}

.gap-40 {
  row-gap: 40px;
}

.gap-20 {
  row-gap: 20px;
}

.btn-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 10px;
}

.download-btn {
  position: relative;
  font-size: var(--text--s);
}
.download-btn::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  margin-left: 1rem;
  top: 0;
}

.bg-blue p {
  color: #000;
}
.bg-blue .counter-value {
  color: #11717a !important;
}
.bg-blue .slick-arrow {
  background: url(../img/icons/blue-arrow.svg) no-repeat;
}

.bg-green p {
  color: #000;
}
.bg-green .counter-value {
  color: #4b8116 !important;
}
.bg-green .slick-arrow {
  background: url(../img/icons/left-arrow.svg) no-repeat;
}

.bg-gray p {
  color: #000;
}

.bg-orange p {
  color: #000;
}
.bg-orange .counter-value {
  color: #b85c02 !important;
}
.bg-orange .slick-arrow {
  background: url(../img/icons/orange-arrow.svg) no-repeat;
}

.text-green h2,
.text-green h3,
.text-green h5,
.text-green h6 {
  color: #4b8116;
}
.text-green p {
  color: #000;
}
.text-green a {
  color: #4b8116;
  font-weight: 700;
}
.text-green a::before {
  background-image: url(../img/icons/link-icon.svg);
}
.text-green .icon-text__text a::before {
  background-image: url(../img/icons/link-icon.svg);
}
.text-green .download-btn--green::after {
  background-image: url(../img/icons/btn_download_gruen.svg);
}
.text-green .pagination-btn a {
  color: #4b8116 !important;
  font-size: var(--text--s);
  font-weight: 700;
}
.text-green .pagination-btn a::after {
  content: "";
  background: url(../img/icons/pagination-icon-green.svg) no-repeat !important;
}
.text-green .slick-arrow {
  background: url(../img/icons/left-arrow.svg) no-repeat;
}

.text-blue h2,
.text-blue h3,
.text-blue h5,
.text-blue h6 {
  color: #11717a;
}
.text-blue p {
  color: #000;
}
.text-blue a {
  color: #11717a !important;
  font-weight: 700;
}
.text-blue a::before {
  background-image: url(../img/icons/link-icon-blue.svg) !important;
}
.text-blue .icon-text__text a::before {
  background-image: url(../img/icons/link-icon-blue.svg) !important;
}
.text-blue .download-btn--blue::after {
  background-image: url(../img/icons/btn_download_blue.svg);
}
.text-blue .pagination-btn a {
  color: #11717a !important;
  font-size: var(--text--s);
  font-weight: 700;
}
.text-blue .pagination-btn a::after {
  content: "";
  background: url(../img/icons/pagination-icon.svg) no-repeat;
}
.text-blue .slick-arrow {
  background: url(../img/icons/blue-arrow.svg) no-repeat;
}

.text-orange h2,
.text-orange h3,
.text-orange h5,
.text-orange h6 {
  color: #b85c02;
}
.text-orange p {
  color: #000;
}
.text-orange a {
  color: #b85c02 !important;
  font-weight: 700;
}
.text-orange a::before {
  background-image: url(../img/icons/link-icon-orange.svg) !important;
}
.text-orange .icon-text__text a::before {
  background-image: url(../img/icons/link-icon-orange.svg) !important;
}
.text-orange .pagination-btn a {
  color: #b85c02 !important;
  font-size: var(--text--s);
  font-weight: 700;
}
.text-orange .pagination-btn a::after {
  content: "";
  background: url(../img/icons/pagination-icon-orange.svg) no-repeat !important;
}
.text-orange .download-btn--orange::after {
  background-image: url(../img/icons/btn_download_orange.svg);
}
.text-orange .slick-arrow {
  background: url(../img/icons/orange-arrow.svg) no-repeat;
}

.text-gray h2,
.text-gray h3,
.text-gray h5,
.text-gray h6 {
  color: #555b68;
}
.text-gray p {
  color: #000;
}
.text-gray a {
  color: #555b68;
}

.menu-green {
  background-color: #bccea9;
}

@media (max-width: 991.98px) {
  .menu-gray {
    background-color: #535762;
    color: #fff !important;
    border-top: 1px solid #fff;
  }
}

.menu-blue {
  background-color: #9cc8d1;
}

.menu-orange {
  background-color: #eec07e;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  width: 70px;
  height: 70px;
  font-size: 0;
}

.slick-arrow:before {
  content: none;
}

.slick-next {
  transform: rotate(180deg);
  right: -32px;
}
@media (max-width: 575.98px) {
  .slick-next {
    right: -12px;
  }
}

.slick-prev {
  left: -32px;
}
@media (max-width: 575.98px) {
  .slick-prev {
    left: -12px;
  }
}

.slick-dots {
  display: flex !important;
  justify-content: center;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 6px;
  border: none;
  border-radius: 100%;
  background-color: #838383;
  text-indent: -9999px;
}

.bg-green .slick-dots li.slick-active button,
.text-green .slick-dots li.slick-active button {
  background-color: #4b8116;
}

.bg-blue .slick-dots li.slick-active button,
.text-blue .slick-dots li.slick-active button {
  background-color: #11717a;
}

.bg-orange .slick-dots li.slick-active button,
.text-orange .slick-dots li.slick-active button {
  background-color: #b85c02;
}

.pagination a {
  color: #11717a;
  font-weight: 700;
  font-size: var(--text--xl);
  text-transform: uppercase;
  display: block;
  text-align: center;
  position: relative;
}
.pagination a::after {
  content: "";
  position: absolute;
  background: url(../img/icons/pagination-icon.svg) no-repeat;
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-left: 1rem;
  top: 50%;
  transform: translate(0px, -50%);
}

.header {
  position: fixed;
  width: 100%;
  padding: 16px 0;
  z-index: 50;
  top: 0;
  transition: all 0.4s ease-in-out;
}
.header__logo img {
  width: 180px;
  transition: all 0.4s ease-in-out;
}
.header.js-sticky {
  background-color: #fff;
  top: 0;
  position: fixed;
}
.header.js-sticky .header__logo img {
  width: 100px;
}
.header .navbar {
  flex-wrap: nowrap;
  padding: 0;
}
@media (max-width: 991.98px) {
  .header .navbar {
    position: fixed;
    right: -100%;
    top: 120px;
    width: 100%;
    background: #fff;
    height: 100%;
    z-index: 20;
    flex-direction: column;
    justify-content: flex-start;
    transition: all 0.5s ease;
  }
}
.header .navbar._js-open {
  right: 0;
  display: block;
}
.header .navbar .menu {
  display: flex;
}
@media (max-width: 991.98px) {
  .header .navbar .menu {
    flex-direction: column;
  }
}
.header .navbar .menu li {
  margin-right: 30px;
  font-size: var(--text--s);
  font-weight: 500;
  position: relative;
  color: #000;
}
@media (max-width: 991.98px) {
  .header .navbar .menu li {
    margin-right: 0;
  }
}
.header .navbar .menu li.dropdown {
  position: relative;
}
@media (max-width: 991.98px) {
  .header .navbar .menu li.dropdown::after {
    content: "";
    position: absolute;
    right: 10px !important;
    top: 14px;
    left: auto;
    width: 18px !important;
    height: 10px !important;
    background: url(../img/icons/dropdown.png) no-repeat;
    background-size: contain;
    transition: all 0.3s ease;
  }
}
.header .navbar .menu li::after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  margin-bottom: -10px;
  transition: all 0.3s ease;
}
@media (max-width: 991.98px) {
  .header .navbar .menu li::after {
    margin-bottom: 0;
    background-color: transparent;
  }
}
.header .navbar .menu li:hover:after {
  width: 100%;
}
.header .navbar .menu li.active::after {
  width: 100%;
}
.header .navbar .menu li a {
  display: block;
}
@media (max-width: 991.98px) {
  .header .navbar .menu li a {
    padding: 10px 20px;
  }
}
.header .menu-trigger {
  position: relative;
  width: 28px;
  height: 20px;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  z-index: 40;
  margin-left: 30px;
  display: none;
}
@media (max-width: 991.98px) {
  .header .menu-trigger {
    display: inline-block;
  }
}
.header .menu-trigger._js-active span:nth-of-type(1) {
  transform: translateY(7px) rotate(-45deg);
}
.header .menu-trigger._js-active span:nth-of-type(2) {
  opacity: 0;
}
.header .menu-trigger._js-active span:nth-of-type(3) {
  transform: translateY(-11px) rotate(45deg);
}
.header .menu-trigger span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.header .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.header .menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.header .menu-trigger span:nth-of-type(1) {
  top: 0;
}
.header .dropdown-menu {
  position: absolute;
  border: none;
  border-radius: 0;
  left: -10px;
  text-align: left;
  display: none;
  z-index: 30;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 10px 0 0 0 !important;
}
@media (max-width: 991.98px) {
  .header .dropdown-menu {
    padding: 0 !important;
  }
}
.header .dropdown-menu li {
  color: #000;
  padding: 0;
  cursor: pointer;
  padding: 10px;
  margin: 0 !important;
  border-top: 2px solid #fff;
  font-size: 18px !important;
}
@media (max-width: 991.98px) {
  .header .dropdown-menu li {
    padding: 0;
  }
}
@media (max-width: 575.98px) {
  .header .dropdown-menu li {
    font-size: 16px !important;
  }
}
.header .dropdown-menu li:hover:after {
  width: 0 !important;
}
.header .dropdown-menu li a {
  display: block;
  padding: 6px 0;
  white-space: nowrap;
}
.header .dropdown-menu li:last-child {
  margin-bottom: 0;
}

.pt-main {
  padding-top: 120px;
  overflow-x: hidden;
}

@media (max-width: 991.98px) {
  .js-sticky .navbar {
    top: 81px;
  }
}

@media (min-width: 992px) {
  .header li.dropdown:hover > .dropdown-menu {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .header .dropdown-menu {
    position: unset;
    padding: 0 0 0 60px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 0;
    width: 100%;
  }
}

.header li.dropdown.dropdown._js-open .dropdown-menu {
  display: block;
}

.header li.dropdown.dropdown._js-open:after {
  transform: rotate(180deg);
}

.hero {
  background-image: url(../img/pics/hero.html);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 0;
  padding-bottom: 56.25%;
}
@media (min-width: 992px) {
  .hero {
    padding-top: 0;
    padding-bottom: 54.25%;
  }
}
.hero .container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
}
.hero__text__bg {
  position: relative;
}
.hero__text {
  position: relative;
  width: 100%;
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 100px;
  padding: 10px 0 10px 70px;
  z-index: 2;
  width: 90%;
}
@media (max-width: 991.98px) {
  .hero__text {
    padding: 10px 0 10px 30px;
  }
}
.hero__text h1 {
  font-weight: 500;
}
@media (max-width: 475.98px) {
  .hero__text h1 {
    font-size: 28px;
  }
}
.hero__text p {
  font-size: var(--text--4xl);
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 475.98px) {
  .hero__text p {
    font-size: 18px;
  }
}

.teaser__item__img {
  position: relative;
}
.teaser__item__img:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 1;
  pointer-events: none;
}
.teaser__item__img:hover:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 1;
  cursor: pointer;
}
.teaser__item__img img {
  max-width: 100%;
}
.teaser__item__text {
  padding: 10px 0;
}
.teaser__item__text h3 {
  margin: 0;
  display: inline;
}
.teaser__item__text p {
  font-size: var(--text--m);
  font-weight: 700;
}
.teaser .text-green .teaser__item__img:hover::after {
  background-color: rgba(75, 129, 22, 0.5);
}
.teaser .text-blue .teaser__item__img:hover::after {
  background-color: rgba(17, 113, 122, 0.5);
}
.teaser .text-orange .teaser__item__img:hover::after {
  background-color: rgba(184, 92, 2, 0.5);
}

.teaser__item__text:hover + .teaser__item__img {
  width: 20%;
}

.target-green:after {
  background-color: rgba(75, 129, 22, 0.5);
}

.target-blue:after {
  background-color: rgba(17, 113, 122, 0.5);
}

.target-orange:after {
  background-color: rgba(184, 92, 2, 0.5);
}

@media (max-width: 575.98px) {
  .footer__img img {
    width: 200px;
    display: block;
    margin: 0 auto;
  }
}
.footer__text p {
  font-size: var(--text--xs);
}
.footer__sub__menu {
  display: flex;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .footer__sub__menu {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}
.footer__sub__menu li {
  font-size: var(--text--xs);
  font-weight: 700;
  color: #fff;
  position: relative;
  margin-right: 2rem;
}
.footer__sub__menu li::before {
  content: "";
  position: absolute;
  border-left: 2px solid #fff;
  height: 100%;
  margin-left: -1rem;
}
.footer__sub__menu li:first-child::before {
  border: none;
}
@media (max-width: 575.98px) {
  .footer__sub__menu li::before {
    height: 0;
  }
}

.img-text__text {
  text-align: center;
}
.img-text__text h3 {
  color: #555b68;
  margin: 0;
}
.img-text__text h4 {
  color: #000;
}
.img-text__text p {
  text-align: left;
}

.bubble-bg-left {
  background-image: url(../img/icons/bubble-bg.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}

.text-slider {
  overflow-x: hidden;
}
.text-slider__item__text {
  margin: 0 2rem;
}
.text-slider__item__text h2 {
  font-size: var(--text--4xl);
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}
.text-slider__item__text h3 {
  font-size: var(--text--xxxl);
}
.text-slider__item__text p {
  font-size: var(--text--l);
  font-weight: 500;
}

@media (min-width: 992px) {
  .text-slider__img {
    max-width: calc((100% - var(--container)) / 2 + var(--container) / 12 * 4);
  }
}
.text-slider__text {
  max-width: 100%;
}
@media (min-width: 992px) {
  .text-slider__text {
    max-width: calc((100% - var(--container)) / 2 + var(--container) / 12 * 8);
    padding-left: calc((100% - var(--container)) / 2 + 12px);
  }
}

.breadcrumb {
  padding: 1rem 0;
  margin: 0;
}
.breadcrumb nav {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.icon-text__img {
  text-align: center;
}
.icon-text__img img {
  max-width: 220px;
}
@media (max-width: 575.98px) {
  .icon-text__img img {
    max-width: 150px;
  }
}
.icon-text figure {
  width: 360px;
  float: right;
  margin-bottom: 1rem;
  margin-left: 1rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .icon-text figure {
    margin-left: 0;
    float: auto;
  }
}
@media (max-width: 575.98px) {
  .icon-text figure {
    width: 100%;
  }
}
.icon-text figure span {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 100%;
  padding: 10px;
  display: block;
  font-size: 18px;
}
@media (max-width: 991.98px) {
  .icon-text figure span {
    font-size: 14px;
  }
}

.section-img {
  background-image: var(--section-img-bg);
  background-repeat: no-repeat;
  padding-bottom: 56.25%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media (max-width: 991.98px) {
  .section-img {
    background-attachment: unset;
  }
}
.section-img figure figcaption {
  width: 100%;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
}
.section-img figure figcaption span {
  max-width: var(--container);
  margin: 0 auto;
  color: #fff;
  width: 100%;
  padding: 10px;
  font-size: 18px;
  display: block;
}
@media (max-width: 991.98px) {
  .section-img figure figcaption span {
    font-size: 14px;
  }
}

.quote-text__img {
  text-align: center;
}
.quote-text__img img {
  max-width: 310px;
}
.quote-text__source p {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .quote-text__source p {
    font-size: 14px;
  }
}

.counter__item p {
  text-align: center;
  font-size: var(--text--s);
  margin-top: 20px;
}
.counter .counter-value {
  text-align: center;
  font-size: var(--text--5xl);
  font-weight: 700;
}

.iframe-graph .graph {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
@media (max-width: 991.98px) {
  .iframe-graph .graph {
    padding-top: 80%;
  }
}
.iframe-graph .graph iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.iframe-graph .caption {
  background-color: #555b68;
  padding: 10px;
  z-index: 1;
  position: relative;
  width: 100%;
}
.iframe-graph .caption p {
  color: #fff;
  font-size: 18px;
  max-width: var(--container);
  margin: 0 auto;
  display: block;
}
@media (max-width: 991.98px) {
  .iframe-graph .caption p {
    font-size: 14px;
  }
}

.iframe-video .container-fluid {
  overflow: hidden;
}
.iframe-video .video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.iframe-video .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.iframe-video .caption {
  background-color: #555b68;
  padding: 10px;
  z-index: 1;
  position: relative;
  width: 100%;
}
.iframe-video .caption p {
  color: #fff;
  font-size: 18px;
  max-width: var(--container);
  margin: 0 auto;
  display: block;
}
@media (max-width: 991.98px) {
  .iframe-video .caption p {
    font-size: 14px;
  }
}

.icon-text-slider__img {
  text-align: center;
}
.icon-text-slider__img img {
  max-width: 310px;
}
.icon-text-slider__item {
  margin: 0 1rem;
}

.img-slider__item {
  margin: 0 1rem;
}
.img-slider__item figure {
  position: relative;
}
.img-slider__item figure figcaption span {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 100%;
  padding: 10px;
  display: block;
  font-size: 18px;
}
@media (max-width: 991.98px) {
  .img-slider__item figure figcaption span {
    font-size: 14px;
  }
}
.img-slider__text p {
  font-weight: 500;
}

.logo-slider .item {
  margin: 1rem;
}
.logo-slider__img {
  background-color: #fff;
  padding: 2rem;
  text-align: -webkit-center;
}
.logo-slider__img img {
  max-width: 420px;
  height: 420px;
  object-fit: contain;
  display: block;
}

.pro-contra__item {
  display: flex;
}
.pro-contra__img img {
  width: 150px;
  height: auto;
  object-fit: contain;
  margin-right: 2rem;
}
@media (max-width: 767.98px) {
  .pro-contra__img img {
    width: 80px;
  }
}

.intro-text {
  position: relative;
}
.intro-text h2 {
  font-size: var(--text--4xl);
}
.intro-text h3 {
  font-size: var(--text--xxxl);
  color: #000 !important;
  margin-bottom: 3rem;
}
.intro-text p {
  font-size: var(--text--l);
  font-weight: 500;
}

.section-text__head {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .section-text__head {
    align-items: end;
  }
}
.section-text__head__icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-right: 1rem;
}
.section-text__head__headline h2 {
  margin-bottom: 0;
}

.legal {
  position: relative;
  z-index: 1;
}
.legal h2 {
  font-size: var(--text--4xl);
}
.legal h3 {
  font-size: var(--text--s);
  font-weight: 700;
  margin: 0;
  color: #000;
}
.legal__bubble-bottom img {
  position: absolute;
  bottom: 20%;
  width: 250px;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .legal__bubble-bottom img {
    z-index: -1;
  }
}
.legal__bubble-top img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}

.sticky-icons {
  position: fixed;
  bottom: 0;
  right: 0;
  top: 50%;
  z-index: 999;
}
.sticky-icons img {
  width: 32px;
  height: 46px;
  display: block;
  margin-top: 1rem;
}

.page-not-found__text h2 {
  font-size: 140px;
  color: #555b68;
}
.page-not-found__text p {
  font-size: 24px;
  color: #555b68;
}
.page-not-found__text a {
  color: #555b68;
}
.page-not-found__text a:focus {
  box-shadow: none;
}/*# sourceMappingURL=style.css.map */