@font-face {
  font-family: "GTXT";
  src: url(/fonts/GolosText-Regular.ttf);
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "GTXT";
  src: url(/fonts/GolosText-Medium.ttf);
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "GTXT";
  src: url(/fonts/GolosText-SemiBold.ttf);
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "GTXT";
  src: url(/fonts/GolosText-Bold.ttf);
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "GTXT";
  src: url(/fonts/GolosText-ExtraBold.ttf);
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "GTXT";
  src: url(/fonts/GolosText-Black.ttf);
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "ABCF";
  src: url(/fonts/ABCFavoritCROSSHUB.ttf);
  font-weight: 400;
  font-display: swap;
}
html {
  --ff-default: "GTXT", "Arial", "Helvetica", sans-serif;
  --ff-default2: "ABCF", "Arial", "Helvetica", sans-serif;
  --white: white;
  --grey-medium: #616C72;
  --grey-regular: #D3D9D7;
  --grey-light: #F5F5F5;
  --black: #3D4043;
  --lime: #EFFE7D;
  --lime-light: #FDFDF1;
}

.absolute-center {
  position: absolute;
  inset: 0;
  margin: auto;
}

.ac .ac-trigger {
  outline: none !important;
}

.line {
  position: relative;
  margin: -0.1em;
  padding: 0.1em;
  overflow: hidden;
}

.global-top-transition {
  width: 100%;
  height: 1.5625vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1440px) {
  .global-top-transition {
    height: 2.0833vw;
  }
}
@media (max-width: 768px) {
  .global-top-transition {
    height: 3.9063vw;
  }
}
@media (max-width: 575px) {
  .global-top-transition {
    height: 8.3333vw;
  }
}
.global-top-transition._b-grey-regular {
  background-color: var(--grey-regular);
}
.global-top-transition._b-lime {
  background-color: var(--lime);
}
.global-top-transition._b-black {
  background-color: var(--black);
}
.global-top-transition._b-grey-light {
  background-color: var(--grey-light);
}
.global-top-transition._b-grey-medium {
  background-color: var(--grey-medium);
}
.global-top-transition__left {
  height: 100%;
  width: 50%;
  flex: none;
  display: flex;
  align-items: flex-end;
}
.global-top-transition__left > div {
  height: 100%;
  width: calc(100% - 9.375vw);
  border-top-right-radius: 0.5208vw;
}
@media (max-width: 1440px) {
  .global-top-transition__left > div {
    width: calc(100% - 9.0278vw);
    border-top-right-radius: 0.6944vw;
  }
}
@media (max-width: 768px) {
  .global-top-transition__left > div {
    width: calc(100% - 16.9271vw);
    border-top-right-radius: 1.3021vw;
  }
}
@media (max-width: 575px) {
  .global-top-transition__left > div {
    width: calc(100% - 27.7778vw);
    border-top-right-radius: 2.7778vw;
  }
}
.global-top-transition._grey-medium .global-top-transition__left > div {
  background-color: var(--grey-medium);
}
.global-top-transition._black .global-top-transition__left > div {
  background-color: var(--black);
}
.global-top-transition._grey-light .global-top-transition__left > div {
  background-color: var(--grey-light);
}
.global-top-transition._lime .global-top-transition__left > div {
  background-color: var(--lime);
}
.global-top-transition__left > svg {
  position: relative;
  bottom: -0.026vw;
  left: -0.026vw;
  width: 0.5208vw;
  height: 0.5208vw;
}
@media (max-width: 1440px) {
  .global-top-transition__left > svg {
    bottom: -0.0347vw;
    left: -0.0347vw;
    width: 0.6944vw;
    height: 0.6944vw;
  }
}
@media (max-width: 768px) {
  .global-top-transition__left > svg {
    bottom: -0.0651vw;
    left: -0.0651vw;
    width: 1.3021vw;
    height: 1.3021vw;
  }
}
@media (max-width: 575px) {
  .global-top-transition__left > svg {
    bottom: -0.1389vw;
    left: -0.1389vw;
    width: 2.7778vw;
    height: 2.7778vw;
  }
}
.global-top-transition._grey-medium .global-top-transition__left > svg {
  color: var(--grey-medium);
}
.global-top-transition._black .global-top-transition__left > svg {
  color: var(--black);
}
.global-top-transition._grey-light .global-top-transition__left > svg {
  color: var(--grey-light);
}
.global-top-transition._lime .global-top-transition__left > svg {
  color: var(--lime);
}
.global-top-transition__right {
  height: 100%;
  width: 50%;
  flex: none;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.global-top-transition__right > div {
  height: 100%;
  width: calc(100% - 9.375vw);
  border-top-left-radius: 0.5208vw;
}
@media (max-width: 1440px) {
  .global-top-transition__right > div {
    width: calc(100% - 9.0278vw);
    border-top-left-radius: 0.6944vw;
  }
}
@media (max-width: 768px) {
  .global-top-transition__right > div {
    width: calc(100% - 16.9271vw);
    border-top-left-radius: 1.3021vw;
  }
}
@media (max-width: 575px) {
  .global-top-transition__right > div {
    width: calc(100% - 27.7778vw);
    border-top-left-radius: 2.7778vw;
  }
}
.global-top-transition._grey-medium .global-top-transition__right > div {
  background-color: var(--grey-medium);
}
.global-top-transition._black .global-top-transition__right > div {
  background-color: var(--black);
}
.global-top-transition._grey-light .global-top-transition__right > div {
  background-color: var(--grey-light);
}
.global-top-transition._lime .global-top-transition__right > div {
  background-color: var(--lime);
}
.global-top-transition__right > svg {
  position: relative;
  bottom: -0.026vw;
  right: -0.026vw;
  width: 0.5208vw;
  height: 0.5208vw;
}
@media (max-width: 1440px) {
  .global-top-transition__right > svg {
    bottom: -0.0347vw;
    right: -0.0347vw;
    width: 0.6944vw;
    height: 0.6944vw;
  }
}
@media (max-width: 768px) {
  .global-top-transition__right > svg {
    bottom: -0.0651vw;
    right: -0.0651vw;
    width: 1.3021vw;
    height: 1.3021vw;
  }
}
@media (max-width: 575px) {
  .global-top-transition__right > svg {
    bottom: -0.1389vw;
    right: -0.1389vw;
    width: 2.7778vw;
    height: 2.7778vw;
  }
}
.global-top-transition._grey-medium .global-top-transition__right > svg {
  color: var(--grey-medium);
}
.global-top-transition._black .global-top-transition__right > svg {
  color: var(--black);
}
.global-top-transition._grey-light .global-top-transition__right > svg {
  color: var(--grey-light);
}
.global-top-transition._lime .global-top-transition__right > svg {
  color: var(--lime);
}

.global-bottom-transition {
  width: 100%;
  height: 1.5625vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1440px) {
  .global-bottom-transition {
    height: 2.0833vw;
  }
}
@media (max-width: 768px) {
  .global-bottom-transition {
    height: 3.9063vw;
  }
}
@media (max-width: 575px) {
  .global-bottom-transition {
    height: 8.3333vw;
  }
}
.global-bottom-transition._b-grey-regular {
  background-color: var(--grey-regular);
}
.global-bottom-transition._b-lime {
  background-color: var(--lime);
}
.global-bottom-transition._b-black {
  background-color: var(--black);
}
.global-bottom-transition._b-grey-medium {
  background-color: var(--grey-medium);
}
.global-bottom-transition__left {
  height: 100%;
  width: 50%;
  flex: none;
  display: flex;
  align-items: flex-start;
}
.global-bottom-transition__left > div {
  height: 100%;
  width: calc(100% - 9.375vw);
  border-bottom-right-radius: 0.5208vw;
}
@media (max-width: 1440px) {
  .global-bottom-transition__left > div {
    width: calc(100% - 9.0278vw);
    border-bottom-right-radius: 0.6944vw;
  }
}
@media (max-width: 768px) {
  .global-bottom-transition__left > div {
    width: calc(100% - 16.9271vw);
    border-bottom-right-radius: 1.3021vw;
  }
}
@media (max-width: 575px) {
  .global-bottom-transition__left > div {
    width: calc(100% - 27.7778vw);
    border-bottom-right-radius: 2.7778vw;
  }
}
.global-bottom-transition._grey-medium .global-bottom-transition__left > div {
  background-color: var(--grey-medium);
}
.global-bottom-transition._black .global-bottom-transition__left > div {
  background-color: var(--black);
}
.global-bottom-transition._grey-light .global-bottom-transition__left > div {
  background-color: var(--grey-light);
}
.global-bottom-transition._lime .global-bottom-transition__left > div {
  background-color: var(--lime);
}
.global-bottom-transition__left > svg {
  display: inline-block;
  transform: rotate(90deg);
  position: relative;
  top: -0.026vw;
  left: -0.026vw;
  width: 0.5208vw;
  height: 0.5208vw;
}
@media (max-width: 1440px) {
  .global-bottom-transition__left > svg {
    top: -0.0347vw;
    left: -0.0347vw;
    width: 0.6944vw;
    height: 0.6944vw;
  }
}
@media (max-width: 768px) {
  .global-bottom-transition__left > svg {
    top: -0.0651vw;
    left: -0.0651vw;
    width: 1.3021vw;
    height: 1.3021vw;
  }
}
@media (max-width: 575px) {
  .global-bottom-transition__left > svg {
    top: -0.1389vw;
    left: -0.1389vw;
    width: 2.7778vw;
    height: 2.7778vw;
  }
}
.global-bottom-transition._grey-medium .global-bottom-transition__left > svg {
  color: var(--grey-medium);
}
.global-bottom-transition._black .global-bottom-transition__left > svg {
  color: var(--black);
}
.global-bottom-transition._grey-light .global-bottom-transition__left > svg {
  color: var(--grey-light);
}
.global-bottom-transition._lime .global-bottom-transition__left > svg {
  color: var(--lime);
}
.global-bottom-transition__right {
  height: 100%;
  width: 50%;
  flex: none;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.global-bottom-transition__right > div {
  height: 100%;
  width: calc(100% - 9.375vw);
  border-bottom-left-radius: 0.5208vw;
}
@media (max-width: 1440px) {
  .global-bottom-transition__right > div {
    width: calc(100% - 9.0278vw);
    border-bottom-left-radius: 0.6944vw;
  }
}
@media (max-width: 768px) {
  .global-bottom-transition__right > div {
    width: calc(100% - 16.9271vw);
    border-bottom-left-radius: 1.3021vw;
  }
}
@media (max-width: 575px) {
  .global-bottom-transition__right > div {
    width: calc(100% - 27.7778vw);
    border-bottom-left-radius: 2.7778vw;
  }
}
.global-bottom-transition._grey-medium .global-bottom-transition__right > div {
  background-color: var(--grey-medium);
}
.global-bottom-transition._black .global-bottom-transition__right > div {
  background-color: var(--black);
}
.global-bottom-transition._grey-light .global-bottom-transition__right > div {
  background-color: var(--grey-light);
}
.global-bottom-transition._lime .global-bottom-transition__right > div {
  background-color: var(--lime);
}
.global-bottom-transition__right > svg {
  display: inline-block;
  transform: rotate(-90deg);
  position: relative;
  top: -0.026vw;
  right: -0.026vw;
  width: 0.5208vw;
  height: 0.5208vw;
}
@media (max-width: 1440px) {
  .global-bottom-transition__right > svg {
    top: -0.0347vw;
    right: -0.0347vw;
    width: 0.6944vw;
    height: 0.6944vw;
  }
}
@media (max-width: 768px) {
  .global-bottom-transition__right > svg {
    top: -0.0651vw;
    right: -0.0651vw;
    width: 1.3021vw;
    height: 1.3021vw;
  }
}
@media (max-width: 575px) {
  .global-bottom-transition__right > svg {
    top: -0.1389vw;
    right: -0.1389vw;
    width: 2.7778vw;
    height: 2.7778vw;
  }
}
.global-bottom-transition._grey-medium .global-bottom-transition__right > svg {
  color: var(--grey-medium);
}
.global-bottom-transition._black .global-bottom-transition__right > svg {
  color: var(--black);
}
.global-bottom-transition._grey-light .global-bottom-transition__right > svg {
  color: var(--grey-light);
}
.global-bottom-transition._lime .global-bottom-transition__right > svg {
  color: var(--lime);
}

* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  cursor: default;
}

body {
  background: var(--white);
  color: var(--grey-medium);
  font-family: var(--ff-default);
}

img,
fieldset {
  border: 0;
}

fieldset legend {
  display: none;
}

ul,
li {
  list-style-type: none;
}

img {
  vertical-align: top;
}

a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  color: #333;
  text-decoration: none;
}

table {
  border: 0;
  border-collapse: collapse;
}
table td {
  padding: 0;
  vertical-align: top;
}

input,
select,
textarea {
  box-sizing: border-box;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
       appearance: textfield;
}

::-moz-selection {
  background: #5f5f5f;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #5f5f5f;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #5f5f5f;
  color: #fff;
  text-shadow: none;
}

button {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 0;
}

summary {
  cursor: pointer;
}

.header {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-block: 1.0417vw;
  padding-inline: 2.0833vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .header {
    padding-block: 1.3889vw;
    padding-inline: 1.3889vw;
  }
}
@media (max-width: 768px) {
  .header {
    padding-block: 2.6042vw;
    padding-inline: 2.6042vw;
  }
}
@media (max-width: 575px) {
  .header {
    padding-top: 4.4444vw;
    padding-bottom: 4.7222vw;
    background-color: var(--grey-medium);
    border-bottom-left-radius: 2.7778vw;
    border-bottom-right-radius: 2.7778vw;
    padding-inline: 2.7778vw;
  }
}
.header__logo {
  outline: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  width: 10.1563vw;
  height: 2.2917vw;
  background-color: var(--grey-medium);
  border-radius: 0.5208vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .header__logo {
    width: 13.5417vw;
    height: 3.0556vw;
    border-radius: 0.6944vw;
  }
}
@media (max-width: 768px) {
  .header__logo {
    width: 25.3906vw;
    height: 5.7292vw;
    border-radius: 1.3021vw;
  }
}
@media (max-width: 575px) {
  .header__logo {
    width: 33.8889vw;
    height: 4.7222vw;
    border-radius: 2.7778vw;
  }
}
.header__logo svg {
  width: 5.9896vw;
  height: 0.8333vw;
  will-change: transform;
  transition: transform 0.6s;
}
@media (max-width: 1440px) {
  .header__logo svg {
    width: 7.9861vw;
    height: 1.1111vw;
  }
}
@media (max-width: 768px) {
  .header__logo svg {
    width: 14.974vw;
    height: 2.0833vw;
  }
}
@media (max-width: 575px) {
  .header__logo svg {
    width: 31.9444vw;
    height: 4.4444vw;
  }
}
.header__logo:hover svg {
  transform: scale(1.05);
}
.header__lk {
  outline: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.7292vw;
  line-height: 0.875vw;
  letter-spacing: 0;
  color: var(--lime-light);
  width: 10.1563vw;
  height: 2.2917vw;
  background-color: var(--grey-medium);
  border-radius: 0.5208vw;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.6s;
}
@media (max-width: 1440px) {
  .header__lk {
    font-size: 0.9722vw;
    line-height: 1.1667vw;
  }
}
@media (max-width: 768px) {
  .header__lk {
    font-size: 1.8229vw;
    line-height: 2.1875vw;
  }
}
@media (max-width: 575px) {
  .header__lk {
    font-size: 3.8889vw;
    line-height: 4.6667vw;
  }
}
@media (max-width: 1440px) {
  .header__lk {
    width: 13.5417vw;
    height: 3.0556vw;
    border-radius: 0.6944vw;
  }
}
@media (max-width: 768px) {
  .header__lk {
    width: 25.3906vw;
    height: 5.7292vw;
    border-radius: 1.3021vw;
  }
}
@media (max-width: 575px) {
  .header__lk {
    display: none;
  }
}
.header__lk:hover {
  color: var(--lime);
}
.header__menu {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2.0833vw;
  padding-block: 0.625vw;
  padding-inline: 2.0833vw;
  background-color: var(--grey-medium);
  border-radius: 0.5208vw;
}
@media (max-width: 1440px) {
  .header__menu {
    gap: 2.7778vw;
    padding-block: 0.8333vw;
    padding-inline: 2.7778vw;
    border-radius: 0.6944vw;
  }
}
@media (max-width: 768px) {
  .header__menu {
    display: none;
  }
}
.header__menu-link {
  position: relative;
  z-index: 1;
  outline: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.7292vw;
  line-height: 0.875vw;
  letter-spacing: 0;
  color: var(--lime-light);
  display: inline-flex;
  align-items: center;
  transition: color 0.6s;
}
@media (max-width: 1440px) {
  .header__menu-link {
    font-size: 0.9722vw;
    line-height: 1.1667vw;
  }
}
@media (max-width: 768px) {
  .header__menu-link {
    font-size: 1.8229vw;
    line-height: 2.1875vw;
  }
}
@media (max-width: 575px) {
  .header__menu-link {
    font-size: 3.8889vw;
    line-height: 4.6667vw;
  }
}
.header__menu-link:hover {
  color: var(--lime);
}
.header__menu-link svg {
  width: 1.0417vw;
  height: 1.0417vw;
  transition: 0.6s;
  will-change: transform;
  transform: translateZ(0);
}
@media (max-width: 1440px) {
  .header__menu-link svg {
    width: 1.3889vw;
    height: 1.3889vw;
  }
}
.header__menu-link._active {
  color: var(--lime);
}
.header__menu-link._active svg {
  transform: translateZ(0) rotate(180deg);
}
.header__menu-solutions {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 2.0833vw;
  padding-top: 2.2917vw;
  background-color: var(--grey-medium);
  border-radius: 0.5208vw;
  transition: 0.6s;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  pointer-events: none;
}
.header__menu-solutions._active {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  pointer-events: all;
}
@media (max-width: 1440px) {
  .header__menu-solutions {
    padding: 2.7778vw;
    padding-top: 3.0556vw;
    border-radius: 0.6944vw;
  }
}
@media (min-width: 768px) {
  .header__menu-solutions {
    min-width: 360px;
  }
}
.header__menu-solutions-inner {
  display: flex;
  flex-direction: column;
  gap: 0.5208vw;
  padding-top: 2.0833vw;
  border-top: 1px solid rgba(211, 217, 215, 0.2);
}
.header__menu-solutions-inner a {
  outline: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 1.125vw;
  letter-spacing: 0;
  color: var(--lime-light);
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.6s;
}
@media (max-width: 1440px) {
  .header__menu-solutions-inner a {
    font-size: 1.1111vw;
    line-height: 1.3333vw;
  }
}
@media (max-width: 768px) {
  .header__menu-solutions-inner a {
    font-size: 2.0833vw;
    line-height: 2.5vw;
  }
}
@media (max-width: 575px) {
  .header__menu-solutions-inner a {
    font-size: 4.4444vw;
    line-height: 5.3333vw;
  }
}
.header__menu-solutions-inner a:hover {
  color: var(--lime-light);
}
@media (max-width: 1440px) {
  .header__menu-solutions-inner {
    gap: 0.6944vw;
    padding-top: 2.7778vw;
  }
}
.header__burger {
  outline: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  display: none;
}
@media (max-width: 768px) {
  .header__burger {
    display: inline-flex;
    width: 11.4583vw;
    height: 5.7292vw;
  }
}
@media (max-width: 575px) {
  .header__burger {
    display: none;
  }
}
.header__burger-mb {
  outline: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  display: none;
}
@media (max-width: 575px) {
  .header__burger-mb {
    display: inline-flex;
    width: 5.5556vw;
    height: 4.7222vw;
  }
}

.footer {
  position: relative;
}
.footer__inner {
  margin-block: -0.0521vw;
  background-color: var(--black);
  position: relative;
  padding-top: 6.25vw;
  padding-inline: 8.3333vw;
}
@media (max-width: 1440px) {
  .footer__inner {
    margin-block: -0.0694vw;
    padding-top: 6.9444vw;
    padding-inline: 6.9444vw;
  }
}
@media (max-width: 768px) {
  .footer__inner {
    padding-top: 10.4167vw;
    padding-inline: 2.6042vw;
    margin-block: -0.1302vw;
  }
}
@media (max-width: 575px) {
  .footer__inner {
    padding-top: 13.8889vw;
    padding-inline: 2.7778vw;
    margin-block: -0.2778vw;
  }
}
.footer__logo {
  width: 100%;
  height: 11.6667vw;
  margin-bottom: 4.1146vw;
}
@media (max-width: 1440px) {
  .footer__logo {
    height: 12.0139vw;
    margin-bottom: 2.7778vw;
  }
}
@media (max-width: 768px) {
  .footer__logo {
    height: 13.2813vw;
    margin-bottom: 5.2083vw;
  }
}
@media (max-width: 575px) {
  .footer__logo {
    height: 13.8889vw;
    margin-bottom: 10vw;
  }
}
.footer__menu {
  display: flex;
  border-bottom: 1px solid var(--grey-medium);
  padding-bottom: 2.0833vw;
  margin-bottom: 2.0833vw;
}
@media (max-width: 1440px) {
  .footer__menu {
    padding-bottom: 2.7778vw;
    margin-bottom: 2.7778vw;
  }
}
@media (max-width: 768px) {
  .footer__menu {
    padding-bottom: 5.2083vw;
    margin-bottom: 5.2083vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "menu-left menu-center" "menu-left menu-right";
  }
}
@media (max-width: 575px) {
  .footer__menu {
    grid-template-columns: 1fr;
    grid-template-areas: "menu-left" "menu-center" "menu-right";
    padding-bottom: 11.1111vw;
    margin-bottom: 11.1111vw;
  }
}
.footer__menu-left {
  width: 42.1354vw;
  padding-inline: 1.25vw;
  border-left: 1px solid var(--grey-medium);
  display: flex;
  flex-direction: column;
  gap: 1.5625vw;
}
@media (max-width: 1440px) {
  .footer__menu-left {
    width: 43.6806vw;
    padding-inline: 1.6667vw;
    gap: 2.0833vw;
  }
}
@media (max-width: 768px) {
  .footer__menu-left {
    width: auto;
    padding-inline: 2.6042vw;
    gap: 3.9063vw;
    grid-area: menu-left;
  }
}
@media (max-width: 575px) {
  .footer__menu-left {
    padding-inline: 0;
    gap: 8.3333vw;
    border-left: none;
    margin-bottom: 8.3333vw;
  }
}
.footer__menu-left-el {
  display: flex;
  flex-direction: column;
  gap: 0.2604vw;
}
@media (max-width: 1440px) {
  .footer__menu-left-el {
    gap: 0.3472vw;
  }
}
@media (max-width: 768px) {
  .footer__menu-left-el {
    gap: 0.651vw;
  }
}
@media (max-width: 575px) {
  .footer__menu-left-el {
    gap: 1.3889vw;
  }
}
.footer__menu-left-el p:nth-child(1) {
  font-weight: 500;
  font-size: 0.8333vw;
  line-height: 1.1667vw;
  letter-spacing: 0;
  color: var(--lime-light);
  opacity: 0.5;
}
@media (max-width: 1440px) {
  .footer__menu-left-el p:nth-child(1) {
    font-size: 0.9722vw;
    line-height: 1.3611vw;
  }
}
@media (max-width: 768px) {
  .footer__menu-left-el p:nth-child(1) {
    font-size: 1.8229vw;
    line-height: 2.5521vw;
  }
}
@media (max-width: 575px) {
  .footer__menu-left-el p:nth-child(1) {
    font-size: 3.8889vw;
    line-height: 5.4444vw;
  }
}
.footer__menu-left-el p:nth-child(2) {
  font-weight: 500;
  font-size: 0.8333vw;
  line-height: 1.1667vw;
  letter-spacing: 0;
  color: var(--lime-light);
}
@media (max-width: 1440px) {
  .footer__menu-left-el p:nth-child(2) {
    font-size: 0.9722vw;
    line-height: 1.3611vw;
  }
}
@media (max-width: 768px) {
  .footer__menu-left-el p:nth-child(2) {
    font-size: 1.8229vw;
    line-height: 2.5521vw;
  }
}
@media (max-width: 575px) {
  .footer__menu-left-el p:nth-child(2) {
    font-size: 3.8889vw;
    line-height: 5.4444vw;
  }
}
.footer__menu-left-el a {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  outline: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.8333vw;
  line-height: 1.1667vw;
  letter-spacing: 0;
  color: var(--lime-light);
  transition: color 0.6s;
}
@media (max-width: 1440px) {
  .footer__menu-left-el a {
    font-size: 0.9722vw;
    line-height: 1.3611vw;
  }
}
@media (max-width: 768px) {
  .footer__menu-left-el a {
    font-size: 1.8229vw;
    line-height: 2.5521vw;
  }
}
@media (max-width: 575px) {
  .footer__menu-left-el a {
    font-size: 3.8889vw;
    line-height: 5.4444vw;
  }
}
.footer__menu-left-el a:hover {
  color: var(--lime);
}
.footer__menu-center {
  padding-inline: 1.25vw;
  width: 21.0417vw;
  border-left: 1px solid var(--grey-medium);
  display: flex;
  flex-direction: column;
  gap: 1.5625vw;
}
@media (max-width: 1440px) {
  .footer__menu-center {
    padding-inline: 1.6667vw;
    width: 21.8056vw;
    gap: 2.0833vw;
  }
}
@media (max-width: 768px) {
  .footer__menu-center {
    padding-inline: 2.6042vw;
    width: auto;
    gap: 3.9063vw;
    grid-area: menu-center;
    padding-bottom: 5.2083vw;
  }
}
@media (max-width: 575px) {
  .footer__menu-center {
    padding-inline: 0;
    gap: 8.3333vw;
    border-left: none;
    padding-bottom: 11.1111vw;
  }
}
.footer__menu-minititle {
  font-weight: 500;
  font-size: 0.8333vw;
  line-height: 1.1667vw;
  letter-spacing: 0;
  color: var(--grey-regular);
  opacity: 0.5;
}
@media (max-width: 1440px) {
  .footer__menu-minititle {
    font-size: 0.9722vw;
    line-height: 1.3611vw;
  }
}
@media (max-width: 768px) {
  .footer__menu-minititle {
    font-size: 1.8229vw;
    line-height: 2.5521vw;
  }
}
@media (max-width: 575px) {
  .footer__menu-minititle {
    font-size: 3.8889vw;
    line-height: 5.4444vw;
  }
}
.footer__menu-links {
  display: flex;
  flex-direction: column;
  gap: 0.5208vw;
}
@media (max-width: 1440px) {
  .footer__menu-links {
    gap: 0.6944vw;
  }
}
@media (max-width: 768px) {
  .footer__menu-links {
    gap: 1.3021vw;
  }
}
@media (max-width: 575px) {
  .footer__menu-links {
    gap: 2.7778vw;
  }
}
.footer__menu-links a {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  outline: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.8333vw;
  line-height: 1.1667vw;
  letter-spacing: 0;
  color: var(--lime-light);
  transition: color 0.6s;
}
@media (max-width: 1440px) {
  .footer__menu-links a {
    font-size: 0.9722vw;
    line-height: 1.3611vw;
  }
}
@media (max-width: 768px) {
  .footer__menu-links a {
    font-size: 1.8229vw;
    line-height: 2.5521vw;
  }
}
@media (max-width: 575px) {
  .footer__menu-links a {
    font-size: 3.8889vw;
    line-height: 5.4444vw;
  }
}
.footer__menu-links a:hover {
  color: var(--lime);
}
.footer__menu-right {
  padding-inline: 1.25vw;
  border-left: 1px solid var(--grey-medium);
  display: flex;
  flex-direction: column;
  gap: 1.5625vw;
  position: relative;
}
@media (max-width: 1440px) {
  .footer__menu-right {
    padding-inline: 1.6667vw;
    gap: 2.0833vw;
  }
}
@media (max-width: 768px) {
  .footer__menu-right {
    padding-inline: 2.6042vw;
    gap: 3.9063vw;
    grid-area: menu-right;
  }
}
@media (max-width: 575px) {
  .footer__menu-right {
    padding-inline: 0;
    gap: 8.3333vw;
    border-left: none;
  }
}
.footer__lk {
  outline: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.7292vw;
  line-height: 0.875vw;
  letter-spacing: 0;
  position: absolute;
  bottom: 0;
  left: 1.25vw;
  color: var(--grey-medium);
  width: 10.1563vw;
  height: 2.2917vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--lime);
  border-radius: 0.5208vw;
  transition: opacity 0.6s;
}
@media (max-width: 1440px) {
  .footer__lk {
    font-size: 0.9722vw;
    line-height: 1.1667vw;
  }
}
@media (max-width: 768px) {
  .footer__lk {
    font-size: 1.8229vw;
    line-height: 2.1875vw;
  }
}
@media (max-width: 575px) {
  .footer__lk {
    font-size: 3.8889vw;
    line-height: 4.6667vw;
  }
}
@media (max-width: 1440px) {
  .footer__lk {
    left: 1.6667vw;
    width: 13.5417vw;
    height: 3.0556vw;
    border-radius: 0.6944vw;
  }
}
@media (max-width: 768px) {
  .footer__lk {
    position: relative;
    left: 0;
    width: 25.3906vw;
    height: 5.7292vw;
    border-radius: 1.3021vw;
    margin-top: 1.3021vw;
  }
}
@media (max-width: 575px) {
  .footer__lk {
    width: 100%;
    height: 12.2222vw;
    border-radius: 2.7778vw;
    margin-top: 2.7778vw;
  }
}
.footer__lk:hover {
  color: var(--grey-medium);
  opacity: 0.9;
}
.footer__info {
  display: flex;
  margin-bottom: 2.0833vw;
}
@media (max-width: 1440px) {
  .footer__info {
    margin-bottom: 2.7778vw;
  }
}
@media (max-width: 768px) {
  .footer__info {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 5.2083vw;
  }
}
@media (max-width: 575px) {
  .footer__info {
    margin-bottom: 11.1111vw;
  }
}
.footer__info._dop {
  padding-top: 2.0833vw;
  border-top: 1px solid var(--grey-medium);
}
@media (max-width: 1440px) {
  .footer__info._dop {
    padding-top: 2.7778vw;
  }
}
@media (max-width: 768px) {
  .footer__info._dop {
    padding-top: 5.2083vw;
  }
}
@media (max-width: 575px) {
  .footer__info._dop {
    padding-top: 11.1111vw;
  }
}
.footer__info-left {
  flex: none;
  width: 42.1354vw;
  padding-inline: 1.25vw;
  border-left: 1px solid var(--grey-medium);
  display: flex;
  flex-direction: column;
  gap: 0.625vw;
}
@media (max-width: 1440px) {
  .footer__info-left {
    width: 43.75vw;
    padding-inline: 1.6667vw;
    gap: 0.6944vw;
  }
}
@media (max-width: 768px) {
  .footer__info-left {
    width: auto;
    padding-inline: 0;
    padding-bottom: 5.2083vw;
    margin-bottom: 5.2083vw;
    gap: 1.3021vw;
    border-left: none;
    border-bottom: 1px solid var(--grey-medium);
  }
}
@media (max-width: 575px) {
  .footer__info-left {
    padding-bottom: 11.1111vw;
    margin-bottom: 11.1111vw;
    gap: 2.7778vw;
  }
}
.footer__info-left p {
  font-weight: 500;
  font-size: 0.7292vw;
  line-height: 0.875vw;
  letter-spacing: 0;
  color: var(--grey-regular);
  opacity: 0.5;
}
@media (max-width: 1440px) {
  .footer__info-left p {
    font-size: 0.9722vw;
    line-height: 1.1667vw;
  }
}
@media (max-width: 768px) {
  .footer__info-left p {
    font-size: 1.8229vw;
    line-height: 2.1875vw;
  }
}
@media (max-width: 575px) {
  .footer__info-left p {
    font-size: 3.8889vw;
    line-height: 4.6667vw;
  }
}
.footer__info-left p:first-child {
  opacity: 1;
  color: var(--lime-light);
}
.footer__info-left a {
  color: var(--grey-regular);
  transition: 0.6s;
}
.footer__info-left a:hover {
  color: var(--grey-regular);
  opacity: 0.3;
}
.footer__info-right {
  padding-inline: 1.25vw;
  display: flex;
  flex-direction: column;
  gap: 0.625vw;
  border-left: 1px solid var(--grey-medium);
}
@media (max-width: 1440px) {
  .footer__info-right {
    padding-inline: 1.6667vw;
    gap: 0.6944vw;
  }
}
@media (max-width: 768px) {
  .footer__info-right {
    padding-inline: 0;
    gap: 1.3021vw;
    border-left: none;
  }
}
@media (max-width: 575px) {
  .footer__info-right {
    gap: 2.7778vw;
  }
}
.footer__info-right p {
  font-weight: 500;
  font-size: 0.7292vw;
  line-height: 0.875vw;
  letter-spacing: 0;
  color: var(--lime-light);
}
@media (max-width: 1440px) {
  .footer__info-right p {
    font-size: 0.9722vw;
    line-height: 1.1667vw;
  }
}
@media (max-width: 768px) {
  .footer__info-right p {
    font-size: 1.8229vw;
    line-height: 2.1875vw;
  }
}
@media (max-width: 575px) {
  .footer__info-right p {
    font-size: 3.8889vw;
    line-height: 4.6667vw;
  }
}
.footer__info-right a {
  outline: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.7292vw;
  line-height: 0.875vw;
  letter-spacing: 0;
  color: var(--grey-regular);
  opacity: 0.5;
  transition: opacity 0.6s;
}
@media (max-width: 1440px) {
  .footer__info-right a {
    font-size: 0.9722vw;
    line-height: 1.1667vw;
  }
}
@media (max-width: 768px) {
  .footer__info-right a {
    font-size: 1.8229vw;
    line-height: 2.1875vw;
  }
}
@media (max-width: 575px) {
  .footer__info-right a {
    font-size: 3.8889vw;
    line-height: 4.6667vw;
  }
}
.footer__info-right a:hover {
  opacity: 0.8;
}
.footer__info-right ul {
  display: flex;
  flex-direction: column;
  gap: 0.625vw;
  padding-left: 0.8854vw;
}
@media (max-width: 1440px) {
  .footer__info-right ul {
    padding-left: 1.1806vw;
    gap: 0.6944vw;
  }
}
@media (max-width: 768px) {
  .footer__info-right ul {
    padding-left: 2.2135vw;
    gap: 1.3021vw;
  }
}
@media (max-width: 575px) {
  .footer__info-right ul {
    padding-left: 4.7222vw;
    gap: 2.7778vw;
  }
}
.footer__info-right li {
  list-style-type: disc;
}
.footer__bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 1.0417vw;
  border-top: 1px solid var(--grey-medium);
}
@media (max-width: 1440px) {
  .footer__bottom {
    padding-block: 1.3889vw;
  }
}
@media (max-width: 768px) {
  .footer__bottom {
    padding-block: 2.6042vw;
  }
}
@media (max-width: 575px) {
  .footer__bottom {
    padding-block: 5.5556vw;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    gap: 2.7778vw;
  }
}
.footer__bottom p {
  font-weight: 500;
  font-size: 0.7292vw;
  line-height: 0.875vw;
  letter-spacing: 0;
  color: var(--grey-regular);
  opacity: 0.5;
}
@media (max-width: 1440px) {
  .footer__bottom p {
    font-size: 0.9722vw;
    line-height: 1.1667vw;
  }
}
@media (max-width: 768px) {
  .footer__bottom p {
    font-size: 1.8229vw;
    line-height: 2.1875vw;
  }
}
@media (max-width: 575px) {
  .footer__bottom p {
    font-size: 3.8889vw;
    line-height: 4.6667vw;
  }
}
.footer__bottom a {
  outline: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.7292vw;
  line-height: 0.875vw;
  letter-spacing: 0;
  color: var(--grey-regular);
  opacity: 0.5;
  transition: opacity 0.6s;
}
@media (max-width: 1440px) {
  .footer__bottom a {
    font-size: 0.9722vw;
    line-height: 1.1667vw;
  }
}
@media (max-width: 768px) {
  .footer__bottom a {
    font-size: 1.8229vw;
    line-height: 2.1875vw;
  }
}
@media (max-width: 575px) {
  .footer__bottom a {
    font-size: 3.8889vw;
    line-height: 4.6667vw;
  }
}
.footer__bottom a:hover {
  opacity: 0.8;
}
.footer__bottom-center-el {
  display: inline-flex;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 575px) {
  .footer__bottom-center-el {
    position: relative;
    margin: 0;
  }
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background-color: var(--black);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 2.6042vw;
  transform: translateY(40%);
  opacity: 0;
  pointer-events: none;
  transition: 0.6s;
}
@media (max-width: 575px) {
  .menu {
    background-color: var(--grey-medium);
    gap: 0;
  }
}
.menu._open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
.menu__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 2.6042vw;
  padding-inline: 2.6042vw;
}
@media (max-width: 575px) {
  .menu__header {
    padding-top: 0;
    padding-bottom: 0;
    padding-inline: 2.7778vw;
  }
}
.menu__close {
  width: 11.4583vw;
  height: 5.7292vw;
}
@media (max-width: 575px) {
  .menu__close {
    display: none;
  }
}
.menu__close-mb {
  display: none;
}
@media (max-width: 575px) {
  .menu__close-mb {
    display: inline-block;
    width: 13.8889vw;
    height: 13.8889vw;
    position: relative;
    right: -2.7778vw;
  }
}
.menu__header-border {
  display: none;
}
@media (max-width: 575px) {
  .menu__header-border {
    display: block;
    position: absolute;
    bottom: 0;
    left: 2.7778vw;
    width: calc(100% - 5.5556vw);
    height: 1px;
    background-color: rgba(211, 217, 215, 0.2);
  }
}
.menu__inner {
  display: flex;
  flex-direction: column;
  gap: 3.6458vw;
  padding: 5.2083vw;
  padding-top: 0;
  background-color: var(--grey-medium);
  border-radius: 1.3021vw;
  margin-inline: 2.6042vw;
  margin-bottom: 2.6042vw;
  height: 100%;
}
@media (max-width: 575px) {
  .menu__inner {
    gap: 7.2222vw;
    padding-inline: 0;
    padding-top: 0;
    padding-bottom: 5.5556vw;
    border-radius: 0;
    margin-inline: 2.7778vw;
    margin-bottom: 0;
  }
}
.menu__links {
  display: flex;
  flex-direction: column;
}
.menu__link {
  outline: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  color: var(--lime-light);
  text-transform: uppercase;
  border-bottom: 1px solid rgba(211, 217, 215, 0.2);
  padding-top: 5.2083vw;
  padding-bottom: 3.6458vw;
}
@media (min-width: 576px) {
  .menu__link {
    font-family: var(--ff-default2);
    font-weight: 400;
    font-size: 2.5vw;
    line-height: 2.375vw;
    letter-spacing: -0.04em;
  }
}
@media (min-width: 576px) and (max-width: 1440px) {
  .menu__link {
    font-size: 2.6389vw;
    line-height: 2.5069vw;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .menu__link {
    font-size: 4.9479vw;
    line-height: 4.7005vw;
  }
}
@media (min-width: 576px) and (max-width: 575px) {
  .menu__link {
    font-size: 7.7778vw;
    line-height: 7.3889vw;
  }
}
@media (max-width: 575px) {
  .menu__link {
    font-weight: 500;
    font-size: 5.5556vw;
    line-height: 120%;
    letter-spacing: 0;
    text-transform: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.menu__link:hover {
  color: var(--lime-light);
}
.menu__link svg {
  position: absolute;
  right: -1.3021vw;
  top: 5.2083vw;
  width: 5.7292vw;
  height: 5.7292vw;
}
@media (max-width: 575px) {
  .menu__link svg {
    position: relative;
    top: 0;
    right: -3.6111vw;
    width: 12.2222vw;
    height: 12.2222vw;
  }
  .menu__link svg path {
    stroke-width: 3px;
  }
}
.menu__link svg path {
  transition: 0.6s;
}
.menu__link._accordeon svg {
  transition: 0.6s;
  transform: rotate(90deg);
}
.menu__lk {
  display: none;
  outline: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.7292vw;
  line-height: 0.875vw;
  letter-spacing: 0;
  position: absolute;
  align-items: center;
  justify-content: center;
  border-radius: 2.7778vw;
  background-color: var(--lime);
  color: var(--grey-medium);
  bottom: 5.5556vw;
  left: 2.7778vw;
  width: calc(100% - 5.5556vw);
  height: 12.2222vw;
}
@media (max-width: 1440px) {
  .menu__lk {
    font-size: 0.9722vw;
    line-height: 1.1667vw;
  }
}
@media (max-width: 768px) {
  .menu__lk {
    font-size: 1.8229vw;
    line-height: 2.1875vw;
  }
}
@media (max-width: 575px) {
  .menu__lk {
    font-size: 3.8889vw;
    line-height: 4.6667vw;
  }
}
@media (max-width: 575px) {
  .menu__lk {
    display: flex;
  }
}
.menu__solutions .ac {
  border: none !important;
  border-bottom: 1px solid rgba(211, 217, 215, 0.2) !important;
  background-color: transparent !important;
}
.menu__solutions .ac-header {
  background: none !important;
}
.menu__solutions .ac-trigger {
  padding: 0 !important;
  background: none !important;
}
.menu__solutions .ac-trigger::after {
  display: none;
}
.menu__solutions .menu__link {
  padding-top: 5.2083vw !important;
  padding-bottom: 3.6458vw !important;
  transition: 0.6s !important;
  color: var(--lime-light) !important;
}
@media (min-width: 576px) {
  .menu__solutions .menu__link {
    font-family: var(--ff-default2) !important;
    font-weight: 400 !important;
    font-size: 4.9479vw !important;
    line-height: 4.7005vw !important;
    letter-spacing: -0.04em !important;
  }
}
@media (max-width: 575px) {
  .menu__solutions .menu__link {
    font-family: var(--ff-default) !important;
    font-weight: 500 !important;
    font-size: 5.5556vw !important;
    line-height: 120% !important;
    letter-spacing: 0 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }
}
.menu__solutions .menu__solutions-list {
  display: flex;
  flex-direction: column;
  gap: 2.0833vw;
  padding-bottom: 5.2083vw;
}
@media (max-width: 575px) {
  .menu__solutions .menu__solutions-list {
    gap: 4.4444vw;
    padding-bottom: 5.5556vw;
  }
}
.menu__solutions .menu__solutions-list a {
  outline: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 1.125vw;
  letter-spacing: 0;
  color: var(--lime-light);
}
@media (max-width: 1440px) {
  .menu__solutions .menu__solutions-list a {
    font-size: 1.1111vw;
    line-height: 1.3333vw;
  }
}
@media (max-width: 768px) {
  .menu__solutions .menu__solutions-list a {
    font-size: 2.0833vw;
    line-height: 2.5vw;
  }
}
@media (max-width: 575px) {
  .menu__solutions .menu__solutions-list a {
    font-size: 4.4444vw;
    line-height: 5.3333vw;
  }
}
.menu__solutions .menu__solutions-list a:hover {
  color: var(--lime-light);
}
.menu__solutions .is-active .menu__link {
  color: var(--lime) !important;
}
.menu__solutions .is-active .menu__link svg {
  transform: rotate(270deg);
}

.team {
  position: relative;
  background-color: var(--grey-light);
  margin-block: -0.0521vw;
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
}
@media (max-width: 1440px) {
  .team {
    margin-block: -0.0694vw;
    padding-top: 6.9444vw;
    padding-bottom: 6.9444vw;
  }
}
@media (max-width: 768px) {
  .team {
    margin-block: -0.1302vw;
    padding-top: 10.4167vw;
    padding-bottom: 10.4167vw;
  }
}
@media (max-width: 575px) {
  .team {
    margin-block: -0.2778vw;
    padding-top: 13.8889vw;
    padding-bottom: 13.8889vw;
  }
}
.team__title {
  font-family: var(--ff-default2);
  font-weight: 400;
  font-size: 2.5vw;
  line-height: 2.375vw;
  letter-spacing: -0.04em;
  color: var(--grey-medium);
  text-align: center;
  margin-bottom: 1.0417vw;
  padding-inline: 26.8229vw;
}
@media (max-width: 1440px) {
  .team__title {
    font-size: 2.6389vw;
    line-height: 2.5069vw;
  }
}
@media (max-width: 768px) {
  .team__title {
    font-size: 4.9479vw;
    line-height: 4.7005vw;
  }
}
@media (max-width: 575px) {
  .team__title {
    font-size: 7.7778vw;
    line-height: 7.3889vw;
  }
}
@media (max-width: 1440px) {
  .team__title {
    margin-bottom: 1.3889vw;
    padding-inline: 30.4861vw;
  }
}
@media (max-width: 768px) {
  .team__title {
    margin-bottom: 2.6042vw;
    padding-inline: 13.4115vw;
  }
}
@media (max-width: 575px) {
  .team__title {
    margin-bottom: 5.5556vw;
    padding-inline: 2.7778vw;
  }
}
.team__subtitle {
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 1.125vw;
  letter-spacing: 0;
  color: var(--grey-medium);
  text-align: center;
  margin-bottom: 2.0833vw;
  padding-inline: 38.125vw;
}
@media (max-width: 1440px) {
  .team__subtitle {
    font-size: 1.1111vw;
    line-height: 1.3333vw;
  }
}
@media (max-width: 768px) {
  .team__subtitle {
    font-size: 2.0833vw;
    line-height: 2.5vw;
  }
}
@media (max-width: 575px) {
  .team__subtitle {
    font-size: 4.4444vw;
    line-height: 5.3333vw;
  }
}
@media (max-width: 1440px) {
  .team__subtitle {
    margin-bottom: 2.7778vw;
    padding-inline: 34.7222vw;
  }
}
@media (max-width: 768px) {
  .team__subtitle {
    margin-bottom: 2.6042vw;
    padding-inline: 21.3542vw;
  }
}
@media (max-width: 575px) {
  .team__subtitle {
    margin-bottom: 5.5556vw;
    padding-inline: 2.7778vw;
  }
}
.team__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.0833vw;
  padding-inline: 8.3333vw;
}
@media (max-width: 1440px) {
  .team__content {
    row-gap: 2.7778vw;
    -moz-column-gap: 1.3889vw;
         column-gap: 1.3889vw;
    padding-inline: 6.9444vw;
  }
}
@media (max-width: 768px) {
  .team__content {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 2.6042vw;
    -moz-column-gap: 2.6042vw;
         column-gap: 2.6042vw;
    padding-inline: 2.6042vw;
  }
}
@media (max-width: 575px) {
  .team__content {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 5.5556vw;
    -moz-column-gap: 2.7778vw;
         column-gap: 2.7778vw;
    padding-inline: 2.7778vw;
  }
}
.team__content-item {
  display: flex;
  flex-direction: column;
}
.team__content-item-img {
  width: 100%;
  height: 20.8333vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 0.5208vw;
  margin-bottom: 0.7813vw;
}
@media (max-width: 1440px) {
  .team__content-item-img {
    height: 22.1528vw;
    border-radius: 0.6944vw;
    margin-bottom: 1.0417vw;
  }
}
@media (max-width: 768px) {
  .team__content-item-img {
    height: 32.2917vw;
    border-radius: 1.3021vw;
    margin-bottom: 1.9531vw;
  }
}
@media (max-width: 575px) {
  .team__content-item-img {
    height: 49.7222vw;
    border-radius: 2.7778vw;
    margin-bottom: 2.7778vw;
  }
}
.team__content-item-name {
  color: var(--grey-medium);
  margin-bottom: 0.2604vw;
}
@media (max-width: 1440px) {
  .team__content-item-name {
    margin-bottom: 0.3472vw;
  }
}
@media (max-width: 768px) {
  .team__content-item-name {
    margin-bottom: 0.651vw;
  }
}
@media (min-width: 576px) {
  .team__content-item-name {
    font-weight: 500;
    font-size: 1.0417vw;
    line-height: 1.25vw;
    letter-spacing: 0;
  }
}
@media (min-width: 576px) and (max-width: 1440px) {
  .team__content-item-name {
    font-size: 1.25vw;
    line-height: 1.5vw;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .team__content-item-name {
    font-size: 2.3438vw;
    line-height: 2.8125vw;
  }
}
@media (min-width: 576px) and (max-width: 575px) {
  .team__content-item-name {
    font-size: 4.4444vw;
    line-height: 5.3333vw;
  }
}
@media (max-width: 575px) {
  .team__content-item-name {
    font-weight: 500;
    font-size: 0.9375vw;
    line-height: 1.125vw;
    letter-spacing: 0;
    margin-bottom: 1.3889vw;
  }
}
@media (max-width: 575px) and (max-width: 1440px) {
  .team__content-item-name {
    font-size: 1.1111vw;
    line-height: 1.3333vw;
  }
}
@media (max-width: 575px) and (max-width: 768px) {
  .team__content-item-name {
    font-size: 2.0833vw;
    line-height: 2.5vw;
  }
}
@media (max-width: 575px) and (max-width: 575px) {
  .team__content-item-name {
    font-size: 4.4444vw;
    line-height: 5.3333vw;
  }
}
.team__content-item-post {
  font-weight: 500;
  font-size: 0.8333vw;
  line-height: 1vw;
  letter-spacing: 0;
  color: var(--grey-medium);
  opacity: 0.5;
}
@media (max-width: 1440px) {
  .team__content-item-post {
    font-size: 0.9722vw;
    line-height: 1.1667vw;
  }
}
@media (max-width: 768px) {
  .team__content-item-post {
    font-size: 1.8229vw;
    line-height: 2.1875vw;
  }
}
@media (max-width: 575px) {
  .team__content-item-post {
    font-size: 3.8889vw;
    line-height: 4.6667vw;
  }
}
.team__content-vacs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.0833vw;
  height: 24.1146vw;
  background-color: var(--grey-medium);
  border-radius: 0.5208vw;
}
@media (max-width: 1440px) {
  .team__content-vacs {
    gap: 2.7778vw;
    height: 26.25vw;
    border-radius: 0.6944vw;
  }
}
@media (max-width: 768px) {
  .team__content-vacs {
    gap: 5.2083vw;
    height: auto;
    padding-block: 5.2083vw;
    border-radius: 1.3021vw;
  }
}
@media (max-width: 575px) {
  .team__content-vacs {
    gap: 5.5556vw;
    padding-block: 6.9444vw;
    border-radius: 2.7778vw;
  }
}
.team__content-vacs svg {
  width: 2.2917vw;
  height: 2.2917vw;
}
@media (max-width: 1440px) {
  .team__content-vacs svg {
    width: 3.0556vw;
    height: 3.0556vw;
  }
}
@media (max-width: 768px) {
  .team__content-vacs svg {
    width: 5.7292vw;
    height: 5.7292vw;
  }
}
@media (max-width: 575px) {
  .team__content-vacs svg {
    width: 11.1111vw;
    height: 11.1111vw;
  }
}
.team__content-vacs-title {
  text-align: center;
  color: var(--lime-light);
  padding-inline: 4.2708vw;
}
@media (min-width: 1441px) {
  .team__content-vacs-title {
    font-weight: 400;
    font-size: 1.4583vw;
    line-height: 105%;
    letter-spacing: -0.04em;
  }
}
@media (max-width: 1440px) {
  .team__content-vacs-title {
    font-weight: 500;
    font-size: 1.0417vw;
    line-height: 1.25vw;
    letter-spacing: 0;
    padding-inline: 4.8611vw;
  }
}
@media (max-width: 1440px) and (max-width: 1440px) {
  .team__content-vacs-title {
    font-size: 1.25vw;
    line-height: 1.5vw;
  }
}
@media (max-width: 1440px) and (max-width: 768px) {
  .team__content-vacs-title {
    font-size: 2.3438vw;
    line-height: 2.8125vw;
  }
}
@media (max-width: 1440px) and (max-width: 575px) {
  .team__content-vacs-title {
    font-size: 4.4444vw;
    line-height: 5.3333vw;
  }
}
@media (max-width: 768px) {
  .team__content-vacs-title {
    padding-inline: 3.9063vw;
  }
}
@media (max-width: 575px) {
  .team__content-vacs-title {
    padding-inline: 5.2778vw;
  }
}
.team__main-link {
  outline: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.7292vw;
  line-height: 0.875vw;
  letter-spacing: 0;
  text-align: center;
  color: var(--grey-medium);
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 1.5625vw;
  height: 2.2917vw;
  background-color: var(--lime);
  border-radius: 0.5208vw;
  transition: opacity 0.6s;
}
@media (max-width: 1440px) {
  .team__main-link {
    font-size: 0.9722vw;
    line-height: 1.1667vw;
  }
}
@media (max-width: 768px) {
  .team__main-link {
    font-size: 1.8229vw;
    line-height: 2.1875vw;
  }
}
@media (max-width: 575px) {
  .team__main-link {
    font-size: 3.8889vw;
    line-height: 4.6667vw;
  }
}
@media (max-width: 1440px) {
  .team__main-link {
    padding-inline: 2.0833vw;
    height: 3.0556vw;
    border-radius: 0.6944vw;
  }
}
@media (max-width: 768px) {
  .team__main-link {
    padding-inline: 3.9063vw;
    height: 5.7292vw;
    border-radius: 1.3021vw;
  }
}
@media (max-width: 575px) {
  .team__main-link {
    padding-inline: 2.7778vw;
    height: 12.2222vw;
    border-radius: 2.7778vw;
  }
}
.team__main-link:hover {
  opacity: 0.9;
  color: var(--grey-medium);
}

.clients {
  position: relative;
  background-color: var(--black);
  padding-block: 6.25vw;
  margin-block: -0.0521vw;
}
@media (max-width: 1440px) {
  .clients {
    padding-block: 6.9444vw;
    margin-block: -0.0694vw;
  }
}
@media (max-width: 768px) {
  .clients {
    padding-top: 9.1146vw;
    padding-bottom: 10.4167vw;
    margin-block: -0.1302vw;
  }
}
@media (max-width: 575px) {
  .clients {
    padding-top: 13.8889vw;
    padding-bottom: 13.8889vw;
    margin-block: -0.2778vw;
  }
}
.clients__title {
  font-family: var(--ff-default2);
  font-weight: 400;
  font-size: 2.5vw;
  line-height: 2.375vw;
  letter-spacing: -0.04em;
  text-align: center;
  color: var(--lime-light);
  margin-bottom: 3.125vw;
}
@media (max-width: 1440px) {
  .clients__title {
    font-size: 2.6389vw;
    line-height: 2.5069vw;
  }
}
@media (max-width: 768px) {
  .clients__title {
    font-size: 4.9479vw;
    line-height: 4.7005vw;
  }
}
@media (max-width: 575px) {
  .clients__title {
    font-size: 7.7778vw;
    line-height: 7.3889vw;
  }
}
@media (max-width: 1440px) {
  .clients__title {
    margin-bottom: 2.7778vw;
  }
}
@media (max-width: 768px) {
  .clients__title {
    margin-bottom: 5.2083vw;
  }
}
@media (max-width: 575px) {
  .clients__title {
    margin-bottom: 11.1111vw;
  }
}
.clients__items {
  position: relative;
  overflow: hidden;
}
@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.clients__items-inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  transform-style: preserve-3d;
  will-change: transform;
}
.clients__items-inner img {
  backface-visibility: hidden;
  height: 2.6042vw;
  padding-inline: 1.5625vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1440px) {
  .clients__items-inner img {
    height: 3.4722vw;
    padding-inline: 2.0833vw;
  }
}
@media (max-width: 768px) {
  .clients__items-inner img {
    height: 6.5104vw;
    padding-inline: 3.9063vw;
  }
}
@media (max-width: 575px) {
  .clients__items-inner img {
    height: 13.8889vw;
    padding-inline: 5.5556vw;
  }
}

.achievements {
  position: relative;
  background-color: var(--lime);
  margin-block: -0.0521vw;
  padding-top: 6.25vw;
  padding-bottom: 7.8125vw;
  padding-inline: 8.3333vw;
}
@media (max-width: 1440px) {
  .achievements {
    margin-block: -0.0694vw;
    padding-top: 6.9444vw;
    padding-bottom: 6.9444vw;
    padding-inline: 6.9444vw;
  }
}
@media (max-width: 768px) {
  .achievements {
    margin-block: -0.1302vw;
    padding-top: 10.4167vw;
    padding-bottom: 10.4167vw;
    padding-inline: 2.6042vw;
  }
}
@media (max-width: 575px) {
  .achievements {
    margin-block: -0.2778vw;
    padding-top: 13.8889vw;
    padding-bottom: 13.8889vw;
    padding-inline: 2.7778vw;
  }
}
.achievements__title {
  font-family: var(--ff-default2);
  font-weight: 400;
  font-size: 2.5vw;
  line-height: 2.375vw;
  letter-spacing: -0.04em;
  color: var(--grey-medium);
  text-align: center;
  margin-bottom: 2.0833vw;
}
@media (max-width: 1440px) {
  .achievements__title {
    font-size: 2.6389vw;
    line-height: 2.5069vw;
  }
}
@media (max-width: 768px) {
  .achievements__title {
    font-size: 4.9479vw;
    line-height: 4.7005vw;
  }
}
@media (max-width: 575px) {
  .achievements__title {
    font-size: 7.7778vw;
    line-height: 7.3889vw;
  }
}
@media (max-width: 1440px) {
  .achievements__title {
    margin-bottom: 2.7778vw;
  }
}
@media (max-width: 768px) {
  .achievements__title {
    margin-bottom: 3.9063vw;
  }
}
@media (max-width: 575px) {
  .achievements__title {
    margin-bottom: 5.5556vw;
  }
}
.achievements__content {
  display: grid;
  gap: 2.0833vw;
}
@media (max-width: 1440px) {
  .achievements__content {
    gap: 1.3889vw;
  }
}
@media (max-width: 768px) {
  .achievements__content {
    gap: 2.6042vw;
  }
}
@media (max-width: 575px) {
  .achievements__content {
    gap: 2.7778vw;
  }
}
.achievements__content._grid2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 575px) {
  .achievements__content._grid2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.achievements__content._grid3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 575px) {
  .achievements__content._grid3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.achievements__content-item {
  outline: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.7813vw;
  padding-block: 3.3854vw;
  background-color: var(--grey-medium);
  border-radius: 0.5208vw;
}
@media (max-width: 1440px) {
  .achievements__content-item {
    gap: 1.0417vw;
    padding-block: 4.8611vw;
    border-radius: 0.6944vw;
  }
}
@media (max-width: 768px) {
  .achievements__content-item {
    gap: 1.9531vw;
    padding-block: 5.2083vw;
    border-radius: 1.3021vw;
  }
}
@media (max-width: 575px) {
  .achievements__content-item {
    gap: 4.1667vw;
    padding-top: 5.5556vw;
    padding-bottom: 6.9444vw;
    border-radius: 2.7778vw;
  }
}
.achievements__content-item-img {
  height: 3.125vw;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1440px) {
  .achievements__content-item-img {
    height: 3.4722vw;
  }
}
@media (max-width: 768px) {
  .achievements__content-item-img {
    height: 6.5104vw;
  }
}
@media (max-width: 575px) {
  .achievements__content-item-img {
    height: 13.8889vw;
  }
}
.achievements__content-item-title {
  color: var(--lime-light);
  text-align: center;
}
@media (min-width: 1441px) {
  .achievements__content-item-title {
    font-weight: 500;
    font-size: 0.8333vw;
    line-height: 1.1667vw;
    letter-spacing: 0;
  }
}
@media (min-width: 1441px) and (max-width: 1440px) {
  .achievements__content-item-title {
    font-size: 0.9722vw;
    line-height: 1.3611vw;
  }
}
@media (min-width: 1441px) and (max-width: 768px) {
  .achievements__content-item-title {
    font-size: 1.8229vw;
    line-height: 2.5521vw;
  }
}
@media (min-width: 1441px) and (max-width: 575px) {
  .achievements__content-item-title {
    font-size: 3.8889vw;
    line-height: 5.4444vw;
  }
}
@media (max-width: 1440px) and (min-width: 769px) {
  .achievements__content-item-title {
    font-weight: 500;
    font-size: 1.1111vw;
    line-height: 1.5556vw;
    letter-spacing: 0;
  }
}
@media (max-width: 768px) {
  .achievements__content-item-title {
    font-weight: 500;
    font-size: 0.8333vw;
    line-height: 1.1667vw;
    letter-spacing: 0;
  }
}
@media (max-width: 768px) and (max-width: 1440px) {
  .achievements__content-item-title {
    font-size: 0.9722vw;
    line-height: 1.3611vw;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .achievements__content-item-title {
    font-size: 1.8229vw;
    line-height: 2.5521vw;
  }
}
@media (max-width: 768px) and (max-width: 575px) {
  .achievements__content-item-title {
    font-size: 3.8889vw;
    line-height: 5.4444vw;
  }
}

.history {
  position: relative;
  background-color: var(--grey-medium);
  margin-block: -0.0521vw;
  padding-block: 6.25vw;
}
@media (max-width: 1440px) {
  .history {
    margin-block: -0.0694vw;
    padding-block: 6.9444vw;
  }
}
@media (max-width: 768px) {
  .history {
    margin-block: -0.1302vw;
    padding-block: 10.4167vw;
  }
}
@media (max-width: 575px) {
  .history {
    margin-block: -0.2778vw;
    padding-block: 13.8889vw;
  }
}
.history__title {
  font-family: var(--ff-default2);
  font-weight: 400;
  font-size: 2.5vw;
  line-height: 2.375vw;
  letter-spacing: -0.04em;
  color: var(--lime-light);
  text-align: center;
  padding-inline: 2.0833vw;
  margin-bottom: 4.1667vw;
}
@media (max-width: 1440px) {
  .history__title {
    font-size: 2.6389vw;
    line-height: 2.5069vw;
  }
}
@media (max-width: 768px) {
  .history__title {
    font-size: 4.9479vw;
    line-height: 4.7005vw;
  }
}
@media (max-width: 575px) {
  .history__title {
    font-size: 7.7778vw;
    line-height: 7.3889vw;
  }
}
@media (max-width: 1440px) {
  .history__title {
    padding-inline: 1.0417vw;
    margin-bottom: 3.125vw;
  }
}
@media (max-width: 768px) {
  .history__title {
    padding-inline: 2.6042vw;
    margin-bottom: 5.2083vw;
  }
}
@media (max-width: 575px) {
  .history__title {
    padding-inline: 2.7778vw;
    margin-bottom: 5.5556vw;
  }
}
.history__slider {
  pointer-events: none;
  height: 32.2917vw;
}
@media (max-width: 1440px) {
  .history__slider {
    height: 29.7222vw;
  }
}
@media (max-width: 768px) {
  .history__slider {
    height: 45.5729vw;
  }
}
@media (max-width: 575px) {
  .history__slider {
    height: 69.4444vw;
  }
}
.history__slider-wrapper {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.history__slide {
  pointer-events: all;
  display: flex;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  height: 100%;
  cursor: grab;
}
@media (max-width: 575px) {
  .history__slide {
    justify-content: start;
    padding-right: 2.7778vw;
  }
}
.history__slide .history__slide-content {
  display: flex;
  align-items: center;
  gap: 1.5625vw;
}
@media (max-width: 1440px) {
  .history__slide .history__slide-content {
    gap: 2.0833vw;
  }
}
@media (max-width: 768px) {
  .history__slide .history__slide-content {
    gap: 1.9531vw;
  }
}
@media (max-width: 575px) {
  .history__slide .history__slide-content {
    gap: 1.3021vw;
    flex-direction: column;
    align-items: start;
    padding-left: 2.7778vw;
  }
}
.history__slide .history__slide-content-year,
.history__slide .history__slide-content-right,
.history__slide .history__slide-content-name,
.history__slide .history__slide-content-description,
.history__slide .history__slide-content,
.history__slide .history__slide-content-right {
  transition: 0.6s;
}
.history__slide.swiper-slide-active .history__slide-content-year {
  color: var(--lime);
}
@media (min-width: 1441px) {
  .history__slide.swiper-slide-active .history__slide-content-year {
    font-weight: 400;
    font-size: 12.5vw;
    line-height: 12.5vw;
    letter-spacing: -0.06em;
  }
}
@media (min-width: 1441px) and (max-width: 1440px) {
  .history__slide.swiper-slide-active .history__slide-content-year {
    font-size: 16.6667vw;
    line-height: 16.6667vw;
  }
}
@media (min-width: 1441px) and (max-width: 768px) {
  .history__slide.swiper-slide-active .history__slide-content-year {
    font-size: 15.625vw;
    line-height: 15.625vw;
  }
}
@media (min-width: 1441px) and (max-width: 575px) {
  .history__slide.swiper-slide-active .history__slide-content-year {
    font-size: 33.3333vw;
    line-height: 33.3333vw;
  }
}
@media (max-width: 1440px) and (min-width: 769px) {
  .history__slide.swiper-slide-active .history__slide-content-year {
    font-weight: 400;
    font-size: 8.3333vw;
    line-height: 8.3333vw;
    letter-spacing: -0.06em;
  }
}
@media (max-width: 1440px) and (min-width: 769px) and (max-width: 1440px) {
  .history__slide.swiper-slide-active .history__slide-content-year {
    font-size: 11.1111vw;
    line-height: 11.1111vw;
  }
}
@media (max-width: 1440px) and (min-width: 769px) and (max-width: 768px) {
  .history__slide.swiper-slide-active .history__slide-content-year {
    font-size: 20.8333vw;
    line-height: 20.8333vw;
  }
}
@media (max-width: 1440px) and (min-width: 769px) and (max-width: 575px) {
  .history__slide.swiper-slide-active .history__slide-content-year {
    font-size: 44.4444vw;
    line-height: 44.4444vw;
  }
}
@media (max-width: 768px) and (min-width: 576px) {
  .history__slide.swiper-slide-active .history__slide-content-year {
    font-weight: 400;
    font-size: 12.5vw;
    line-height: 12.5vw;
    letter-spacing: -0.06em;
  }
}
@media (max-width: 768px) and (min-width: 576px) and (max-width: 1440px) {
  .history__slide.swiper-slide-active .history__slide-content-year {
    font-size: 16.6667vw;
    line-height: 16.6667vw;
  }
}
@media (max-width: 768px) and (min-width: 576px) and (max-width: 768px) {
  .history__slide.swiper-slide-active .history__slide-content-year {
    font-size: 15.625vw;
    line-height: 15.625vw;
  }
}
@media (max-width: 768px) and (min-width: 576px) and (max-width: 575px) {
  .history__slide.swiper-slide-active .history__slide-content-year {
    font-size: 33.3333vw;
    line-height: 33.3333vw;
  }
}
@media (max-width: 575px) {
  .history__slide.swiper-slide-active .history__slide-content-year {
    font-weight: 400;
    font-size: 4.6875vw;
    line-height: 4.6875vw;
    letter-spacing: -0.06em;
  }
}
@media (max-width: 575px) and (max-width: 1440px) {
  .history__slide.swiper-slide-active .history__slide-content-year {
    font-size: 6.25vw;
    line-height: 6.25vw;
  }
}
@media (max-width: 575px) and (max-width: 768px) {
  .history__slide.swiper-slide-active .history__slide-content-year {
    font-size: 9.1146vw;
    line-height: 9.1146vw;
  }
}
@media (max-width: 575px) and (max-width: 575px) {
  .history__slide.swiper-slide-active .history__slide-content-year {
    font-size: 19.4444vw;
    line-height: 19.4444vw;
  }
}
.history__slide.swiper-slide-active .history__slide-content-right {
  display: flex;
  flex-direction: column;
  gap: 0.5208vw;
  width: 14.7396vw;
}
@media (max-width: 1440px) {
  .history__slide.swiper-slide-active .history__slide-content-right {
    gap: 0.6944vw;
    width: 19.6528vw;
  }
}
@media (max-width: 768px) {
  .history__slide.swiper-slide-active .history__slide-content-right {
    gap: 1.3021vw;
    width: 36.849vw;
  }
}
@media (max-width: 575px) {
  .history__slide.swiper-slide-active .history__slide-content-right {
    gap: 1.3889vw;
    width: 50.2778vw;
  }
}
.history__slide.swiper-slide-active .history__slide-content-name {
  color: var(--lime-light);
}
@media (min-width: 576px) {
  .history__slide.swiper-slide-active .history__slide-content-name {
    font-weight: 400;
    font-size: 1.7708vw;
    line-height: 1.6823vw;
    letter-spacing: -0.04em;
  }
}
@media (min-width: 576px) and (max-width: 1440px) {
  .history__slide.swiper-slide-active .history__slide-content-name {
    font-size: 2.3611vw;
    line-height: 2.2431vw;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .history__slide.swiper-slide-active .history__slide-content-name {
    font-size: 4.4271vw;
    line-height: 4.2057vw;
  }
}
@media (min-width: 576px) and (max-width: 575px) {
  .history__slide.swiper-slide-active .history__slide-content-name {
    font-size: 9.4444vw;
    line-height: 8.9722vw;
  }
}
@media (max-width: 575px) {
  .history__slide.swiper-slide-active .history__slide-content-name {
    font-weight: 500;
    font-size: 0.9375vw;
    line-height: 1.125vw;
    letter-spacing: 0;
  }
}
@media (max-width: 575px) and (max-width: 1440px) {
  .history__slide.swiper-slide-active .history__slide-content-name {
    font-size: 1.1111vw;
    line-height: 1.3333vw;
  }
}
@media (max-width: 575px) and (max-width: 768px) {
  .history__slide.swiper-slide-active .history__slide-content-name {
    font-size: 2.0833vw;
    line-height: 2.5vw;
  }
}
@media (max-width: 575px) and (max-width: 575px) {
  .history__slide.swiper-slide-active .history__slide-content-name {
    font-size: 4.4444vw;
    line-height: 5.3333vw;
  }
}
.history__slide.swiper-slide-active .history__slide-content-description {
  color: var(--lime-light);
  opacity: 0.6;
}
@media (min-width: 576px) {
  .history__slide.swiper-slide-active .history__slide-content-description {
    font-weight: 500;
    font-size: 0.8333vw;
    line-height: 1vw;
    letter-spacing: 0;
  }
}
@media (min-width: 576px) and (max-width: 1440px) {
  .history__slide.swiper-slide-active .history__slide-content-description {
    font-size: 0.9722vw;
    line-height: 1.1667vw;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .history__slide.swiper-slide-active .history__slide-content-description {
    font-size: 1.8229vw;
    line-height: 2.1875vw;
  }
}
@media (min-width: 576px) and (max-width: 575px) {
  .history__slide.swiper-slide-active .history__slide-content-description {
    font-size: 3.8889vw;
    line-height: 4.6667vw;
  }
}
@media (max-width: 575px) {
  .history__slide.swiper-slide-active .history__slide-content-description {
    font-weight: 500;
    font-size: 0.7292vw;
    line-height: 0.875vw;
    letter-spacing: 0;
  }
}
@media (max-width: 575px) and (max-width: 1440px) {
  .history__slide.swiper-slide-active .history__slide-content-description {
    font-size: 0.9722vw;
    line-height: 1.1667vw;
  }
}
@media (max-width: 575px) and (max-width: 768px) {
  .history__slide.swiper-slide-active .history__slide-content-description {
    font-size: 1.8229vw;
    line-height: 2.1875vw;
  }
}
@media (max-width: 575px) and (max-width: 575px) {
  .history__slide.swiper-slide-active .history__slide-content-description {
    font-size: 3.8889vw;
    line-height: 4.6667vw;
  }
}
.history__slide.swiper-slide-next .history__slide-content-year, .history__slide.swiper-slide-prev .history__slide-content-year, .history__slide .history__slide-content-year {
  color: var(--grey-regular);
}
@media (min-width: 1441px) {
  .history__slide.swiper-slide-next .history__slide-content-year, .history__slide.swiper-slide-prev .history__slide-content-year, .history__slide .history__slide-content-year {
    font-weight: 400;
    font-size: 8.3333vw;
    line-height: 8.3333vw;
    letter-spacing: -0.06em;
  }
}
@media (min-width: 1441px) and (max-width: 1440px) {
  .history__slide.swiper-slide-next .history__slide-content-year, .history__slide.swiper-slide-prev .history__slide-content-year, .history__slide .history__slide-content-year {
    font-size: 11.1111vw;
    line-height: 11.1111vw;
  }
}
@media (min-width: 1441px) and (max-width: 768px) {
  .history__slide.swiper-slide-next .history__slide-content-year, .history__slide.swiper-slide-prev .history__slide-content-year, .history__slide .history__slide-content-year {
    font-size: 20.8333vw;
    line-height: 20.8333vw;
  }
}
@media (min-width: 1441px) and (max-width: 575px) {
  .history__slide.swiper-slide-next .history__slide-content-year, .history__slide.swiper-slide-prev .history__slide-content-year, .history__slide .history__slide-content-year {
    font-size: 44.4444vw;
    line-height: 44.4444vw;
  }
}
@media (max-width: 1440px) {
  .history__slide.swiper-slide-next .history__slide-content-year, .history__slide.swiper-slide-prev .history__slide-content-year, .history__slide .history__slide-content-year {
    font-weight: 400;
    font-size: 4.6875vw;
    line-height: 4.6875vw;
    letter-spacing: -0.06em;
  }
}
@media (max-width: 1440px) and (max-width: 1440px) {
  .history__slide.swiper-slide-next .history__slide-content-year, .history__slide.swiper-slide-prev .history__slide-content-year, .history__slide .history__slide-content-year {
    font-size: 6.25vw;
    line-height: 6.25vw;
  }
}
@media (max-width: 1440px) and (max-width: 768px) {
  .history__slide.swiper-slide-next .history__slide-content-year, .history__slide.swiper-slide-prev .history__slide-content-year, .history__slide .history__slide-content-year {
    font-size: 9.1146vw;
    line-height: 9.1146vw;
  }
}
@media (max-width: 1440px) and (max-width: 575px) {
  .history__slide.swiper-slide-next .history__slide-content-year, .history__slide.swiper-slide-prev .history__slide-content-year, .history__slide .history__slide-content-year {
    font-size: 19.4444vw;
    line-height: 19.4444vw;
  }
}
.history__slide.swiper-slide-next .history__slide-content-right, .history__slide.swiper-slide-prev .history__slide-content-right, .history__slide .history__slide-content-right {
  display: flex;
  flex-direction: column;
  gap: 0.2604vw;
  width: 14.1667vw;
}
@media (max-width: 1440px) {
  .history__slide.swiper-slide-next .history__slide-content-right, .history__slide.swiper-slide-prev .history__slide-content-right, .history__slide .history__slide-content-right {
    gap: 0.3472vw;
    width: 18.8889vw;
  }
}
@media (max-width: 768px) {
  .history__slide.swiper-slide-next .history__slide-content-right, .history__slide.swiper-slide-prev .history__slide-content-right, .history__slide .history__slide-content-right {
    gap: 0.651vw;
    width: 35.4167vw;
  }
}
@media (max-width: 575px) {
  .history__slide.swiper-slide-next .history__slide-content-right, .history__slide.swiper-slide-prev .history__slide-content-right, .history__slide .history__slide-content-right {
    gap: 1.3889vw;
    width: 50.2778vw;
  }
}
.history__slide.swiper-slide-next .history__slide-content-name, .history__slide.swiper-slide-prev .history__slide-content-name, .history__slide .history__slide-content-name {
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 1.125vw;
  letter-spacing: 0;
  color: var(--lime-light);
}
@media (max-width: 1440px) {
  .history__slide.swiper-slide-next .history__slide-content-name, .history__slide.swiper-slide-prev .history__slide-content-name, .history__slide .history__slide-content-name {
    font-size: 1.1111vw;
    line-height: 1.3333vw;
  }
}
@media (max-width: 768px) {
  .history__slide.swiper-slide-next .history__slide-content-name, .history__slide.swiper-slide-prev .history__slide-content-name, .history__slide .history__slide-content-name {
    font-size: 2.0833vw;
    line-height: 2.5vw;
  }
}
@media (max-width: 575px) {
  .history__slide.swiper-slide-next .history__slide-content-name, .history__slide.swiper-slide-prev .history__slide-content-name, .history__slide .history__slide-content-name {
    font-size: 4.4444vw;
    line-height: 5.3333vw;
  }
}
.history__slide.swiper-slide-next .history__slide-content-description, .history__slide.swiper-slide-prev .history__slide-content-description, .history__slide .history__slide-content-description {
  font-weight: 500;
  font-size: 0.7292vw;
  line-height: 0.875vw;
  letter-spacing: 0;
  color: var(--lime-light);
  opacity: 0.6;
}
@media (max-width: 1440px) {
  .history__slide.swiper-slide-next .history__slide-content-description, .history__slide.swiper-slide-prev .history__slide-content-description, .history__slide .history__slide-content-description {
    font-size: 0.9722vw;
    line-height: 1.1667vw;
  }
}
@media (max-width: 768px) {
  .history__slide.swiper-slide-next .history__slide-content-description, .history__slide.swiper-slide-prev .history__slide-content-description, .history__slide .history__slide-content-description {
    font-size: 1.8229vw;
    line-height: 2.1875vw;
  }
}
@media (max-width: 575px) {
  .history__slide.swiper-slide-next .history__slide-content-description, .history__slide.swiper-slide-prev .history__slide-content-description, .history__slide .history__slide-content-description {
    font-size: 3.8889vw;
    line-height: 4.6667vw;
  }
}
.history__slider-pagination {
  pointer-events: all;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.2083vw;
  bottom: 0 !important;
  top: 0 !important;
  left: 2.0833vw !important;
  margin: auto 0;
  transform: none !important;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1440px) {
  .history__slider-pagination {
    gap: 0.2778vw;
    bottom: 5.5556vw !important;
  }
}
@media (max-width: 768px) {
  .history__slider-pagination {
    gap: 0.5208vw;
    bottom: 10.4167vw !important;
  }
}
@media (max-width: 575px) {
  .history__slider-pagination {
    gap: 1.1111vw;
    bottom: 13.8889vw !important;
    margin: 0 auto;
    flex-direction: row;
    top: auto !important;
    bottom: 0 !important;
  }
}
.history__slider-pagination .swiper-pagination-bullet {
  position: relative;
  width: 12px;
  height: 12px;
  margin: 0 !important;
  background: none !important;
  opacity: 1 !important;
}
.history__slider-pagination .swiper-pagination-bullet .circle-outer {
  position: absolute;
  z-index: 0;
  inset: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: var(--lime);
  opacity: 0;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 100%, 0 0, 50% 0, 50% 50%, 50% 50%);
          clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 100%, 0 0, 50% 0, 50% 50%, 50% 50%);
}
.history__slider-pagination .swiper-pagination-bullet .circle-inner {
  box-sizing: content-box;
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 1;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  border: 2px solid var(--grey-medium);
  background-color: #7d8c7a;
  transition: background-color 0.6s;
}
@keyframes xxx {
  12.5% {
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 100%, 0 0, 0 0, 50% 50%, 50% 50%);
            clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 100%, 0 0, 0 0, 50% 50%, 50% 50%);
  }
  25% {
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 100%, 0 50%, 0 50%, 50% 50%, 50% 50%);
            clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 100%, 0 50%, 0 50%, 50% 50%, 50% 50%);
  }
  37.5% {
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 100%, 0 100%, 0 100%, 50% 50%, 50% 50%);
            clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 100%, 0 100%, 0 100%, 50% 50%, 50% 50%);
  }
  50% {
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 50%, 50% 50%);
            clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 50%, 50% 50%);
  }
  62.5% {
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 50%, 50% 50%);
            clip-path: polygon(50% 0%, 100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 50%, 50% 50%);
  }
  75% {
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 50%, 100% 50%, 100% 50%, 100% 50%, 100% 50%, 50% 50%, 50% 50%);
            clip-path: polygon(50% 0%, 100% 0, 100% 50%, 100% 50%, 100% 50%, 100% 50%, 100% 50%, 50% 50%, 50% 50%);
  }
  87.5% {
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 0, 100% 0, 100% 0, 100% 0, 100% 0, 50% 50%, 50% 50%);
            clip-path: polygon(50% 0%, 100% 0, 100% 0, 100% 0, 100% 0, 100% 0, 100% 0, 50% 50%, 50% 50%);
  }
  100% {
    -webkit-clip-path: polygon(50% 0%, 50% 0, 50% 0, 50% 0, 50% 0, 50% 0, 50% 0, 50% 50%, 50% 50%);
            clip-path: polygon(50% 0%, 50% 0, 50% 0, 50% 0, 50% 0, 50% 0, 50% 0, 50% 50%, 50% 50%);
  }
}
.history__slider-pagination .swiper-pagination-bullet-active .circle-inner {
  background-color: var(--lime);
}
.history__slider-pagination .swiper-pagination-bullet-active .circle-outer {
  opacity: 1;
  animation: xxx 3s linear reverse;
}

.whywe {
  position: relative;
  background-color: var(--grey-light);
  padding-inline: 8.3333vw;
  padding-block: 6.25vw;
  margin-block: -0.0521vw;
}
@media (max-width: 1440px) {
  .whywe {
    padding-inline: 6.9444vw;
    padding-block: 6.9444vw;
    margin-block: -0.0694vw;
  }
}
@media (max-width: 768px) {
  .whywe {
    padding-inline: 2.6042vw;
    padding-block: 10.4167vw;
    margin-block: -0.1302vw;
  }
}
@media (max-width: 575px) {
  .whywe {
    padding-inline: 2.7778vw;
    padding-block: 13.8889vw;
    margin-block: -0.2778vw;
  }
}
.whywe__title {
  font-family: var(--ff-default2);
  font-weight: 400;
  font-size: 2.5vw;
  line-height: 2.375vw;
  letter-spacing: -0.04em;
  color: var(--grey-medium);
  text-align: center;
  margin-bottom: 2.0833vw;
}
@media (max-width: 1440px) {
  .whywe__title {
    font-size: 2.6389vw;
    line-height: 2.5069vw;
  }
}
@media (max-width: 768px) {
  .whywe__title {
    font-size: 4.9479vw;
    line-height: 4.7005vw;
  }
}
@media (max-width: 575px) {
  .whywe__title {
    font-size: 7.7778vw;
    line-height: 7.3889vw;
  }
}
@media (max-width: 1440px) {
  .whywe__title {
    margin-bottom: 2.7778vw;
  }
}
@media (max-width: 768px) {
  .whywe__title {
    margin-bottom: 2.6042vw;
  }
}
@media (max-width: 575px) {
  .whywe__title {
    margin-bottom: 5.5556vw;
  }
}
.whywe__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.0833vw;
}
@media (max-width: 1440px) {
  .whywe__content {
    gap: 1.3889vw;
  }
}
@media (max-width: 768px) {
  .whywe__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6042vw;
  }
}
@media (max-width: 575px) {
  .whywe__content {
    gap: 2.7778vw;
  }
}
.whywe__content-item {
  display: flex;
  align-items: center;
  gap: 1.0417vw;
  padding: 2.0833vw;
  background-color: var(--grey-regular);
  border-radius: 0.5208vw;
}
@media (max-width: 1440px) {
  .whywe__content-item {
    gap: 1.3889vw;
    padding-block: 2.7778vw;
    padding-right: 1.3889vw;
    padding-left: 2.2222vw;
    border-radius: 0.6944vw;
  }
}
@media (max-width: 768px) {
  .whywe__content-item {
    gap: 2.6042vw;
    padding-block: 5.2083vw;
    padding-right: 2.6042vw;
    padding-left: 2.6042vw;
    border-radius: 1.3021vw;
  }
}
@media (max-width: 575px) {
  .whywe__content-item {
    gap: 1.3889vw;
    flex-direction: column-reverse;
    justify-content: center;
    padding-top: 5.5556vw;
    padding-top: 10.2778vw;
    padding-right: 2.7778vw;
    padding-left: 2.7778vw;
    border-radius: 2.7778vw;
  }
}
.whywe__content-item img {
  width: 5.2083vw;
  height: 5.2083vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1440px) {
  .whywe__content-item img {
    width: 6.9444vw;
    height: 6.9444vw;
  }
}
@media (max-width: 768px) {
  .whywe__content-item img {
    width: 13.0208vw;
    height: 13.0208vw;
  }
}
@media (max-width: 575px) {
  .whywe__content-item img {
    width: 22.2222vw;
    height: 22.2222vw;
  }
}
.whywe__content-item-title {
  color: var(--grey-medium);
}
@media (min-width: 576px) {
  .whywe__content-item-title {
    font-weight: 500;
    font-size: 1.0417vw;
    line-height: 1.25vw;
    letter-spacing: 0;
  }
}
@media (min-width: 576px) and (max-width: 1440px) {
  .whywe__content-item-title {
    font-size: 1.25vw;
    line-height: 1.5vw;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .whywe__content-item-title {
    font-size: 2.3438vw;
    line-height: 2.8125vw;
  }
}
@media (min-width: 576px) and (max-width: 575px) {
  .whywe__content-item-title {
    font-size: 4.4444vw;
    line-height: 5.3333vw;
  }
}
@media (max-width: 575px) {
  .whywe__content-item-title {
    font-weight: 500;
    font-size: 0.8333vw;
    line-height: 1vw;
    letter-spacing: 0;
    text-align: center;
  }
}
@media (max-width: 575px) and (max-width: 1440px) {
  .whywe__content-item-title {
    font-size: 0.9722vw;
    line-height: 1.1667vw;
  }
}
@media (max-width: 575px) and (max-width: 768px) {
  .whywe__content-item-title {
    font-size: 1.8229vw;
    line-height: 2.1875vw;
  }
}
@media (max-width: 575px) and (max-width: 575px) {
  .whywe__content-item-title {
    font-size: 3.8889vw;
    line-height: 4.6667vw;
  }
}

.about-hero {
  position: relative;
  background-color: var(--grey-regular);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100svh;
  padding-top: 8.5417vw;
  padding-inline: 2.0833vw;
  padding-bottom: 5.7292vw;
  margin-block: -0.0521vw;
}
@media (max-width: 1440px) {
  .about-hero {
    padding-top: 8.6111vw;
    padding-inline: 1.3889vw;
    padding-bottom: 4.8611vw;
    margin-block: -0.0694vw;
  }
}
@media (max-width: 768px) {
  .about-hero {
    padding-top: 16.1458vw;
    padding-inline: 2.6042vw;
    padding-bottom: 14.3229vw;
    margin-block: -0.1302vw;
  }
}
@media (max-width: 575px) {
  .about-hero {
    padding-top: 19.7222vw;
    padding-inline: 2.7778vw;
    padding-bottom: 19.4444vw;
    margin-block: -0.2778vw;
  }
}
.about-hero__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
@media (max-width: 768px) {
  .about-hero__background {
    display: none;
  }
}
.about-hero__background-mb {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
@media (max-width: 768px) {
  .about-hero__background-mb {
    display: inline-block;
  }
}
.about-hero__title {
  position: relative;
  z-index: 1;
  font-family: var(--ff-default2);
  font-weight: 400;
  font-size: 4.1667vw;
  line-height: 3.9583vw;
  letter-spacing: -0.02em;
  color: var(--grey-medium);
}
@media (max-width: 1440px) {
  .about-hero__title {
    font-size: 4.1667vw;
    line-height: 3.9583vw;
  }
}
@media (max-width: 768px) {
  .about-hero__title {
    font-size: 7.0313vw;
    line-height: 6.6797vw;
  }
}
@media (max-width: 575px) {
  .about-hero__title {
    font-size: 8.8889vw;
    line-height: 8.4444vw;
  }
}
@media (max-width: 768px) {
  .about-hero__title {
    padding-right: 19.6615vw;
  }
}
@media (max-width: 575px) {
  .about-hero__title {
    padding-right: 0;
  }
}
.about-hero__items {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 2.2396vw;
  width: 30.5729vw;
}
@media (max-width: 1440px) {
  .about-hero__items {
    gap: 1.3889vw;
    width: 24.3056vw;
  }
}
@media (max-width: 768px) {
  .about-hero__items {
    gap: 3.776vw;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .about-hero__items {
    gap: 2.7778vw;
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-hero__items-single {
  display: flex;
  flex-direction: column;
  gap: 1.0417vw;
  background-color: var(--grey-light);
  border-radius: 0.5208vw;
  padding: 2.0833vw;
}
@media (max-width: 1440px) {
  .about-hero__items-single {
    gap: 1.3889vw;
    border-radius: 0.6944vw;
    padding: 1.3889vw;
  }
}
@media (max-width: 768px) {
  .about-hero__items-single {
    gap: 2.6042vw;
    border-radius: 1.3021vw;
    padding: 2.6042vw;
  }
}
@media (max-width: 575px) {
  .about-hero__items-single {
    flex-direction: row;
    gap: 2.7778vw;
    border-radius: 2.7778vw;
    padding: 2.7778vw;
    padding-left: 5.5556vw;
  }
}
.about-hero__items-single-count {
  font-weight: 500;
  font-size: 0.7292vw;
  line-height: 0.875vw;
  letter-spacing: 0;
  width: 3.125vw;
  height: 2.2917vw;
  background-color: var(--lime);
  border-radius: 5.2083vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
@media (max-width: 1440px) {
  .about-hero__items-single-count {
    font-size: 0.9722vw;
    line-height: 1.1667vw;
  }
}
@media (max-width: 768px) {
  .about-hero__items-single-count {
    font-size: 1.8229vw;
    line-height: 2.1875vw;
  }
}
@media (max-width: 575px) {
  .about-hero__items-single-count {
    font-size: 3.8889vw;
    line-height: 4.6667vw;
  }
}
@media (max-width: 1440px) {
  .about-hero__items-single-count {
    width: 4.1667vw;
    height: 3.0556vw;
    border-radius: 6.9444vw;
  }
}
@media (max-width: 768px) {
  .about-hero__items-single-count {
    width: 7.8125vw;
    height: 5.7292vw;
    border-radius: 13.0208vw;
  }
}
@media (max-width: 575px) {
  .about-hero__items-single-count {
    width: 16.6667vw;
    height: 12.2222vw;
    border-radius: 27.7778vw;
  }
}
.about-hero__items-single-text {
  color: var(--grey-medium);
}
@media (min-width: 1441px) {
  .about-hero__items-single-text {
    font-weight: 400;
    font-size: 1.7708vw;
    line-height: 1.6823vw;
    letter-spacing: -0.04em;
  }
}
@media (min-width: 1441px) and (max-width: 1440px) {
  .about-hero__items-single-text {
    font-size: 2.3611vw;
    line-height: 2.2431vw;
  }
}
@media (min-width: 1441px) and (max-width: 768px) {
  .about-hero__items-single-text {
    font-size: 4.4271vw;
    line-height: 4.2057vw;
  }
}
@media (min-width: 1441px) and (max-width: 575px) {
  .about-hero__items-single-text {
    font-size: 9.4444vw;
    line-height: 8.9722vw;
  }
}
@media (max-width: 1440px) {
  .about-hero__items-single-text {
    font-weight: 500;
    font-size: 1.0417vw;
    line-height: 1.25vw;
    letter-spacing: 0;
  }
}
@media (max-width: 1440px) and (max-width: 1440px) {
  .about-hero__items-single-text {
    font-size: 1.25vw;
    line-height: 1.5vw;
  }
}
@media (max-width: 1440px) and (max-width: 768px) {
  .about-hero__items-single-text {
    font-size: 2.3438vw;
    line-height: 2.8125vw;
  }
}
@media (max-width: 1440px) and (max-width: 575px) {
  .about-hero__items-single-text {
    font-size: 4.4444vw;
    line-height: 5.3333vw;
  }
}

._hero-section-transition {
  position: absolute;
  bottom: 0;
  left: 0;
}/*# sourceMappingURL=app-about.css.map */