/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss ***!
  \************************************************************************************************************************************************************************************/
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 0.833vw;
}
@media (min-width: 1366px) and (max-width: 1920px) {
  html {
    font-size: 0.93vw;
  }
}
@media (min-width: 1025px) and (max-width: 1365px) {
  html {
    font-size: 1.33vw;
  }
}
@media (min-width: 581px) and (max-width: 1024px) {
  html {
    font-size: 2.083vw;
  }
}
@media (max-width: 600px) {
  html {
    font-size: 4.1vw;
  }
}

.container {
  width: 100%;
  max-width: 79.2rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 600px) {
  .container {
    padding: 0 1rem;
  }
}

.button {
  cursor: pointer;
  font-family: "Space Mono", monospace;
  font-weight: 700;
  font-size: 1.25rem;
  color: #000000;
  text-decoration: none;
  background: none;
  border-radius: 4.38rem;
  border: 1px solid;
  padding: 0 2.188rem;
  height: 4.063rem;
  min-width: 17.125rem;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 1024px) {
  .button {
    height: 3.125rem;
    min-width: 12.5rem;
    padding: 0 1rem;
    font-size: 1rem;
  }
}
.button.b-square {
  min-width: auto;
  height: auto;
  padding: 1.563rem 1.875rem;
  border: none;
  border-radius: 0;
}
@media (max-width: 1024px) {
  .button.b-square {
    padding: 1.2rem;
  }
}
@media (max-width: 600px) {
  .button.b-square {
    padding: 1rem;
  }
}
.button.b-gradient {
  background-image: linear-gradient(135deg, #52ffc0 0%, #1bc685 100%);
  transition: background-image 0.5s ease;
}
.button.b-gradient:hover {
  background-image: linear-gradient(135deg, #1bc685 0%, #52ffc0 100%);
}
.button.b-green {
  background-color: #65e647;
  border-color: #65e647;
  transition: color 0.5s ease, background-color 0.5s ease, border-color 0.5s ease;
}
.button.b-green:hover {
  background-color: #000000;
  color: #65e647;
  border-color: #65e647;
}
.button.b-transparent {
  color: #fff;
  border-color: #fff;
  transition: color 0.5s ease, background-color 0.5s ease, border-color 0.5s ease;
}
.button.b-transparent:hover {
  background-color: #000000;
  color: #65e647;
  border-color: #65e647;
}
.button.b-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}
.button.b-arrow svg {
  width: 0.75rem;
  height: 0.75rem;
  transition: fill 0.5s ease;
}
.button.b-arrow:hover svg {
  fill: #65e647;
}
.button.b-login {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.button.b-login svg {
  width: 1.375rem;
  height: 1.5rem;
  transition: fill 0.5s ease;
}
@media (max-width: 600px) {
  .button.b-login svg {
    width: 1rem;
    height: 1rem;
  }
}
.button.b-login:hover svg {
  fill: #65e647;
}

.section {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  border-bottom: 1px solid #4f4f4f;
}
.section-pretitle {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-pretitle p {
  font-family: "Space Mono", monospace;
  font-weight: 700;
  font-size: 0.88rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 1rem 1.313rem;
  border-radius: 3.12rem;
  min-width: 13.625rem;
  background: rgba(255, 255, 255, 0.1);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 600px) {
  .section-pretitle p {
    font-size: 0.75rem;
    padding: 0.813rem 1.563rem;
    min-width: auto;
  }
}
.section-pretitle + .section-title {
  margin-top: 1.563rem;
}
@media (max-width: 600px) {
  .section-pretitle + .section-title {
    margin-top: 0.625rem;
  }
}
.section-title {
  font-family: "Space Mono", monospace;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 125%;
  text-align: center;
}
@media (max-width: 600px) {
  .section-title {
    font-size: 1.75rem;
    line-height: 136%;
  }
}
.section-title + .section-text {
  margin-top: 0.9rem;
}
@media (max-width: 600px) {
  .section-title + .section-text {
    margin-top: 0.625rem;
  }
}
.section-text {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 150%;
  text-align: center;
  color: #f8f9f9;
}
@media (max-width: 600px) {
  .section-text {
    font-size: 0.88rem;
    line-height: 157%;
  }
}
.section-buttons {
  display: flex;
  justify-content: center;
  gap: 1.875rem;
  margin-top: 3.125rem;
}
@media (max-width: 600px) {
  .section-buttons {
    margin-top: 1.563rem;
    flex-direction: column;
    align-items: center;
    gap: 0.938rem;
  }
}

.top-gradient {
  position: relative;
}
.top-gradient::before {
  content: "";
  width: 100%;
  height: 31.12rem;
  background: linear-gradient(360deg, rgba(101, 230, 71, 0) 0%, #65e647 100%);
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.gradient-text {
  background: linear-gradient(90deg, #65e647 0%, #52ffc0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.subscribe-form {
  display: block;
}
.subscribe-group {
  display: flex;
  width: 100%;
  background-color: #000000;
  border: 1px solid #666;
  border-radius: 5.62rem;
  padding: 0.313rem;
}
@media (max-width: 600px) {
  .subscribe-group {
    flex-direction: column;
    gap: 0.938rem;
    border: none;
    padding: 0;
  }
}
.subscribe-input {
  flex-grow: 1;
  border: none;
  background-color: transparent;
  padding: 1rem 1.5rem;
  outline: none;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #fff;
}
@media (max-width: 1024px) {
  .subscribe-input {
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 600px) {
  .subscribe-input {
    border: 1px solid #666;
    border-radius: 5.62rem;
    padding: 0.875rem 1.875rem;
  }
}
.subscribe-input::-moz-placeholder {
  color: #f8f9f9;
}
.subscribe-input::placeholder {
  color: #f8f9f9;
}
.subscribe-button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  background-color: #65e647;
  color: #000000;
  font-family: "Space Mono", monospace;
  font-weight: 700;
  font-size: 1.25rem;
  padding: 1rem 1.813rem 1.188rem;
  border-radius: 4.38rem;
  border: 1px solid #000000;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease;
}
@media (max-width: 1024px) {
  .subscribe-button {
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 600px) {
  .subscribe-button {
    padding: 0.813rem 1rem;
    font-size: 1rem;
  }
}
.subscribe-button svg {
  width: 1rem;
  height: 1rem;
  fill: #000000;
  transition: fill 0.5s ease;
}
.subscribe-button:hover {
  background-color: #000000;
  color: #65e647;
  border-color: #65e647;
}
.subscribe-button:hover svg {
  fill: #65e647;
}

.accordion__item {
  padding-bottom: 1.813rem;
}
@media (max-width: 1024px) {
  .accordion__item {
    padding-bottom: 1.2rem;
  }
}
.accordion__item + .accordion__item {
  padding-top: 1.7rem;
  border-top: 1px solid #4f4f4f;
}
@media (max-width: 1024px) {
  .accordion__item + .accordion__item {
    padding-top: 1.2rem;
  }
}
.accordion__item.is-active .accordion__header span {
  color: #65e647;
}
.accordion__item.is-active .accordion__header svg {
  transform: rotate(225deg);
}
.accordion__header {
  width: 100%;
  text-align: left;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  border: none;
  outline: none;
}
@media (max-width: 1024px) {
  .accordion__header {
    gap: 1rem;
  }
}
.accordion__header span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 150%;
  color: #fff;
  transition: color 0.5s ease;
}
@media (max-width: 600px) {
  .accordion__header span {
    font-size: 1rem;
    line-height: 162%;
  }
}
.accordion__header svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: #65e647;
  flex-basis: 1.5rem;
  flex-shrink: 0;
  transition: transform 0.5s ease;
}
@media (max-width: 600px) {
  .accordion__header svg {
    width: 1.125rem;
    height: 1.125rem;
    flex-basis: 1.125rem;
  }
}
.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.accordion__content p {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.rotate {
  animation: spin 20s cubic-bezier(0.55, 0.06, 0.42, 1) infinite;
}

.rotate-once {
  animation: spin 20s cubic-bezier(0.55, 0.06, 0.42, 1);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hide-select {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.d-none {
  display: none !important;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  background-color: #000000;
  color: #fff;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: #000000;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #4f4f4f;
}
@media (max-width: 1365px) {
  .header__inner {
    flex-wrap: wrap;
    border: none;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  padding: 0.938rem 2.5rem;
  gap: 1.25rem;
  border-right: 1px solid #4f4f4f;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 1024px) {
  .header__logo {
    padding: 0.5rem 2rem;
    border: none;
  }
}
@media (max-width: 600px) {
  .header__logo {
    flex-basis: 100%;
    justify-content: center;
    gap: 0.875rem;
    padding-top: 0.938rem;
    padding-bottom: 0.813rem;
  }
}
.header__logo-image {
  width: 5.56rem;
  height: 3.19rem;
}
@media (max-width: 600px) {
  .header__logo-image {
    width: 3.75rem;
    height: 2.19rem;
  }
}
.header__logo-text {
  font-family: "Space Mono", monospace;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.07em;
  color: #65e647;
}
@media (max-width: 600px) {
  .header__logo-text {
    font-size: 1rem;
  }
}
@media (max-width: 1365px) {
  .header__menu {
    flex-basis: 100%;
    order: 3;
  }
}
@media (max-width: 600px) {
  .header__menu {
    display: none;
  }
}
.header__menu-wrapper {
  display: flex;
  gap: 3.125rem;
}
@media (max-width: 1365px) {
  .header__menu-wrapper {
    justify-content: center;
    padding: 2rem 1rem;
    border-top: 1px solid #4f4f4f;
  }
}
.header__menu-item {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
}
.header__menu-item a {
  color: #fff;
  text-decoration: none;
  transition: color 0.5s ease;
}
.header__menu-item:hover a {
  color: #65e647;
}
.header__buttons {
  display: flex;
}
@media (max-width: 600px) {
  .header__buttons {
    flex-basis: 100%;
  }
  .header__buttons .button {
    width: 50%;
    justify-content: center;
  }
}

.banner {
  position: relative;
  overflow: hidden;
  padding-top: 12rem;
  padding-bottom: 12rem;
  border-bottom: 1px solid #4f4f4f;
}
@media (max-width: 1024px) {
  .banner {
    padding-top: 5.5rem;
    padding-bottom: 7.375rem;
  }
}
.banner::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.banner__background {
  width: 108rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  border-radius: 50%;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.banner__background-image {
  border-radius: 50%;
}
.banner__inner {
  position: relative;
  z-index: 2;
  max-width: 49.75rem;
  margin-left: auto;
  margin-right: auto;
}
.banner .section-title {
  font-size: 4rem;
  line-height: 116%;
}
@media (max-width: 600px) {
  .banner .section-title {
    font-size: 2.25rem;
    line-height: 117%;
    max-width: 17rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.banner .section-text {
  max-width: 38.125rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.938rem;
}
@media (max-width: 600px) {
  .banner .section-text {
    font-size: 1rem;
    line-height: 150%;
    margin-top: 0.938rem;
  }
}
.banner .section-buttons {
  margin-top: 2.813rem;
}
@media (max-width: 600px) {
  .banner .section-buttons {
    margin-top: 1.563rem;
  }
  .banner .section-buttons .button {
    min-width: 16.688rem;
  }
}

.features {
  padding-top: 6rem;
  padding-bottom: 9.375rem;
}
@media (max-width: 1024px) {
  .features {
    padding-top: 2.813rem;
    padding-bottom: 2.813rem;
  }
}
.features__inner {
  max-width: 63.438rem;
  margin-left: auto;
  margin-right: auto;
}
.features__slider {
  position: relative;
  margin-top: 2.3rem;
  height: 37.5rem;
  perspective: 75rem;
}
@media (max-width: 600px) {
  .features__slider {
    margin-top: 1.563rem;
    height: 47.5rem;
  }
}
.features__slider-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}
.features__slider-controls {
  text-align: center;
  position: absolute;
  bottom: 1.875rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  display: flex;
  gap: 0.438rem;
}
.features__slider-controls .dot {
  height: 0.75rem;
  width: 0.75rem;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  opacity: 0.2;
  transition: opacity 0.5s ease;
}
.features__slider-controls .dot.active {
  opacity: 1;
}
.features__slider-arrows {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: calc(50% - 2rem);
  transform: translate(100%, -50%);
}
@media (max-width: 1365px) {
  .features__slider-arrows {
    top: auto;
    right: auto;
    flex-direction: row;
    left: 50%;
    bottom: calc(0% - 3.75rem);
    transform: translateX(-50%);
  }
}
.features__slider-arrows .arrow {
  cursor: pointer;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  transform: none;
  width: 3rem;
  height: 3rem;
  background: none;
  border: none;
  opacity: 1;
}
.features__slider-arrows .arrow + .arrow {
  transform: scale(-1);
}
.features__slider-arrows .arrow svg {
  width: 2rem;
  height: 2rem;
  fill: white;
}
.features__slider-arrows .arrow:hover svg {
  fill: #65e647;
}
.features__slide {
  cursor: pointer;
  position: relative;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translate3d(0px, 3.5rem, -4.5rem);
}
.features__slide .features__slide-content,
.features__slide .features__slide-image {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
.features__slide-wrapper {
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
  background-color: #000000;
  padding: 3.1rem;
  padding-bottom: 4.375rem;
  display: flex;
  justify-content: space-between;
  gap: 6.7rem;
  z-index: 2;
  position: relative;
}
@media (max-width: 1024px) {
  .features__slide-wrapper {
    padding: 1.5rem;
    gap: 1.5rem;
  }
}
@media (max-width: 600px) {
  .features__slide-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 1.875rem;
    padding: 1.563rem 1.875rem 3.75rem;
    border-radius: 0.94rem;
  }
}
.features__slide-content {
  width: 100%;
  max-width: 32.563rem;
}
@media (max-width: 1365px) {
  .features__slide-content {
    max-width: 35rem;
  }
}
.features__slide-image {
  position: relative;
  width: 100%;
  max-width: 29.62rem;
  height: 29.44rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 600px) {
  .features__slide-image {
    width: 9.5rem;
    height: 9.38rem;
  }
}
.features__slide-backimage {
  border-radius: 50%;
}
.features__slide-frontimage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10.69rem;
  height: 6.62rem;
}
@media (max-width: 600px) {
  .features__slide-frontimage {
    width: 3.44rem;
    height: 2.12rem;
  }
}
.features__slide-title {
  display: flex;
  gap: 0.938rem;
  margin-bottom: 0.938rem;
}
@media (max-width: 600px) {
  .features__slide-title {
    justify-content: center;
    align-items: center;
  }
}
.features__slide-title h3 {
  font-family: "Space Mono", monospace;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 100%;
  color: #fff;
}
@media (max-width: 1365px) {
  .features__slide-title h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 1024px) {
  .features__slide-title h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 600px) {
  .features__slide-title h3 {
    font-size: 1.25rem;
  }
}
.features__slide-title svg {
  width: 2.5rem;
  height: 2.5rem;
  flex-basis: 2.5rem;
}
@media (max-width: 1365px) {
  .features__slide-title svg {
    width: 1.375rem;
    height: 1.375rem;
    flex-basis: 1.375rem;
  }
}
.features__slide-text {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #f8f9f9;
  margin-bottom: 1.563rem;
  max-width: 30rem;
}
@media (max-width: 1365px) {
  .features__slide-text {
    font-size: 0.88rem;
  }
}
@media (max-width: 600px) {
  .features__slide-text {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.features__slide-list li {
  position: relative;
  border-radius: 3.12rem;
  padding: 0.8rem 1.5rem;
  background: #212121;
  display: flex;
  gap: 0.625rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
}
@media (max-width: 1365px) {
  .features__slide-list li {
    font-size: 0.88rem;
    padding: 0.8rem 1rem;
  }
}
.features__slide-list li svg {
  margin-top: 0.25rem;
  width: 0.75rem;
  height: 0.75rem;
  flex-basis: 0.75rem;
  flex-shrink: 0;
}
@media (max-width: 1365px) {
  .features__slide-list li svg {
    width: 0.5rem;
    height: 0.5rem;
    flex-basis: 0.5rem;
    margin-top: 0.4rem;
  }
}
.features__slide-list li + li {
  margin-top: 0.938rem;
}
@media (max-width: 600px) {
  .features__slide-list li + li {
    margin-top: 0.625rem;
  }
}
.features__slide-button {
  margin-top: 2.188rem;
  min-width: 11.188rem;
  text-decoration: none;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 1024px) {
  .features__slide-button {
    min-width: 8.188rem;
    margin-top: 1.25rem;
  }
}
@media (max-width: 600px) {
  .features__slide-button {
    margin: 1.25rem auto 0;
  }
}
.features__slide.active {
  cursor: default;
  opacity: 1;
  pointer-events: auto;
  transform: translate(0);
  z-index: 10;
  animation: slide3d 0.3s ease-in-out;
}
.features__slide.active .features__slide-content,
.features__slide.active .features__slide-image {
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
}

@keyframes slide3d {
  0% {
    transform: translate3d(0px, 3.5rem, -4.5rem);
  }
  50% {
    transform: translate3d(0px, 4rem, -3rem);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.features__slide--1 .features__slide-wrapper {
  box-shadow: inset 0 0 0 5px #03c3ff;
}
.features__slide--1 p.nextcolor {
  color: #65e647;
}
.features__slide--1 p.nextcolor-2 {
  color: #03c3ff;
}
.features__slide--1 .features__slide-title svg {
  fill: #03c3ff;
}
.features__slide--1 .features__slide-list li svg {
  fill: #03c3ff;
}
.features__slide--1 .features__slide-button {
  background-color: #03c3ff;
  border-color: #03c3ff;
  transition: color 0.5s ease, background-color 0.5s ease, border-color 0.5s ease;
}
.features__slide--1 .features__slide-button:hover {
  background-color: #000000;
  color: #03c3ff;
  border-color: #03c3ff;
}
.features__slide--1 .features__slide-button:hover svg {
  fill: #03c3ff;
}

.features__slide--2 .features__slide-wrapper {
  box-shadow: inset 0 0 0 5px #65e647;
}
.features__slide--2 p.nextcolor {
  color: #03c3ff;
}
.features__slide--2 p.nextcolor-2 {
  color: #65e647;
}
.features__slide--2 .features__slide-title svg {
  fill: #65e647;
}
.features__slide--2 .features__slide-list li svg {
  fill: #65e647;
}
.features__slide--2 .features__slide-button {
  background-color: #65e647;
  border-color: #65e647;
  transition: color 0.5s ease, background-color 0.5s ease, border-color 0.5s ease;
}
.features__slide--2 .features__slide-button:hover {
  background-color: #000000;
  color: #65e647;
  border-color: #65e647;
}
.features__slide--2 .features__slide-button:hover svg {
  fill: #65e647;
}

.features__slide--3 .features__slide-wrapper {
  box-shadow: inset 0 0 0 5px #03c3ff;
}
.features__slide--3 p.nextcolor {
  color: #65e647;
}
.features__slide--3 p.nextcolor-2 {
  color: #03c3ff;
}
.features__slide--3 .features__slide-title svg {
  fill: #03c3ff;
}
.features__slide--3 .features__slide-list li svg {
  fill: #03c3ff;
}
.features__slide--3 .features__slide-button {
  background-color: #03c3ff;
  border-color: #03c3ff;
  transition: color 0.5s ease, background-color 0.5s ease, border-color 0.5s ease;
}
.features__slide--3 .features__slide-button:hover {
  background-color: #000000;
  color: #03c3ff;
  border-color: #03c3ff;
}
.features__slide--3 .features__slide-button:hover svg {
  fill: #03c3ff;
}

.features__slide--4 .features__slide-wrapper {
  box-shadow: inset 0 0 0 5px #65e647;
}
.features__slide--4 p.nextcolor {
  color: #03c3ff;
}
.features__slide--4 p.nextcolor-2 {
  color: #65e647;
}
.features__slide--4 .features__slide-title svg {
  fill: #65e647;
}
.features__slide--4 .features__slide-list li svg {
  fill: #65e647;
}
.features__slide--4 .features__slide-button {
  background-color: #65e647;
  border-color: #65e647;
  transition: color 0.5s ease, background-color 0.5s ease, border-color 0.5s ease;
}
.features__slide--4 .features__slide-button:hover {
  background-color: #000000;
  color: #65e647;
  border-color: #65e647;
}
.features__slide--4 .features__slide-button:hover svg {
  fill: #65e647;
}

.features__slide--5 .features__slide-wrapper {
  box-shadow: inset 0 0 0 5px #03c3ff;
}
.features__slide--5 p.nextcolor {
  color: #65e647;
}
.features__slide--5 p.nextcolor-2 {
  color: #03c3ff;
}
.features__slide--5 .features__slide-title svg {
  fill: #03c3ff;
}
.features__slide--5 .features__slide-list li svg {
  fill: #03c3ff;
}
.features__slide--5 .features__slide-button {
  background-color: #03c3ff;
  border-color: #03c3ff;
  transition: color 0.5s ease, background-color 0.5s ease, border-color 0.5s ease;
}
.features__slide--5 .features__slide-button:hover {
  background-color: #000000;
  color: #03c3ff;
  border-color: #03c3ff;
}
.features__slide--5 .features__slide-button:hover svg {
  fill: #03c3ff;
}

.features__slide--6 .features__slide-wrapper {
  box-shadow: inset 0 0 0 5px #65e647;
}
.features__slide--6 p.nextcolor {
  color: #03c3ff;
}
.features__slide--6 p.nextcolor-2 {
  color: #65e647;
}
.features__slide--6 .features__slide-title svg {
  fill: #65e647;
}
.features__slide--6 .features__slide-list li svg {
  fill: #65e647;
}
.features__slide--6 .features__slide-button {
  background-color: #65e647;
  border-color: #65e647;
  transition: color 0.5s ease, background-color 0.5s ease, border-color 0.5s ease;
}
.features__slide--6 .features__slide-button:hover {
  background-color: #000000;
  color: #65e647;
  border-color: #65e647;
}
.features__slide--6 .features__slide-button:hover svg {
  fill: #65e647;
}

.features__slide--7 .features__slide-wrapper {
  box-shadow: inset 0 0 0 5px #03c3ff;
}
.features__slide--7 p.nextcolor {
  color: #03c3ff;
}
.features__slide--7 p.nextcolor-2 {
  color: #65e647;
}
.features__slide--7 .features__slide-title svg {
  fill: #03c3ff;
}
.features__slide--7 .features__slide-list li svg {
  fill: #03c3ff;
}
.features__slide--7 .features__slide-button {
  background-color: #03c3ff;
  border-color: #03c3ff;
  transition: color 0.5s ease, background-color 0.5s ease, border-color 0.5s ease;
}
.features__slide--7 .features__slide-button:hover {
  background-color: #000000;
  color: #03c3ff;
  border-color: #03c3ff;
}
.features__slide--7 .features__slide-button:hover svg {
  fill: #03c3ff;
}

.hiw {
  padding-top: 8.125rem;
  padding-bottom: 8.75rem;
}
@media (max-width: 1024px) {
  .hiw {
    padding-top: 2.813rem;
    padding-bottom: 2.813rem;
  }
}
.hiw__inner {
  max-width: 40.688rem;
  margin: 0 auto;
}
.hiw__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.875rem;
  margin-top: 2.5rem;
  counter-reset: counter;
}
@media (max-width: 1024px) {
  .hiw__cards {
    gap: 0.5rem;
  }
}
@media (max-width: 600px) {
  .hiw__cards {
    margin-top: 1.25rem;
  }
}
.hiw__card {
  border-radius: 1.25rem;
  padding: 1.875rem 1.563rem;
  background-color: #65e647;
  width: calc(25% - 1.40625rem);
  counter-increment: counter;
  display: flex;
  flex-direction: column;
  gap: 1.563rem;
}
@media (max-width: 1024px) {
  .hiw__card {
    width: calc(50% - 0.25rem);
    gap: 0.688rem;
  }
}
@media (max-width: 600px) {
  .hiw__card {
    border-radius: 0.94rem;
    padding: 0.938rem;
  }
}
.hiw__card-title {
  font-family: "Space Mono", monospace;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 142%;
  color: #000000;
  margin-bottom: 0.625rem;
}
@media (max-width: 600px) {
  .hiw__card-title {
    font-size: 1rem;
    line-height: 150%;
    margin-bottom: 0.313rem;
  }
}
.hiw__card-text {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #000000;
  max-width: 13.5rem;
}
@media (max-width: 600px) {
  .hiw__card-text {
    font-size: 0.75rem;
    line-height: 167%;
  }
}
.hiw__card::before {
  content: counter(counter, decimal-leading-zero);
  display: block;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #fff;
  width: 4.063rem;
  height: 4.063rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 175%;
  text-align: center;
  color: #1bc685;
}
@media (max-width: 600px) {
  .hiw__card::before {
    font-size: 1rem;
    width: 2.563rem;
    height: 2.563rem;
  }
}
.hiw__card:nth-child(2n) {
  flex-direction: column-reverse;
}
.hiw__card:nth-child(4n+1) {
  background: linear-gradient(135deg, #65e647 0%, #00ffcb 100%);
}
.hiw__card:nth-child(4n+2) {
  background: linear-gradient(135deg, #00ffcb 0%, #d4e8ee 100%);
}
.hiw__card:nth-child(4n+3) {
  background: linear-gradient(135deg, #d4e8ee 0%, #1bc685 100%);
}
.hiw__card:nth-child(4n+4) {
  background: linear-gradient(135deg, #1bc685 0%, #65e647 100%);
}

.pricing {
  overflow: hidden;
  padding-top: 7.625rem;
  padding-bottom: 8.625rem;
  background-image: url(a4e15fd506c61089b5dc.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-resolution: 192dpi) {
  .pricing {
    background-image: url(298bd39d535429d5907d.webp);
  }
}
@media (max-width: 1024px) {
  .pricing {
    padding-top: 2.813rem;
    padding-bottom: 2.813rem;
  }
}
.pricing__inner {
  max-width: 40.688rem;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .pricing__inner {
    max-width: 20.438rem;
  }
}
.pricing__cards {
  margin-top: 2.3rem;
  display: flex;
  justify-content: center;
  gap: 2rem;
}
@media (max-width: 1024px) {
  .pricing__cards {
    gap: 0.5rem;
  }
}
@media (max-width: 600px) {
  .pricing__cards {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 1.875rem;
  }
}
.pricing__card {
  position: relative;
  border-radius: 1.25rem;
  padding: 1.875rem 1.563rem;
  background-color: #000000;
  border: 2px solid #53634f;
  width: 100%;
  max-width: 24rem;
}
@media (max-width: 1365px) {
  .pricing__card {
    padding: 1.875rem 0.625rem;
  }
}
@media (max-width: 600px) {
  .pricing__card {
    border-radius: 1rem;
    margin-top: 0;
    max-width: 18rem;
    padding: 1rem 0.625rem;
  }
}
.pricing__card-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.pricing__card-label {
  font-family: "Space Mono", monospace;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  color: #1bc685;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-radius: 0 0 0.62rem 0.62rem;
  background: rgba(255, 255, 255, 0.6);
  padding: 0.625rem 1.938rem 0.438rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 600px) {
  .pricing__card-label {
    font-size: 0.75rem;
  }
}
.pricing__card-title {
  font-family: "Space Mono", monospace;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 0.438rem;
}
@media (max-width: 600px) {
  .pricing__card-title {
    font-size: 1.25rem;
    margin-bottom: 0.313rem;
  }
}
.pricing__card-text {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 150%;
  text-align: center;
  color: #fff;
}
@media (max-width: 600px) {
  .pricing__card-text {
    font-size: 0.75rem;
    line-height: 167%;
    max-width: 13.438rem;
    margin: 0 auto;
  }
}
.pricing__card-list {
  border: 1px solid #4f4f4f;
  border-radius: 1.25rem;
  padding: 1.4rem;
  margin: 2.188rem 0 1.563rem;
}
@media (max-width: 1365px) {
  .pricing__card-list {
    padding: 1.875rem 0.75rem;
  }
}
@media (max-width: 600px) {
  .pricing__card-list {
    padding: 0.938rem 0.75rem;
    margin: 0.938rem 0 1.25rem;
  }
}
.pricing__card-list li {
  position: relative;
  display: flex;
  gap: 0.625rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #fff;
}
@media (max-width: 600px) {
  .pricing__card-list li {
    font-size: 0.88rem;
    line-height: 157%;
    gap: 0.313rem;
  }
}
.pricing__card-list li svg {
  margin-top: 0.25rem;
  width: 1rem;
  height: 1rem;
  flex-basis: 1rem;
  flex-shrink: 0;
  fill: #fff;
}
@media (max-width: 600px) {
  .pricing__card-list li svg {
    width: 0.75rem;
    height: 0.75rem;
    flex-basis: 0.75rem;
  }
}
.pricing__card-list li + li {
  margin-top: 0.938rem;
}
@media (max-width: 600px) {
  .pricing__card-list li + li {
    margin-top: 0.625rem;
  }
}
.pricing__card-button {
  margin-top: auto;
}
.pricing__card-button .button {
  justify-content: center;
  color: #65e647;
  border-color: #65e647;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .pricing__card-button .button {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
}
.pricing__card-button .button svg {
  fill: #65e647;
}
.pricing__card-button .button:hover {
  color: #fff;
  border-color: #fff;
}
.pricing__card-button .button:hover svg {
  fill: #fff;
}
.pricing__card.active {
  background-color: #65e647;
  border-color: #fff;
  margin-top: 0;
  padding-top: 5rem;
  background: linear-gradient(135deg, #d4e8ee 0%, #1bc685 100%);
}
@media (max-width: 600px) {
  .pricing__card.active {
    padding-top: 2.87rem;
  }
}
.pricing__card.active .pricing__card-title {
  -webkit-text-fill-color: inherit;
  line-height: 106%;
  margin-bottom: 1.25rem;
}
.pricing__card.active .pricing__card-title,
.pricing__card.active .pricing__card-text,
.pricing__card.active .pricing__card-list li {
  color: #000000;
}
.pricing__card.active .pricing__card-list {
  background: rgba(255, 255, 255, 0.4);
  border-color: #fff;
}
.pricing__card.active .pricing__card-list li svg,
.pricing__card.active .pricing__card-button .button svg {
  fill: #000000;
}
.pricing__card.active .pricing__card-button .button {
  color: #000000;
  border-color: #000000;
}
.pricing__card.active .pricing__card-button .button:hover {
  background-color: #65e647;
  color: #000000;
  border-color: #65e647;
}
.pricing__card.soon {
  position: relative;
  border: 3px solid #fff;
  margin-top: 0;
  pointer-events: none;
}
@media (max-width: 600px) {
  .pricing__card.soon {
    border-width: 2px;
  }
}
.pricing__card.soon .pricing__card-overlay {
  border-radius: 1.1rem;
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.3);
  overflow: hidden;
}
@media (max-width: 600px) {
  .pricing__card.soon .pricing__card-overlay {
    border-radius: 0.65rem;
  }
}
.pricing__card.soon .pricing__card-overlay:after {
  content: "COMING SOON";
  position: absolute;
  font-family: "Space Mono", monospace;
  font-weight: 700;
  font-size: 2.5rem;
  padding: 1rem 0;
  width: 120%;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%) rotate(-12.34deg);
  background: linear-gradient(150deg, #65e647 0%, #00ffcb 100%);
  color: #000000;
  z-index: 1;
}
@media (max-width: 1024px) {
  .pricing__card.soon .pricing__card-overlay:after {
    font-size: 2rem;
  }
}
@media (max-width: 600px) {
  .pricing__card.soon .pricing__card-overlay:after {
    font-size: 1.75rem;
  }
}
.pricing__card.soon .pricing__card-overlay:before {
  content: "COMING SOON";
  position: absolute;
  font-family: "Space Mono", monospace;
  padding: 1rem 0;
  color: transparent;
  font-weight: 700;
  font-size: 2.5rem;
  width: 120%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-5.76deg);
  background: #1bc685;
  z-index: 1;
}
@media (max-width: 1024px) {
  .pricing__card.soon .pricing__card-overlay:before {
    font-size: 2rem;
  }
}
@media (max-width: 600px) {
  .pricing__card.soon .pricing__card-overlay:before {
    font-size: 1.75rem;
  }
}
.pricing__card.soon .pricing__card-wrapper {
  opacity: 0.6;
  filter: blur(3px);
}
.pricing__card.soon .pricing__card-list {
  border-color: #f8f9f9;
}

.testimonials {
  padding-top: 6.875rem;
  padding-bottom: 7.7rem;
}
@media (max-width: 1024px) {
  .testimonials {
    padding-top: 2.813rem;
    padding-bottom: 2.813rem;
  }
}
.testimonials__inner {
  max-width: 41.688rem;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .testimonials__inner {
    max-width: 20.438rem;
  }
}
.testimonials__cards {
  margin-top: 1rem;
}
@media (max-width: 600px) {
  .testimonials__cards {
    margin-top: 2rem;
  }
}
.testimonials__card {
  width: 36.938rem;
}
@media (max-width: 1365px) {
  .testimonials__card {
    width: 30rem;
  }
}
@media (max-width: 600px) {
  .testimonials__card {
    width: 18.12rem;
  }
}
.testimonials__card-wrapper {
  position: relative;
  border-radius: 1.25rem;
  margin-top: 1.25rem !important;
  padding: 2.5rem 4rem;
  background-color: #000000;
  border: 2px solid #53634f;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 600px) {
  .testimonials__card-wrapper {
    margin-top: 5rem !important;
    border-radius: 0.94rem;
    padding: 1.875rem;
  }
}
.testimonials__card-wrapper .quotes {
  width: 3.125rem;
  height: 3.125rem;
  fill: #65e647;
  position: absolute;
  top: -1.25rem;
  right: 1.875rem;
}
@media (max-width: 600px) {
  .testimonials__card-wrapper .quotes {
    width: 2.313rem;
    height: 2.313rem;
    right: 0.938rem;
  }
}
.testimonials__card-avatar {
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Space Mono", monospace;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 150%;
  text-align: center;
  color: #fff;
  margin-bottom: 1rem;
}
@media (max-width: 600px) {
  .testimonials__card-avatar {
    width: 3.625rem;
    height: 3.625rem;
    margin-bottom: 0.563rem;
  }
}
.testimonials__card-name {
  font-family: "Space Mono", monospace;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 150%;
  text-align: center;
  color: #fff;
}
@media (max-width: 600px) {
  .testimonials__card-name {
    font-size: 1rem;
    line-height: 162%;
  }
}
.testimonials__card-position {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 187%;
  text-align: center;
  color: #f8f9f9;
  margin-bottom: 0.938rem;
}
@media (max-width: 600px) {
  .testimonials__card-position {
    font-size: 0.88rem;
    line-height: 157%;
  }
}
.testimonials__card-raiting {
  display: flex;
  margin-bottom: 1.25rem;
}
.testimonials__card-raiting svg {
  width: 1rem;
  height: 1rem;
  fill: #fff022;
}
.testimonials__card-raiting svg + svg {
  margin-left: 0.438rem;
}
.testimonials__card-text {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 150%;
  text-align: center;
  color: #fff;
}
@media (max-width: 600px) {
  .testimonials__card-text {
    font-size: 1rem;
    line-height: 162%;
  }
}
.testimonials__card.is-active {
  transition: margin-top 0.5s ease;
  margin-top: 3.8rem !important;
}
@media (max-width: 600px) {
  .testimonials__card.is-active {
    margin-top: -4rem !important;
  }
}

.faq {
  padding-top: 7.5rem;
  padding-bottom: 6.563rem;
}
@media (max-width: 1024px) {
  .faq {
    padding-top: 2.813rem;
    padding-bottom: 2.813rem;
  }
}
.faq .section-pretitle {
  justify-content: start;
}
@media (max-width: 600px) {
  .faq .section-pretitle {
    justify-content: center;
  }
}
.faq .section-title {
  text-align: left;
}
@media (max-width: 600px) {
  .faq .section-title {
    text-align: center;
  }
}
.faq .section-text {
  text-align: left;
  max-width: 24rem;
}
@media (max-width: 600px) {
  .faq .section-text {
    text-align: center;
  }
}
.faq__inner {
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
}
@media (max-width: 600px) {
  .faq__inner {
    flex-direction: column;
  }
}
.faq__content {
  width: 100%;
  max-width: 25.81rem;
}
.faq__tabs {
  width: 100%;
  max-width: 43.2rem;
}
.faq__cta {
  margin-top: 2.75rem;
  padding: 2.875rem;
  border: 1px solid #535353;
  border-radius: 1.25rem;
  background-image: url(83a83f190ff197f30e4f.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 600px) {
  .faq__cta {
    margin-top: 1.813rem;
    border-radius: 0.94rem;
    padding: 2.125rem 1.438rem;
  }
}
.faq__cta-title {
  font-family: "Space Mono", monospace;
  font-weight: 700;
  font-size: 2rem;
  line-height: 106%;
  text-align: center;
  color: #fff;
  margin-bottom: 0.625rem;
}
@media (max-width: 600px) {
  .faq__cta-title {
    font-size: 1.25rem;
    line-height: 150%;
  }
}
.faq__cta-text {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 150%;
  text-align: center;
  color: #fff;
}
.faq__cta-button {
  margin-top: 1.563rem;
}

.footer {
  padding-top: 5rem;
}
@media (max-width: 1024px) {
  .footer {
    padding-top: 2.5rem;
  }
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 1.875rem;
  padding-bottom: 3.7rem;
  border-bottom: 1px solid #4f4f4f;
}
@media (max-width: 600px) {
  .footer__inner {
    flex-direction: column;
    padding-bottom: 2.5rem;
  }
}
.footer__info {
  width: 100%;
  max-width: 18.938rem;
}
@media (max-width: 600px) {
  .footer__info {
    max-width: 100%;
  }
}
.footer__subscribe {
  width: 100%;
  max-width: 41.2rem;
}
@media (max-width: 600px) {
  .footer__subscribe {
    max-width: 100%;
  }
}
.footer__subscribe-title {
  font-family: "Space Mono", monospace;
  font-weight: 700;
  font-size: 2rem;
  line-height: 156%;
  margin-bottom: 0.313rem;
}
@media (max-width: 600px) {
  .footer__subscribe-title {
    font-size: 1.25rem;
    line-height: 150%;
  }
}
.footer__subscribe-text {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 150%;
  color: #dcdcdc;
  margin-bottom: 0.938rem;
}
@media (max-width: 600px) {
  .footer__subscribe-text {
    font-size: 1rem;
    line-height: 150%;
    margin-bottom: 0.625rem;
  }
}
.footer__subscribe-text2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 162%;
  color: #f8f9f9;
  margin-bottom: 1.438rem;
}
@media (max-width: 600px) {
  .footer__subscribe-text2 {
    font-size: 0.88rem;
    line-height: 157%;
    margin-bottom: 1.563rem;
  }
}
.footer__logo {
  width: 9.5rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 600px) {
  .footer__logo {
    width: 6.25rem;
    margin-bottom: 0.938rem;
  }
}
.footer__slogan {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 162%;
  color: #dcdcdc;
  margin-bottom: 2.813rem;
}
@media (max-width: 600px) {
  .footer__slogan {
    font-size: 0.88rem;
    line-height: 157%;
    margin-bottom: 1.563rem;
  }
}
.footer__socials {
  display: flex;
  gap: 1.563rem;
}
.footer__socials li {
  display: block;
}
.footer__socials li:hover svg {
  fill: #65e647;
}
.footer__socials li svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: #f8f9f9;
  transition: fill 0.5s ease;
}
@media (max-width: 600px) {
  .footer__socials li svg {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.footer__menus {
  display: flex;
  flex-wrap: wrap;
  gap: 3.125rem 1rem;
  padding: 2.4rem 0;
  border-bottom: 1px solid #4f4f4f;
}
.footer__menu {
  width: calc(25% - 0.75rem);
}
@media (max-width: 600px) {
  .footer__menu {
    width: calc(50% - 0.5rem);
  }
}
.footer__menu-title {
  font-family: "Space Mono", monospace;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 250%;
  color: #fff;
  margin-bottom: 1.25rem;
}
@media (max-width: 600px) {
  .footer__menu-title {
    font-size: 1rem;
    line-height: 150%;
    margin-bottom: 1.563rem;
  }
}
.footer__menu-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.footer__menu-item a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 600px) {
  .footer__menu-item a {
    font-size: 0.88rem;
    line-height: 157%;
  }
}
.footer__menu-item a:hover {
  color: #65e647;
}
.footer__bottom {
  padding-top: 1.25rem;
  padding-bottom: 1.75rem;
}
@media (max-width: 600px) {
  .footer__bottom {
    padding-bottom: 1.25rem;
  }
}
.footer__bottom-copyright {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #f8f9f9;
}
@media (max-width: 600px) {
  .footer__bottom-copyright {
    font-size: 0.88rem;
    line-height: 157%;
  }
}
