section.top-banner {
  height: calc(var(--vh, 1vh) * 100);
  max-height: 1030px;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner {
    height: auto;
  }
}
section.top-banner .c-container {
  height: 100%;
  align-items: stretch;
  padding-top: min(max(4px, 0.3125vw), 6px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container {
    padding-top: min(max(10px, 2.6041666667vw), 20px);
  }
}
section.top-banner .c-container .wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  row-gap: min(max(35px, 2.734375vw), 50px);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
  padding-bottom: min(max(min(max(25px, 6.5104166667vw), 50px), 5.078125vw), 100px);
  border-radius: min(max(40px, 3.125vw), 50px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container .wrap {
    border-radius: min(max(40px, 10.4166666667vw), 80px);
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container .wrap {
    border-top-right-radius: 0;
    padding-inline: min(max(26px, 7.1614583333vw), 55px);
    padding-top: calc(var(--hh) + 20px);
    align-items: flex-start;
    row-gap: min(max(30px, 7.421875vw), 57px);
  }
}
section.top-banner .c-container .wrap:before {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}
section.top-banner .c-container .wrap h3 {
  color: #FFFFFF;
}
section.top-banner .c-container .wrap h2 {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container .wrap h2 {
    margin-left: 0;
    text-align: left;
    font-size: min(max(30px, 7.1614583333vw), 55px);
  }
}
section.top-banner .c-container .wrap h2 span {
  display: block;
  overflow: hidden;
}
section.top-banner .c-container .wrap h2 + h4 {
  margin-top: calc(0px - min(max(35px, 2.734375vw), 50px) + 10px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container .wrap h2 + h4 {
    margin-top: calc(0px - min(max(30px, 7.421875vw), 57px) + 10px);
  }
}
section.top-banner .c-container .wrap h4 {
  color: #FFFFFF;
  font-weight: 500;
}
section.top-banner .c-container .wrap p {
  margin-top: -10px;
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
  font-weight: 500;
  font-size: min(max(18px, 1.40625vw), 20px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container .wrap p {
    margin-top: -25px;
    text-align: left;
    font-size: min(max(14px, 3.6458333333vw), 28px);
  }
}
section.top-banner .c-container .wrap p span {
  display: block;
  overflow: hidden;
}
section.top-banner .c-container .wrap .highlighted-links {
  padding-top: min(max(40px, 3.125vw), 50px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container .wrap .highlighted-links {
    display: none;
  }
}
section.top-banner .c-container .wrap .highlighted-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: min(max(12px, 2.0833333333vw), 40px);
  padding: min(max(13px, 1.0416666667vw), 20px) min(max(25px, 1.953125vw), 40px);
  border: 2px solid #FFFFFF;
  border-radius: min(max(40px, 3.125vw), 50px);
}
section.top-banner .c-container .wrap .highlighted-links ul li:before {
  display: none;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container .wrap .highlighted-links ul {
    border-radius: min(max(40px, 10.4166666667vw), 80px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  section.top-banner .c-container .wrap .highlighted-links ul {
    gap: min(max(20px, 1.5625vw), 40px);
    padding: min(max(11px, 0.859375vw), 20px) min(max(25px, 1.953125vw), 40px);
  }
}
section.top-banner .c-container .wrap .highlighted-links ul li a {
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  overflow-x: hidden;
  padding-bottom: 5px;
  margin-bottom: -8px;
}
section.top-banner .c-container .wrap .highlighted-links ul li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  bottom: 0px;
  left: -100%;
  transition-property: left;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
section.top-banner .c-container .wrap .highlighted-links ul li a:hover:before {
  left: 0;
}
section.top-banner .c-container .wrap .highlighted-links ul li.current-menu-item a {
  pointer-events: none;
}
section.top-banner .c-container .wrap .highlighted-links ul li.current-menu-item a:before {
  left: 0;
}
section.top-banner .c-container .wrap .btn-arrow {
  margin-top: min(max(15px, 1.171875vw), 30px);
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  order: 3;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container .wrap .btn-arrow {
    display: none;
  }
}
section.top-banner .c-container .wrap .btn-arrow:hover {
  transform: translateY(20%);
}
section.top-banner .c-container .wrap .btn-arrow:after {
  transform: rotate(0deg);
}

.partner {
  padding-top: min(max(min(max(15px, 3.90625vw), 30px), 3.90625vw), 80px);
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .partner {
    margin-bottom: 0;
  }
}
.partner .c-container {
  row-gap: min(max(min(max(30px, 5.859375vw), 45px), 3.515625vw), 70px);
}
.partner .c-container .c-row:nth-of-type(1) {
  align-items: center;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .partner .c-container .c-row:nth-of-type(1) {
    justify-content: flex-start;
    padding-inline: min(max(10px, 1.953125vw), 15px);
    column-gap: 0;
  }
}
.partner .c-container .c-row:nth-of-type(1) h2 {
  margin-bottom: 0;
}
.partner .c-container .c-row:nth-of-type(1) p {
  margin-bottom: 0;
  font-size: min(max(20px, 1.5625vw), 24px);
  font-weight: 500;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .partner .c-container .c-row:nth-of-type(1) p {
    font-size: min(max(14px, 3.6458333333vw), 28px);
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .partner .c-container .c-row:nth-of-type(1) p {
    line-height: 1;
  }
}
.partner .c-container .c-row:nth-of-type(1) p span {
  display: block;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .partner .c-container .c-row:nth-of-type(1) .logo {
    display: none;
  }
}
.partner .c-container .c-row:nth-of-type(1) .logo img {
  width: min(max(90px, 7.03125vw), 140px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .partner .c-container .c-row:nth-of-type(1) > * {
    max-width: 50%;
    flex: 0 0 50%;
    line-height: 0.9;
  }
}
.partner .c-container .c-row:nth-of-type(2) {
  column-gap: 0;
  justify-content: space-between;
  row-gap: 15px;
}
.partner .c-container .c-row:nth-of-type(2) .c-col {
  flex: 0 0 calc(33.33% - min(max(23px, 1.796875vw), 35px));
  max-width: calc(33.33% - min(max(23px, 1.796875vw), 35px));
  height: min(max(460px, 35.9375vw), 700px);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
  padding: min(max(30px, 2.34375vw), 50px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  overflow: hidden;
  border-radius: min(max(40px, 3.125vw), 50px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .partner .c-container .c-row:nth-of-type(2) .c-col {
    border-radius: min(max(40px, 10.4166666667vw), 80px);
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .partner .c-container .c-row:nth-of-type(2) .c-col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: min(max(30px, 9.1145833333vw), 70px);
    min-height: min(max(265px, 70.3125vw), 540px);
    height: auto;
  }
}
.partner .c-container .c-row:nth-of-type(2) .c-col:before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(357deg, rgba(0, 0, 0, 0.7) 0.67%, rgba(0, 0, 0, 0) 99.34%);
  border-radius: inherit;
}
.partner .c-container .c-row:nth-of-type(2) .c-col > div {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: min(max(30px, 2.34375vw), 50px);
  transition-property: padding;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .partner .c-container .c-row:nth-of-type(2) .c-col > div {
    padding-bottom: min(max(30px, 9.1145833333vw), 70px);
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .partner .c-container .c-row:nth-of-type(2) .c-col > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.partner .c-container .c-row:nth-of-type(2) .c-col > div .extra {
  margin-bottom: -110%;
  transition-property: margin;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
}
.partner .c-container .c-row:nth-of-type(2) .c-col > div .extra:before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  width: calc(100% + 2 * min(max(30px, 2.34375vw), 50px));
  height: calc(110% + 2 * min(max(30px, 2.34375vw), 50px));
  top: calc(-10% - min(max(30px, 2.34375vw), 50px));
  left: calc(0px - min(max(30px, 2.34375vw), 50px));
  background: #606060;
  mix-blend-mode: multiply;
  border-top-right-radius: min(max(40px, 3.125vw), 50px);
  border-bottom-right-radius: min(max(40px, 3.125vw), 50px);
  border-bottom-left-radius: min(max(40px, 3.125vw), 50px);
  border-top-left-radius: 0;
  opacity: 1;
  margin-top: 100%;
  transition-property: margin;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .partner .c-container .c-row:nth-of-type(2) .c-col > div .extra:before {
    border-radius: min(max(40px, 10.4166666667vw), 80px);
    top: calc(-10% - min(max(30px, 9.1145833333vw), 70px));
    left: calc(0px - min(max(30px, 9.1145833333vw), 70px));
    width: calc(100% + 2 * min(max(30px, 9.1145833333vw), 70px));
    height: calc(110% + 2 * min(max(30px, 9.1145833333vw), 70px));
    opacity: 0.6;
  }
}
.partner .c-container .c-row:nth-of-type(2) .c-col > div .extra p {
  margin-top: min(max(15px, 1.5625vw), 30px);
  margin-bottom: 0;
  color: #FFFFFF;
  font-size: min(max(14px, 1.09375vw), 16px);
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .partner .c-container .c-row:nth-of-type(2) .c-col > div .extra p {
    margin-top: min(max(15px, 1.171875vw), 30px);
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .partner .c-container .c-row:nth-of-type(2) .c-col > div .extra p {
    font-size: min(max(14px, 3.6458333333vw), 28px);
    margin-block: min(max(20px, 5.2083333333vw), 40px) 20px;
  }
}
.partner .c-container .c-row:nth-of-type(2) .c-col > div .extra a {
  margin-top: min(max(15px, 2.0833333333vw), 40px);
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .partner .c-container .c-row:nth-of-type(2) .c-col > div .extra a {
    margin-top: min(max(15px, 1.171875vw), 40px);
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .partner .c-container .c-row:nth-of-type(2) .c-col > div .extra a {
    margin-top: min(max(30px, 7.1614583333vw), 55px);
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .partner .c-container .c-row:nth-of-type(2) .c-col > div .extra a {
    margin-top: 0;
  }
}
.partner .c-container .c-row:nth-of-type(2) .c-col h3 {
  color: #FFFFFF;
  margin-bottom: 0;
  padding-bottom: min(max(30px, 2.34375vw), 50px);
  transition-property: padding;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  text-transform: uppercase;
}
@media only screen and (min-width: 1025px) {
  .partner .c-container .c-row:nth-of-type(2) .c-col h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .partner .c-container .c-row:nth-of-type(2) .c-col h3 {
    padding-bottom: min(max(30px, 9.1145833333vw), 70px);
  }
}
.partner .c-container .c-row:nth-of-type(2) .c-col:hover h3 {
  padding-bottom: 0;
}
.partner .c-container .c-row:nth-of-type(2) .c-col:hover > div {
  padding-bottom: 0;
}
.partner .c-container .c-row:nth-of-type(2) .c-col:hover > div .extra {
  margin-bottom: 0;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .partner .c-container .c-row:nth-of-type(2) .c-col:hover > div .extra {
    height: 100%;
  }
}
.partner .c-container .c-row:nth-of-type(2) .c-col:hover > div .extra:before {
  margin-top: 0;
}

section.contact {
  margin-top: -50px;
  padding-top: 50px;
  background-size: cover;
  background-position: center;
  border-bottom-left-radius: min(max(40px, 3.125vw), 50px);
  border-bottom-right-radius: min(max(40px, 3.125vw), 50px);
  height: min(max(530px, 41.40625vw), 780px);
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.contact {
    border-bottom-left-radius: min(max(40px, 10.4166666667vw), 80px);
    border-bottom-right-radius: min(max(40px, 10.4166666667vw), 80px);
    margin-top: -80px;
    padding-top: 80px;
    height: auto;
  }
}
section.contact:before {
  content: "";
  position: absolute;
  pointer-events: none;
  mix-blend-mode: multiply;
  background: linear-gradient(70deg, #000 1.22%, #353535 13.25%, #7C7C7C 30.86%, #B4B4B4 46.72%, #DDD 60.24%, #F6F6F6 70.89%, #FFF 77.35%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: inherit;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.contact:before {
    background: linear-gradient(48deg, #254846 20.8%, rgba(44, 78, 76, 0.9) 23.86%, rgba(64, 95, 93, 0.76) 27.38%, rgba(97, 123, 121, 0.59) 33.83%, rgba(143, 161, 160, 0.39) 39.99%, rgba(201, 210, 209, 0.18) 46.65%, rgba(255, 255, 255, 0) 52.23%);
  }
}
section.contact .c-container {
  height: 100%;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.contact .c-container {
    padding-inline: min(max(35px, 11.0677083333vw), 85px);
    padding-bottom: min(max(37px, 9.765625vw), 75px);
  }
}
section.contact .c-container .c-row {
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
}
section.contact .c-container .c-row .logo {
  padding: min(max(60px, 4.6875vw), 95px) 0 min(max(10px, 0.78125vw), 20px);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-top: -1px;
  margin-bottom: min(max(30px, 2.34375vw), 75px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.contact .c-container .c-row .logo {
    padding: min(max(47px, 10.4166666667vw), 80px) 0 min(max(12px, 3.2552083333vw), 25px);
    margin-bottom: min(max(40px, 10.4166666667vw), 80px);
  }
}
section.contact .c-container .c-row .logo img {
  width: min(max(90px, 7.03125vw), 135px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.contact .c-container .c-row .logo img {
    width: min(max(85px, 23.046875vw), 177px);
  }
}
section.contact .c-container .c-row h2 {
  color: #FFFFFF;
  font-weight: 500;
  margin-bottom: 0;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  section.contact .c-container .c-row h2 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.contact .c-container .c-row h2 {
    font-size: min(max(30px, 7.8125vw), 60px);
    max-width: 70%;
    line-height: 0.9;
    margin-bottom: min(max(5px, 1.3020833333vw), 10px);
  }
}
section.contact .c-container .c-row h2:not(.h3) {
  font-weight: 700;
  line-height: 1.2;
}
section.contact .c-container .c-row h2:not(.h3) + h2:not(.h3) {
  color: #0EA600;
}
section.contact .c-container .c-row p {
  color: #0EA600;
  font-size: min(max(min(max(30px, 7.8125vw), 60px), 4.6875vw), 90px);
  font-weight: 700;
  line-height: 0.8;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.contact .c-container .c-row p {
    max-width: 70%;
  }
}
section.contact .c-container .c-row .linkmore {
  margin-top: min(max(25px, 1.953125vw), 50px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.contact .c-container .c-row .linkmore {
    margin-top: min(max(30px, 8.4635416667vw), 65px);
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.contact .c-container .c-row .linkmore.light {
    background-color: #0EA600;
    color: #FFFFFF;
  }
  section.contact .c-container .c-row .linkmore.light:before {
    border-color: #0EA600;
  }
}

.whatwedo .partner .c-container .c-row:nth-of-type(1) {
  justify-content: space-between;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whatwedo .partner .c-container .c-row:nth-of-type(1) {
    align-items: flex-start;
    flex-direction: column;
    row-gap: min(max(12px, 3.2552083333vW), 25px);
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whatwedo .partner .c-container .c-row:nth-of-type(1) > * {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.whatwedo .partner .c-container .c-row:nth-of-type(1) h2 {
  color: #0EA600;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whatwedo .partner .c-container .c-row:nth-of-type(1) h2 {
    padding-left: min(max(27px, 7.1614583333vw), 55px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .whatwedo .partner .c-container .c-row:nth-of-type(1) p {
    max-width: 50%;
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whatwedo .partner .c-container .c-row:nth-of-type(1) p {
    padding-left: min(max(27px, 7.1614583333vw), 55px);
  }
}
.whatwedo .growth {
  z-index: 2;
  position: relative;
  margin-top: min(max(100px, 7.8125vw), 150px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whatwedo .growth {
    margin-top: 5px;
  }
}
.whatwedo .growth .c-container {
  padding-inline: 0;
}
.whatwedo .growth .c-container .c-row {
  column-gap: 0;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whatwedo .growth .c-container .c-row {
    flex-direction: column;
  }
}
.whatwedo .growth .c-container .c-row .c-col {
  height: min(max(450px, 35.15625vw), 670px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whatwedo .growth .c-container .c-row .c-col {
    height: min(max(250px, 65.1041666667vw), 500px);
    flex: unset !important;
  }
}
.whatwedo .growth .c-container .c-row .c-col:nth-of-type(1) {
  background-image: url("/assets/images/cosmote-logo-cut.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: rgb(21, 58, 19);
  flex: 0 0 43%;
  max-width: 43%;
  border-bottom-right-radius: min(max(40px, 3.125vw), 50px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whatwedo .growth .c-container .c-row .c-col:nth-of-type(1) {
    background-size: 70% auto;
    background-position: bottom right;
    border-top-right-radius: min(max(40px, 10.4166666667vw), 80px);
    border-top-left-radius: min(max(40px, 10.4166666667vw), 80px);
    border-bottom-right-radius: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.whatwedo .growth .c-container .c-row .c-col:nth-of-type(1) h3 {
  color: #FFFFFF;
  font-size: min(max(30px, 2.34375vw), 35px);
  font-weight: 500;
  margin-right: 0;
  margin-left: auto;
  text-align: right;
  padding-right: min(max(20px, 1.5625vw), 30px);
  padding-top: min(max(min(max(20px, 3.2552083333vw), 25px), 2.734375vw), 50px);
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .whatwedo .growth .c-container .c-row .c-col:nth-of-type(1) h3 {
    line-height: 1.1;
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whatwedo .growth .c-container .c-row .c-col:nth-of-type(1) h3 {
    text-align: left;
    margin-left: 0;
    padding-inline: min(max(25px, 6.5104166667vw), 50px);
    font-size: min(max(20px, 5.46875vw), 42px);
  }
}
.whatwedo .growth .c-container .c-row .c-col:nth-of-type(1) h3 span {
  display: block;
  overflow: hidden;
}
.whatwedo .growth .c-container .c-row .c-col:nth-of-type(2) {
  flex: 0 0 57%;
  max-width: 57%;
  background-size: cover;
  background-position: center;
  border-bottom-left-radius: min(max(40px, 3.125vw), 50px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whatwedo .growth .c-container .c-row .c-col:nth-of-type(2) {
    border-bottom-left-radius: min(max(40px, 10.4166666667vw), 80px);
    border-bottom-right-radius: min(max(40px, 10.4166666667vw), 80px);
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.whatwedo .growth .c-container .c-row .c-col:nth-of-type(2) .box {
  --clip: 100%;
  background-color: #51A867;
  border-bottom-right-radius: min(max(40px, 3.125vw), 50px);
  width: min(max(210px, 16.40625vw), 320px);
  padding: min(max(35px, 2.734375vw), 50px) min(max(30px, 2.34375vw), 40px) min(max(40px, 3.125vw), 65px) min(max(30px, 2.34375vw), 45px);
  clip-path: inset(0 var(--clip) var(--clip) 0 round 0 0 min(max(40px, 3.125vw), 50px) 0);
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .whatwedo .growth .c-container .c-row .c-col:nth-of-type(2) .box {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whatwedo .growth .c-container .c-row .c-col:nth-of-type(2) .box {
    border-bottom-right-radius: min(max(40px, 10.4166666667vw), 80px);
    width: 50%;
    padding: min(max(25px, 6.5104166667vw), 50px);
  }
}
.whatwedo .growth .c-container .c-row .c-col:nth-of-type(2) .box h4 {
  font-size: min(max(20px, 1.5625vw), 25px);
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 0;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whatwedo .growth .c-container .c-row .c-col:nth-of-type(2) .box h4 {
    font-size: min(max(15px, 3.90625vw), 30px);
  }
}
.whatwedo .growth .c-container .c-row .c-col:nth-of-type(2) .box p {
  font-weight: 500;
  color: #153A13;
  margin-bottom: 0;
}
.whatwedo .growth .c-container .c-row .c-col:nth-of-type(2) .box p.percentage {
  margin-block: -0.1em;
  font-size: min(max(80px, 6.25vw), 118px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whatwedo .growth .c-container .c-row .c-col:nth-of-type(2) .box p.percentage {
    font-size: min(max(71px, 18.8802083333vw), 145px);
  }
}
.whatwedo .growth .c-container .c-row .c-col:nth-of-type(2) .box p.date {
  margin-top: 0.7em;
  font-size: 18px;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whatwedo .growth .c-container .c-row .c-col:nth-of-type(2) .box p.date {
    font-size: min(max(11px, 2.8645833333vw), 22px);
  }
}
.whatwedo .stats {
  margin-top: -50px;
  padding-top: 50px;
  z-index: 1;
  position: relative;
  border-bottom-left-radius: min(max(40px, 3.125vw), 50px);
  border-bottom-right-radius: min(max(40px, 3.125vw), 50px);
  background-color: #0EA600;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whatwedo .stats {
    margin-top: -80px;
    padding-top: 80px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.whatwedo .stats .c-container .c-row {
  flex-direction: column;
}
.whatwedo .stats .c-container .c-row .logo {
  align-self: flex-end;
  background-color: #FFFFFF;
  padding: min(max(60px, 4.6875vw), 95px) min(max(20px, 1.5625vw), 30px) min(max(10px, 0.78125vw), 20px);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-top: -1px;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .whatwedo .stats .c-container .c-row .logo {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whatwedo .stats .c-container .c-row .logo {
    align-self: flex-start;
    margin-left: min(max(50px, 13.0208333333vw), 100px);
    margin-bottom: min(max(55px, 14.3229166667vw), 110px);
    padding: min(max(47px, 10.4166666667vw), 80px) min(max(17px, 4.5572916667vw), 35px) min(max(12px, 3.2552083333vw), 25px);
  }
}
.whatwedo .stats .c-container .c-row .logo img {
  width: min(max(90px, 7.03125vw), 135px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whatwedo .stats .c-container .c-row .logo img {
    width: min(max(85px, 23.046875vw), 177px);
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whatwedo .stats-text {
    margin-left: min(max(50px, 13.0208333333vw), 100px);
  }
}
.whatwedo .stats-text h3 {
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 0;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .whatwedo .stats-text h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whatwedo .stats-text h3 {
    font-size: min(max(15px, 3.90625vw), 30px);
  }
}
.whatwedo .stats-text h3:nth-of-type(1) {
  margin-top: -1em;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whatwedo .stats-text h3:nth-of-type(1) {
    margin-top: 0;
  }
}
.whatwedo .stats-text p {
  margin-bottom: 0;
  font-size: min(max(50px, 3.90625vw), 60px);
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whatwedo .stats-text p {
    font-size: min(max(30px, 7.8125vw), 60px);
  }
}
.whatwedo .stats-text p:before {
  content: "";
  position: absolute;
  width: 0.6em;
  height: 0.1em;
  top: 50%;
  left: -1.3em;
  transform: translateY(-50%);
  font-size: inherit;
}
.whatwedo .stats-text p:nth-of-type(1) {
  color: white;
}
.whatwedo .stats-text p:nth-of-type(1):before {
  background-color: white;
}
.whatwedo .stats-text p:nth-of-type(2) {
  color: rgba(255, 255, 255, 0.6);
}
.whatwedo .stats-text p:nth-of-type(2):before {
  background-color: rgba(255, 255, 255, 0.6);
}
.whatwedo .stats-text p:nth-of-type(3) {
  color: rgba(255, 255, 255, 0.4);
}
.whatwedo .stats-text p:nth-of-type(3):before {
  background-color: rgba(255, 255, 255, 0.4);
}
.whatwedo .stats-text p:nth-of-type(4) {
  color: rgba(255, 255, 255, 0.4);
}
.whatwedo .stats-text p:nth-of-type(4):before {
  background-color: rgba(255, 255, 255, 0.4);
}
.whatwedo .stats-text p + p {
  margin-top: -0.3em;
}
.whatwedo .stats-numbers {
  margin-top: min(max(20px, 3.6458333333vw), 70px);
  height: min(max(300px, 23.4375vw), 445px);
  display: flex;
  overflow: hidden;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .whatwedo .stats-numbers {
    margin-top: min(max(20px, 1.5625vw), 70px);
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whatwedo .stats-numbers {
    margin-left: calc(0px - min(max(10px, 1.953125vw), 15px));
    width: calc(100% + 2 * min(max(10px, 1.953125vw), 15px));
    margin-top: min(max(60px, 15.625vw), 120px);
    height: min(max(210px, 55.9895833333vw), 430px);
  }
}
.whatwedo .stats-numbers-single {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  border-top-left-radius: min(max(40px, 3.125vw), 50px);
  border-top-right-radius: min(max(40px, 3.125vw), 50px);
  padding: min(max(min(max(25px, 3.2552083333vw), 25px), 2.34375vw), 45px) 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  row-gap: 5px;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whatwedo .stats-numbers-single {
    border-top-left-radius: min(max(40px, 10.4166666667vw), 80px);
    border-top-right-radius: min(max(40px, 10.4166666667vw), 80px);
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .whatwedo .stats-numbers-single {
    padding-inline: 0;
  }
}
.whatwedo .stats-numbers-single * {
  color: #FFFFFF;
  margin-bottom: 0;
}
.whatwedo .stats-numbers-single h3 {
  font-size: min(max(45px, 3.515625vw), 55px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whatwedo .stats-numbers-single h3 {
    font-size: min(max(35px, 9.1145833333vw), 70px);
  }
}
.whatwedo .stats-numbers-single p {
  font-size: min(max(18px, 1.40625vw), 20px);
  text-transform: uppercase;
  text-align: center;
  max-width: 90%;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whatwedo .stats-numbers-single p {
    font-size: min(max(12px, 3.125vw), 24px);
  }
}
.whatwedo .stats-numbers-single:nth-of-type(1) {
  background-color: #153A13;
}
.whatwedo .stats-numbers-single:nth-of-type(2) {
  background-color: #51A867;
}
.whatwedo .stats-numbers-single:nth-of-type(3) {
  background-color: #85C681;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whatwedo .contact .c-container .c-row .logo {
    background-color: #FFFFFF;
    padding-inline: min(max(17px, 4.5572916667vw), 35px);
  }
}
.whatwedo .contact .c-container .c-row h2 {
  margin-bottom: 0;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whatwedo .contact .c-container .c-row h2 {
    max-width: 80%;
  }
}