@font-face {
  font-family: "Reem Kufi Fun";
  font-weight: 500;
  src: url("../fonts/reem-kufi-fun/ReemKufi-Medium.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Reem Kufi Fun";
  font-weight: 600;
  src: url("../fonts/reem-kufi-fun/ReemKufi-SemiBold.ttf") format("truetype");
  font-display: swap;
}

h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.17;
  letter-spacing: -0.03em;
  color: #292930;
  margin: 0 0 20px 0;
}

h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #000000;
  margin: 0 0 20px 0;
}

h4 {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #000000;
  margin: 0 0 20px 0;
}

h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  margin: 0 0 16px 0;
}

h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #000000;
  margin: 0 0 12px 0;
}

p {
  font-size: 18px;
  line-height: 2;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0 28px 0;
}
p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 1536px) {
  h1 {
    font-size: 56px;
  }
  h2 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 1440px) {
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 1280px) {
  h1 {
    font-size: 44px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 30px;
  }
  p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 21px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
}
.page-title {
  background-color: #0b0f14;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-family: "Century Gothic";
  padding: 0px 78px;
  position: relative;
  overflow: hidden;
}
.page-title__col {
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-title__overlay-r {
  position: absolute;
  z-index: 3;
  right: -10%;
  bottom: -80%;
  width: 73%;
  height: 100%;
  text-align: right;
  background: linear-gradient(
    83deg,
    rgba(58, 170, 53, 0.79) 2.29%,
    rgba(58, 170, 53, 0) 58.72%
  );
  opacity: 0.8;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transform: matrix(-0.93, 0.36, 0.36, 0.93, 0, 0);
}
.page-title::before {
  content: "";
  width: 96.9%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/wwa/hero-overlay.webp");
}
.page-title__text {
  max-width: 100%;
  padding: 170px 0 138px 0;
  position: relative;
  z-index: 3;
}
.page-title__text h1 {
  font-size: 64px;
  line-height: 1.57;
  font-weight: 400;
  margin: 0 0 13px 0;
}
.page-title__text p {
  font-size: 20px;
  line-height: 1.55;
  margin: 0;
  color: #fff;
  max-width: 800px;
}
.page-title__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0 0 30px 0;
  list-style: none;
  position: relative;
  z-index: 9;
}
.page-title__nav__item {
  position: relative;
  margin: 0px 6px;
}
.page-title__nav__item::before {
  content: "";
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  border-right: 1px solid rgba(55, 63, 72, 0.4);
}
.page-title__nav__item:last-of-type::before {
  content: none;
}
.page-title__nav__item a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  line-height: 27px;
  position: relative;
  padding: 10px 31px 10px 10px;
}
.page-title__nav__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 11px;
  width: 10px;
  height: 10px;
  background-image: url("../img/wwa/arrow-nav.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s linear;
}
.page-title__nav__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-100%, 100%);
  right: 11px;
  width: 10px;
  height: 10px;
  background-image: url("../img/wwa/arrow-nav.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s linear;
  opacity: 0;
}
.page-title__nav__item a:hover::before {
  transform: translate(100%, -130%);
  opacity: 0;
}
.page-title__nav__item a:hover::after {
  transform: translate(0%, -50%);
  opacity: 1;
}
.page-title__nav__item:first-of-type {
  margin-left: 0;
}
.page-title__nav__item:first-of-type a {
  padding-left: 0;
}

.page-title__overlay-m {
  display: none;
}

@media only screen and (max-width: 1700px) {
  .page-title::before {
    left: -10%;
    background-position: right top;
  }
}
@media only screen and (max-width: 1536px) {
  .page-title::before {
    left: -20%;
  }
  .page-title {
    padding: 0 58px;
  }
  .page-title__text h1 {
    font-size: 56px;
    line-height: 1.2;
  }
  .page-title__text p {
    font-size: 18px;
    line-height: 1.557;
  }
  .page-title__col {
    min-height: 521px;
  }
  .page-title__overlay-r {
    right: -25%;
  }
}
@media only screen and (max-width: 1280px) {
  .page-title {
    padding: 0 38px;
  }
  .page-title__text h1 {
    font-size: 52px;
    line-height: 1.55;
  }
  .page-title__nav__item a {
    font-size: 14px;
  }
  .page-title__nav__item::before {
    height: 20px;
  }
  .page-title__text {
    padding: 140px 0px 50px 0px;
    min-height: 373px;
  }
  .page-title__col {
    min-height: 450px;
  }
}
@media only screen and (max-width: 1199px) {
  .page-title__overlay-m {
    display: block;
    right: -15%;
    opacity: 0.6;
  }
}
@media only screen and (max-width: 991px) {
  .page-title__col {
    min-height: 427px;
  }
  .page-title {
    padding: 0 12px;
  }
  .page-title__text h1 {
    font-size: 38px;
  }
  .page-title__text p {
    font-size: 16px;
  }
  .page-title__text {
    padding: 110px 0px 50px 0px;
    min-height: 350px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .page-title__text h1 {
    font-size: 32px;
    margin-bottom: 11px;
  }
  .page-title__nav {
    display: none;
  }
  .page-title--carrer .page-title__text,
  .page-title--carrer .page-title__col {
    min-height: 280px;
  }
  .page-title--carrer .page-title__nav {
    display: flex;
  }
  .page-title--carrer .page-title__nav__item {
    margin: 0;
  }
  .page-title--carrer .page-title__nav__item::before {
    right: 8px;
  }
  .page-title--carrer .page-title__nav__item a {
    padding: 5px 35px 5px 0px;
  }
  .page-title--carrer .page-title__nav__item a::before,
  .page-title--carrer .page-title__nav__item a::after {
    right: 18px;
  }
  .page-title__text {
    padding: 56px 0px 50px 0px;
  }
  .page-title::after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      179.14deg,
      rgba(0, 0, 0, 0.66) 8.59%,
      rgba(0, 0, 0, 0.42) 110.85%
    );
  }
  .page-title::before,
  .page-title__overlay-m {
    z-index: 3;
  }
  .page-title__col {
    min-height: 350px;
  }
}
@media only screen and (max-width: 575px) {
  .page-title__text {
    padding: 103px 0px 71px 0px;
    min-height: 294px;
  }
  .page-title--carrer .page-title__text {
    padding-bottom: 40px;
  }
  .page-title__text h1 {
    font-size: 28px;
  }
  .page-title__text p {
    font-size: 14px;
  }
  .page-title__overlay-m {
    background: linear-gradient(
      206.43deg,
      rgba(58, 170, 53, 0.24) -1.72%,
      rgba(58, 170, 53, 0.24) 39.12%
    );
    opacity: 0.8;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: matrix(-0.92, 0.39, 0.39, 0.92, 0, 0);
    width: 140%;
    right: -40%;
    bottom: -80%;
  }
  .page-title__overlay-r {
    width: 140%;
    right: -40%;
    bottom: -80%;
  }
}
@media only screen and (max-width: 414px) {
  .page-title--carrer .page-title__nav__item a {
    font-size: 13px;
  }
  .page-title--carrer .page-title__nav__item::before {
    content: none;
  }
  .page-title--carrer .page-title__nav__item:last-of-type a {
    padding-right: 5px;
  }
  .page-title--carrer .page-title__nav__item a {
    padding: 5px 27px 5px 0px;
  }
  .page-title--carrer .page-title__nav__item a::before,
  .page-title--carrer .page-title__nav__item a::after {
    right: 10px;
  }
  .page-title--carrer .page-title__nav__item:last-of-type a::before,
  .page-title--carrer .page-title__nav__item:last-of-type a::after {
    right: -12px;
  }
}
@media only screen and (max-width: 358px) {
  .page-title--carrer .page-title__nav__item a {
    font-size: 12px;
  }
}
body {
  position: relative;
  top: 0;
}

.site {
  overflow-x: hidden;
}

.section-suptitle {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.74;
  letter-spacing: 0.285em;
  color: #3aaa35;
  margin-bottom: 7px;
  display: block;
  text-transform: uppercase;
}

.section-suptitle.section-suptitle--white {
  color: #252525;
}

.row--about {
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  z-index: 6;
}
.row--about--line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 12px;
  border-left: 1px solid #d3d3d3;
  height: 202px;
  width: 1px;
}
.row--about--reverse {
  align-items: stretch;
  padding-top: 9px;
  padding-bottom: 103px;
}
.row--about--reverse::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 60px;
  width: 37%;
  height: 600px;
  background-image: url("../img/wwa/about-reverse.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}
.row--about--reverse::after {
  content: "";
  position: absolute;
  left: -20px;
  bottom: -10%;
  width: 155px;
  height: 376px;
  background-image: url("../img/wwa/about-bottom.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.about {
  font-family: "Century Gothic", sans-serif;
  position: relative;
}
.about .container {
  position: relative;
  z-index: 4;
}
.about__overlay {
  width: 115%;
  height: 48%;
  position: absolute;
  top: -29px;
  right: -15%;
  background: linear-gradient(
    90.46deg,
    rgba(190, 190, 190, 0.2) 43.44%,
    rgba(181, 181, 181, 0) 83.7%
  );
  opacity: 0.8;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transform: rotate(157deg);
  z-index: 2;
  overflow: hidden;
}
.about__overlay::before {
  content: "";
  position: absolute;
  top: 31%;
  right: 45%;
  background: linear-gradient(
    206.43deg,
    rgba(58, 170, 53, 0.79) -1.72%,
    rgba(58, 170, 53, 0) 39.12%
  );
  opacity: 0.8;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transform: matrix(-0.92, 0.39, 0.39, 0.92, 0, 0) rotate(157deg);
  width: 100%;
  height: 70%;
  z-index: 4;
}
.about__overlay::after {
  content: "";
  position: absolute;
  top: -31px;
  left: 0;
  background: linear-gradient(
    90.46deg,
    #f6f6f6 65%,
    rgba(181, 181, 181, 0) 83.7%
  );
  opacity: 1;
  width: 100%;
  height: 100%;
  z-index: 5;
  transform: rotate(23deg);
}
.about h2 {
  margin: 0 0 32px 0;
  font-size: 42px;
  letter-spacing: 0;
  line-height: 50px;
  color: #252525;
  font-weight: 400;
}
.about p {
  font-size: 18px;
  line-height: 1.7761;
  color: #2c2c2c;
  margin: 0 0 32px 0;
}
.about p:last-of-type {
  margin-bottom: 0;
}
.about a {
  text-decoration: none;
  color: #3aaa35;
  transition: all 0.4s ease;
}
.about a:hover {
  color: #1d7f35;
}
.about__text {
  position: relative;
  padding: 100px 0px 30px 39px;
}
.about__text--right {
  padding: 40px 0 20px 69px;
  max-width: calc(65% + 69px);
}
.about__text--right::before {
  content: none;
}
.about__text__signature {
  text-align: right;
  margin-top: 20px;
  padding-right: 25px;
}
.about__text__signature img {
  max-width: 229px;
}
.about__img {
  position: relative;
  padding: 79px 0px;
  width: calc(50vw - 0px);
  padding-left: 69px;
}
.about__img img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
}
.about__img--left {
  width: 100%;
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 0;
}
.about__img--left img {
  height: 92%;
  object-fit: cover;
}

@media (min-width: 1400px) {
  .container.container--reverse {
    max-width: 1380px;
  }
}
@media only screen and (max-width: 1536px) {
  .about__overlay {
    top: 10px;
    right: -18%;
  }
  .about__overlay::after {
    top: 12px;
  }
  .about__text {
    padding-top: 30px;
  }
  .about__text--right {
    padding-top: 40px;
  }
  .row--about {
    align-items: center;
  }
  .row--about--reverse {
    align-items: stretch;
  }
}
@media only screen and (max-width: 1280px) {
  .about h2 {
    font-size: 36px;
    line-height: 1.22;
    margin-bottom: 25px;
  }
  .about ol,
  .about ul,
  .about p {
    font-size: 16px;
  }
  .row--about {
    align-items: stretch;
  }
  .about__img {
    height: 100%;
  }
  .about__img img {
    height: 100%;
    object-fit: cover;
  }
  .row--about--reverse::before {
    bottom: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .about__overlay {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .section-suptitle {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .about h2 {
    font-size: 32px;
  }
  .row--about--reverse .about__img--left {
    display: none;
  }
  .row--about--reverse::after {
    content: none;
  }
  .about__text {
    padding-left: 0;
  }
  .row--about--line::before {
    content: none;
  }
  .about__img {
    padding: 0;
    width: calc(100vw - 48px);
    left: 50%;
    transform: translateX(-50%);
  }
  .row--about--reverse {
    padding-top: 0;
    padding-bottom: 73px;
  }
  .about__text--right {
    margin: 0 auto;
    max-width: 696px;
  }
  .about__text__signature img {
    max-width: 195px;
  }
  .about__text__signature {
    margin-top: 14px;
  }
  .about__text--right {
    padding-top: 30px;
  }
  .row--about--reverse::before {
    bottom: 60px;
    width: 80%;
    background-position: bottom right;
  }
}
@media only screen and (max-width: 767px) {
  .about h2 {
    font-size: 28px;
  }
  .about__overlay {
    display: none;
  }
  .about__text__signature img {
    max-width: 160px;
  }
  .about__text--right {
    max-width: 516px;
  }
}
@media only screen and (max-width: 575px) {
  .about h2 {
    font-size: 24px;
  }
  .about ol,
  .about ul,
  .about p {
    font-size: 14px;
  }
  .about__text {
    padding: 27px 0px 25px 0px;
  }
  .about__text__signature img {
    max-width: 131px;
  }
  .about__img {
    width: calc(100vw - 12px);
  }
  .about__text--right {
    padding-top: 25px;
  }
  .row--about--line .about__text {
    padding-left: 12px;
    padding-right: 12px;
  }
  .about__text--right {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
  .section-suptitle {
    font-size: 12px;
  }
  .about p {
    margin-bottom: 22px;
  }
  .about p:last-of-type {
    margin-bottom: 0;
  }
}
.logo-popup {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.logo-popup__box {
  position: absolute;
  left: -15px;
  bottom: 60px;
  background-color: #fcfcfc;
  border-radius: 5px;
  text-align: left;
  z-index: 16;
  width: 100%;
  min-width: 450px;
  max-width: 450px;
  padding: 32px 33px 43px 33px;
  opacity: 0;
  visibility: hidden;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.logo-popup__box__logo {
  margin-bottom: 27px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.logo-popup__box__logo__close {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.logo-popup__box__logo__close img {
  transition: all 0.4s ease;
}
.logo-popup__box__logo__close img:hover {
  transform: rotate(180deg);
  cursor: pointer;
}
.logo-popup__box__text {
  color: #1f1f1f;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 26px;
}
.logo-popup__box__text p {
  margin: 0;
  color: #1f1f1f;
}
.logo-popup__box__text a {
  color: #1f1f1f;
  display: inline-block;
}
.logo-popup__box__btn a {
  color: #1d7f35;
  font-size: 16px;
  line-height: 27px;
  position: relative;
  text-decoration: none;
  z-index: 5;
}
.logo-popup__box__btn a::before {
  content: "";
  border-bottom: 2px solid #1d7f35;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
}
.logo-popup__box__btn a::after {
  content: "";
  background-image: url("../img/home/arrow-popup.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -46px;
  width: 27px;
  height: 15px;
  transition: all 0.4s ease;
}
.logo-popup__box__btn a:hover::after {
  right: -54px;
}
.logo-popup__box.active-popup {
  opacity: 1;
  visibility: visible;
  transition: 0.4s ease;
}
.logo-popup__img {
  position: relative;
  z-index: 6;
}

/* Box Indicator - Start */
.logo-popup__box__indicator {
  position: absolute;
  left: 23px;
  bottom: -6px;
  z-index: 4;
}
.logo-popup__box__indicator__inner {
  transform: rotate(45deg);
  background-color: #fcfcfc;
  width: 60px;
  height: 60px;
  border-radius: 5px;
}

/* Popup Mobile */
.home__logotypes__mobile .logo-popup__box {
  transform: translateY(100%);
  border-top: 3px solid #1d7f35;
  box-shadow: 0px -5px 15px rgba(0, 0, 0, 0.11);
  border-radius: 10px 10px 0px 0px;
  transition: 0.4s ease;
  width: auto;
}

.home__logotypes__mobile .logo-popup__box.active-popup {
  transform: translateY(0%);
}

/* Box Indicator - End */
.logo-popup__img.active-logo {
  position: relative;
  z-index: 11;
}

.site-home.active-popup-item {
  position: relative;
}
.site-home.active-popup-item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: all 0.4s ease;
}

@media only screen and (max-width: 1366px) {
  .logo-popup__box {
    padding: 30px 25px 40px 25px;
  }
}
@media only screen and (max-width: 1280px) {
  .logo-popup__box {
    min-width: 400px;
    max-width: 400px;
  }
  .logo-popup__box__logo {
    margin-bottom: 22px;
  }
  .logo-popup__box__text {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .logo-popup__box {
    min-width: 380px;
    max-width: 380px;
  }
  .home__content__logotypes__wrap__infostud__top .logo-popup__box {
    left: 50% !important;
    transform: translateX(-50%);
  }
  .home__content__logotypes__wrap__infostud__top .logo-popup__box__indicator {
    left: 50% !important;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 660px) {
  .logo-popup__box {
    padding: 22px 25px 0px 25px;
  }
}
.our-bussines {
  background-color: #fff;
  display: block;
  position: relative;
  padding: 66px 0px 55px 0px;
  color: #fff;
  font-family: "Century Gothic", sans-serif;
  overflow: hidden;
  z-index: 6;
}
.our-bussines__title {
  text-align: center;
}
.our-bussines__text {
  padding: 20px 0px 20px 90px;
  position: relative;
  z-index: 2;
}
.our-bussines__text__logo {
  margin: 30px 0 29px 0;
  display: inline-block;
  width: 100%;
}
.our-bussines__text__desc {
  max-width: 525px;
  margin-bottom: 32px;
  max-height: 160px;
  overflow-y: auto;
  padding-right: 20px;
}
.our-bussines__text__desc p {
  font-size: 18px;
  line-height: 1.776;
  margin: 0 0 32px 0;
  color: #5a6674;
}
.our-bussines__text__desc p:last-of-type {
  margin-bottom: 0;
}
.our-bussines__text__desc a {
  text-decoration: none;
  color: #5a6674;
}
.our-bussines__logotypes {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 0px;
  position: relative;
  z-index: 2;
}
.our-bussines__logotypes__item {
  width: 50%;
  text-align: center;
  margin: 10px 0px;
  display: inline-block;
}
.our-bussines__logotypes__item__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 107px;
  max-width: 158px;
  margin: 0 auto;
  transition: all 0.4s ease;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 4px;
  padding: 10px;
  cursor: pointer;
}
.our-bussines__logotypes__item__logo img {
  max-width: 100%;
  height: auto;
}
.our-bussines__logotypes__item__logo:hover {
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 59px rgba(0, 0, 0, 0.13);
}
.our-bussines__logotypes__item__logo.active-item {
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 59px rgba(0, 0, 0, 0.13);
}
.our-bussines__logotypes--lg {
  padding: 35px 0px;
}
.our-bussines__logotypes--lg .our-bussines__logotypes__item {
  width: 25%;
}
.our-bussines__text__box {
  display: none;
}

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

/* Firefox */
.our-bussines__text__desc {
  scrollbar-width: 8px;
  scrollbar-color: #5a6674 rgba(255, 255, 255, 0);
}

/* Chrome, Edge, and Safari */
.our-bussines__text__desc::-webkit-scrollbar {
  width: 8px;
}

.our-bussines__text__desc::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0);
}

.our-bussines__text__desc::-webkit-scrollbar-thumb {
  background-color: #5a6674;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0);
}

.our-bussines__text__box.active-box {
  display: block;
  opacity: 0;
  visibility: hidden;
  animation: showText 0.8s ease-out 0.15s forwards;
}

.our-bussines__popup,
.our-bussines__logotypes__item--first {
  display: none;
}

@keyframes showText {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    height: 100%;
    visibility: visible;
  }
}
.row--border {
  position: relative;
}
.row--border::after {
  content: "";
  width: calc(100% - 24px);
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 1399px) {
  .our-bussines__text {
    padding-left: 70px;
  }
}
@media only screen and (max-width: 1280px) {
  .our-bussines__text__desc p {
    font-size: 16px;
  }
  .our-bussines__logotypes--lg {
    padding-bottom: 15px;
  }
  .our-bussines__text {
    padding-bottom: 20px;
  }
  .our-bussines {
    padding: 50px 0px 40px 0px;
  }
  .our-bussines__text__desc {
    max-height: 143px;
  }
  .our-bussines__text {
    padding-left: 45px;
  }
}
@media only screen and (max-width: 1199px) {
  .our-bussines::before {
    left: -20%;
  }
}
@media only screen and (max-width: 991px) {
  .our-bussines::after {
    bottom: -80%;
  }
  .our-bussines__logotypes__item {
    width: 25%;
  }
  .our-bussines__text__desc {
    max-width: 100%;
    padding-right: 20px;
    max-height: 114px;
  }
  .our-bussines__text {
    padding-bottom: 0;
  }
  .our-bussines__logotypes {
    padding: 10px 0px;
    margin: 0 -12px;
  }
  .our-bussines__logotypes.our-bussines__logotypes--lg {
    margin: 0;
  }
  .our-bussines__logotypes__item__logo img {
    max-width: 90%;
  }
  .our-bussines::before {
    left: -30%;
    top: -20%;
  }
  .our-bussines__text {
    padding-left: 25px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .our-bussines__logotypes__item__logo {
    border: none;
  }
  .our-bussines__logotypes__item__logo:hover {
    background-color: transparent;
    border: none;
    box-shadow: none;
  }
  .our-bussines__logotypes__item__logo.active-item {
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0px 0px 59px rgba(0, 0, 0, 0.13);
  }
  .our-bussines__logotypes__item,
  .our-bussines__logotypes--lg .our-bussines__logotypes__item {
    margin: 10px;
    width: calc(25% - 20px);
  }
  .our-bussines__logotypes__item__logo {
    min-height: 90px;
  }
  .our-bussines__text__box,
  .our-bussines__text__box.active-box {
    display: none;
  }
  .our-bussines__logotypes__item--first {
    display: block;
    width: 100%;
  }
  .our-bussines__logotypes__item--first .our-bussines__logotypes__item__logo {
    margin: 0 auto 0 auto;
  }
  .our-bussines__popup {
    display: block;
    border-top: 3px solid #1d7f35;
    transform: translateY(100%);
    box-shadow: 0px -5px 15px rgba(0, 0, 0, 0.11);
    border-radius: 10px 10px 0px 0px;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    position: fixed;
    transition: all 0.4s ease;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: calc(100% - 50px);
    background-color: #fcfcfc;
    border-radius: 5px;
    text-align: left;
    z-index: 20;
    padding: 22px 25px 0px 25px;
  }
  .our-bussines__popup__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
  }
  .our-bussines__popup__close {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
    background-color: rgba(255, 255, 255, 0.4);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  }
  .our-bussines__popup__close img {
    transition: all 0.4s ease;
    filter: brightness(0) invert(1);
  }
  .our-bussines__popup__close img:hover {
    transform: rotate(180deg);
  }
  .our-bussines__popup__text {
    font-size: 14px;
    line-height: 32px;
    margin-bottom: 40px;
    color: #1f1f1f;
    max-height: 40vh;
    overflow-y: auto;
  }
  .our-bussines__popup__text p {
    margin: 0;
    font-size: 14px;
    line-height: 32px;
    color: #1f1f1f;
  }
  .our-bussines__popup__text a {
    display: inline-block;
    text-decoration: none;
    color: #1f1f1f;
  }
  .our-bussines__popup__btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 16px 0px;
  }
  .our-bussines__popup__btn a {
    color: #1d7f35;
    font-size: 16px;
    line-height: 27px;
    position: relative;
    text-decoration: none;
    z-index: 5;
  }
  .our-bussines__popup__btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(-100%, 100%);
    right: -20px;
    width: 10px;
    height: 10px;
    background-image: url("../img/arrow-dgreen.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.3s linear;
    opacity: 0;
  }
  .our-bussines__popup__btn a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -20px;
    width: 10px;
    height: 10px;
    background-image: url("../img/arrow-dgreen.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.3s linear;
  }
  .our-bussines__popup__btn a:hover::before {
    transform: translate(100%, -130%);
    opacity: 0;
  }
  .our-bussines__popup__btn a:hover::after {
    transform: translate(0%, -50%);
    opacity: 1;
  }
  .our-bussines__popup__btn::before {
    content: "";
    width: calc(100% + 50px);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.19);
  }
  .our-bussines__logotypes__item--first .our-bussines__popup__logo > img {
    max-width: 109px;
    object-fit: contain;
  }
  .our-bussines__logotypes {
    position: static;
    z-index: auto;
  }
  .our-bussines__popup.active-bussines {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all 0.4s ease;
  }
  .our-bussines {
    position: static;
  }
  #page.active-bussines::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    transition: all 0.4s ease;
  }
  .our-bussines__logotypes__item__logo {
    border: none;
  }
  .hidden-el {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .hidden-el {
    display: none;
  }
  .row--border::after {
    width: 100%;
  }
  .our-bussines__text {
    padding-top: 0;
  }
  .our-bussines {
    padding: 46px 24px 40px 24px;
  }
  .our-bussines__logotypes__item__logo {
    padding: 10px 0px;
  }
  .our-bussines__logotypes__item,
  .our-bussines__logotypes--lg .our-bussines__logotypes__item {
    width: calc(50% - 0px);
    margin: 10px 0;
  }
  .our-bussines__logotypes__item--first {
    width: calc(50% - 0px);
    width: 100%;
    margin: 10px 0px;
  }
  .our-bussines__logotypes__item__logo {
    max-width: 100%;
  }
  .our-bussines__logotypes__item__logo img {
    max-width: 70%;
  }
}
.team {
  padding: 114px 0px;
  font-family: "Century Gothic", sans-serif;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.team::before {
  content: "";
  width: 122%;
  height: 30%;
  background: linear-gradient(
    132.42deg,
    rgba(58, 170, 53, 0.98) 4.66%,
    rgba(58, 170, 53, 0) 47.08%
  );
  opacity: 0.1;
  transform: rotate(10deg);
  position: absolute;
  left: -10%;
  top: 260px;
  z-index: 1;
}
.team::after {
  content: "";
  background: linear-gradient(
    132.42deg,
    rgba(58, 170, 53, 0.98) 4.66%,
    rgba(58, 170, 53, 0) 47.08%
  );
  opacity: 0.1;
  transform: matrix(-0.92, 0.3, 0.39, 0.92, 0, 0);
  position: absolute;
  bottom: 114px;
  right: -18%;
  width: 113%;
  height: 28%;
  z-index: 1;
}
.team__title h2 {
  font-size: 50px;
  line-height: 67px;
  margin: 0;
  color: #252525;
  letter-spacing: 0;
}
.team__group-title {
  margin-top: 36px;
  margin-bottom: 28px;
}
.team__group-title h5 {
  margin: 0;
  position: relative;
  font-weight: 400;
  font-size: 25px;
  line-height: 34px;
  color: #1d7f35;
  padding-bottom: 15px;
  letter-spacing: 0;
}
.team__group-title h5::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 109px;
  height: 1px;
  border-bottom: 1px solid #1d7f35;
}
.team__box {
  margin-bottom: 35px;
  position: relative;
  z-index: 2;
}
.team__box__img {
  margin-bottom: 21px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.team__box__img::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    360deg,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0.2915) 0.01%,
    rgba(0, 0, 0, 0.209) 10.84%,
    rgba(0, 0, 0, 0) 29.1%
  );
  opacity: 1;
  transition: all 0.4s ease-in;
}
.team__box__img img {
  border-radius: 4px;
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.6s ease;
}
.team__box__img__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 22px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 1;
  transform: translateY(0%);
  transition: 0.5s ease-in;
  z-index: 3;
}
.team__box__img__info__video {
  font-size: 13px;
  line-height: 27px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  padding-left: 35px;
  position: relative;
}
.team__box__img__info__video:hover {
  color: #fff;
}
.team__box__img__info__video::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 20px;
  opacity: 0.8;
  background-image: url("../img/wwa/youtube.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.4s ease;
}
.team__box__img__info__video:hover::before {
  opacity: 1;
}
.team__box__img__info__linkedin {
  opacity: 0.8;
  transition: all 0.4s ease;
  display: inline-block;
}
.team__box__img__info__linkedin img {
  max-width: 100%;
  max-height: 23px;
  display: block;
}
.team__box__img__info__linkedin:hover {
  opacity: 1;
}
.team__box__info h4 {
  margin: 0 0 3px 0;
  color: #252525;
  font-weight: 600;
  font-size: 28px;
  line-height: 45px;
  letter-spacing: 0;
}
.team__box__info p {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 34px;
  color: #798196;
  max-width: 300px;
  margin: 0 auto;
}
.team__box__info a {
  text-decoration: none;
  color: #252525;
  transition: all 0.4s ease;
}
.team__box__info a:hover {
  color: #3aaa35;
}
.team__box:hover .team__box__img::before {
  opacity: 1;
  transition: all 0.4s ease-out;
}
.team__box:hover .team__box__img__info {
  opacity: 1;
  transform: translateY(0);
  transition: 0.5s ease;
}
.team__box:hover .team__box__img > img {
  transform: scale(1.1);
}

.team__box--small .team__box__img {
  margin-bottom: 16px;
}

.team__box--small .team__box__img__info {
  justify-content: flex-end;
  padding: 18px 22px;
}

.team__box--small .team__box__info h4 {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 7px;
}

.team__box--small .team__box__info p {
  font-size: 15px;
  max-width: 275px;
  line-height: 25px;
}

.team__box.team__box--small {
  margin-bottom: 37px;
}

.team__box--small .team__box__img__info.team__box__img__info--large {
  justify-content: space-between;
}

.team__box--small .team__box__img__info__linkedin--large img {
  max-height: 23px;
}

.team-row {
  margin-left: -8px;
  margin-right: -8px;
  justify-content: center;
}

.col-team {
  padding-left: 8px;
  padding-right: 8px;
}

@media only screen and (max-width: 1440px) {
  .team__title h2 {
    font-size: 44px;
    line-height: 1.22;
  }
  .team__group-title h5 {
    font-size: 22px;
  }
  .team__box__info h4 {
    font-size: 24px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 1280px) {
  .team {
    padding: 90px 0px;
  }
  .team__title h2 {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .team__group-title {
    margin-top: 12px;
    margin-bottom: 53px;
  }
  .team__group-title h5 {
    line-height: 1.22;
    padding: 9px 0px 15px 0px;
  }
  .team__box__info h4 {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .team__group-title h5 {
    font-size: 20px;
  }
  .team__box--small .team__box__info h4 {
    font-size: 19px;
    margin-bottom: 5px;
    line-height: 1.4;
  }
  .team__box--small .team__box__img,
  .team__box__img {
    margin-bottom: 14px;
  }
  .team__box__info p {
    font-size: 15px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1280px) {
  .team__box--small .team__box__img__info__linkedin--large img,
  .team__box__img__info__linkedin img {
    max-height: 20px;
  }
  .team__box__img__info__video {
    font-size: 11px;
    line-height: 24px;
  }
  .team__box__img__info__video::before {
    height: 16px;
  }
  .team__box--small .team__box__img__info {
    padding: 18px 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .team__box__info h4 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 991px) {
  .team::before {
    left: -20%;
  }
  .team::after {
    right: -45%;
  }
  .team__title h2 {
    font-size: 32px;
  }
  .team__group-title h5 {
    font-size: 18px;
  }
  .team__box__info h4 {
    font-size: 18px;
    line-height: 1.4;
  }
  .team__box {
    margin-bottom: 28px;
  }
  .team__box.team__box--small {
    margin-bottom: 28px;
  }
  .team__box--small .team__box__info p,
  .team__box__info p {
    font-size: 14px;
    line-height: 1.64;
    padding: 0;
  }
  .team__box--small .team__box__info h4 {
    font-size: 18px;
  }
  .team-row .team__group-title {
    margin-top: 20px;
  }
  .col-m-team {
    padding-left: 8px;
    padding-right: 8px;
  }
  .row-m-team {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media only screen and (max-width: 767px) {
  .team::before,
  .team::after {
    content: none;
  }
  .team {
    padding: 60px 0px;
  }
  .team__title h2 {
    font-size: 28px;
  }
  .team__group-title h5 {
    font-size: 16px;
  }
  .team__box .team__box__img__info {
    opacity: 1;
    transform: translateY(0);
  }
  .team__box__img::before {
    opacity: 1;
  }
}
@media only screen and (max-width: 575px) {
  .team__title h2 {
    font-size: 24px;
  }
  .team__group-title h5 {
    font-size: 15px;
  }
  .team__box {
    margin-bottom: 22px;
  }
  .team__box.team__box--small {
    margin-bottom: 22px;
  }
  .team__box__info h4,
  .team__box--small .team__box__info h4 {
    font-size: 16px;
  }
  .team__box--small .team__box__info p,
  .team__box__info p {
    font-size: 13px;
  }
  .team {
    padding: 60px 0px 20px 0px;
  }
  .team__box__img__info__video {
    font-size: 11px;
    line-height: 22px;
  }
  .team__box__img__info__linkedin img,
  .team__box--small .team__box__img__info__linkedin--large img {
    max-height: 20px;
  }
  .team__box__img__info__video::before {
    width: 24px;
  }
  .team__box__img__info,
  .team__box--small .team__box__img__info {
    padding: 13px;
  }
}
@media only screen and (max-width: 460px) {
  .team__box__img__info__video {
    width: 30px;
    overflow: hidden;
    height: 20px;
  }
}
.timeline {
  font-family: "Century Gothic", sans-serif;
  display: block;
  background: linear-gradient(
    180deg,
    rgba(58, 170, 53, 0) 18.75%,
    rgba(58, 170, 53, 0.2) 100%
  );
  padding-top: 65px;
}
.timeline h2 {
  font-size: 50px;
  line-height: 1;
  margin: 0;
  color: #0b0f14;
  letter-spacing: 0;
}
.timeline__text {
  padding-bottom: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.timeline__wrap {
  padding: 90px 0 90px 0;
  width: 100vw;
}
.timeline__wrap .slick-list {
  width: 100vw;
}
.timeline__lines {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  cursor: pointer;
  height: 188px;
  overflow: hidden;
  gap: 16px;
}
.timeline__lines > div {
  padding: 0px 8px;
}
.timeline__lines > span {
  min-width: 1px;
  width: 1px;
  height: 100%;
  border-radius: 1px;
  background: linear-gradient(0, #0b0f14, rgba(0, 168, 242, 0));
  opacity: 0.3;
  will-change: opacity;
  pointer-events: none;
  display: block;
  transition: all 0.4s ease;
}
.timeline__lines__range {
  position: absolute;
  left: 60px;
  bottom: 21px;
  z-index: 2;
  width: calc(90% - 12px);
  height: 60px;
}
.timeline__box {
  background: rgba(225, 242, 226, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 47px 41px 47px 32px;
  display: flex !important;
  flex-wrap: wrap;
  column-gap: 30px;
  margin-right: 25px;
  width: 751px;
}
.timeline__box__img {
  width: calc(50% - 15px);
}
.timeline__box__img img {
  border-radius: 4px;
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.timeline__box__text {
  width: calc(50% - 15px);
}
.timeline__box__text__year {
  font-size: 36px;
  line-height: 1.77;
  color: rgba(0, 0, 0, 0.1);
  margin: 0 0 9px 0;
  position: relative;
}
.timeline__box__text__year::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 1px;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #1d7f35;
}
.timeline__box__text h5 {
  font-size: 25px;
  line-height: 1.25;
  letter-spacing: 0;
  color: #2c2c2c;
  margin: 0 0 8px 0;
}
.timeline__box__text ul,
.timeline__box__text ol {
  margin: 0;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.77;
  color: #2c2c2c;
}
.timeline__box__text ul li,
.timeline__box__text ol li {
  margin-bottom: 6px;
}
.timeline__box__text p {
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 1.77;
  color: #2c2c2c;
}
.timeline__box__text p:last-of-type {
  margin: 0;
}
.timeline__box__text a {
  text-decoration: none;
  color: #252525;
  transition: all 0.4s ease;
}
.timeline__box__text a:hover {
  color: #1d7f35;
}
.timeline .year-cursor {
  position: absolute;
  z-index: 2;
  background-color: #1d7f35;
  padding: 8px 12px;
  border-radius: 24px;
  color: #fff;
  font-size: 13px;
  line-height: 1;
}
.timeline .timeline__years__item.slick-active,
.timeline .timeline__box.slick-active {
  cursor: pointer;
}
.timeline .timeline__box.slick-slide.slick-current.slick-active {
  cursor: default;
}
.timeline__years {
  width: 100vw;
  padding-left: calc(35% - 120px);
}
.timeline__years .slick-list {
  padding-left: 120px;
}
.timeline__years .slick-list::before {
  content: "";
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 60px;
  box-shadow: 11px 0px 60px 100px rgb(255, 255, 255);
  -webkit-box-shadow: 11px 0px 60px 100px rgb(255, 255, 255);
  -moz-box-shadow: 11px 0px 60px 100px rgb(255, 255, 255);
  z-index: 2;
}
.timeline__years__item {
  font-family: "Reem Kufi Fun", sans-serif;
  margin-right: 56px;
}
.timeline__years__item h2 {
  margin: 0;
  font-weight: 400;
  font-size: 181px;
  line-height: 128px;
  letter-spacing: 0.2px;
  color: rgba(58, 170, 53, 0.08);
  transition: all 0.4s ease 0.1s;
  font-family: "Reem Kufi Fun", sans-serif;
}
.timeline__years__item.slick-current h2 {
  color: rgba(58, 170, 53, 0.32);
}

.timeline__box.slick-current {
  border: 1px solid rgba(58, 170, 53, 0.4);
}

.timeline__lines__range .ui-slider-handle {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-left: 0px;
  background: #799977;
  outline: none;
  cursor: pointer;
  position: relative;
  margin-left: -30px;
}

.timeline .slick-track {
  display: flex !important;
}

.timeline .slick-slide {
  height: inherit !important;
}

/*timeline range*/
.timeline__wrap--range {
  position: relative;
  cursor: pointer;
  z-index: 8;
  display: none;
}

.timeline__range {
  position: absolute;
  left: 55px;
  width: calc(100% - 55px);
  bottom: 0;
  z-index: 9;
  display: none;
}

.timeline__click-area {
  position: relative;
  padding: 45px 0 30px 0;
  user-select: none;
  height: 188px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.timeline__click-area::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  left: -10%;
  height: 100%;
  z-index: 3;
  cursor: pointer;
}

.timeline__track {
  position: relative;
  transition: all 0.4s ease;
}

.timeline__track__fill {
  position: relative;
  width: 0%;
  height: 5px;
  background-color: transparent;
  transition: all 0.4s ease;
}

/* when thumb is being dragged, remove the transition */
.timeline__track__fill.timeline__track__fill-stopAnimation {
  transition: none;
}

.timeline > * {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.timeline__year.active-cursor {
  width: 92px;
  transition: 0.3s ease-out;
  background-color: #3aaa35;
}

.timeline__year.active-cursor span {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease 0.2s;
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none; /* Firefox all */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Likely future */
}

.timeline__steps {
  display: none;
  opacity: 0;
  visibility: hidden;
}

p {
  font-size: 18px;
  line-height: 2;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0 28px 0;
}
p:last-of-type {
  margin-bottom: 0;
}

.timeline__arrows {
  display: none;
}

.timeline .col-12 {
  position: relative;
}

.timeline__arrows {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
  width: 100%;
  z-index: 2;
}
.timeline__arrows__prev {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #799977;
  opacity: 0.8;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none; /* Firefox all */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Likely future */
}
.timeline__arrows__prev:hover {
  opacity: 1;
}
.timeline__arrows__next {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #799977;
  opacity: 0.8;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  position: relative;
  right: 20px;
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none; /* Firefox all */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Likely future */
}
.timeline__arrows__next:hover {
  opacity: 1;
}
.timeline__arrows__next img {
  transform: rotate(180deg);
}

.timeline__arrows__prev.slick-arrow.slick-disabled,
.timeline__arrows__next.slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
  transition: 0;
}

.timeline__box.timeline__box--last a {
  position: relative;
}
.timeline__box.timeline__box--last a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -17px;
  width: 10px;
  height: 10px;
  background-image: url("../img/arrow-gray.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s linear;
}
.timeline__box.timeline__box--last a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-100%, 100%);
  right: -17px;
  width: 10px;
  height: 10px;
  background-image: url("../img/arrow-dgreen.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s linear;
  opacity: 0;
}
.timeline__box.timeline__box--last a:hover::before {
  transform: translate(100%, -130%);
  opacity: 0;
}
.timeline__box.timeline__box--last a:hover::after {
  transform: translate(0%, -50%);
  opacity: 1;
}

@media only screen and (max-width: 1840px) {
  .timeline__box {
    width: 700px;
  }
}
@media only screen and (max-width: 1640px) {
  .timeline__box {
    width: 650px;
    padding: 37px 31px 37px 22px;
  }
  .timeline__years__item h2 {
    font-size: 160px;
  }
  .timeline__years__item {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 1536px) {
  .timeline .timeline__text h2 {
    font-size: 46px;
  }
  .timeline__box__text__year {
    font-size: 32px;
  }
  .timeline__years__item h2 {
    font-size: 150px;
  }
}
@media only screen and (max-width: 1440px) {
  .timeline .timeline__text h2 {
    font-size: 44px;
  }
  .timeline__wrap {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .timeline__click-area {
    justify-content: flex-start;
    padding-top: 55px;
  }
  .timeline__box {
    width: 620px;
    padding: 30px 30px 30px 20px;
  }
  .timeline__box__text h5 {
    font-size: 22px;
    line-height: 1.25;
    margin-bottom: 5px;
  }
  .timeline__box__text__year {
    font-size: 28px;
  }
  .timeline__years__item h2 {
    font-size: 130px;
    line-height: 1;
  }
  .timeline__years {
    padding-left: calc(35% - 100px);
  }
  .timeline__years .slick-list {
    padding-left: 100px;
  }
}
@media only screen and (max-width: 1280px) {
  .timeline .timeline__text h2 {
    font-size: 40px;
  }
  .timeline__box__text__year {
    font-size: 26px;
  }
  .timeline__wrap {
    padding-top: 45px;
  }
  .timeline__box__text h5 {
    font-size: 20px;
  }
  .timeline__years__item h2 {
    font-size: 110px;
  }
  .timeline__years {
    padding-left: calc(20% - 100px);
  }
  .timeline__years .slick-list {
    padding-left: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .timeline__wrap--range {
    display: block;
  }
  .timeline__arrows--desktop {
    display: none;
  }
  .timeline .timeline__text h2 {
    font-size: 32px;
  }
  .timeline__box__text__year {
    font-size: 24px;
  }
  .timeline__arrows {
    top: auto;
    transform: translateY(0);
    top: 30px;
    padding: 0 33px 0 21px !important;
  }
  .timeline__arrows__next {
    right: 0;
  }
  .timeline__arrows__prev.slick-arrow.slick-disabled,
  .timeline__arrows__next.slick-arrow.slick-disabled {
    opacity: 0.3;
    visibility: visible;
  }
  .timeline__box {
    width: 37vw;
    flex-direction: column;
    padding: 27px 18px 18px 18px;
    margin-right: 14px;
  }
  .timeline__box__text,
  .timeline__box__img {
    width: 100%;
  }
  .timeline__range,
  .timeline__click-area {
    display: none;
  }
  .timeline__box__text h5 {
    font-size: 18px;
  }
  .timeline__box__img {
    margin-bottom: 12px;
  }
  .timeline__lines {
    height: 158px;
  }
  .timeline__wrap {
    padding-bottom: 5px;
    padding-top: 40px;
  }
  .timeline__lines {
    gap: 10px;
  }
  .timeline__lines span {
    opacity: 0.2 !important;
  }
  .timeline__years__item h2 {
    font-size: 90px;
  }
  .timeline__years__item {
    margin-right: 20px;
  }
  .timeline {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .timeline .timeline__text h2 {
    font-size: 28px;
  }
  .timeline__box__text h5 {
    font-size: 16px;
  }
  .timeline__lines {
    height: 148px;
  }
  .timeline__years__item h2 {
    font-size: 70px;
  }
  .timeline__years {
    padding-left: 0;
    width: auto;
    right: -30px;
  }
  .timeline__years .slick-list::before {
    content: none;
  }
  .timeline__years .slick-list {
    padding-left: 0;
  }
  .timeline__years__item {
    margin: 0;
    padding: 0 0 0 25px;
  }
  .timeline__box {
    width: 50vw;
  }
}
@media only screen and (max-width: 575px) {
  .timeline__years {
    right: 0px;
  }
  .timeline__years__item {
    padding: 0 5px;
  }
  .timeline__years__item h2 {
    font-size: 60px;
  }
  .timeline .timeline__text h2 {
    font-size: 24px;
  }
  .timeline__box__text__year {
    font-size: 22px;
  }
  .timeline__lines {
    height: 126px;
  }
  .timeline__box {
    width: 60vw;
  }
  .timeline__box__img img {
    height: auto;
  }
}
@media only screen and (max-width: 414px) {
  .timeline__years__item h2 {
    font-size: 50px;
  }
  .timeline__box {
    width: 72vw;
  }
}
@media only screen and (max-width: 360px) {
  .timeline__years__item h2 {
    font-size: 40px;
  }
  .timeline__box {
    width: 80vw;
  }
}

/*# sourceMappingURL=who-we-are.css.map */

.video-wrap {
  position: relative;
  overflow: hidden;
  font-family: "Century Gothic", sans-serif;
}
.video-wrap__image__item {
  display: block;
  width: 100%;
  height: auto;
  min-height: 500px;
  object-fit: cover;
}

.play-video {
  position: absolute;
  left: 50%;
  top: calc(50% + 6px);
  transform: translate(-50%, -50%);
  cursor: pointer;
  text-align: center;
  z-index: 4;
}
.play-video__img {
  width: 139px;
  height: 139px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 13px auto;
  position: relative;
}
.play-video__img::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transform: scale(1);
  animation: scaleBorder 4s ease infinite;
}
.play-video__img img {
  max-width: 100%;
  width: 23px;
  height: 28px;
  object-fit: contain;
}
.play-video p {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.7411;
  color: #ffffff;
  position: relative;
  z-index: 2;
}

@keyframes scaleBorder {
  20%,
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
}

.video-wrap__container {
  position: relative;
}

.video-wrap__text {
  position: absolute;
  left: 0;
  bottom: 73px;
  z-index: 2;
}

.video-wrap__text--green {
  color: #3aaa35;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.776;
  padding: 0 10px;
  background-color: #fff;
  margin-bottom: 2px;
  width: fit-content;
}

.video-wrap__text--white {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.776;
  padding: 0 10px;
  background-color: #3aaa35;
  margin-bottom: 0;
  width: fit-content;
}

.video-wrap::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20%;
  transform: rotate(20deg);
  background-image: url("https://inspiragrupa.com/wp-content/uploads/2023/12/video-bottom.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  width: 53%;
  height: 70%;
  z-index: 2;
}

.video-wrap::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -30%;
  transform: rotate(0deg);
  background-image: url("https://inspiragrupa.com/wp-content/uploads/2023/12/video-left.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
  width: 19%;
  height: 97%;
  z-index: 1;
}

.popup-video {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
}
.popup-video__wrap {
  width: 100%;
  max-width: 70%;
  position: relative;
  top: -20%;
  transition: 0.4s ease;
}
.popup-video__wrap__iframe {
  overflow: hidden;
  border: 2px solid #3aaa35;
  border-radius: 4px;
}
.popup-video__wrap__close {
  position: absolute;
  top: -44px;
  right: 0;
  background-color: rgba(255, 255, 255, 0.4);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 99;
}
.popup-video__wrap__close:hover {
  transform: rotate(180deg);
}
.popup-video__wrap__close img {
  filter: brightness(0) invert(1);
  display: block;
  position: relative;
  left: -0.5px;
}
.popup-video iframe {
  width: 100% !important;
  height: 600px;
  display: block;
}

.popup-video.active-video {
  opacity: 1;
  visibility: visible;
  transition: 0.4s ease;
  top: 50%;
}

.popup-video.active-video .popup-video__wrap {
  top: 0;
  transition: 0.4s ease;
}

@media only screen and (max-width: 1536px) {
  .play-video__img {
    width: 120px;
    height: 120px;
  }
  .play-video p {
    font-size: 18px;
  }

  .video-wrap__text--green,
  .video-wrap__text--white {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1399px) {
  .popup-video iframe {
    height: 550px;
  }
}

@media only screen and (max-width: 1280px) {
  .play-video__img {
    width: 100px;
    height: 100px;
  }

  .popup-video iframe {
    height: 480px;
  }
  .play-video p {
    font-size: 16px;
  }
  .video-wrap__text--green,
  .video-wrap__text--white {
    font-size: 20px;
  }
  .video-wrap__text {
    bottom: 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .popup-video iframe {
    height: 450px;
  }
}

@media only screen and (max-width: 991px) {
  .video-wrap__text--green,
  .video-wrap__text--white {
    font-size: 18px;
  }
  .video-wrap__text {
    bottom: 40px;
  }

  .video-wrap::after,
  .video-wrap::before {
    margin-bottom: -10%;
  }

  .popup-video__wrap {
    max-width: 85%;
  }
  .popup-video iframe {
    height: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .video-wrap__image__item {
    min-height: 420px;
    object-position: 60% center;
  }
  .popup-video__wrap {
    max-width: calc(100% - 48px);
  }
  .popup-video iframe {
    height: 380px;
  }
  .video-wrap__text--green,
  .video-wrap__text--white {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .video-wrap__text {
    left: 12px;
  }

  .video-wrap::after,
  .video-wrap::before {
    margin-bottom: -19%;
  }
  .video-wrap::before {
    width: 80%;
  }
  .popup-video__wrap {
    max-width: calc(100% - 12px);
  }
  .popup-video iframe {
    height: 350px;
  }
  .video-wrap__text--green,
  .video-wrap__text--white {
    font-size: 14px;
  }
}

/*Our Guids*/

.our-values {
  font-family: "Century Gothic", sans-serif;
  padding: 0px 0px 55px 0px;
  position: relative;
  background-color: #fff;
}

.our-values__title {
  margin-bottom: 65px;
  text-align: center;
}
.our-values__title h2 {
  line-height: 50px;
  color: #252525;
  margin: 0;
  letter-spacing: 0;
}

.our-values__box {
  border: 1px solid rgba(58, 170, 53, 0.4);
  border-radius: 4px;
  padding: 29px 24px;
  background-position: center bottom;
  background-size: cover;
  min-height: 340px;
  display: block;
  transition: all 0.4s ease-out;
  text-decoration: none;
  position: relative;
  margin-bottom: 24px;
}

/* .our-values__box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    174.36deg,
    #ffffff 36.29%,
    rgba(255, 255, 255, 0.91) 53.92%,
    rgba(255, 255, 255, 0.73) 71.66%
  );
  z-index: 1;
  transition: 0.8s ease;
} */

.our-values__box__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.our-values__box__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s ease;
}

.our-values__box:hover .our-values__box__bg img {
  transition: 1.6s ease;
  transform: scale(1.15);
}

.our-values__box:hover {
  border-color: rgba(58, 170, 53, 1);
}

.our-values__box-title {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.33;
  color: #1d7f35;
  display: block;
  margin-bottom: 13px;
  position: relative;
  z-index: 2;
}

.our-values__box-text {
  position: relative;
  z-index: 2;
}

.our-values__box-text p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: 0.25px;
}

.our-values__number {
  position: absolute;
  right: 20px;
  top: 33px;
  font-size: 100px;
  font-weight: 400;
  line-height: 45px;
  -webkit-text-stroke: 1.35px #1d7f35;
  background: transparent;
  color: transparent;
  opacity: 0.1;
  text-align: right;
}

@media only screen and (max-width: 1536px) {
  .our-values__number {
    font-size: 92px;
  }
  .our-values__title {
    margin-bottom: 55px;
  }
  .our-values__title h2 {
    line-height: 1.22;
  }
  .our-values__box-title {
    font-size: 23px;
  }
}
@media only screen and (max-width: 1280px) {
  .our-values__title {
    margin-bottom: 45px;
  }
  .our-values__number {
    font-size: 86px;
  }
  .our-values__box-title {
    font-size: 21px;
  }

  .our-values {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .our-values__number {
    font-size: 72px;
  }
  .our-values__title {
    margin-bottom: 40px;
  }
  .our-values__title h2 {
    max-width: 100%;
  }
  .our-values__box-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .our-values__title {
    margin-bottom: 35px;
  }
  .our-values__box-title {
    font-size: 19px;
  }
}
@media only screen and (max-width: 575px) {
  .our-values__box {
    margin-bottom: 20px;
    min-height: 300px;
  }
  .our-values__box-text p {
    font-size: 14px;
  }
}
