/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./assets/scss/main.scss ***!
  \**************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Big+Shoulders:100,200,300,regular,500,600,700,800,900);
/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./assets/scss/main.scss (1) ***!
  \******************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Anek+Latin:100,200,300,regular,500,600,700,800);
/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./assets/scss/main.scss (2) ***!
  \******************************************************************************************************************************************************************************************/
@charset "UTF-8";
@keyframes hero-enter {
  from {
    opacity: 0;
    transform: skew(-10deg) translateX(-100px);
  }
  to {
    opacity: 1;
    transform: skew(0) translateX(0);
  }
}
@keyframes hero-about-enter {
  from {
    opacity: 0;
    transform: translateY(80px) scaleX(0.85);
  }
  to {
    opacity: 1;
    transform: translateY(0) scaleX(1);
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Anek Latin", sans-serif;
  line-height: 150%;
  color: #0f352c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

svg {
  display: inline-block;
  vertical-align: middle;
}

img {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

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

a {
  text-decoration: none;
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong,
b {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

code,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-family: "Big Shoulders", sans-serif;
}

h1 {
  font-size: clamp(2rem, 5vw, 4.6875rem);
  font-weight: 900;
  line-height: 100%;
  font-family: "Big Shoulders", sans-serif;
}

h2 {
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 900;
  line-height: 100%;
  font-family: "Big Shoulders", sans-serif;
}

h3 {
  font-weight: 900;
  line-height: 100%;
  font-family: "Big Shoulders", sans-serif;
}

body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(8, 33, 27, 0.9);
  z-index: 998;
  opacity: 0;
  transition: 0.3s ease;
  pointer-events: none;
}
body._overflow-hidden {
  overflow: hidden;
  position: relative;
}
body._overflow-hidden::after {
  opacity: 1;
  pointer-events: auto;
}

.site-main {
  margin-top: -100px;
}
@media (max-width: 768px) {
  .site-main {
    margin-top: -78px;
  }
}

.site-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 20px 0;
  z-index: 1000;
}
@media (max-width: 768px) {
  .site-header {
    padding: 8px 8px 0;
  }
}
.site-header__container {
  max-width: 1220px;
  transition: 0.3s ease;
  margin: 0 auto;
  padding: 0px 15px 0 30px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #0f352c;
  border-radius: 3rem;
  color: #ffffff;
  gap: 32px;
}
@media (min-width: 1024px) {
  .site-header__container {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 1024px) {
  .site-header__container {
    padding: 0px 30px 0 30px;
  }
}
@media (max-width: 768px) {
  .site-header__container {
    height: 70px;
  }
}
.site-header__logo .full-logo {
  display: block;
}
.site-header__logo .full-logo svg {
  width: 160px;
}
.site-header__logo .mob-logo {
  display: none;
}
@media (max-width: 768px) {
  .site-header__logo .full-logo {
    display: none;
  }
  .site-header__logo .mob-logo {
    display: block;
  }
  .site-header__logo .mob-logo svg {
    width: 80px;
  }
}
.site-header__nav {
  position: relative;
}
.site-header__nav-mobile-btn {
  display: none;
}
@media (max-width: 768px) {
  .site-header__nav-mobile-btn {
    display: block;
  }
  .site-header__nav-mobile-btn .main-btn {
    display: inline-flex !important;
    background-color: #0f352c;
    border-color: #0f352c;
    width: 100%;
  }
}
.site-header__menu {
  display: flex;
  gap: 20px;
  row-gap: 4px;
  flex-wrap: wrap;
}
.site-header__menu li.current_page_item a {
  color: #ffbf00 !important;
}
.site-header__menu a {
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 300;
  transition: 0.3s ease;
}
.site-header__menu a:hover {
  color: #ffbf00;
}
@media (max-width: 1024px) {
  .site-header .main-btn {
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .site-header .main-btn {
    display: none;
    background-color: #00833d;
    border-color: #00833d;
    height: 60px;
  }
}
.site-header__burger {
  flex-shrink: 0;
  display: none;
  flex-direction: column;
  gap: 7px;
  background: none;
  border: none;
  cursor: pointer;
}
.site-header__burger span {
  display: block;
  flex-shrink: 0;
  width: 32px;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  border-radius: 5px;
  transition: 0.3s ease;
}
.site-header__burger._active span:nth-child(1) {
  transform: rotate(45deg) translate(7.5px, 7.5px);
}
.site-header__burger._active span:nth-child(2) {
  opacity: 0;
}
.site-header__burger._active span:nth-child(3) {
  transform: rotate(-45deg) translate(7.5px, -7.5px);
}
@media (max-width: 1024px) {
  .site-header__nav {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: calc(100dvh - 80px + 20px);
    padding: 32px 20px 20px;
    gap: 32px;
    transition: 0.3s ease;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
  }
  .site-header__nav._active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .site-header__menu {
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 32px;
    height: 100%;
  }
  .site-header__menu a {
    font-size: clamp(3rem, 10vw, 5rem);
    line-height: 80%;
    font-family: "big shoulders", sans-serif;
  }
  .site-header__burger {
    display: flex;
  }
}
@media (max-width: 768px) {
  .site-header__nav {
    top: 78px;
    height: calc(100dvh - 70px - 8px);
  }
  .site-header__nav::after {
    height: 100%;
  }
}

.site-footer {
  width: 100%;
  background-color: #143e34;
  padding: 140px 20px 100px;
}
@media (max-width: 1024px) {
  .site-footer {
    padding: 100px 20px 20px;
  }
}
@media (max-width: 768px) {
  .site-footer {
    padding: 0;
  }
}
.site-footer__container {
  max-width: 1220px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  border-radius: 40px;
  padding: 80px 20px;
  background: radial-gradient(circle at 100% 0%, #00a90b 10%, #00833d 70%);
}
@media (max-width: 768px) {
  .site-footer__container {
    flex-direction: column-reverse;
    padding: 48px 32px 32px;
    gap: 80px;
    border-radius: 0;
  }
}
.site-footer__column-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
}
@media (max-width: 768px) {
  .site-footer__column-info {
    align-items: flex-start;
    width: 100%;
    text-align: left;
  }
}
.site-footer__column-info h2 {
  color: #ffffff;
  margin-bottom: 20px;
  text-align: right;
}
@media (max-width: 768px) {
  .site-footer__column-info h2 {
    text-align: left;
  }
}
.site-footer__column-info p {
  color: #ffffff;
  font-weight: 200;
  font-size: 16px;
  line-height: 150%;
  margin: 120px 0 20px;
}
@media (max-width: 768px) {
  .site-footer__column-info p {
    margin: 60px 0 20px;
    text-align: center;
  }
}
.site-footer__column-info__socials {
  display: flex;
  gap: 8px;
}
.site-footer__column-info__socials a {
  display: flex;
  width: 50px;
  height: 50px;
}
.site-footer__column-info__socials a svg {
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
}
.site-footer__column-info__socials a svg path {
  transition: 0.3s ease;
  fill: #aff500;
}
.site-footer__column-info__socials a svg:hover path {
  fill: #ffbf00;
}
.site-footer__column-info__socials a svg:active {
  transform: scale(0.96);
  transition: 0.1s ease;
}
@media (max-width: 768px) {
  .site-footer__column-info__socials {
    width: 100%;
    justify-content: space-between;
  }
}
.site-footer__column-nav {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  padding-left: 100px;
  gap: 48px;
}
@media (max-width: 1024px) {
  .site-footer__column-nav {
    padding-left: 50px;
    gap: 8px;
  }
}
@media (max-width: 768px) {
  .site-footer__column-nav {
    width: 100%;
    padding-left: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 32px;
  }
}
.site-footer__column-nav-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.site-footer__column-nav-links span {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
}
.site-footer__column-nav-links a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
}
.site-footer__column-nav-links a:hover {
  text-decoration: underline;
}
.site-footer__column-nav-links a:active {
  transform: scale(0.98);
  transform-origin: center;
  transition: 0.1s ease;
}

.hero {
  padding: 200px 20px 100px;
  background: radial-gradient(circle at 90% 20%, #ffd557 10%, #ffbf00 50%);
  overflow: hidden;
}
.hero__container {
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
}
.hero__leaves {
  position: absolute;
  top: -40%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  transform: scale(125%);
  opacity: 0;
  animation: leaves-ani-about 1.5s ease 0.1s forwards;
}
@keyframes leaves-ani-about {
  from {
    opacity: 0;
    transform: scale(135%);
  }
  to {
    opacity: 1;
    transform: scale(125%);
  }
}
@media (max-width: 768px) {
  .hero__leaves {
    display: none;
  }
}
.hero__top {
  display: flex;
  align-items: center;
}
.hero__title {
  color: #0f352c;
  z-index: 2;
  opacity: 0;
  animation: hero-enter 1s ease 0.2s forwards;
}
@media (max-width: 1023px) {
  .hero__title {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
@media (min-width: 768px) {
  .hero__title {
    background: radial-gradient(circle at 80% 50%, #29554a 0%, #143e34 50%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.hero__image {
  max-width: 100%;
  height: auto;
  z-index: 2;
  opacity: 0;
  animation: hero-enter 1s ease 0.1s forwards;
}
@media (max-width: 1023px) {
  .hero__image {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
.hero__bottom {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 48px;
  padding: 48px 0 0;
  border-top: 1px solid #ffdb71;
}
.hero__subtitle {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  font-weight: 500;
  line-height: 120%;
  max-width: 600px;
  color: #0f352c;
}
@media (max-width: 1024px) {
  .hero {
    padding: 150px 20px 50px;
  }
  .hero__top {
    flex-direction: column;
    gap: 32px;
    text-align: center;
  }
  .hero__bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
  }
}

.trusted {
  padding: 140px 0 150px;
  background: radial-gradient(circle at 0% 0%, #29554a 10%, #143e34 50%);
}
@media (max-width: 768px) {
  .trusted {
    padding: 80px 0 130px;
  }
}
.trusted__top {
  max-width: 1260px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 768px) {
  .trusted__top {
    flex-direction: column;
    align-items: center;
  }
}
.trusted__top h2 {
  text-transform: uppercase;
  color: #ffffff;
  text-align: left;
}
@media (min-width: 768px) {
  .trusted__top h2 {
    max-width: 570px;
    background: linear-gradient(165deg, #ffffff 40%, #d9f881 60%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.trusted__top p {
  color: #ffffff;
  font-weight: 300;
  line-height: 150%;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
}
@media (min-width: 768px) {
  .trusted__top p {
    max-width: 510px;
  }
}
.trusted__slider {
  margin-top: 58px;
}
.trusted__slider .swiper {
  width: 100%;
  padding-right: calc((100vw - 1400px) / 2);
}
.trusted__slider .swiper-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: stretch;
}
.trusted__slider .swiper-slide {
  height: auto;
  display: flex;
}
.trusted__slider .swiper-slide:first-child {
  padding-left: 20px;
}
.trusted__slider .swiper-slide:last-child {
  padding-right: 20px;
}
@media (max-width: 768px) {
  .trusted__slider .swiper-slide {
    padding: 0 20px !important;
  }
}
.trusted__slider .swiper-slide__item-iframe {
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.trusted__slider .swiper-slide__item-iframe iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.trusted__slider .swiper-slide__item-partner {
  display: flex;
  border-radius: 15px;
  flex-direction: column;
  padding: 76px 46px;
  gap: 30px;
  background: radial-gradient(circle at 60% 10%, #d1ff5e 20%, #aff500 80%);
}
@media (max-width: 1024px) {
  .trusted__slider .swiper-slide__item-partner {
    padding: 30px 20px;
  }
}
.trusted__slider .swiper-slide__item-partner .row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  width: 100%;
}
.trusted__slider .swiper-slide__item-partner .row img {
  max-width: 150px;
  display: block;
  max-height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}
.trusted__slider .swiper-slide__item-partner .row .name {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: #0f352c;
}
.trusted__slider .swiper-slide__item-partner p {
  font-size: 15px;
  color: #0f352c;
  line-height: 150%;
}
.trusted__slider .swiper-slide__item-cut {
  display: flex;
  border-radius: 140px 15px 15px 15px;
  flex-direction: column;
  background: radial-gradient(circle at 100% 30%, #d1ff5e 10%, #aff500 90%);
}
@media (max-width: 1024px) {
  .trusted__slider .swiper-slide__item-cut {
    border-radius: 80px 15px 15px 15px;
  }
}
.trusted__slider .swiper-slide__item-cut .col {
  padding: 40px 28px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  border-bottom: 1px solid #daff7d;
}
@media (max-width: 1024px) {
  .trusted__slider .swiper-slide__item-cut .col {
    padding: 30px 20px 20px;
  }
}
.trusted__slider .swiper-slide__item-cut .col h3 {
  font-family: "Big Shoulders";
  font-weight: 900;
  font-style: #143e34;
  font-size: clamp(2rem, 6vw, 4rem);
  line-height: 100%;
  text-transform: uppercase;
}
.trusted__slider .swiper-slide__item-cut .col span {
  font-family: "Big Shoulders";
  font-weight: 900;
  font-style: #143e34;
  font-size: clamp(1rem, 4vw, 2rem);
  line-height: 100%;
  text-transform: uppercase;
}
.trusted__slider .swiper-slide__item-cut .row {
  padding: 28px 28px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  width: 100%;
}
@media (max-width: 1024px) {
  .trusted__slider .swiper-slide__item-cut .row {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .trusted__slider .swiper-slide__item-cut .row {
    flex-direction: column;
    align-items: flex-end;
  }
}
.trusted__slider .swiper-slide__item-cut .row img {
  max-width: 200px;
  width: 60%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.trusted__slider .swiper-slide__item-cut .row p {
  font-size: 15px;
  color: #0f352c;
  line-height: 120%;
  text-align: right;
}
.trusted__slider .swiper-controls {
  max-width: 1260px;
  padding: 0 20px;
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  gap: 16px;
}
.trusted__slider .swiper-controls .swiper-scrollbar.trusted-scrollbar {
  position: static;
  margin-right: 20px;
  background-color: #1b463c;
  height: 5px;
}
.trusted__slider .swiper-controls .swiper-scrollbar-drag {
  background-color: #1c695c;
  cursor: pointer;
}
.trusted__slider .swiper-controls .trusted-prev,
.trusted__slider .swiper-controls .trusted-next {
  margin: 0;
  left: none;
  top: none;
  position: static;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  transition: 0.3s ease;
  cursor: pointer;
}
.trusted__slider .swiper-controls .trusted-prev:hover,
.trusted__slider .swiper-controls .trusted-next:hover {
  transform: scale(95%);
}
.trusted__slider .swiper-controls .trusted-prev svg {
  transform: rotate(180deg);
}
.trusted__slider .swiper-controls .trusted-prev svg path,
.trusted__slider .swiper-controls .trusted-next svg path {
  transition: 0.3s ease;
}
.trusted__slider .swiper-controls .trusted-prev svg,
.trusted__slider .swiper-controls .trusted-next svg {
  width: 60px;
  height: 60px;
}
.trusted__slider .swiper-controls .trusted-prev.swiper-button-disabled,
.trusted__slider .swiper-controls .trusted-next.swiper-button-disabled {
  opacity: 1;
}
.trusted__slider .swiper-controls .trusted-prev.swiper-button-disabled svg path,
.trusted__slider .swiper-controls .trusted-next.swiper-button-disabled svg path {
  fill: #1c695c;
}
.trusted__slider .swiper-controls .trusted-prev svg rect,
.trusted__slider .swiper-controls .trusted-next svg rect {
  transition: 0.3s ease;
}
.trusted__slider .swiper-controls .trusted-prev.swiper-button-disabled svg rect,
.trusted__slider .swiper-controls .trusted-next.swiper-button-disabled svg rect {
  stroke: #1c695c;
}
.trusted__slider .swiper-controls .trusted-prev::before,
.trusted__slider .swiper-controls .trusted-next::before,
.trusted__slider .swiper-controls .trusted-prev::after,
.trusted__slider .swiper-controls .trusted-next::after {
  display: none;
}
.trusted__slider .swiper-controls .swiper-navigation-icon {
  display: none;
}

.infinite-scroll {
  margin-top: -40px;
}
.infinite-scroll__container {
  padding: 100px 20px;
  border-radius: 40px 40px 0 0;
  background-color: #00833d;
}
.infinite-scroll__title {
  max-width: 950px;
  text-align: center;
  margin: 0 auto 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #ffffff;
}
@media (min-width: 768px) {
  .infinite-scroll__title {
    background: radial-gradient(circle at 80% 260%, #aff500 0%, #ffffff 70%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.infinite-scroll .horizontal-scroll {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  background-color: #00833d;
}
.infinite-scroll .horizontal-scroll__container {
  overflow: hidden;
  width: 100%;
}
.infinite-scroll .horizontal-scroll__inner {
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
  width: -moz-max-content;
  width: max-content;
}
.infinite-scroll .horizontal-scroll__item {
  flex-shrink: 0;
  margin-top: 48px;
  margin-left: 48px;
  width: 200px;
  height: 200px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
.infinite-scroll .horizontal-scroll__item img {
  display: block;
  max-height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .infinite-scroll .horizontal-scroll__item {
    width: 150px;
    height: 150px;
    margin-top: 32px;
    margin-left: 32px;
  }
}
@media (max-width: 768px) {
  .infinite-scroll .horizontal-scroll__item {
    width: 120px;
    height: 120px;
    padding: 10px;
    margin-top: 8px;
    margin-left: 8px;
  }
}
.infinite-scroll .horizontal-scroll .horizontal-scroll__container {
  -webkit-mask: linear-gradient(90deg, transparent, #00833d 20%, #00833d 80%, transparent);
  mask: linear-gradient(90deg, transparent, #00833d 20%, #00833d 80%, transparent);
}
@keyframes scroll {
  to {
    transform: translateX(calc(-50% - 1rem));
  }
}

.sticky-cols {
  position: relative;
  background-color: #1b453b;
}
.sticky-cols.-page-coding .sticky-cols__item .sticky-cols__info {
  max-width: 490px;
}
@media (max-width: 1024px) {
  .sticky-cols.-page-coding .sticky-cols__item .sticky-cols__info {
    max-width: 100%;
  }
}
.sticky-cols__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100vh;
  position: sticky;
  top: 0;
  border-radius: 24px 24px 0 0;
}
.sticky-cols__item:nth-child(2) {
  background-color: #00833d;
}
.sticky-cols__item:nth-child(3) {
  background-color: #19594e;
}
.sticky-cols__item:nth-child(4) {
  background-color: #00833d;
}
@media (max-width: 1024px) {
  .sticky-cols__item {
    position: static;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 0;
  }
}
.sticky-cols__content {
  max-width: 1220px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 48px 20px;
}
@media (max-width: 1024px) {
  .sticky-cols__content {
    flex-direction: column;
    gap: 60px;
    padding: 100px 32px;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .sticky-cols__content {
    padding: 60px 20px;
    gap: 32px;
  }
}
.sticky-cols__info {
  max-width: 550px;
}
@media (max-width: 1024px) {
  .sticky-cols__info {
    max-width: 100%;
  }
}
.sticky-cols__info > span {
  color: #aff500;
  font-size: clamp(18px, 3vw, 24px);
  text-transform: uppercase;
  font-family: "Big Shoulders", sans-serif;
}
@media (min-width: 768px) {
  .sticky-cols__info > span {
    background: linear-gradient(165deg, #aff500 10%, #d1ff5e 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.4));
  }
}
.sticky-cols__info h2 {
  text-transform: uppercase;
  margin: 20px 0;
  font-size: clamp(1.75rem, 5vw, 4rem);
  color: #ffffff;
}
@media (max-width: 768px) {
  .sticky-cols__info h2 {
    margin: 10px 0 20px;
  }
}
@media (min-width: 768px) {
  .sticky-cols__info h2 {
    filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.4));
    background: linear-gradient(165deg, #ffffff 10%, #aff500 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.sticky-cols__info ul {
  list-style: disc;
  padding: 0;
  margin: 0;
}
.sticky-cols__info ul li {
  margin: 0 0 0 26px;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  font-weight: 300;
  color: #ffffff;
  line-height: 150%;
}
@media (min-width: 768px) {
  .sticky-cols__info ul li {
    filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.4));
  }
}
.sticky-cols a {
  background-color: #111111;
  border-color: #111111;
}
@media (min-width: 768px) {
  .sticky-cols a {
    filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.4));
  }
}
@media (max-width: 768px) {
  .sticky-cols a {
    width: 100%;
  }
}
.sticky-cols a span {
  box-shadow: none !important;
  text-shadow: none !important;
}
.sticky-cols p {
  font-weight: 300;
  color: #ffffff;
  line-height: 150%;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
}
@media (min-width: 768px) {
  .sticky-cols p {
    filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.4));
  }
}
.sticky-cols__lists {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 10px;
  flex-wrap: wrap;
  margin: 20px 0 40px;
}
.sticky-cols__lists ul {
  list-style: disc;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sticky-cols__lists ul li {
  margin: 0 0 0 26px;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  font-weight: 300;
  color: #ffffff;
  line-height: 150%;
}
@media (min-width: 768px) {
  .sticky-cols__lists ul li {
    filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.4));
  }
}

.how-works {
  background-color: #143e34;
  padding: 0 20px;
}
.how-works__container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 150px 0 180px;
}
@media (max-width: 768px) {
  .how-works__container {
    padding: 80px 0 130px;
  }
}
.how-works h2 {
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto 36px;
  color: #0f352c;
  color: #ffffff;
}
@media (min-width: 768px) {
  .how-works h2 {
    background: linear-gradient(165deg, #ffffff 40%, #d9f881 60%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.how-works__steps {
  display: flex;
  align-items: center;
  height: 58px;
  background-color: #00833d;
  border-radius: 5rem;
  position: relative;
  overflow: hidden;
}
.how-works__steps .how-works-arrow {
  z-index: 2;
  width: 58px;
  height: 58px;
  background-color: #ffffff;
  border-radius: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.how-works__steps .how-works-arrow:first-child svg {
  transform: rotate(180deg);
}
.how-works__steps .how-works-arrow:last-child {
  left: auto;
  right: 0;
}
.how-works__steps .how-works-arrow:hover {
  background-color: #ffbf00;
}
.how-works__steps .how-works-step {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s ease;
  cursor: default;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "big shoulders", sans-serif;
  border-radius: 8px;
  font-weight: 900;
  text-transform: uppercase;
  background-color: #d9f881;
  color: #0f352c;
}
.how-works__steps .how-works-step.-first {
  margin-left: 16px;
  padding-left: 16px;
}
.how-works__steps .how-works-step.-last {
  margin-right: 16px;
  padding-right: 16px;
}
@media (max-width: 1024px) {
  .how-works__steps .how-works-step {
    font-size: 1rem;
  }
  .how-works__steps .how-works-step.-first {
    margin-left: 20px;
    padding-left: 32px;
  }
  .how-works__steps .how-works-step.-last {
    margin-right: 20px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) {
  .how-works__steps .how-works-step {
    background: linear-gradient(165deg, #ffffff 20%, #d9f881 80%);
  }
}
.how-works__steps .how-works-step._current {
  opacity: 1;
}
@media (max-width: 768px) {
  .how-works__steps .how-works-step {
    display: none;
    font-size: 1.5rem;
  }
  .how-works__steps .how-works-step._current {
    display: flex;
    opacity: 1;
  }
  .how-works__steps .how-works-step.-first {
    margin-left: 0;
    padding-left: 0;
  }
  .how-works__steps .how-works-step.-last {
    margin-right: 0;
    padding-right: 0;
  }
}
.how-works__content {
  margin: 0 auto;
  margin-top: 100px;
  max-width: 1220px;
  width: 100%;
}
@media (max-width: 768px) {
  .how-works__content {
    margin-top: 50px;
  }
}
.how-works__content .item-info {
  max-width: 620px;
}
.how-works__content .item-info h3 {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-size: clamp(1.75rem, 5vw, 3.5rem);
  color: #ffffff;
}
@media (min-width: 768px) {
  .how-works__content .item-info h3 {
    background: linear-gradient(165deg, #ffffff 10%, #aff500 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.3));
  }
}
.how-works__content .item-info p {
  color: #ffffff;
  font-size: clamp(1rem, 5vw, 1.25rem);
  font-weight: 300;
}
.how-works__item {
  overflow: hidden;
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  gap: 32px;
  transition: 0.3s ease;
}
.how-works__item._current {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  position: relative;
}
@media (max-width: 768px) {
  .how-works__item {
    flex-direction: column;
  }
}
.how-works__image {
  max-width: 470px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.how-works__image img {
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.rules {
  background-color: #1b453b;
  padding: 0 20px;
  margin-top: -40px;
  border-radius: 40px 40px 0 0;
}
.rules__container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 110px 0;
}
@media (max-width: 768px) {
  .rules__container {
    padding: 80px 0;
  }
}
.rules__container h2 {
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto 56px;
  color: #0f352c;
  color: #ffffff;
}
@media (min-width: 768px) {
  .rules__container h2 {
    background: linear-gradient(165deg, #ffffff 40%, #d9f881 60%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.rules__content {
  display: flex;
  gap: 48px;
  justify-content: space-between;
  padding: 28px;
  border-radius: 40px;
  gap: 20px;
  background-color: #19594e;
}
@media (max-width: 1024px) {
  .rules__content {
    border-radius: 0;
    background-color: transparent;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .rules__content {
    flex-direction: column;
  }
}
.rules__item {
  flex: 1;
  width: 100%;
  border-radius: 26px;
  overflow: hidden;
}
.rules__item h3 {
  text-transform: uppercase;
  margin: 40px 0 40px;
  text-align: center;
  font-size: clamp(1.75rem, 5vw, 3.5rem);
  color: #ffffff;
}
@media (max-width: 768px) {
  .rules__item h3 {
    margin: 20px 0 20px;
  }
}
.rules__item.-do {
  background-color: #00833d;
  color: #0f352c;
}
.rules__item.-do .rules__list {
  background: radial-gradient(circle at 100% 0%, #d1ff5e 10%, #aff500 50%);
}
.rules__item.-dont {
  background-color: #026831;
  color: #ffffff;
}
.rules__item.-dont .rules__list {
  background-color: #00833d;
}
.rules__list {
  border-radius: 25px;
  padding: 30px 40px;
  height: 100%;
}
@media (max-width: 1024px) {
  .rules__list {
    padding: 20px 20px;
  }
}
.rules__list .list-item {
  padding: 16px 0;
}
.rules__list .list-title {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .rules__list .list-title {
    gap: 10px;
  }
}
.rules__list .list-title svg {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
}
@media (max-width: 768px) {
  .rules__list .list-title svg {
    width: 24px;
    height: 24px;
  }
}
.rules__list .list-title h4 {
  font-family: "Anek Latin";
  font-size: clamp(1.125rem, 3vw, 1.5rem);
  font-weight: 700;
}
.rules__list p {
  margin-left: 50px;
  margin-top: 12px;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  font-weight: 300;
}
@media (max-width: 768px) {
  .rules__list p {
    margin-left: 36px;
  }
}

.projects {
  background-color: #fffae3;
  overflow: hidden;
  padding: 80px 0 0;
}
.projects__title {
  width: 100%;
  border-bottom: 1px solid #e0e1ce;
  padding: 0 20px;
}
.projects__title h2 {
  max-width: 1220px;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  text-align: left;
  color: #143e34;
  margin-bottom: 16px;
  width: 100%;
}
.projects__item {
  margin: 0 auto;
  padding: 70px 0 50px;
}
.projects__item:nth-child(even) {
  background-color: #f8efc8;
}
.projects__info {
  max-width: 1260px;
  padding: 0 20px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
}
.projects__info h3 {
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 100%;
  color: #143e34;
  font-family: "Big Shoulders", sans-serif;
  text-transform: uppercase;
}
.projects__info .info-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.projects__info .info-details span {
  font-weight: 300;
  font-size: clamp(1rem, 3vw, 1.25rem);
}
.projects__info .info-details a {
  font-family: "big shoulders", sans-serif;
  font-weight: 800;
  font-size: clamp(1rem, 3vw, 1.125rem);
  color: #00833d;
  text-transform: uppercase;
  transition: 0.3s ease;
  line-height: 110%;
}
.projects__info .info-details a:hover {
  color: #ffbf00;
}
.projects__slider {
  margin-top: 58px;
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 20px;
  height: 100%;
}
.projects__slider .swiper {
  width: 100%;
}
.projects__slider .swiper-wrapper {
  margin: 0 auto;
  height: 100%;
}
.projects__slider .swiper-slide {
  height: auto;
  display: flex;
  height: auto;
}
.projects__slider .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.projects__slider .swiper-controls {
  max-width: 1220px;
  margin: 40px auto 0;
  margin-top: 70px;
}
.projects__slider .swiper-controls .swiper-scrollbar.projects-scrollbar {
  position: static;
  height: 6px;
  background-color: #ffbf00;
  width: 100%;
}
.projects__slider .swiper-controls .swiper-scrollbar-drag {
  background-color: #00833d;
  cursor: pointer;
}

.blog {
  background-color: #143e34;
  padding: 100px 20px 80px;
}
@media (max-width: 768px) {
  .blog {
    padding: 80px 20px 80px;
  }
}
.blog__container {
  max-width: 1220px;
  margin: 0 auto;
  text-align: center;
}
.blog__container span {
  font-size: clamp(1.5rem, 3vw, 2rem);
  text-align: center;
  width: 100%;
  font-weight: 300;
  color: #ffffff;
}
.blog__container .blog__title {
  text-transform: uppercase;
  text-align: center;
  margin: 12px auto 50px;
  color: #0f352c;
  color: #ffffff;
  font-size: clamp(3rem, 7vw, 6rem);
}
@media (min-width: 768px) {
  .blog__container .blog__title {
    background: linear-gradient(165deg, #ffffff 40%, #d9f881 60%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.blog__content {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 1024px) {
  .blog__content {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .blog__content {
    flex-direction: column;
  }
}
.blog__item {
  flex: 1;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  overflow: hidden;
  text-align: left;
  transition: 0.3s ease;
}
.blog__item .item-image {
  height: 205px;
  overflow: hidden;
}
.blog__item .item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease;
}
.blog__item .item-info {
  background-color: #ffffff;
  padding: 25px 50px 50px;
  display: flex;
  flex-direction: column;
  border-radius: 0 0 15px 15px;
}
.blog__item .item-info h3 {
  transition: 0.3s ease;
  font-family: "anek latin", sans-serif;
  font-weight: 600;
  font-size: clamp(1.5rem, 2.5vw, 1.875rem);
  color: #143e34;
  margin-bottom: 20px;
  line-height: 100%;
}
.blog__item .item-info p {
  transition: 0.3s ease;
  color: #143e34;
  font-size: clamp(0.875rem, 5vw, 1rem);
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 1024px) {
  .blog__item .item-info {
    padding: 20px 16px 20px;
  }
  .blog__item .item-info h3 {
    margin-bottom: 16px;
  }
}
.blog__item:hover .item-info h3 {
  color: #00833d;
}
.blog__item:hover img {
  transform: scale(1.02);
}

.page-about {
  overflow-x: hidden;
}

.hero-about {
  padding: 200px 20px 180px;
  background: radial-gradient(circle at 90% 20%, #ffd557 10%, #ffbf00 50%);
  overflow: hidden;
  height: 100dvh !important;
}
@media (min-width: 2000px) {
  .hero-about {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .hero-about {
    padding: 150px 20px 160px;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
}
.hero-about__leaves {
  position: absolute;
  top: -40%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  transform: scale(125%);
  opacity: 0;
  animation: leaves-ani-about 1.5s ease 0.1s forwards;
}
@keyframes leaves-ani-about {
  from {
    opacity: 0;
    transform: scale(135%);
  }
  to {
    opacity: 1;
    transform: scale(125%);
  }
}
@media (max-width: 768px) {
  .hero-about__leaves {
    display: none;
  }
}
.hero-about__container {
  position: relative;
  max-width: 1220px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column;
  text-align: center;
}
.hero-about__container h1 {
  color: #0f352c;
  z-index: 2;
  font-size: clamp(3rem, 5vw, 4.6875rem);
  opacity: 0;
  transform-origin: center;
  animation: hero-about-enter 1s ease 0.2s forwards;
}
@media (max-width: 1023px) {
  .hero-about__container h1 {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
@media (min-width: 768px) {
  .hero-about__container h1 {
    background: radial-gradient(circle at 80% 50%, #29554a 0%, #143e34 50%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.hero-about__container p {
  font-weight: 500;
  font-size: clamp(1rem, 4vw, 1.5rem);
  line-height: 120%;
  z-index: 2;
  opacity: 0;
  transform-origin: center;
  animation: hero-about-enter 1s ease 0.3s forwards;
}
@media (max-width: 1023px) {
  .hero-about__container p {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
.hero-about__container a {
  z-index: 2;
  opacity: 0;
  transform-origin: center;
  animation: hero-about-enter 1s ease 0.4s forwards;
}
@media (max-width: 1023px) {
  .hero-about__container a {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

.gallery-slider {
  position: relative;
}
.gallery-slider__container {
  position: absolute;
  top: -50%;
  left: 0;
  margin: 0 auto;
  transform: translate(0%, -50%);
}
.gallery-slider__inner {
  display: flex;
  gap: 32px;
  will-change: transform;
}
@media (max-width: 768px) {
  .gallery-slider__inner {
    gap: 24px;
  }
}
.gallery-slider__item {
  aspect-ratio: 1/1; /* квадрат */
  width: 324px; /* або max-width: 100% для адаптивності */
  border-radius: 16px;
  padding: 10px;
  background-color: #ffffff;
  transform: rotate(2deg);
  box-shadow: 0 0 10px 5px rgba(189, 189, 189, 0.1019607843);
}
@media (max-width: 1024px) {
  .gallery-slider__item {
    width: 230px;
  }
}
@media (max-width: 768px) {
  .gallery-slider__item {
    padding: 6px;
    width: 160px;
  }
}
.gallery-slider__item:nth-child(even) {
  transform: rotate(-2deg);
}
.gallery-slider__item img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.page-about .infinite-scroll {
  margin-top: 0;
}
.page-about .infinite-scroll__container {
  padding: 260px 20px 150px;
  border-radius: 0;
}
@media (max-width: 1024px) {
  .page-about .infinite-scroll__container {
    padding: 180px 20px 100px;
  }
}

.values {
  background-color: #1b453b;
  padding: 0 20px;
}
.values__container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 110px 0;
}
@media (max-width: 768px) {
  .values__container {
    padding: 80px 0;
  }
}
.values__container h2 {
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto 56px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .values__container h2 {
    background: linear-gradient(165deg, #ffffff 40%, #d9f881 60%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.values__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1220px;
  margin: 0 auto 110px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .values__grid {
    grid-template-columns: 1fr;
  }
}
.values__item {
  border-radius: 25px;
  background-color: #143e34;
  padding: 32px;
  text-align: left;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .values__item {
    padding: 20px;
  }
}
.values__item svg {
  width: 80px;
  height: 80px;
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .values__item svg {
    margin-bottom: 30px;
  }
}
.values__item h3 {
  margin-top: auto;
  margin-bottom: 12px;
  color: #ffffff;
  font-weight: 900;
  font-size: clamp(1.25rem, 4vw, 2rem);
  text-transform: uppercase;
  font-family: "Big Shoulders", sans-serif;
}
.values__item p {
  color: #ffffff;
  font-size: 0.9rem;
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  line-height: 140%;
}
.values__item .values__tags {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.values__item .values__tags span {
  border-radius: 2rem;
  padding: 6px 12px;
  background-color: rgba(255, 255, 255, 0.1);
}
.values__item .values__tags span p {
  color: #ffffff;
  font-family: "Big Shoulders", sans-serif;
  font-weight: 700;
  font-size: clamp(0.75rem, 2.5vw, 1rem);
}
@media (min-width: 768px) {
  .values__item .values__tags span p {
    background: linear-gradient(165deg, #ffffff 40%, #d9f881 60%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.values__cta {
  display: flex;
  background-color: #00833d;
  border-radius: 25px;
  padding: 32px;
  gap: 25px;
}
.values__cta > svg {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .values__cta {
    padding: 20px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.values__cta a {
  margin-left: auto;
  padding: 20px;
  gap: 10px;
}
.values__cta a span {
  font-size: clamp(1rem, 2vw, 1.25rem) !important;
}
@media (max-width: 768px) {
  .values__cta a {
    margin-left: 0;
    width: 100%;
  }
}
.values__cta .cta-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.values__cta .cta-col h3 {
  color: #ffffff;
  font-weight: 900;
  font-size: clamp(1.25rem, 4vw, 2rem);
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .values__cta .cta-col h3 {
    background: linear-gradient(175deg, #ffffff 40%, #d9f881 60%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.values__cta .cta-col p {
  color: #ffffff;
  font-size: clamp(0.875rem, 2.5vw, 1.125rem);
}

.ideas {
  background-color: #143e34;
  padding: 0 20px;
}
.ideas__container {
  max-width: 1220px;
  position: relative;
  margin: 0 auto;
  padding: 120px 0;
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .ideas__container {
    padding: 80px 0;
  }
}
@media (max-width: 1024px) {
  .ideas__container {
    flex-direction: column;
  }
}
.ideas__bubble {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 170px;
  height: 170px;
  border-radius: 10rem;
  background-color: #111111;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4px;
  transition: 0.3s ease;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  .ideas__bubble {
    width: 120px;
    height: 120px;
  }
}
.ideas__bubble p {
  font-size: 1.25rem;
  font-weight: 300;
  color: #ffffff;
}
.ideas__bubble span {
  line-height: 100%;
  font-weight: 900;
  color: #ffffff;
  font-family: "Big Shoulders", sans-serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
}
@media (min-width: 768px) {
  .ideas__bubble span {
    background: linear-gradient(165deg, #ffffff 40%, #d9f881 60%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.ideas__bubble:hover {
  transform: translate(-50%, -50%) scale(95%);
}
.ideas__item {
  width: 100%;
  padding: 40px;
  display: flex;
  gap: 40px;
  align-items: center;
  border-radius: 25px;
}
@media (max-width: 768px) {
  .ideas__item {
    padding: 30px 20px;
    gap: 20px;
  }
}
.ideas__item.-aussie {
  color: #0f352c;
  background: radial-gradient(circle at 80% 20%, #d1ff5e 10%, #aff500 80%);
  padding-right: 100px;
}
@media (max-width: 1024px) {
  .ideas__item.-aussie {
    padding-right: 40px;
    padding-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .ideas__item.-aussie {
    padding-right: 20px;
    flex-direction: column;
  }
  .ideas__item.-aussie ul li {
    text-align: center !important;
  }
}
.ideas__item.-aussie ul li {
  color: #143e34;
  text-align: right;
}
.ideas__item.-aussie ul li:not(:last-child) {
  border-bottom: 1px solid #a1c93c;
}
.ideas__item.-other {
  background-color: #00833d;
  color: #ffffff;
  padding-left: 100px;
}
@media (max-width: 1024px) {
  .ideas__item.-other {
    padding-left: 40px;
    padding-top: 70px;
  }
}
@media (max-width: 768px) {
  .ideas__item.-other {
    padding-left: 20px;
    flex-direction: column-reverse;
  }
  .ideas__item.-other ul li {
    text-align: center !important;
  }
}
.ideas__item.-other ul li {
  text-align: left;
}
.ideas__item.-other ul li:not(:last-child) {
  border-bottom: 1px solid #004922;
}
.ideas__item span {
  font-weight: 600;
  font-size: clamp(1rem, 2vw, 1.5rem);
  text-align: center;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .ideas__item span {
    font-size: clamp(1.5rem, 4vw, 1.75rem);
  }
}
.ideas__item ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 768px) {
  .ideas__item ul {
    gap: 0;
  }
}
.ideas__item ul li {
  font-weight: 600;
  padding: 12px 0;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
}
@media (max-width: 1024px) {
  .ideas__item ul li {
    padding: 10px 0;
  }
}
@media (max-width: 768px) {
  .ideas__item ul li {
    padding: 6px 0;
  }
}
.ideas__item ul li.main-li {
  font-weight: 700;
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
}

.approach {
  background-color: #1b453b;
  padding: 0 20px;
}
.approach__container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 120px 0;
}
@media (max-width: 768px) {
  .approach__container {
    padding: 80px 0;
  }
}
.approach__container h2 {
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto 56px;
  font-size: clamp(2rem, 6vw, 4.75rem) !important;
  color: #ffffff;
}
.approach__container h2 span {
  background: none !important;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: initial;
  color: inherit;
}
.approach__container h2 span:nth-of-type(1) {
  color: #ffbf00;
}
.approach__container h2 span:nth-of-type(2) {
  color: #ffffff;
}
.approach__container h2 span:nth-of-type(3) {
  color: #b8f81b;
}
@media (min-width: 768px) {
  .approach__container h2 {
    background: linear-gradient(165deg, #ffffff 20%, #d9f881 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.approach__content {
  display: flex;
  gap: 30px;
}
@media (max-width: 1024px) {
  .approach__content {
    flex-direction: column;
    gap: 20px;
  }
}
.approach__item {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 15px;
  padding: clamp(24px, 3vw, 40px);
  gap: 30px;
  width: 100%;
}
@media (max-width: 768px) {
  .approach__item {
    gap: 15px;
  }
}
.approach__item p {
  font-weight: 400;
  font-size: clamp(0.875rem, 2.5vw, 1.5rem);
  line-height: 150%;
}
.approach__item .item-title {
  border-bottom: 1px solid #fff6d9;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.approach__item .item-title span {
  font-weight: 900;
  font-size: clamp(1.75rem, 3.5vw, 3.125rem);
  font-family: "Big Shoulders", sans-serif;
}
.approach__item .item-title h3 {
  font-family: "Anek Latin", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: clamp(1rem, 2.5vw, 1.5rem);
}
@media (max-width: 1024px) {
  .approach__item .item-title h3 {
    font-size: 1.25rem;
  }
}

.founder {
  background-color: #fffae3;
  padding: 0 20px;
}
.founder__container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 80px 0 100px;
}
@media (max-width: 768px) {
  .founder__container {
    padding: 50px 0 80px;
  }
}
.founder__content {
  display: flex;
  gap: 90px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .founder__content {
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .founder__content {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
  }
}
.founder__image {
  max-width: 360px;
  min-width: 300px;
  width: 100%;
  height: auto;
}
.founder__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.founder__info h2 {
  color: #111111;
  font-weight: 900;
  font-size: clamp(2rem, 4vw, 3.5rem);
  text-transform: uppercase;
}
.founder__info span {
  font-family: "big shoulders", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 1.25rem;
  color: #00833d;
  display: block;
  margin: 20px 0 45px;
}
@media (max-width: 768px) {
  .founder__info span {
    margin: 10px 0 20px;
  }
}
.founder__info p {
  display: inline-block;
  border-left: 2px solid #00833d;
  padding-left: 16px;
  color: #374151;
  line-height: 140%;
  font-size: clamp(1rem, 2.5vw, 1.125rem);
}
.founder__testimonials {
  display: flex;
  gap: 20px;
}
@media (max-width: 1024px) {
  .founder__testimonials {
    flex-direction: column;
  }
}
.founder__item {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 15px;
  padding: 28px clamp(16px, 3vw, 28px);
  height: -moz-fit-content;
  height: fit-content;
  gap: 24px;
}
@media (min-width: 1024px) {
  .founder__item:nth-child(2) {
    margin-top: -40px;
  }
}
@media (max-width: 768px) {
  .founder__item {
    gap: 16px;
  }
}
.founder__item blockquote {
  font-size: clamp(0.875rem, 3vw, 1.125rem);
  line-height: 150%;
  font-weight: 600;
  color: #201b21;
  line-height: 125%;
  display: block;
}
.founder__item blockquote cite {
  font-size: 1rem;
  font-style: normal;
  margin-top: 28px;
  display: block;
}
@media (max-width: 768px) {
  .founder__item blockquote cite {
    margin-top: 16px;
  }
}

.hero-coding {
  padding: 200px 20px 180px;
  background: #ffffff;
  overflow: hidden;
  height: 100dvh !important;
}
@media (min-width: 2000px) {
  .hero-coding {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .hero-coding {
    padding: 150px 20px 100px;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
}
.hero-coding__leaves {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  transform: rotate(180deg) scale(125%);
  opacity: 0;
  animation: leaves-ani 1.5s ease 0.1s forwards;
}
@keyframes leaves-ani {
  from {
    opacity: 0;
    transform: rotate(180deg) scale(135%);
  }
  to {
    opacity: 1;
    transform: rotate(180deg) scale(125%);
  }
}
@media (max-width: 768px) {
  .hero-coding__leaves {
    display: none;
  }
}
.hero-coding__container {
  position: relative;
  max-width: 1220px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column;
  text-align: center;
}
.hero-coding__container h1 {
  color: #0f352c;
  z-index: 2;
  font-size: clamp(4rem, 9vw, 5.625rem);
}
.hero-coding__container h1 span {
  display: block;
}
.hero-coding__container h1 span:nth-of-type(1) {
  opacity: 0;
  transform-origin: center;
  animation: hero-about-enter 1s ease 0.1s forwards;
  color: #143e34;
}
@media (max-width: 1023px) {
  .hero-coding__container h1 span:nth-of-type(1) {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
.hero-coding__container h1 span:nth-of-type(2) {
  opacity: 0;
  transform-origin: center;
  animation: hero-about-enter 1s ease 0.15s forwards;
  color: #ffbf00;
}
@media (max-width: 1023px) {
  .hero-coding__container h1 span:nth-of-type(2) {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
.hero-coding__container h1 span:nth-of-type(3) {
  opacity: 0;
  transform-origin: center;
  animation: hero-about-enter 1s ease 0.2s forwards;
  color: #143e34;
}
@media (max-width: 1023px) {
  .hero-coding__container h1 span:nth-of-type(3) {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
.hero-coding__container p {
  font-weight: 500;
  font-size: clamp(1.25rem, 4vw, 1.5rem);
  line-height: 120%;
  z-index: 2;
  opacity: 0;
  transform-origin: center;
  animation: hero-about-enter 1s ease 0.3s forwards;
}
@media (max-width: 1023px) {
  .hero-coding__container p {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
.hero-coding__container a {
  z-index: 2;
  opacity: 0;
  transform-origin: center;
  animation: hero-about-enter 1s ease 0.4s forwards;
}
@media (max-width: 1023px) {
  .hero-coding__container a {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

.results {
  background-color: #143e34;
  padding: 0 20px;
}
.results__container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 120px 0;
}
@media (max-width: 768px) {
  .results__container {
    padding: 80px 0;
  }
}
.results__container h2 {
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto 24px;
  color: #ffffff;
}
.results__container h2 span {
  background: none !important;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: initial;
  color: #ffbf00;
}
@media (min-width: 768px) {
  .results__container h2 {
    background: linear-gradient(165deg, #ffffff 40%, #d9f881 60%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.results__container p {
  text-align: center;
  color: #ffffff;
  font-size: 1.25rem;
  margin: 0 auto 64px;
}
.results__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
}
.results__content::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #b9f81c;
}
@media (max-width: 1024px) {
  .results__content {
    grid-template-columns: repeat(2, 1fr);
  }
  .results__content::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .results__content {
    grid-template-columns: repeat(1, 1fr);
  }
  .results__content::after {
    display: block;
    left: 70px;
    top: 0;
    height: 99%;
    width: 3px;
  }
}
.results__item {
  z-index: 2;
  background-color: rgba(27, 69, 59, 0.9);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 32px;
  border-radius: 25px;
}
.results__item svg {
  margin-bottom: 95px;
}
@media (max-width: 768px) {
  .results__item svg {
    margin-bottom: 45px;
  }
}
.results__item h3 {
  color: #ffffff;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0 0 16px;
}
.results__item p {
  text-align: left;
  color: #ffffff;
  font-size: 1.125rem !important;
  line-height: 140%;
  font-weight: 300;
  margin: 0;
}

.coding-cols {
  background-color: #1b453b;
  padding: 0 20px;
}
.coding-cols__container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 120px 0;
}
@media (max-width: 768px) {
  .coding-cols__container {
    padding: 80px 0;
  }
}
.coding-cols__container h2 {
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto 56px;
  color: #0f352c;
  color: #ffffff;
}
@media (min-width: 768px) {
  .coding-cols__container h2 {
    background: linear-gradient(165deg, #ffffff 40%, #d9f881 60%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.coding-cols__content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .coding-cols__content {
    flex-direction: column;
  }
}
.coding-cols__item {
  flex: 1;
  width: 100%;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
  border-radius: 26px;
  overflow: hidden;
  background-color: #ffffff;
  padding: 64px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .coding-cols__item {
    padding: 32px 0 0;
  }
}
.coding-cols__item .item-top {
  padding-inline: clamp(32px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
}
.coding-cols__item .item-top h3 {
  text-align: left !important;
  text-transform: uppercase;
  margin: 0 0 20px;
  text-align: center;
  font-size: clamp(1.75rem, 3vw, 3rem);
  color: #143e34;
}
.coding-cols__item .item-top p {
  color: #143e34;
  line-height: 120%;
  font-weight: 300;
  font-size: clamp(1rem, 2vw, 1.25rem);
}
.coding-cols__item .item-top .coding-cols__image {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 380px;
  height: 100%;
  padding: 48px 0 20px;
}
.coding-cols__item .item-top .coding-cols__image img {
  width: 100%;
  height: auto;
  display: block;
}
.coding-cols__item .item-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  row-gap: 24px;
  width: 100%;
  border-top: 1px solid #eeeeee;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-inline: clamp(32px, 4vw, 48px);
}
@media (max-width: 1024px) {
  .coding-cols__item .item-bottom {
    flex-direction: column;
  }
}
.coding-cols__item .item-bottom .item-bottom-results {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
}
.coding-cols__item .item-bottom .item-bottom-results span {
  font-family: "Big Shoulders", sans-serif;
  font-weight: 900;
  font-size: clamp(2rem, 3vw, 3rem);
  color: #143e34;
}
.coding-cols__item .item-bottom .item-bottom-results p {
  color: #143e34;
  line-height: 120%;
  font-weight: 300;
  font-size: clamp(0.875rem, 1.5vw, 1.25rem);
}
@media (max-width: 768px) {
  .coding-cols__item .item-bottom .item-bottom-results p {
    font-size: 1.25rem;
  }
}
.coding-cols__item .item-bottom a {
  height: 55px;
  padding: 0 20px;
  background: #ffffff;
  border: 3px solid #143e34;
  color: #143e34;
  flex-shrink: 0;
  gap: 10px;
  letter-spacing: 0;
}
.coding-cols__item .item-bottom a svg path {
  fill: #143e34;
}
.coding-cols__item .item-bottom a:hover {
  background: #143e34;
  color: #ffffff;
}
.coding-cols__item .item-bottom a:hover svg path {
  fill: #ffffff;
}
.coding-cols__item .item-bottom a span {
  font-size: clamp(1rem, 3vw, 1.25rem);
}

.wizards {
  background-color: #092b23;
  padding: 0 20px;
}
.wizards__container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 100px 0 0;
  display: flex;
  gap: 32px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .wizards__container {
    padding: 80px 0 0;
    flex-direction: column;
  }
}
.wizards__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  .wizards__content {
    gap: 12px;
  }
}
.wizards__content h2 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: clamp(3rem, 7vw, 5rem);
  max-width: 400px;
}
@media (max-width: 768px) {
  .wizards__content h2 {
    max-width: 100%;
  }
}
.wizards__content p {
  max-width: 200px;
  color: #ffffff;
  font-size: clamp(1.25rem, 4vw, 1.5rem);
  line-height: 100%;
  font-weight: 300;
}
@media (max-width: 768px) {
  .wizards__content p {
    max-width: 100%;
  }
}
.wizards__team {
  max-width: 530px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 30px;
}
@media (max-width: 1024px) {
  .wizards__team {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .wizards__team {
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    gap: 16px;
    max-width: 100%;
  }
}
.wizards__image {
  width: 110px;
  height: 110px;
  border-radius: 5rem;
  border: 2px dashed #00833c;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .wizards__image {
    width: 90px;
    height: 90px;
  }
}
.wizards__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 103%;
}
.wizards__cols {
  max-width: 1220px;
  margin: 64px auto 0;
  padding: 64px 0 100px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  border-top: 1px dashed #00833c;
}
@media (max-width: 768px) {
  .wizards__cols {
    flex-direction: column;
    margin: 48px auto 0;
    padding: 48px 0 80px;
    gap: 32px;
  }
}
.wizards__col-item {
  max-width: 350px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .wizards__col-item {
    max-width: 100%;
  }
}
.wizards__col-item h3 {
  margin-bottom: 8px;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  text-transform: uppercase;
}
.wizards__col-item p {
  font-size: 1rem;
  line-height: 100%;
  font-weight: 300;
}

.main-btn {
  display: inline-flex;
  color: #ffffff;
  font-size: 20px;
  padding: 8px 48px;
  align-items: center;
  justify-content: center;
  height: 55px;
  border: 3px solid #ffffff;
  border-radius: 3rem;
  cursor: pointer;
  gap: 10px;
  position: relative;
  overflow: hidden;
  transition: 0.8s ease;
  letter-spacing: 2px;
  font-family: "big shoulders", sans-serif;
  font-weight: 900;
  flex-shrink: 0;
}
.main-btn span {
  transition: transform 0.8s ease;
  position: relative;
  z-index: 2;
  transform: translateX(-15px);
}
.main-btn svg {
  position: absolute;
  transform: translateY(-50%);
  transition: transform 0.7s ease;
  z-index: 1;
}
.main-btn svg:first-child {
  left: 8px;
  transform: translateX(-300%);
}
.main-btn svg:first-child path {
  fill: #0f352c;
}
.main-btn svg:last-child {
  right: 8px;
  transform: translateX(-70%);
}
.main-btn:hover {
  background-color: #00833d;
  color: #0f352c;
  border-color: #00833d;
}
.main-btn:hover span {
  transform: translateX(15px);
}
.main-btn:hover svg:first-child {
  transform: translateX(70%);
}
.main-btn:hover svg:last-child {
  transform: translateX(300%);
}
.main-btn:active {
  transform: scale(0.98);
  transition: 0.1s ease;
}

.regular-btn {
  display: inline-flex;
  color: #ffffff;
  padding: 8px 32px;
  align-items: center;
  justify-content: center;
  height: 55px;
  border: 3px solid #ffffff;
  border-radius: 3rem;
  cursor: pointer;
  gap: 25px;
  position: relative;
  overflow: hidden;
  font-family: "big shoulders", sans-serif;
  font-weight: 900;
  letter-spacing: 2px;
  transition: 0.3s ease;
}
.regular-btn span {
  font-size: clamp(16px, 3vw, 24px);
  transition: 0.3s ease;
}
.regular-btn svg path {
  transition: 0.3s ease;
}
.regular-btn:hover {
  background-color: #ffffff;
  color: #00833d;
}
.regular-btn:hover svg path {
  fill: #00833d;
}
.regular-btn:active {
  transform: scale(0.98);
  transition: 0.1s ease;
}

.hero-btn {
  display: inline-flex;
  flex: 0 0 auto;
  padding: 8px 50px;
  align-items: center;
  justify-content: center;
  height: 64px;
  border: 3px solid #0f352c;
  border-radius: 3rem;
  cursor: pointer;
  gap: 10px;
  position: relative;
  overflow: hidden;
  font-family: "big shoulders", sans-serif;
  font-weight: 900;
  letter-spacing: 2px;
  transition: 0.2s;
  background-color: #0f352c;
}
.hero-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-110%);
  background: #aff500;
  border-radius: 3rem;
  z-index: 1;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  border: 2px solid #0f352c;
}
.hero-btn span {
  color: #ffffff;
  z-index: 2;
  font-size: clamp(16px, 3vw, 24px);
  transition: 0.2s;
}
@media (min-width: 768px) {
  .hero-btn span {
    background: radial-gradient(circle at 100% 100%, #aff500 0%, #ffffff 70%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.hero-btn svg {
  z-index: 2;
}
.hero-btn svg path {
  fill: #aff500;
}
@media (min-width: 768px) {
  .hero-btn:hover {
    border-color: #aff500;
  }
  .hero-btn:hover::after {
    transform: translateX(0);
  }
  .hero-btn:hover span {
    background: radial-gradient(circle at 100% 100%, #1b453b 0%, #1b453b 0%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .hero-btn:hover svg path {
    fill: #0f352c;
  }
}
.hero-btn:active {
  transform: scale(0.98);
  transition: 0.1s ease;
}
