/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
span,
a,
button,
p {
  color: white;
}

:root {
  --font-sans: "Geist", sans-serif;
  --font-mono: "Geist Mono", monospace;
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-horizontal-gap: 8px;
  --swiper-navigation-size: 0;
}

@font-face {
  font-family: "Geist";
  src: url("/fonts/Geist-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist Mono";
  src: url("/fonts/GeistMono-VariableFont_wght.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Geist", sans-serif;
}

code, pre {
  font-family: "Geist Mono", monospace;
}

.faq-accordion {
  width: 100%;
}
.faq-accordion__item {
  padding: 20px 0;
  position: relative;
}
.faq-accordion__item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: white;
  opacity: 0.2;
}
.faq-accordion__item[open] .faq-accordion__question::after {
  opacity: 1;
  transform: translateY(-50%) rotate(0deg);
}
.faq-accordion__question {
  font-family: var(--font-sans);
  font-size: 18px;
  font-weight: 600;
  color: white;
  line-height: 1.5;
  letter-spacing: normal;
  list-style: none;
  cursor: pointer;
  position: relative;
  padding-right: 2.5rem;
}
.faq-accordion__question::-webkit-details-marker {
  display: none;
}
.faq-accordion__question::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M10.0001 3.33301V16.6663" stroke="white" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/><path d="M14.1667 7.49964L10 3.33301L5.83337 7.49967" stroke="white" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
  opacity: 0.6;
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.faq-accordion__answer p {
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  letter-spacing: normal;
  margin: 0;
  padding: 10px 0;
}

.btn {
  position: relative;
  border: none;
  border-radius: 999px;
  padding: 10px 24px;
  transition: all 0.3s ease;
  display: inline-flex;
  width: min-content;
  text-wrap: nowrap;
  text-decoration: none !important;
  cursor: pointer;
  align-items: center;
  flex-wrap: nowrap;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 500;
  color: white;
  line-height: 1.5;
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .btn {
    padding: 10px 18px;
    font-size: 14px;
  }
}
.btn.p-12 {
  padding: 8px;
}
.btn.w-28 {
  width: 28px;
}
.btn.h-28 {
  height: 28px;
}
.btn.is-disabled, .btn[disabled] {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.5px;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}
.btn__dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  border-radius: 50%;
  background: currentColor;
  vertical-align: middle;
  flex-shrink: 0;
}
.btn--secondary {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px) saturate(1.2);
  -webkit-backdrop-filter: blur(8px) saturate(1.2);
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.btn--secondary::before {
  background: radial-gradient(ellipse 130% 80% at 0% 30%, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 70%), radial-gradient(ellipse 130% 80% at 100% 70%, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 70%);
}
.btn--secondary:hover {
  background: rgba(255, 255, 255, 0.12);
}
.btn--white {
  background: #ffffff;
  color: #1a1a1a;
}
.btn--white .btn__dot {
  background: #1a1a1a;
}
.btn--white::before {
  background: radial-gradient(ellipse 130% 80% at 0% 30%, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.7) 40%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.12) 70%), radial-gradient(ellipse 130% 80% at 100% 70%, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.7) 40%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.12) 70%);
}
.btn--white:hover {
  background: #f5f5f5;
}
.btn--primary {
  background: rgba(21, 93, 252, 0.8);
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.btn--primary::before {
  background: radial-gradient(ellipse 130% 80% at 0% 30%, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.18) 40%, rgba(255, 255, 255, 0.05) 50%, rgba(0, 0, 0, 0.1) 70%), radial-gradient(ellipse 130% 80% at 100% 70%, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.18) 40%, rgba(255, 255, 255, 0.05) 50%, rgba(0, 0, 0, 0.1) 70%);
}
.btn--primary:hover {
  background: rgba(21, 94, 252, 0.9568627451);
}

.our-brands-banner {
  position: relative;
  padding: 80px 0;
  background-image: url("/img/our-brands-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden;
}
@media (max-width: 768px) {
  .our-brands-banner {
    padding: 40px 0 30px 0;
  }
}
.our-brands-banner::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  height: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.2;
  pointer-events: none;
}
.our-brands-banner .container {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.our-brands-banner .partners-logos {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
}
.our-brands-banner .partners-logos img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 16px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px) saturate(1.2);
  -webkit-backdrop-filter: blur(8px) saturate(1.2);
  transition: transform 0.3s ease;
}
.our-brands-banner .partners-logos img:nth-child(2) {
  transform: translateY(-20px);
  z-index: 2;
  position: relative;
}
@media (max-width: 768px) {
  .our-brands-banner .partners-logos img {
    width: 40px;
    height: 40px;
  }
}
.our-brands-banner .title {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  margin: 50px 0;
}
.our-brands-banner .title span {
  display: block;
  opacity: 0.6;
}
@media (max-width: 768px) {
  .our-brands-banner .title {
    font-size: 24px;
    margin: 25px 0;
  }
}
.our-brands-banner .desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  max-width: 600px;
  margin: 0 auto 30px;
  line-height: 1.6;
}
.our-brands-banner.small {
  border-radius: 24px;
}

section#cta {
  background-image: url("/img/cta-bg.svg");
  background-attachment: unset;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
section#cta .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section#cta .container .left {
  width: 60%;
  display: flex;
  flex-direction: column;
  padding: 85px 0;
}
@media (max-width: 768px) {
  section#cta .container .left {
    width: 100%;
  }
}
section#cta .container .left .help {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  letter-spacing: normal;
  margin-bottom: 8px;
}
section#cta .container .left .title {
  margin: 0;
  padding: 0;
  line-height: 1;
  margin-bottom: 24px;
  font-family: var(--font-sans);
  font-size: 48px;
  font-weight: 600;
  color: white;
  line-height: 1.5;
  letter-spacing: normal;
}
@media (max-width: 768px) {
  section#cta .container .left .title {
    font-family: var(--font-sans);
    font-size: 36px;
    font-weight: 600;
    color: white;
    line-height: 1.5;
    letter-spacing: normal;
  }
}
section#cta .container .left .title span {
  opacity: 0.6;
}
section#cta .container .left p {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 400;
  color: white;
  line-height: 1.5;
  letter-spacing: normal;
  padding: 0;
  margin: 0;
}
section#cta .container .left .buttons {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}
@media (max-width: 768px) {
  section#cta .container .right {
    display: none;
  }
}
section#cta.small {
  border-radius: 24px;
}
section#cta.small .left {
  padding: 40px 20px;
  width: 80%;
}
@media (max-width: 768px) {
  section#cta.small .left {
    width: 100%;
  }
}
section#cta.small .left .title {
  font-family: var(--font-sans);
  font-size: 24px;
  font-weight: 600;
  color: white;
  line-height: 1.5;
  letter-spacing: normal;
}
@media (max-width: 768px) {
  section#cta.small .left .title {
    font-family: var(--font-sans);
    font-size: 20px;
    font-weight: 600;
    color: white;
    line-height: 1.5;
    letter-spacing: normal;
  }
}
section#cta.small .left .buttons:nth-child(2) {
  display: none;
}
section#cta.small .right {
  display: none;
}

.breadcrumb ol {
  display: flex;
  gap: 4px;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}
.breadcrumb ol li span {
  white-space: wrap;
}
.breadcrumb ol li span.breadcrumb__current {
  opacity: 100%;
}
.breadcrumb ol li span {
  opacity: 60%;
}
.breadcrumb ol li a {
  white-space: nowrap;
  opacity: 60%;
  margin-right: 4px;
}

.blog-card {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 400px;
  width: 100%;
}
.blog-card__image img {
  width: 100%;
  height: 220px;
  border-radius: 24px;
  object-fit: cover;
}
.blog-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.blog-card__body h3,
.blog-card__body p {
  padding: 0;
  margin: 0;
}
.blog-card__body h3 {
  font-family: var(--font-sans);
  font-size: 18px;
  font-weight: 600;
  color: white;
  line-height: 1.5;
  letter-spacing: normal;
}
.blog-card__body p {
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  letter-spacing: normal;
}

.container {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
  width: initial;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}

body {
  background-color: black;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image: url("/img/body-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  will-change: transform;
  transform: translateZ(0);
}

body.black::before {
  background-image: none;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-image: repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.07) 0px, rgba(255, 255, 255, 0.07) 8px, transparent 8px, transparent 18px), repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.07) 0px, rgba(255, 255, 255, 0.07) 8px, transparent 8px, transparent 18px), repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.07) 0px, rgba(255, 255, 255, 0.07) 8px, transparent 8px, transparent 18px);
  background-size: 1px 100%, 1px 100%, 1px 100%;
  background-position: 20% 0, 50% 0, 80% 0;
  background-repeat: no-repeat;
}

main.renderbody {
  padding-top: 150px;
}
@media (max-width: 768px) {
  main.renderbody {
    padding-top: 86px;
  }
}
main.renderbody.black {
  background-color: black;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: calc(140px + env(safe-area-inset-top));
  padding-top: env(safe-area-inset-top);
}
@media (max-width: 768px) {
  header {
    height: calc(76px + env(safe-area-inset-top));
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
header {
  isolation: isolate;
}
header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  z-index: 0;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 30%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.5) 90%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
header {
  width: 100%;
}
header .container {
  position: relative;
  z-index: 99;
  width: 100%;
}
header .container .content {
  display: flex;
  flex-direction: column;
  color: white;
  width: 100%;
}
header .container .content .top {
  height: 48px;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
header .container .content .top span {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  letter-spacing: normal;
}
header .container .content .top span span {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  letter-spacing: normal;
}
header .container .content .top::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(217, 217, 217, 0.1411764706);
}
header .container .content .top .contact {
  display: flex;
  gap: 24px;
}
header .container .content .top .contact a {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  letter-spacing: normal;
  text-decoration: none;
}
header .container .content .top .langs {
  position: relative;
  display: inline-block;
}
header .container .content .top .langs__current {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s;
}
header .container .content .top .langs__current:hover {
  background: rgba(255, 255, 255, 0.05);
}
header .container .content .top .langs__current svg {
  flex-shrink: 0;
  border-radius: 2px;
}
header .container .content .top .langs__chevron {
  opacity: 0.6;
  transition: transform 0.2s;
}
header .container .content .top .langs:hover header .container .content .top .langs__chevron {
  transform: rotate(180deg);
}
header .container .content .top .langs__dropdown {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  min-width: 160px;
  background: rgba(20, 20, 30, 0.95);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 4px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity 0.15s, visibility 0.15s, transform 0.15s;
}
header .container .content .top .langs__dropdown a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 6px;
  color: white;
  text-decoration: none;
  font-size: 13px;
  transition: background 0.15s;
}
header .container .content .top .langs__dropdown a:hover {
  background: rgba(255, 255, 255, 0.05);
}
header .container .content .top .langs__dropdown a svg {
  flex-shrink: 0;
  border-radius: 2px;
}
header .container .content .top .langs:hover .langs__dropdown {
  opacity: 1;
  z-index: 99999999999;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 768px) {
  header .container .content .top {
    display: none;
  }
}
header .container .content .bottom {
  padding: 24px 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
}
@media (max-width: 768px) {
  header .container .content .bottom {
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
}
header .container .content .bottom .left {
  display: flex;
  gap: 12px;
  align-items: center;
}
header .container .content .bottom .left .mobile-menu-trigger {
  display: none;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}
header .container .content .bottom .left .mobile-menu-trigger:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  header .container .content .bottom .left .mobile-menu-trigger {
    display: flex;
  }
}
header .container .content .bottom .left .logo {
  color: white;
  text-decoration: none;
  display: flex;
  flex-shrink: 0;
  justify-self: start;
  font-family: var(--font-sans);
  font-size: 20px;
  font-weight: 600;
  color: white;
  line-height: 1.5;
  letter-spacing: normal;
}
header .container .content .bottom .left .logo .logo-img {
  height: 32px;
  width: auto;
}
header .container .content .bottom .nav {
  display: flex;
  justify-self: center;
}
@media (max-width: 768px) {
  header .container .content .bottom .nav {
    display: none;
  }
}
header .container .content .bottom .nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 40px;
}
header .container .content .bottom .nav__item.has-megabox:hover .megabox, header .container .content .bottom .nav__item.has-megabox:focus-within .megabox {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
header .container .content .bottom .nav__item .megabox {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90vw;
  max-width: 980px;
  transform: translateY(8px);
  background: rgba(15, 15, 25, 0.85);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  z-index: 100;
}
header .container .content .bottom .nav__item .megabox__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
header .container .content .bottom .nav__item .megabox__column {
  display: flex;
  flex-direction: column;
}
header .container .content .bottom .nav__item .megabox__column-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
header .container .content .bottom .nav__item .megabox__column-icon {
  color: rgba(255, 255, 255, 0.7);
  flex-shrink: 0;
}
header .container .content .bottom .nav__item .megabox__column-title {
  font-size: 14px;
  font-weight: 600;
  color: white;
  margin: 0;
}
header .container .content .bottom .nav__item .megabox__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
header .container .content .bottom .nav__item .megabox__link {
  display: block;
  padding: 8px 12px;
  margin-left: -12px;
  text-decoration: none;
  color: white;
  border-radius: 8px;
  transition: background 0.15s;
}
header .container .content .bottom .nav__item .megabox__link:hover {
  background: rgba(255, 255, 255, 0.05);
}
header .container .content .bottom .nav__item .megabox__link-text {
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: white;
  margin-bottom: 4px;
}
header .container .content .bottom .nav__item .megabox__link-desc {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.5;
}
header .container .content .bottom .nav__link {
  display: inline-block;
  padding: 12px 0;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: color 0.2s;
}
header .container .content .bottom .nav__link:hover {
  color: white;
}
header .container .content .bottom .header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  justify-self: end;
}
header .container .content .bottom .header__cta {
  display: inline-block;
  padding: 12px 24px;
  background: #2563eb;
  color: white;
  text-decoration: none;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.2s;
}
header .container .content .bottom .header__cta:hover {
  background: #1d4ed8;
}
header .container .content .bottom .header__search-trigger {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}
header .container .content .bottom .header__search-trigger:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  header .container .content .bottom .header__search-trigger {
    display: none;
  }
}
header.mobile-menu-open {
  z-index: 9999999;
}
header.mobile-menu-open::after {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
header .mobile-menu {
  position: fixed;
  z-index: 9999999;
  background-color: black;
  background-image: url("/img/body-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.3s ease;
  will-change: transform;
  contain: layout paint;
  visibility: hidden;
}
header .mobile-menu.active {
  transform: translate3d(0, 0, 0);
  visibility: visible;
}
header .mobile-menu .container {
  width: initial;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
header .mobile-menu .container .top {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .mobile-menu .container .top .left {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 76px;
}
header .mobile-menu .container .top .left .mobile-menu-trigger {
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  color: white;
  border-radius: 999px;
  cursor: pointer;
}
header .mobile-menu .container .top .left .mobile-menu-trigger:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
header .mobile-menu .container .top .left a {
  font-family: var(--font-sans);
  font-size: 20px;
  font-weight: 600;
  color: white;
  line-height: 1.5;
  letter-spacing: normal;
}
header .mobile-menu .container .center {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 60px;
}
header .mobile-menu .container .center .mobile-nav {
  position: relative;
  flex: 1;
  min-height: 0;
  overflow: hidden;
  contain: layout paint;
}
header .mobile-menu .container .center .mobile-nav__panel {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s cubic-bezier(0.32, 0.72, 0, 1), opacity 0.3s cubic-bezier(0.32, 0.72, 0, 1);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  contain: layout paint;
}
header .mobile-menu .container .center .mobile-nav__panel.is-entering {
  transform: translate3d(100%, 0, 0);
  opacity: 1;
  visibility: visible;
  transition: none;
}
header .mobile-menu .container .center .mobile-nav__panel.is-active {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  will-change: transform;
}
header .mobile-menu .container .center .mobile-nav__panel.is-pushed {
  transform: translate3d(-15%, 0, 0);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
header .mobile-menu .container .center .mobile-nav__panel-header {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px 0 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 8px;
}
header .mobile-menu .container .center .mobile-nav__back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 4px 0;
  align-self: flex-start;
  color: white;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  letter-spacing: normal;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
header .mobile-menu .container .center .mobile-nav__back:hover {
  opacity: 1;
}
header .mobile-menu .container .center .mobile-nav__panel-title {
  margin: 0;
  color: white;
  font-family: var(--font-sans);
  font-size: 20px;
  font-weight: 600;
  color: white;
  line-height: 1.5;
  letter-spacing: normal;
}
header .mobile-menu .container .center .mobile-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
header .mobile-menu .container .center .mobile-nav__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header .mobile-menu .container .center .mobile-nav__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 16px 0;
  background: none;
  border: 0;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  color: white;
  opacity: 0.6;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 600;
  color: white;
  line-height: 1.5;
  letter-spacing: normal;
  transition: opacity 0.18s ease;
}
header .mobile-menu .container .center .mobile-nav__link.is-active {
  opacity: 1;
}
header .mobile-menu .container .center .mobile-nav__link--leaf {
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
header .mobile-menu .container .center .mobile-nav__link-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 12px;
}
header .mobile-menu .container .center .mobile-nav__trailing {
  flex-shrink: 0;
  opacity: 0.6;
  transition: opacity 0.18s ease;
}
header .mobile-menu .container .center .mobile-nav__link.is-active .mobile-nav__trailing {
  opacity: 1;
}
header .mobile-menu .container .center .mobile-nav__link-text {
  color: white;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 600;
  color: white;
  line-height: 1.5;
  letter-spacing: normal;
}
header .mobile-menu .container .center .mobile-nav__link-desc {
  color: white;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
  letter-spacing: normal;
  line-height: 1.4;
}
header .mobile-menu .container .center .mobile-nav__contact {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
header .mobile-menu .container .center .mobile-nav__contact a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: white;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  letter-spacing: normal;
}
header .mobile-menu .container .center .mobile-nav__contact a::after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  opacity: 0.6;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.6' clip-path='url(%23clip0_754_5016)'%3E%3Cpath d='M5 15L15 5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.875 5H15V13.125' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_754_5016'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
header .mobile-menu .container .center .mobile-nav hr {
  margin: 16px 0;
  color: white;
  opacity: 0.2;
  border: 0;
  border-top: 1px solid currentColor;
}
header .mobile-menu .bottom {
  z-index: 99999;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
header .mobile-menu .bottom > span {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  letter-spacing: normal;
}
header .mobile-menu .bottom > span span {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  letter-spacing: normal;
}
header .mobile-menu .bottom::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: white;
  opacity: 0.2;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 35px;
}
header .mobile-menu .bottom .mobile-langs {
  position: relative;
  cursor: pointer;
  outline: none;
}
header .mobile-menu .bottom .mobile-langs__current {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 3px;
  color: white;
  transition: background 0.2s, border-color 0.2s;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 500;
  color: white;
  line-height: 1.5;
  letter-spacing: normal;
}
header .mobile-menu .bottom .mobile-langs__current svg:first-child {
  width: 18px;
  height: auto;
  border-radius: 2px;
  flex-shrink: 0;
}
header .mobile-menu .bottom .mobile-langs__current .mobile-langs__chevron {
  opacity: 0.6;
  transition: transform 0.2s ease;
}
header .mobile-menu .bottom .mobile-langs__dropdown {
  position: absolute;
  bottom: calc(100% + 8px);
  right: 0;
  min-width: 100%;
  background: black;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 6px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  pointer-events: none;
  z-index: 10;
}
header .mobile-menu .bottom .mobile-langs__dropdown a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 6px;
  color: white;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s ease;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 500;
  color: white;
  line-height: 1.5;
  letter-spacing: normal;
}
header .mobile-menu .bottom .mobile-langs__dropdown a svg {
  width: 18px;
  height: auto;
  border-radius: 2px;
  flex-shrink: 0;
}
header .mobile-menu .bottom .mobile-langs__dropdown a:hover {
  background: rgba(255, 255, 255, 0.08);
}
header .mobile-menu .bottom .mobile-langs:focus-within .mobile-langs__current {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.4);
}
header .mobile-menu .bottom .mobile-langs:focus-within .mobile-langs__chevron {
  transform: rotate(180deg);
}
header .mobile-menu .bottom .mobile-langs:focus-within .mobile-langs__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
header.black {
  background-color: black;
}

.page.page--home {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page.page--home > section {
  width: 100%;
}
.page.page--home section.hero {
  height: calc(100vh - 140px);
}
@media (max-width: 768px) {
  .page.page--home section.hero {
    height: calc(100vh - 76px);
  }
}
.page.page--home section.hero .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page.page--home section.hero .container > * {
  max-width: 50%;
}
.page.page--home section.hero .container .left {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media (max-width: 768px) {
  .page.page--home section.hero .container .left {
    gap: 24px;
    max-width: 100%;
    width: 100%;
  }
}
.page.page--home section.hero .container .left .top {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.page.page--home section.hero .container .left .top span.badge {
  top: 0;
  background: rgba(255, 255, 255, 0.08);
  position: relative;
  backdrop-filter: blur(8px) saturate(1.2);
  -webkit-backdrop-filter: blur(8px) saturate(1.2);
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 9px 12px;
  border-radius: 32px;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  letter-spacing: normal;
}
.page.page--home section.hero .container .left .top span.badge::after {
  content: "";
  width: 6px;
  height: 6px;
  min-width: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
  order: -1;
  opacity: 0.6;
}
.page.page--home section.hero .container .left .top span.badge::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.5px;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  background: radial-gradient(ellipse 130% 80% at 0% 30%, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.18) 40%, rgba(255, 255, 255, 0.05) 50%, rgba(0, 0, 0, 0.1) 70%), radial-gradient(ellipse 130% 80% at 100% 70%, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.18) 40%, rgba(255, 255, 255, 0.05) 50%, rgba(0, 0, 0, 0.1) 70%);
}
.page.page--home section.hero .container .left .top h1 {
  font-family: var(--font-sans);
  font-size: 60px;
  font-weight: 600;
  color: white;
  line-height: 1.5;
  letter-spacing: normal;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .page.page--home section.hero .container .left .top h1 {
    font-size: 36px;
  }
}
.page.page--home section.hero .container .left .top h1 {
  text-transform: uppercase;
}
.page.page--home section.hero .container .left .top span.desc {
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  letter-spacing: normal;
}
.page.page--home section.hero .container .left .bottom {
  display: flex;
  gap: 48px;
}
@media (max-width: 768px) {
  .page.page--home section.hero .container .left .bottom {
    flex-direction: column;
  }
}
.page.page--home section.hero .container .left .bottom .buttons {
  display: flex;
  gap: 16px;
}
.page.page--home section.hero .container .left .bottom-right {
  display: flex;
  gap: 16px;
  align-items: center;
}
.page.page--home section.hero .container .left .bottom-right img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 999px;
}
.page.page--home section.hero .container .left .bottom-right .infos span {
  margin: 0;
  padding: 0;
}
.page.page--home section.hero .container .left .bottom-right .infos span {
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 600;
  color: white;
  line-height: 1.5;
  letter-spacing: normal;
}
.page.page--home section.hero .container .left .bottom-right .infos span p {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  letter-spacing: normal;
}
.page.page--home section.hero .container .right {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .page.page--home section.hero .container .right {
    display: none;
  }
}
.page.page--home section.projects {
  padding: 64px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-direction: column;
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
}
.page.page--home section.projects .projectsSwiper {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  height: 540px;
}
@media (max-width: 768px) {
  .page.page--home section.projects .projectsSwiper {
    width: 100%;
    padding: 0 24px;
    height: 260px;
  }
}
.page.page--home section.projects .projectsSwiper::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 100%;
  width: 100px;
  z-index: 99;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 768px) {
  .page.page--home section.projects .projectsSwiper::before {
    display: none;
  }
}
.page.page--home section.projects .projectsSwiper::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 100%;
  width: 100px;
  z-index: 99;
  background: linear-gradient(270deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 768px) {
  .page.page--home section.projects .projectsSwiper::after {
    display: none;
  }
}
.page.page--home section.projects .projectsSwiper .swiper-wrapper {
  width: 100% !important;
  display: flex;
  align-items: center;
}
.page.page--home section.projects .projectsSwiper .swiper-wrapper .swiper-slide {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 80%;
  transition: all 0.3s ease;
}
.page.page--home section.projects .projectsSwiper .swiper-wrapper .swiper-slide-active {
  height: 100%;
}
.page.page--home section.projects .projectsSwiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 40px;
}
@media (max-width: 768px) {
  .page.page--home section.projects .projectsSwiper .swiper-wrapper .swiper-slide img {
    border-radius: 24px;
  }
}
.page.page--home section.projects span.text {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  letter-spacing: normal;
  max-width: 640px;
  text-align: center;
}
@media (max-width: 768px) {
  .page.page--home section.projects span.text {
    padding: 0 24px;
  }
}
.page.page--home section.projects .navigation {
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: center;
  position: relative;
  width: 100%;
}
.page.page--home section.projects .navigation .swiper-button-prev,
.page.page--home section.projects .navigation .swiper-button-next {
  position: unset;
  margin-top: 0 !important;
  line-height: 0 !important;
}
.page.page--home section.projects .navigation .swiper-pagination.projects {
  top: 0;
  background: rgba(255, 255, 255, 0.08);
  position: relative;
  backdrop-filter: blur(8px) saturate(1.2);
  -webkit-backdrop-filter: blur(8px) saturate(1.2);
  position: relative;
  display: inline-block;
  width: fit-content;
  padding: 12px;
  border-radius: 32px;
  display: flex;
}
.page.page--home section.projects .navigation .swiper-pagination.projects::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.5px;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  background: radial-gradient(ellipse 130% 80% at 0% 30%, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.18) 40%, rgba(255, 255, 255, 0.05) 50%, rgba(0, 0, 0, 0.1) 70%), radial-gradient(ellipse 130% 80% at 100% 70%, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.18) 40%, rgba(255, 255, 255, 0.05) 50%, rgba(0, 0, 0, 0.1) 70%);
}
.page.page--home section.projects .navigation .swiper-pagination.projects .swiper-pagination-bullet-active {
  width: 32px !important;
}
.page.page--home section.services {
  position: relative;
  width: 100%;
  z-index: 99999;
}
.page.page--home section.services .service {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page.page--home section.services .service--01 {
  background-image: url("/img/services-card-1.webp") !important;
}
.page.page--home section.services .service--02 {
  background-image: url("/img/services-card-2.webp") !important;
}
.page.page--home section.services .service--03 {
  background-image: url("/img/services-card-3.webp") !important;
}
.page.page--home section.services .service--04 {
  background-image: url("/img/services-card-4.webp") !important;
}
.page.page--home section.services .service {
  position: sticky;
  top: 0;
  height: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 80px 56px;
  will-change: transform, opacity;
  transform-origin: center top;
  transform-style: preserve-3d;
}
@media (max-width: 768px) {
  .page.page--home section.services .service {
    top: 0;
    padding: 56px 20px;
  }
}
@media (max-width: 992px) {
  .page.page--home section.services .service {
    height: 100vh;
    flex-direction: column;
    gap: 24px;
    align-items: start;
    padding: 0;
  }
}
.page.page--home section.services .service .image {
  padding: 0 80px;
}
.page.page--home section.services .service .image img {
  width: 420px;
  height: 360px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .page.page--home section.services .service .image img {
    width: 350px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .page.page--home section.services .service .image {
    padding: 0 10px;
  }
}
.page.page--home section.services .service .content {
  width: 50%;
}
@media (max-width: 992px) {
  .page.page--home section.services .service .content {
    width: auto;
    padding: 0 20px;
  }
}
.page.page--home section.services .service .content .count {
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  letter-spacing: normal;
  display: block;
  margin-bottom: 8px;
}
@media (max-width: 576px) {
  .page.page--home section.services .service .content .count {
    font-size: 12px;
  }
}
.page.page--home section.services .service .content h3,
.page.page--home section.services .service .content p {
  margin-bottom: 16px;
}
.page.page--home section.services .service .content h3 {
  margin-top: 0;
  font-family: var(--font-sans);
  font-size: 36px;
  font-weight: 600;
  color: white;
  line-height: 1.5;
  letter-spacing: normal;
}
@media (max-width: 576px) {
  .page.page--home section.services .service .content h3 {
    font-size: 30px;
  }
}
.page.page--home section.services .service .content p {
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  color: white;
  line-height: 1.5;
  letter-spacing: normal;
}
@media (max-width: 576px) {
  .page.page--home section.services .service .content p {
    font-size: 14px;
  }
}
.page.page--home section.services .service .content span {
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  letter-spacing: normal;
}
.page.page--home section.services .service .buttons {
  margin-top: 32px;
  display: flex;
  gap: 16px;
}
.page.page--home section.services .service .buttons button {
  cursor: pointer;
}
.page.page--home section.featured-projects {
  padding: 96px 0;
}
@media (max-width: 768px) {
  .page.page--home section.featured-projects {
    padding: 48px 0;
  }
}
.page.page--home section.featured-projects .container {
  width: auto;
  display: flex;
  gap: 64px;
  align-items: start;
}
.page.page--home section.featured-projects .container > * {
  width: 100%;
}
@media (max-width: 768px) {
  .page.page--home section.featured-projects .container {
    flex-direction: column;
    gap: 24px;
  }
}
.page.page--home section.featured-projects .container .featured-projects-left {
  position: sticky;
  top: 140px;
}
@media (max-width: 768px) {
  .page.page--home section.featured-projects .container .featured-projects-left {
    position: inherit;
  }
}
.page.page--home section.featured-projects .container .featured-projects-left .top > * {
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  letter-spacing: normal;
}
.page.page--home section.featured-projects .container .featured-projects-left .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.page.page--home section.featured-projects .container .featured-projects-left .top::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: white;
  opacity: 0.6;
}
@media (max-width: 768px) {
  .page.page--home section.featured-projects .container .featured-projects-left .bottom {
    display: none;
  }
}
.page.page--home section.featured-projects .container .featured-projects-left .bottom > *:not(.buttons) {
  display: none;
}
.page.page--home section.featured-projects .container .featured-projects-left .bottom > *:first-child {
  display: block;
}
.page.page--home section.featured-projects .container .featured-projects-left .bottom {
  font-family: var(--font-sans);
  font-size: 48px;
  font-weight: 600;
  color: white;
  line-height: 1.5;
  letter-spacing: normal;
}
.page.page--home section.featured-projects .container .featured-projects-left .bottom .buttons {
  display: flex;
  align-items: center;
  gap: 16px;
}
.page.page--home section.featured-projects .container .featured-projects-left .bottom h3 {
  margin: 0 !important;
  line-height: 1;
  padding-top: 20px;
}
.page.page--home section.featured-projects .container .featured-projects-left .bottom .featured-projects-infos {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.page.page--home section.featured-projects .container .featured-projects-left .bottom .featured-projects-infos span {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  letter-spacing: normal;
}
.page.page--home section.featured-projects .container .featured-projects-left .bottom .featured-projects-infos .technologies {
  display: flex;
  gap: 6px;
}
.page.page--home section.featured-projects .container .featured-projects-left .bottom .featured-projects__categories {
  margin-top: 16px;
}
.page.page--home section.featured-projects .container .featured-projects-left .bottom .featured-projects__categories span {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  letter-spacing: normal;
}
.page.page--home section.featured-projects .container .featured-projects-left .bottom .featured-projects__categories {
  display: flex;
  gap: 6px;
}
.page.page--home section.featured-projects .container .featured-projects-left .bottom p {
  margin: 16px 0 40px 0;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  color: white;
  line-height: 1.5;
  letter-spacing: normal;
}
.page.page--home section.featured-projects .container .featured-projects-right {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media (max-width: 768px) {
  .page.page--home section.featured-projects .container .featured-projects-right {
    gap: 0;
  }
}
.page.page--home section.featured-projects .container .featured-projects-right .buttons {
  display: none;
}
@media (max-width: 768px) {
  .page.page--home section.featured-projects .container .featured-projects-right .buttons {
    gap: 0;
    display: flex;
    align-items: center;
    gap: 16px;
  }
}
.page.page--home section.featured-projects .container .featured-projects-right .featured-projects-image {
  height: calc(100vh - 160px);
}
@media (max-width: 768px) {
  .page.page--home section.featured-projects .container .featured-projects-right .featured-projects-image {
    display: flex;
    height: 100%;
    margin-bottom: 50px;
    flex-direction: column;
    align-items: start;
    gap: 35px;
  }
}
.page.page--home section.featured-projects .container .featured-projects-right .featured-projects-image .mobile-project-text {
  display: none;
}
@media (max-width: 768px) {
  .page.page--home section.featured-projects .container .featured-projects-right .featured-projects-image .mobile-project-text {
    display: flex;
    flex-direction: column;
  }
  .page.page--home section.featured-projects .container .featured-projects-right .featured-projects-image .mobile-project-text__title {
    color: white;
    font-size: 20px;
    margin: 0;
    font-family: var(--font-sans);
    font-size: 30px;
    font-weight: 600;
    color: white;
    line-height: 1.5;
    letter-spacing: normal;
    line-height: 1;
  }
  .page.page--home section.featured-projects .container .featured-projects-right .featured-projects-image .mobile-project-text p {
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 400;
    color: white;
    line-height: 1.5;
    letter-spacing: normal;
  }
  .page.page--home section.featured-projects .container .featured-projects-right .featured-projects-image .mobile-project-text .center span {
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5;
    letter-spacing: normal;
  }
  .page.page--home section.featured-projects .container .featured-projects-right .featured-projects-image .mobile-project-text .center {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
  }
  .page.page--home section.featured-projects .container .featured-projects-right .featured-projects-image .mobile-project-text .center .technologies {
    display: flex;
    align-items: center;
    gap: 5px;
  }
}
.page.page--home section.featured-projects .container .featured-projects-right .featured-projects-image img {
  border-radius: 34px;
  width: 100%;
  object-fit: cover;
  gap: 100px;
  height: 100%;
}
@media (max-width: 768px) {
  .page.page--home section.featured-projects .container .featured-projects-right .featured-projects-image img {
    border-radius: 24px;
    height: 263px;
  }
}
.page.page--home section.testimonials {
  display: flex;
  align-items: start;
  width: 100%;
  height: 100%;
}
.page.page--home section.testimonials > * {
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .page.page--home section.testimonials {
    flex-direction: column;
  }
  .page.page--home section.testimonials > * {
    flex: 1;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
}
.page.page--home section.testimonials .left {
  background-image: url("/img/testimonials-bg.svg");
  background-attachment: unset;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center -1px;
  height: 478px;
  padding: 0 106px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
}
@media (max-width: 768px) {
  .page.page--home section.testimonials .left {
    padding: 3rem 1.5rem;
  }
}
.page.page--home section.testimonials .left .top {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page.page--home section.testimonials .left h5 {
  line-height: 1;
  font-family: var(--font-sans);
  font-size: 36px;
  font-weight: 600;
  color: white;
  line-height: 1.5;
  letter-spacing: normal;
  margin: 0;
}
@media (max-width: 768px) {
  .page.page--home section.testimonials .left h5 {
    font-family: var(--font-sans);
    font-size: 24px;
    font-weight: 600;
    color: white;
    line-height: 1.5;
    letter-spacing: normal;
  }
}
.page.page--home section.testimonials .left span {
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  letter-spacing: normal;
}
.page.page--home section.testimonials .right {
  height: 478px;
  padding: 0 107px 0px 48px;
  background-color: #000;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .page.page--home section.testimonials .right {
    padding: 3rem 1.5rem;
    background-color: transparent;
  }
}
.page.page--home section.testimonials .right .testimonialsSwiper {
  overflow: hidden;
  width: 100%;
}
.page.page--home section.testimonials .right .testimonialsSwiper .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
}
.page.page--home section.testimonials .right .testimonialsSwiper .swiper-wrapper .swiper-slide .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page.page--home section.testimonials .right .testimonialsSwiper .swiper-wrapper .swiper-slide .top img.logo {
  height: 48px;
  object-fit: contain;
}
.page.page--home section.testimonials .right .testimonialsSwiper .swiper-wrapper .swiper-slide .top .buttons {
  display: flex;
  gap: 16px;
}
.page.page--home section.testimonials .right .testimonialsSwiper .swiper-wrapper .swiper-slide .center {
  padding: 32px 0;
  position: relative;
}
.page.page--home section.testimonials .right .testimonialsSwiper .swiper-wrapper .swiper-slide .center::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: white;
  opacity: 0.4;
}
.page.page--home section.testimonials .right .testimonialsSwiper .swiper-wrapper .swiper-slide .center::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: white;
  opacity: 0.4;
}
.page.page--home section.testimonials .right .testimonialsSwiper .swiper-wrapper .swiper-slide .center p {
  font-family: var(--font-sans);
  font-size: 18px;
  font-weight: 400;
  color: white;
  line-height: 1.5;
  letter-spacing: normal;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .page.page--home section.testimonials .right .testimonialsSwiper .swiper-wrapper .swiper-slide .center {
    padding: 16px 0;
  }
  .page.page--home section.testimonials .right .testimonialsSwiper .swiper-wrapper .swiper-slide .center p {
    font-size: 16px;
  }
}
.page.page--home section.testimonials .right .testimonialsSwiper .swiper-wrapper .swiper-slide .bottom {
  display: flex;
  gap: 16px;
  align-items: center;
}
.page.page--home section.testimonials .right .testimonialsSwiper .swiper-wrapper .swiper-slide .bottom img.testimonial-owner {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 999px;
}
.page.page--home section.testimonials .right .testimonialsSwiper .swiper-wrapper .swiper-slide .bottom .infos p {
  margin: 0;
  padding: 0;
}
.page.page--home section.testimonials .right .testimonialsSwiper .swiper-wrapper .swiper-slide .bottom .infos p.name {
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 600;
  color: white;
  line-height: 1.5;
  letter-spacing: normal;
}
.page.page--home section.testimonials .right .testimonialsSwiper .swiper-wrapper .swiper-slide .bottom .infos p.domain {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  letter-spacing: normal;
}
.page.page--home section.blogs {
  padding-top: 80px;
}
.page.page--home section.blogs .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.page.page--home section.blogs .container .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page.page--home section.blogs .container .top .left {
  width: 50%;
}
@media (max-width: 768px) {
  .page.page--home section.blogs .container .top .left {
    width: 100%;
  }
}
.page.page--home section.blogs .container .top .left h4 {
  font-family: var(--font-sans);
  font-size: 30px;
  font-weight: 600;
  color: white;
  line-height: 1.5;
  letter-spacing: normal;
  text-transform: uppercase;
  line-height: 1.5;
  padding: 0;
  margin: 0;
}
.page.page--home section.blogs .container .top .left span {
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  letter-spacing: normal;
  line-height: 1;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .page.page--home section.blogs .container .top .go {
    display: none;
  }
}
.page.page--home section.blogs .container .bottom {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: start;
}
.page.page--home section.blogs .container .bottom > * {
  width: 100%;
  flex: 1;
}
@media (max-width: 768px) {
  .page.page--home section.blogs .container .bottom {
    flex-direction: column;
    align-items: start;
  }
}
.page.page--home section.faqs {
  padding: 96px 0;
}
.page.page--home section.faqs .container {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 24px;
}
.page.page--home section.faqs .container h5 {
  width: 15%;
  padding: 0;
  margin: 0;
  font-family: var(--font-sans);
  font-size: 24px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  letter-spacing: normal;
}
.page.page--home section.faqs .container .faqItems {
  display: flex;
  justify-content: start;
  width: 55%;
}
.page.page--home section.faqs .container a.btn {
  width: min-content;
}
@media (max-width: 768px) {
  .page.page--home section.faqs {
    padding: 56px 0;
  }
  .page.page--home section.faqs .container {
    gap: 40px;
    flex-direction: column;
  }
  .page.page--home section.faqs .container h5,
  .page.page--home section.faqs .container .faqItems {
    width: 100%;
  }
}
.page.page--home section.impact {
  padding: 96px 0;
}
@media (max-width: 768px) {
  .page.page--home section.impact {
    padding: 56px 0;
  }
}
.page.page--home section.impact .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .page.page--home section.impact .container {
    gap: 24px;
  }
}
.page.page--home section.impact .container .impact__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  position: relative;
}
.page.page--home section.impact .container .impact__meta::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: white;
  opacity: 0.4;
}
.page.page--home section.impact .container .impact__meta .impact__tag {
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  letter-spacing: normal;
}
.page.page--home section.impact .container .impact__meta .impact__period {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.5;
  letter-spacing: normal;
}
.page.page--home section.impact .container .impact__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 64px;
}
@media (max-width: 768px) {
  .page.page--home section.impact .container .impact__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
.page.page--home section.impact .container .impact__header .impact__title {
  font-family: var(--font-sans);
  font-size: 48px;
  font-weight: 600;
  color: white;
  line-height: 1.5;
  letter-spacing: normal;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0;
  padding: 0;
  max-width: 60%;
}
@media (max-width: 768px) {
  .page.page--home section.impact .container .impact__header .impact__title {
    font-family: var(--font-sans);
    font-size: 30px;
    font-weight: 600;
    color: white;
    line-height: 1.5;
    letter-spacing: normal;
    max-width: 100%;
  }
}
.page.page--home section.impact .container .impact__header .impact__title .muted {
  opacity: 0.4;
}
.page.page--home section.impact .container .impact__header .impact__title .accent {
  color: #2d6ff5;
}
.page.page--home section.impact .container .impact__header .impact__legend {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}
@media (max-width: 768px) {
  .page.page--home section.impact .container .impact__header .impact__legend {
    align-items: flex-start;
  }
}
.page.page--home section.impact .container .impact__header .impact__legend .impact__desc {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  letter-spacing: normal;
  max-width: 320px;
  text-align: right;
  margin: 0;
}
@media (max-width: 768px) {
  .page.page--home section.impact .container .impact__header .impact__legend .impact__desc {
    text-align: left;
    max-width: 100%;
  }
}
.page.page--home section.impact .container .impact__header .impact__legend .impact__legend-items {
  display: flex;
  gap: 20px;
}
.page.page--home section.impact .container .impact__header .impact__legend .impact__legend-items .impact__legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  letter-spacing: normal;
}
.page.page--home section.impact .container .impact__header .impact__legend .impact__legend-items .impact__legend-item::before {
  content: "";
  width: 18px;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 2px;
}
.page.page--home section.impact .container .impact__header .impact__legend .impact__legend-items .impact__legend-item--active {
  opacity: 1;
}
.page.page--home section.impact .container .impact__header .impact__legend .impact__legend-items .impact__legend-item--active::before {
  background: #2d6ff5;
  box-shadow: 0 0 8px rgba(45, 111, 245, 0.6);
}
.page.page--home section.impact .container .impact__charts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 768px) {
  .page.page--home section.impact .container .impact__charts {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.page.page--home section.impact .container .impact__charts .impact-chart {
  position: relative;
  background: linear-gradient(180deg, rgba(45, 111, 245, 0.06), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 28px;
  backdrop-filter: blur(8px) saturate(1.2);
  -webkit-backdrop-filter: blur(8px) saturate(1.2);
}
@media (max-width: 768px) {
  .page.page--home section.impact .container .impact__charts .impact-chart {
    padding: 20px;
    border-radius: 12px;
  }
}
.page.page--home section.impact .container .impact__charts .impact-chart__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.page.page--home section.impact .container .impact__charts .impact-chart__head .impact-chart__label {
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  letter-spacing: normal;
}
.page.page--home section.impact .container .impact__charts .impact-chart__head .impact-chart__badge {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 500;
  color: white;
  line-height: 1.5;
  letter-spacing: normal;
  color: #6fa1ff;
  background: rgba(45, 111, 245, 0.12);
  border: 1px solid rgba(45, 111, 245, 0.25);
  padding: 4px 10px;
  border-radius: 999px;
}
.page.page--home section.impact .container .impact__charts .impact-chart__value {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 4px;
}
.page.page--home section.impact .container .impact__charts .impact-chart__value .impact-chart__number {
  font-family: var(--font-sans);
  font-size: 48px;
  font-weight: 600;
  color: white;
  line-height: 1.5;
  letter-spacing: normal;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media (max-width: 768px) {
  .page.page--home section.impact .container .impact__charts .impact-chart__value .impact-chart__number {
    font-size: 36px;
  }
}
.page.page--home section.impact .container .impact__charts .impact-chart__value .impact-chart__unit {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.5;
  letter-spacing: normal;
}
.page.page--home section.impact .container .impact__charts .impact-chart__before {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.5;
  letter-spacing: normal;
  margin-bottom: 24px;
}
.page.page--home section.impact .container .impact__charts .impact-chart__graph {
  width: 100%;
  height: 110px;
  display: block;
}
.page.page--home section.impact .container .impact__charts .impact-chart__graph .impact-chart__grid-line {
  stroke: rgba(255, 255, 255, 0.04);
  stroke-width: 0.5;
}
.page.page--home section.impact .container .impact__charts .impact-chart__graph .impact-chart__line-before {
  fill: none;
  stroke: rgba(255, 255, 255, 0.22);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-dasharray: 3 3;
}
.page.page--home section.impact .container .impact__charts .impact-chart__graph .impact-chart__area-after {
  fill: url(#impactGradient);
}
.page.page--home section.impact .container .impact__charts .impact-chart__graph .impact-chart__line-after {
  fill: none;
  stroke: #2d6ff5;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.page.page--home section.impact .container .impact__charts .impact-chart__graph .impact-chart__point {
  fill: #2d6ff5;
}
.page.page--home section.impact .container .impact__charts .impact-chart__graph .impact-chart__point--glow {
  fill: #2d6ff5;
  fill-opacity: 0.15;
}
.page.page--home section.impact .container .impact__charts .impact-chart__graph .impact-chart__point--ring {
  fill: #2d6ff5;
  fill-opacity: 0.3;
}
.page.page--home section.impact .container .impact__charts .impact-chart__axis {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
.page.page--home section.impact .container .impact__charts .impact-chart__axis span {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.5;
  letter-spacing: normal;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.page.page--home section.impact .container .impact__metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .page.page--home section.impact .container .impact__metrics {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.page.page--home section.impact .container .impact__metrics .impact-metric {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 24px;
}
@media (max-width: 768px) {
  .page.page--home section.impact .container .impact__metrics .impact-metric {
    padding: 20px;
  }
}
.page.page--home section.impact .container .impact__metrics .impact-metric__label {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.5;
  letter-spacing: normal;
  display: block;
  margin-bottom: 16px;
}
.page.page--home section.impact .container .impact__metrics .impact-metric__value {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.page.page--home section.impact .container .impact__metrics .impact-metric__value .impact-metric__number {
  font-family: var(--font-sans);
  font-size: 30px;
  font-weight: 600;
  color: white;
  line-height: 1.5;
  letter-spacing: normal;
  line-height: 1;
  letter-spacing: -0.02em;
}
.page.page--home section.impact .container .impact__metrics .impact-metric__value .impact-metric__delta {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.5;
  letter-spacing: normal;
}
.page.page--home section.impact .container .impact__metrics .impact-metric__value .impact-metric__delta--up {
  color: #6fa1ff;
  opacity: 1;
}

.page.page--blog-detail .top.ge {
  max-width: 65%;
}
@media (max-width: 768px) {
  .page.page--blog-detail .top.ge {
    max-width: 100%;
  }
}
.page.page--blog-detail .top.ge h1 {
  font-family: var(--font-sans);
  font-size: 48px;
  font-weight: 600;
  color: white;
  line-height: 1.5;
  letter-spacing: normal;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .page.page--blog-detail .top.ge h1 {
    font-size: 30px;
  }
}
.page.page--blog-detail .top.ge .categories-and-date {
  margin: 40px 0;
  display: flex;
  align-items: center;
  gap: 7px;
}
@media (max-width: 768px) {
  .page.page--blog-detail .top.ge .categories-and-date {
    margin: 20px 0;
  }
}
.page.page--blog-detail .top.ge .categories-and-date .date {
  opacity: 0.6;
}
.page.page--blog-detail .top.ge .categories-and-date .categories {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 5px;
}
.page.page--blog-detail .top.ge .categories-and-date .categories span.badge {
  top: 0;
  background: rgba(255, 255, 255, 0.08);
  position: relative;
  backdrop-filter: blur(8px) saturate(1.2);
  -webkit-backdrop-filter: blur(8px) saturate(1.2);
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 5px 15px;
  border-radius: 32px;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  letter-spacing: normal;
}
.page.page--blog-detail .featured-image img {
  width: 100%;
  border-radius: 32px;
  height: 75vh;
  object-fit: cover;
}
.page.page--blog-detail .blog-detail__layout {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: start;
}
.page.page--blog-detail .blog-detail__layout .blog-detail__content {
  width: 65%;
  margin-bottom: 100px;
  min-width: 0;
}
.page.page--blog-detail .blog-detail__layout .blog-detail__content > h1 {
  font-size: clamp(32px, 5vw, 40px);
  line-height: 1.2;
  scroll-margin-top: 120px;
}
.page.page--blog-detail .blog-detail__layout .blog-detail__content > h2 {
  font-size: clamp(28px, 4vw, 32px);
  line-height: 1.25;
  scroll-margin-top: 120px;
}
.page.page--blog-detail .blog-detail__layout .blog-detail__content > h3 {
  font-size: clamp(24px, 3.5vw, 28px);
  line-height: 1.3;
  scroll-margin-top: 120px;
}
.page.page--blog-detail .blog-detail__layout .blog-detail__content > h4 {
  font-size: clamp(20px, 3vw, 24px);
  line-height: 1.35;
  scroll-margin-top: 120px;
}
.page.page--blog-detail .blog-detail__layout .blog-detail__content > h5 {
  font-size: clamp(18px, 2.5vw, 20px);
  line-height: 1.4;
}
.page.page--blog-detail .blog-detail__layout .blog-detail__content > h6 {
  font-size: 16px;
  line-height: 1.5;
}
.page.page--blog-detail .blog-detail__layout .blog-detail__content > p,
.page.page--blog-detail .blog-detail__layout .blog-detail__content > pre,
.page.page--blog-detail .blog-detail__layout .blog-detail__content > h1,
.page.page--blog-detail .blog-detail__layout .blog-detail__content > h2,
.page.page--blog-detail .blog-detail__layout .blog-detail__content > h3,
.page.page--blog-detail .blog-detail__layout .blog-detail__content > h4,
.page.page--blog-detail .blog-detail__layout .blog-detail__content > h5,
.page.page--blog-detail .blog-detail__layout .blog-detail__content > h6,
.page.page--blog-detail .blog-detail__layout .blog-detail__content > ul,
.page.page--blog-detail .blog-detail__layout .blog-detail__content > ol,
.page.page--blog-detail .blog-detail__layout .blog-detail__content > a,
.page.page--blog-detail .blog-detail__layout .blog-detail__content > blockquote,
.page.page--blog-detail .blog-detail__layout .blog-detail__content > table {
  color: white;
  text-wrap: wrap;
}
.page.page--blog-detail .blog-detail__layout .blog-detail__content > ul li,
.page.page--blog-detail .blog-detail__layout .blog-detail__content > ol li,
.page.page--blog-detail .blog-detail__layout .blog-detail__content > table th,
.page.page--blog-detail .blog-detail__layout .blog-detail__content > table td,
.page.page--blog-detail .blog-detail__layout .blog-detail__content > p span,
.page.page--blog-detail .blog-detail__layout .blog-detail__content > p em,
.page.page--blog-detail .blog-detail__layout .blog-detail__content > p strong,
.page.page--blog-detail .blog-detail__layout .blog-detail__content > p code {
  color: white;
}
.page.page--blog-detail .blog-detail__layout .blog-detail__content > a {
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.2s ease;
}
.page.page--blog-detail .blog-detail__layout .blog-detail__content > a:hover {
  opacity: 0.7;
}
.page.page--blog-detail .blog-detail__layout .blog-detail__content > pre {
  overflow-x: auto;
  background: rgba(255, 255, 255, 0.05);
  padding: 16px;
  border-radius: 12px;
}
.page.page--blog-detail .blog-detail__layout .blog-detail__content > blockquote {
  border-left: 3px solid rgba(255, 255, 255, 0.3);
  padding-left: 20px;
  margin: 24px 0;
  font-style: italic;
}
.page.page--blog-detail .blog-detail__layout .blog-detail__content > hr {
  opacity: 0.3;
  height: 1px;
  margin: 20px 0;
  border: none;
  background: rgba(255, 255, 255, 0.3);
}
.page.page--blog-detail .blog-detail__layout .blog-detail__content ul {
  padding-left: 1rem;
}
.page.page--blog-detail .blog-detail__layout .blog-detail__content > figure {
  margin: 30px 0;
  padding: 0;
}
.page.page--blog-detail .blog-detail__layout .blog-detail__content > figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
  padding: 0;
  margin: 0;
  border-radius: 24px;
  display: block;
}
.page.page--blog-detail .blog-detail__layout .blog-detail__content > figure figcaption {
  font-size: 0.75rem;
  font-weight: 400;
  opacity: 0.6;
  margin-top: 10px;
  color: white;
  text-align: center;
}
.page.page--blog-detail .blog-detail__layout .blog-detail__content > figure p {
  margin-bottom: 0;
}
.page.page--blog-detail .blog-detail__layout .blog-detail__content > img,
.page.page--blog-detail .blog-detail__layout .blog-detail__content p > img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  display: block;
  margin: 30px 0;
}
.page.page--blog-detail .blog-detail__layout .blog-detail__content figure {
  margin: 0;
}
.page.page--blog-detail .blog-detail__layout .blog-detail__content > table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
}
.page.page--blog-detail .blog-detail__layout .blog-detail__content > table th,
.page.page--blog-detail .blog-detail__layout .blog-detail__content > table td {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  text-align: left;
}
.page.page--blog-detail .blog-detail__layout .blog-detail__content > table th {
  background: rgba(255, 255, 255, 0.05);
  font-weight: 600;
}
.page.page--blog-detail .blog-detail__layout .blog-detail__content .inline-cta-wrapper {
  margin: 40px 0;
}
.page.page--blog-detail .blog-detail__layout aside {
  position: sticky;
  top: 140px;
  width: 35%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 100px;
}
.page.page--blog-detail .blog-detail__layout aside .toc__share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0rem;
}
.page.page--blog-detail .blog-detail__layout aside .toc__share .left {
  display: flex;
  gap: 10px;
  align-items: center;
}
.page.page--blog-detail .blog-detail__layout aside .toc__share .left svg {
  width: 18px;
  opacity: 60%;
  height: 18px;
}
.page.page--blog-detail .blog-detail__layout aside .toc__share .left span {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  letter-spacing: normal;
}
.page.page--blog-detail .blog-detail__layout aside .toc__share .buttons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.page.page--blog-detail .blog-detail__layout aside .toc__share .buttons .toc__share-btn {
  font-size: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: white;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
  cursor: pointer;
  transition: 0.2s;
}
.page.page--blog-detail .blog-detail__layout aside .toc__share .buttons .toc__share-btn svg {
  width: 18px;
  height: 18px;
}
.page.page--blog-detail .blog-detail__layout aside .toc__share .buttons .toc__share-btn:hover {
  background: rgba(255, 255, 255, 0.15);
}
.page.page--blog-detail .blog-detail__layout aside .toc__share .buttons .toc__share-btn.copied {
  background: rgba(120, 220, 120, 0.2);
}
.page.page--blog-detail .blog-detail__layout aside hr {
  opacity: 20%;
  width: 100%;
}
.page.page--blog-detail .blog-detail__layout aside .toc__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.page.page--blog-detail .blog-detail__layout aside .toc__item {
  margin: 0;
}
.page.page--blog-detail .blog-detail__layout aside .toc__link {
  display: block;
  padding: 8px 12px;
  border-radius: 8px;
  text-decoration: none;
  color: white;
  opacity: 0.6;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 400;
  color: white;
  line-height: 1.5;
  letter-spacing: normal;
  transition: opacity 0.2s ease, background 0.2s ease;
  border-left: 2px solid transparent;
}
.page.page--blog-detail .blog-detail__layout aside .toc__link:hover {
  opacity: 0.9;
  background: rgba(255, 255, 255, 0.04);
}
.page.page--blog-detail .blog-detail__layout aside .toc__link.is-active {
  opacity: 1;
  border-left-color: rgba(21, 93, 252, 0.8);
  background: rgba(255, 255, 255, 0.06);
}
@media (max-width: 768px) {
  .page.page--blog-detail .blog-detail__layout {
    gap: 0;
    flex-direction: column-reverse;
  }
  .page.page--blog-detail .blog-detail__layout .blog-detail__content,
  .page.page--blog-detail .blog-detail__layout aside {
    width: 100%;
  }
  .page.page--blog-detail .blog-detail__layout aside {
    position: unset;
    margin-bottom: 0;
  }
}
.page.page--blog-detail section.related-blogs {
  padding: 80px 0;
}
.page.page--blog-detail section.related-blogs .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.page.page--blog-detail section.related-blogs .container .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page.page--blog-detail section.related-blogs .container .top h4 {
  font-family: var(--font-sans);
  font-size: 30px;
  font-weight: 600;
  color: white;
  line-height: 1.5;
  letter-spacing: normal;
  line-height: 1.5;
  padding: 0;
  margin: 0;
}
.page.page--blog-detail section.related-blogs .container .top span {
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  letter-spacing: normal;
  line-height: 1;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .page.page--blog-detail section.related-blogs .container .go {
    display: none;
  }
}
.page.page--blog-detail section.related-blogs .container .bottom {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: start;
}
.page.page--blog-detail section.related-blogs .container .bottom > * {
  width: 100%;
  flex: 1;
}
@media (max-width: 768px) {
  .page.page--blog-detail section.related-blogs .container .bottom {
    flex-direction: column;
    align-items: start;
  }
}

.blog-list {
  padding: 6rem 0 4rem;
}
.blog-list__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.blog-list__title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
}
.blog-list__search {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  padding: 0.5rem 0.5rem 0.5rem 1.25rem;
  min-width: 280px;
}
.blog-list__search-input {
  flex: 1;
  background: transparent;
  border: 0;
  outline: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9375rem;
  font-family: inherit;
}
.blog-list__search-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.blog-list__search-btn {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 0;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: background 0.2s;
}
.blog-list__search-btn:hover {
  background: rgba(255, 255, 255, 0.15);
}
.blog-list__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
}
.blog-list__filter {
  padding: 0.5rem 1.125rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  text-decoration: none;
  transition: all 0.2s;
  cursor: pointer;
}
.blog-list__filter:hover {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
}
.blog-list__filter.is-active {
  background: rgba(255, 255, 255, 0.95);
  color: rgba(0, 0, 0, 0.9);
  border-color: transparent;
}
.blog-list__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.5rem;
  min-height: 200px;
}
.blog-list__empty {
  text-align: center;
  padding: 4rem 1rem;
  color: rgba(255, 255, 255, 0.5);
}
.blog-list__empty.is-hidden {
  display: none;
}
.blog-list__sentinel {
  display: grid;
  place-items: center;
  padding: 3rem 0;
}
.blog-list__sentinel.is-hidden {
  display: none;
}
.blog-list__loader {
  display: flex;
  gap: 0.5rem;
}
.blog-list__loader-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  animation: blogLoaderPulse 1.2s ease-in-out infinite;
}
.blog-list__loader-dot:nth-child(2) {
  animation-delay: 0.15s;
}
.blog-list__loader-dot:nth-child(3) {
  animation-delay: 0.3s;
}
.blog-list__end {
  text-align: center;
  padding: 2rem 0;
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.875rem;
}
.blog-list__end.is-hidden {
  display: none;
}

@keyframes blogLoaderPulse {
  0%, 80%, 100% {
    opacity: 0.3;
    transform: scale(0.8);
  }
  40% {
    opacity: 1;
    transform: scale(1);
  }
}
.page.page--about .top.ge {
  max-width: 65%;
}
@media (max-width: 768px) {
  .page.page--about .top.ge {
    max-width: 100%;
  }
}
.page.page--about .top.ge h1 {
  font-family: var(--font-sans);
  font-size: 48px;
  font-weight: 600;
  color: white;
  line-height: 1.5;
  letter-spacing: normal;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .page.page--about .top.ge h1 {
    font-size: 30px;
  }
}
.page.page--about .top.ge h1 span {
  opacity: 60%;
}
.page.page--about .top.ge .content {
  margin-top: 15px;
  opacity: 0.6;
}
.page.page--about .vision-and-mission {
  margin: 75px 0;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: center;
}
@media (max-width: 768px) {
  .page.page--about .vision-and-mission {
    flex-direction: column;
  }
}
.page.page--about .vision-and-mission div {
  gap: 10px;
  display: flex;
  flex-direction: column;
  width: 50%;
}
@media (max-width: 768px) {
  .page.page--about .vision-and-mission div {
    width: 100%;
  }
}
.page.page--about .vision-and-mission div h4 {
  font-family: var(--font-sans);
  font-size: 36px;
  font-weight: 600;
  color: white;
  line-height: 1.5;
  letter-spacing: normal;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .page.page--about .vision-and-mission div h4 {
    font-family: var(--font-sans);
    font-size: 24px;
    font-weight: 600;
    color: white;
    line-height: 1.5;
    letter-spacing: normal;
  }
}
.page.page--about .vision-and-mission div p {
  width: 75%;
  padding: 0;
  margin: 0;
  opacity: 0.6;
}
@media (max-width: 768px) {
  .page.page--about .vision-and-mission div p {
    width: 100%;
  }
}
.page.page--about .counts {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .page.page--about .counts {
    flex-direction: column;
    align-items: start;
  }
}
.page.page--about .counts .count {
  width: 100%;
  font-family: var(--font-sans);
  font-size: 60px;
  font-weight: 600;
  color: white;
  line-height: 1.5;
  letter-spacing: normal;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  .page.page--about .counts .count {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    font-family: var(--font-sans);
    font-size: 36px;
    font-weight: 600;
    color: white;
    line-height: 1.5;
    letter-spacing: normal;
  }
}
.page.page--about .counts .count span.count__plus {
  color: #2563eb;
}
.page.page--about .counts .count p {
  padding: 0;
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  letter-spacing: normal;
}
.page.page--about .gallery {
  margin-top: 75px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.page.page--about .gallery img {
  width: 100%;
  height: 310px;
  border-radius: 24px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .page.page--about .gallery {
    grid-template-columns: 1fr;
  }
}

.page.page--career-list .top.ge {
  max-width: 65%;
}
@media (max-width: 768px) {
  .page.page--career-list .top.ge {
    max-width: 100%;
  }
}
.page.page--career-list .top.ge h1 {
  font-family: var(--font-sans);
  font-size: 48px;
  font-weight: 600;
  color: white;
  line-height: 1.5;
  letter-spacing: normal;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .page.page--career-list .top.ge h1 {
    font-size: 30px;
  }
}
.page.page--career-list .top.ge .content {
  margin-top: 15px;
  opacity: 0.6;
}
.page.page--career-list .center {
  margin-top: 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .page.page--career-list .center {
    flex-direction: column;
  }
}
.page.page--career-list .center .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 230px;
  gap: 5px;
  padding: 0 30px;
  border-radius: 32px;
  background-color: rgba(255, 255, 255, 0.1);
}
.page.page--career-list .center .card svg {
  width: 32px;
  height: 32px;
}
.page.page--career-list .center .card h3 {
  font-weight: 600;
}
.page.page--career-list .center .card p {
  opacity: 0.6;
  padding: 0;
  margin: 0;
}
.page.page--career-list .bottom {
  margin-top: 80px;
}
.page.page--career-list .bottom h2 {
  font-family: var(--font-sans);
  font-size: 30px;
  font-weight: 600;
  color: white;
  line-height: 1.5;
  letter-spacing: normal;
}
.page.page--career-list .bottom .open-positions ul {
  padding: 0;
  margin: 0;
  margin-bottom: 100px;
  list-style: none;
}
.page.page--career-list .bottom .open-positions ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 25px 0;
  margin: 0;
}
.page.page--career-list .bottom .open-positions ul li a .left h4,
.page.page--career-list .bottom .open-positions ul li a .left span {
  margin: 0;
  padding: 0;
}
.page.page--career-list .bottom .open-positions ul li a .left h4 {
  font-family: var(--font-sans);
  font-size: 20px;
  font-weight: 600;
  color: white;
  line-height: 1.5;
  letter-spacing: normal;
}
.page.page--career-list .bottom .open-positions ul li a .left span {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  letter-spacing: normal;
}
.page.page--career-list .bottom .open-positions ul li a .right {
  display: flex;
  gap: 4px;
  align-items: center;
}
.page.page--career-list .bottom .open-positions ul li a .right svg {
  margin-left: 4px;
  transition: transform 0.2s ease;
}
.page.page--career-list .bottom .open-positions ul li a .right span.badge {
  top: 0;
  background: rgba(255, 255, 255, 0.08);
  position: relative;
  backdrop-filter: blur(8px) saturate(1.2);
  -webkit-backdrop-filter: blur(8px) saturate(1.2);
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 5px 15px;
  border-radius: 32px;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .page.page--career-list .bottom .open-positions ul li a .right span.badge {
    display: none;
  }
}
.page.page--career-list .bottom .open-positions ul li a:after {
  bottom: 0;
  background-color: white;
  opacity: 20%;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  left: 0;
}
.page.page--career-list .bottom .open-positions ul li a:hover svg {
  transform: rotate(-60deg);
}
.page.page--career-list .linkedin-banner {
  height: 500px;
  width: 100%;
  background-color: black;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.page.page--career-detail .top.ge {
  max-width: 65%;
}
@media (max-width: 768px) {
  .page.page--career-detail .top.ge {
    max-width: 100%;
  }
}
.page.page--career-detail .top.ge h1 {
  font-family: var(--font-sans);
  font-size: 48px;
  font-weight: 600;
  color: white;
  line-height: 1.5;
  letter-spacing: normal;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .page.page--career-detail .top.ge h1 {
    font-size: 30px;
  }
}
.page.page--career-detail .top.ge h1 span {
  opacity: 60%;
}
.page.page--career-detail .top.ge .content {
  margin-top: 15px;
  color: white;
  opacity: 0.6;
}
.page.page--career-detail .center ul {
  list-style: none;
  padding: 0;
}
.page.page--career-detail .center ul li {
  padding: 0;
  color: white;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 600;
  color: white;
  line-height: 1.5;
  letter-spacing: normal;
}
.page.page--career-detail .center ul li span {
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  color: white;
  line-height: 1.5;
  letter-spacing: normal;
  opacity: 60%;
}
