* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  width: 100%;
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;
}

body {
  font-family: "Manrope", sans-serif;
}

html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.header {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 32px 0;
  transition: ease-out 0.4s;
  opacity: 1;
}
.header .row {
  display: flex;
  justify-content: space-between;
  gap: 48px;
}
.header-logo {
  display: flex;
  justify-content: flex-start;
  width: calc((100% - 96px) / 3);
  max-width: 100%;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
.header-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 96px) / 3);
  max-width: 100%;
}
.header-navigation ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-navigation ul li a {
  color: #ffffff;
  text-decoration: none;
}
.header-language {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: calc((100% - 96px) / 3);
  max-width: 100%;
}
.header-language ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.header-language ul li {
  position: relative;
}
.header-language ul li::after {
  content: "/";
  display: inline-block;
  margin: 0 8px;
  color: #ffffff;
}
.header-language ul li:last-child::after {
  display: none;
}
.header-language ul li a {
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
}
.header-language ul li a.active {
  color: #8a8a8a;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100dvh;
  overflow: hidden;
}
@supports not (height: 100dvh) {
  .hero {
    min-height: 100vh;
  }
}
.hero-heading {
  position: relative;
  z-index: 1;
}
.hero-heading h1 {
  max-width: 26ch;
  margin: 0 auto;
  font-size: clamp(2.5rem, 1rem + 5vw, 5.2rem);
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  text-wrap: balance;
  word-break: keep-all;
  will-change: transform;
  opacity: 0;
}
.hero-heading h1 .line {
  overflow: hidden;
}
.hero-heading p {
  max-width: 62ch;
  margin: 16px auto 0;
  color: #ffffff;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  line-height: 1.6;
  text-align: center;
}
.hero-heading__btns {
  margin-top: 48px;
}
.hero-heading__btns ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hero-heading__btns ul li {
  display: flex;
}
.hero-heading__btns ul li a {
  padding: 16px 32px;
  color: #ffffff;
  font-size: 18px;
  border: 1px solid #ffffff;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
.hero-heading__btns ul li a:hover {
  color: #0F0F0F;
  background-color: #ffffff;
}
.hero-heading__btns ul li:nth-of-type(1) a {
  color: #0F0F0F;
  background-color: #ffffff;
}
.hero .video-area::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 34, 41, 0.7);
  top: 0;
  left: 0;
  z-index: 0;
  mix-blend-mode: multiply;
}
.hero .video-area video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transform-origin: center center;
  z-index: -1;
  pointer-events: none;
}
.hero-scroll {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  color: #ffffff;
  font-size: 16px;
  opacity: 0.4;
}

.create {
  position: relative;
  background-color: #ffffff;
  padding-top: clamp(3rem, 1.5rem + 6vw, 6rem);
  padding-bottom: clamp(3rem, 1.5rem + 6vw, 6rem);
}
.create p.additional-text {
  position: sticky;
  flex-shrink: 0;
  top: 16px;
  max-width: 43ch;
  color: #8a8a8a;
  line-height: 1.6;
  text-align: left;
}
.create p.additional-text span {
  color: #0F0F0F;
}
.create .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
}
.create .row.no-wrap {
  margin-bottom: 64px;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.create-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(50% - 16px);
  padding: 32px;
  border: 1px solid rgba(15, 15, 15, 0.1215686275);
}
.create-column small {
  color: #0F0F0F;
  font-size: clamp(2rem, 1.25rem + 3vw, 4rem);
  font-weight: 700;
  line-height: 1.4;
  opacity: 0.1;
}
.create-column h3 {
  font-size: clamp(1.5rem, 2rem + 0.5vw, 2.5rem);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4;
}
.create-column p {
  margin-top: 8px;
  color: #0F0F0F;
  font-size: clamp(1.125rem, 1rem + 0.5vw, 1.2rem);
  line-height: 1.4;
}
.create-heading h2 {
  font-size: clamp(2.5rem, 1rem + 5vw, 5.5rem);
  color: #0F0F0F;
  text-transform: uppercase;
  text-align: right;
  text-wrap: balance;
  word-break: keep-all;
}
.create-heading p {
  margin: 16px auto 0;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  color: #0F0F0F;
  text-align: right;
  line-height: 1.6;
}

.cases {
  position: relative;
  background-color: #ffffff;
  padding-top: clamp(3rem, 1.5rem + 6vw, 6rem);
  padding-bottom: clamp(3rem, 1.5rem + 6vw, 6rem);
  overflow: hidden;
}
.cases-heading {
  margin-bottom: 64px;
}
.cases-heading h2 {
  font-size: 310px;
  text-transform: uppercase;
  line-height: 1;
}
.cases-heading h2 span.ticker-line {
  display: block;
  width: 100%;
  font-size: clamp(4rem, 15vw, 15rem);
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
  white-space: nowrap;
  will-change: transform;
}
.cases-heading h2 span.ticker-line.line-left {
  text-align: left;
}
.cases-heading h2 span.ticker-line.line-right {
  text-align: right;
}
.cases-blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.cases-block {
  width: calc(50% - 8px);
  max-width: 100%;
}
.cases-block__image {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 16px;
  clip-path: inset(8% 8% 8% 8% round 16px);
  will-change: clip-path;
  overflow: hidden;
  cursor: pointer;
}
.cases-block__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  will-change: transform;
  filter: brightness(0.9);
}
.cases-block__image .case-redirect {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: block;
  width: 64px;
  height: 64px;
  background-color: rgba(0, 0, 0, 0.05);
  background-image: url("../img/arrow-up-right.svg");
  background-position: center;
  background-size: 24px;
  background-repeat: no-repeat;
  border-radius: 50%;
  backdrop-filter: blur(10px);
}
.cases-block__text {
  margin-top: 16px;
}
.cases-block__text p {
  margin: 0;
  margin-bottom: 16px;
  padding: 0;
  color: #0F0F0F;
  font-size: clamp(1.125rem, 0.95rem + 0.8vw, 1.5rem);
  line-height: 1.4;
  font-weight: 500;
}

.working {
  position: relative;
  background-color: #ffffff;
  padding-top: clamp(3rem, 1.5rem + 6vw, 6rem);
  padding-bottom: clamp(3rem, 1.5rem + 6vw, 6rem);
}
.working p.additional-text {
  position: sticky;
  flex-shrink: 0;
  top: 16px;
  max-width: 43ch;
  color: #8a8a8a;
  line-height: 1.6;
  text-align: right;
}
.working p.additional-text span {
  color: #0F0F0F;
}
.working .row {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}
.working .row.no-wrap {
  margin-bottom: 64px;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.working-heading {
  overflow: hidden;
}
.working-heading h2 {
  font-size: clamp(2.5rem, 1rem + 5vw, 5.5rem);
  color: #0F0F0F;
  text-transform: uppercase;
  text-align: left;
  text-wrap: balance;
  word-break: keep-all;
}
.working-heading h2 .line-parent {
  overflow: hidden;
  display: block;
}
.working-heading h2 .line-child {
  display: block;
  will-change: transform;
}
.working-heading p {
  margin-top: 16px;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  color: #0F0F0F;
  text-align: left;
  line-height: 1.6;
}
.working-blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}
.working-blocks__block {
  position: relative;
  width: calc(50% - 24px);
}
.working-blocks__block:nth-child(2n) {
  text-align: right;
}
.working-blocks__block strong {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #0F0F0F;
  font-size: clamp(2.5rem, 1rem + 7.5vw, 6.75rem);
  font-weight: 700;
  line-height: 1.4;
  opacity: 0.1;
}
.working-blocks__block h3 {
  font-size: clamp(1.5rem, 2rem + 0.5vw, 2.5rem);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4;
}
.working-blocks__block p {
  margin-top: 8px;
  color: #0F0F0F;
  font-size: clamp(1.125rem, 1rem + 0.5vw, 1rem);
  line-height: 1.4;
}

.trusted {
  position: relative;
  padding-top: clamp(3rem, 1.5rem + 6vw, 6rem);
  padding-bottom: clamp(3rem, 1.5rem + 6vw, 6rem);
  z-index: 2;
  width: 100%;
  min-height: 100dvh;
  background-color: #0F0F0F;
}
.trusted .row {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.trusted .row.no-wrap {
  margin-bottom: 64px;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.trusted p.additional-text {
  position: sticky;
  flex-shrink: 0;
  top: 16px;
  max-width: 43ch;
  color: #8a8a8a;
  line-height: 1.6;
  text-align: left;
}
.trusted p.additional-text span {
  color: #ffffff;
  will-change: opacity;
}
.trusted-heading h2 {
  font-size: clamp(2.5rem, 1rem + 5vw, 5.5rem);
  color: #ffffff;
  text-transform: uppercase;
  text-align: right;
  text-wrap: balance;
  word-break: keep-all;
}
.trusted-heading h2 .line-parent {
  overflow: hidden;
  display: block;
}
.trusted-heading h2 .line-child {
  display: block;
}
.trusted-heading p {
  max-width: 50ch;
  margin: 16px 0 0 auto;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  color: #ffffff;
  text-align: right;
  line-height: 1.6;
}
.trusted-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(50% - 16px);
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: border-color 0.3s ease;
  will-change: transform;
}
.trusted-column small {
  color: #0F0F0F;
  font-size: clamp(2rem, 1.25rem + 3vw, 4rem);
  font-weight: 700;
  line-height: 1.4;
  opacity: 0.1;
}
.trusted-column h3 {
  color: #ffffff;
  font-size: clamp(1.5rem, 2rem + 0.5vw, 2.5rem);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4;
}
.trusted-column p {
  margin-top: 8px;
  color: #ffffff;
  font-size: clamp(1.125rem, 1rem + 0.5vw, 1.2rem);
  line-height: 1.4;
}

.faq {
  position: relative;
  padding-top: clamp(3rem, 1.5rem + 6vw, 6rem);
  padding-bottom: clamp(3rem, 1.5rem + 6vw, 6rem);
  z-index: 2;
  width: 100%;
  min-height: 100dvh;
  background-color: #0F0F0F;
}
.faq .row {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.faq .row.no-wrap {
  margin-bottom: 64px;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.faq p.additional-text {
  position: sticky;
  flex-shrink: 0;
  top: 16px;
  max-width: 43ch;
  color: #8a8a8a;
  line-height: 1.6;
  text-align: left;
}
.faq p.additional-text span {
  color: #ffffff;
  will-change: opacity;
}
.faq-heading h2 {
  font-size: clamp(2.5rem, 1rem + 5vw, 5.5rem);
  color: #ffffff;
  text-transform: uppercase;
  text-align: left;
  text-wrap: balance;
  word-break: keep-all;
}
.faq-heading h2 .line-parent {
  overflow: hidden;
  display: block;
}
.faq-heading h2 .line-child {
  display: block;
}
.faq-heading p {
  max-width: 50ch;
  margin: 16px 0 0 auto;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  color: #ffffff;
  text-align: left;
  line-height: 1.6;
}
.faq-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.faq-list__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  will-change: transform, opacity;
}
.faq-list__item:focus-visible {
  outline: none;
  border: 0;
}
.faq-list__header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  transition: color 0.3s ease;
}
.faq-list__header:hover {
  color: rgba(255, 255, 255, 0.7);
}
.faq-list__icon {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-left: 20px;
}
.faq-list__icon::before, .faq-list__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
  will-change: transform;
}
.faq-list__icon::before {
  width: 100%;
  height: 2px;
}
.faq-list__icon::after {
  width: 2px;
  height: 100%;
}
.faq-list__content {
  height: 0;
  overflow: hidden;
  will-change: height;
}
.faq-list__inner {
  padding-bottom: 32px;
  max-width: 700px;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
}

.footer {
  position: relative;
  padding-top: clamp(3rem, 1.5rem + 6vw, 6rem);
  padding-bottom: clamp(3rem, 1.5rem + 6vw, 6rem);
  background-color: #0F0F0F;
}
.footer .row {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}
.footer-marquee {
  display: flex;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.footer-marquee__track {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-right: 40px;
  flex-shrink: 0;
  will-change: transform;
}
.footer-marquee__track span {
  font-size: 148px;
  height: 160px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
.footer-marquee__track span.filled {
  color: #ffffff;
}
.footer-marquee__track span.outline {
  color: #0F0F0F;
  -webkit-text-stroke: 3px #ffffff;
  paint-order: stroke fill;
}
.footer-heading p {
  max-width: 44ch;
  margin: 32px auto 0;
  color: #ffffff;
  font-size: clamp(1.125rem, 0.99rem + 0.56vw, 1.5rem);
  line-height: 1.6;
  text-align: center;
}
.footer-heading p .line-parent {
  overflow: hidden;
  display: block;
}
.footer-heading p .line-child {
  display: block;
}
.footer-heading a {
  display: flex;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 32px auto 0;
  padding: 16px 32px;
  color: #ffffff;
  font-size: 18px;
  border: 1px solid #ffffff;
  border-radius: 50px;
  text-decoration: none;
  will-change: transform;
  transition: border-color 0.3s ease-out, background-color 0.3s ease-out;
}
.footer-heading a i.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/arrow-up-right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease-out;
  will-change: transform;
}
.footer-heading a:hover {
  color: #0F0F0F;
  background-color: #ffffff;
}
.footer-heading a:hover i.icon {
  filter: brightness(0);
}
.footer-column {
  flex: 1 1 0;
  min-width: 0;
}
.footer .copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 64px;
}
.footer .copyright-text {
  color: #8a8a8a;
  font-weight: 500;
}
.footer .copyright-navigation ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .copyright-navigation ul li {
  will-change: transform, opacity;
}
.footer .copyright-navigation ul li a {
  color: #8a8a8a;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
.footer .copyright-navigation ul li a:hover {
  color: #ffffff;
}/*# sourceMappingURL=main.css.map */