@charset "UTF-8";
/*
  System font stack used as base sans-serif and monospace
  https://css-tricks.com/snippets/css/system-font-stack/
*/
/*
  Themes fonts
*/
/*
* Breakpoints
*/
/*
  $media-desktop: 1240px;
*/
/*
  Colors
*/
/*
  Dark
*/
/*
  Light
*/
/*! 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

@font-face {
  font-family: Cinzel;
  src: url("../fonts/Cinzel-Regular.woff2") format("woff2"), url("../fonts/Cinzel-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --scale: 100vw / 390;
  --scale-h: 100vh / 808;
}
@media (min-width: 768px) {
  :root {
    --scale: 100vw / 1920;
    --scale-h: 100vh / 1080;
  }
}

html {
  --color-bg: #3d4249;
  --color-text: #b6b6b6;
  --color-text-active: #959595;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}

html.theme-light {
  --color-bg: #d9d9d5;
  --color-text: #25292e;
  --color-text-active: #545960;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html,
body {
  background-color: var(--color-bg);
  color: var(--color-text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  height: 100%;
  margin: 0;
  min-height: 100%;
  transition: background-color 0.5s ease, color 0.5s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.isOpened,
.isOpened body {
  overflow: hidden;
}

.svg-wrapper {
  display: none;
}

.wrapper {
  min-height: 100vh;
  position: relative;
}
.wrapper::after {
  background: linear-gradient(180deg, #2e2e2e 0%, rgba(89, 89, 89, 0) 100%);
  mix-blend-mode: soft-light;
  content: "";
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: matrix(1, 0, 0, -1, 0, 0);
  transition: opacity 0.35s ease;
}
.theme-light .wrapper::after {
  opacity: 0;
}

@media (min-width: 768px) {
  html,
  body {
    overscroll-behavior: none;
    scrollbar-width: none;
    scroll-behavior: smooth;
    scroll-snap-destination: 0 0;
    scroll-snap-type: y mandatory;
  }
  /*
  .content {
    overflow: auto;
    position: relative;
    scrollbar-width: none;
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
    height: 100vh;
    width: 100%;

    -webkit-overflow-scrolling: touch;

    &::-webkit-scrollbar,
    &::-webkit-scrollbar-thumb {
      display: none !important;
      background-color: transparent !important;
    }
  }
  */
  .ui-section {
    overflow: hidden;
    scroll-snap-stop: always;
    scroll-snap-align: start;
    height: 100vh;
    width: 100%;
  }
  .footer {
    scroll-snap-stop: always;
    scroll-snap-align: start;
  }
}
/**
 *
 * CONTENTS
 *
 * LAYOUT
 * Sections ............. Margins, paddings & other sizes for common sections
 *
 *
 * TYPOGRAPHY
 * Headings ............. H1–H6 classes & mixins
 * Text ................. Text classes & mixins
 *
 */
/**
 *
 * Sections
 *
 */
.ui-section {
  margin: 0 auto;
  padding: calc(var(--scale) * 80) 0;
}
@media (min-width: 768px) {
  .ui-section {
    display: flex;
    flex-direction: row;
    min-height: 100vh;
  }
}

/**
 *
 * Headings. H1–H4 classes & mixins
 * - H1 Main Decorative
 * - H1 Internal page
 * - H2 Title
 * - H3 Title
 * - H4 Sub title
 *
 * Text.
 * - Paragraph
 * - Link
 *
 */
/* Desktop/Mobile/H1 */
/* Desktop/Mobile/H2 */
/* H3 Title */
/* H4 */
/* Desktop/Mobile/Body */
.ui-link {
  filter: drop-shadow(0 0 2px #b6b6b6);
  color: currentcolor;
  display: inline-flex;
  align-items: center;
  gap: calc(var(--scale) * 12);
  font-size: calc(var(--scale) * 16);
  line-height: calc(var(--scale) * 20);
  padding: calc(var(--scale) * 12) 0;
  text-align: justify;
  text-decoration: none;
  transition: background 0.5s ease, color 0.5s ease, filter 0.5s ease;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .ui-link {
    font-size: calc(var(--scale) * 20);
    line-height: 1.2;
    text-transform: uppercase;
  }
}
.ui-link__icon {
  fill: currentcolor;
  flex-shrink: 0;
  height: calc(var(--scale) * 20);
  width: calc(var(--scale) * 20);
  transition: transform 0.5s ease;
  transform: rotate(0) translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
}
.ui-link:hover {
  filter: none;
}
.ui-link:hover .ui-link__icon {
  transform: rotate(180deg) translate3d(0, 0, 0);
}
.ui-link:active {
  color: #a3a3a3;
}
.theme-light .ui-link {
  filter: drop-shadow(0 0 2px rgba(37, 41, 46, 0.25));
}
.theme-light .ui-link:hover {
  filter: none;
}
.theme-light .ui-link:active {
  color: #484d56;
}

.container {
  padding: calc(var(--scale) * 24) calc(var(--scale) * 16);
  position: relative;
  margin: 0 auto;
  width: 100%;
  z-index: 2;
}
@media (min-width: 768px) {
  .container {
    margin: auto;
    padding: calc(var(--scale) * 20) calc(var(--scale) * 30);
  }
}

.btn {
  background: transparent;
  border: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  border: 1px solid var(--color-text);
  border-radius: calc(var(--scale) * 100);
  box-shadow: 0 0 14px 0 rgba(255, 255, 255, 0.25);
  color: var(--color-text);
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: calc(var(--scale) * 16);
  font-weight: 500;
  gap: calc(var(--scale) * 16);
  line-height: 1.375;
  height: calc(var(--scale) * 60);
  padding: calc(var(--scale) * 8) calc(var(--scale) * 8) calc(var(--scale) * 8) calc(var(--scale) * 20);
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.5s ease, border-color 0.5s ease, box-shadow 0.5s ease, color 0.5s ease;
}
@media (min-width: 768px) {
  .btn {
    font-size: calc(var(--scale) * 20);
    line-height: 1.2;
  }
}
.btn__icon {
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: calc(var(--scale) * 2);
  height: calc(var(--scale) * 44);
  width: calc(var(--scale) * 44);
  transform: rotate(0) translate3d(0, 0, 0);
  transition: background 0.5s ease, color 0.5s ease, transform 0.5s ease;
  will-change: transform;
}
.btn__icon svg {
  backface-visibility: hidden;
  display: block;
  fill: currentcolor;
  margin: auto;
  height: calc(var(--scale) * 28);
  width: calc(var(--scale) * 28);
  transform: translateZ(0);
}
.btn:hover {
  box-shadow: none;
}
.btn:hover .btn__icon {
  transform: rotate(180deg) translate3d(0, 0, 0);
}
.btn:active {
  background: linear-gradient(0deg, #25292e, #25292e), linear-gradient(0deg, rgba(37, 41, 46, 0.05), rgba(37, 41, 46, 0.05));
}
.theme-light .btn:active {
  background: linear-gradient(0deg, #c0c1c1, #c0c1c1), linear-gradient(0deg, rgba(192, 193, 193, 0.05), rgba(192, 193, 193, 0.05));
}
.btn--special {
  background: #c0c1c1;
  box-shadow: 0 0 14px rgba(255, 255, 255, 0.25);
  border-color: #c0c1c1;
  color: #25292e;
}
.btn--special .btn__icon {
  background: #25292e;
  color: #c0c1c1;
}
.btn--special:hover {
  box-shadow: none;
}
.btn--special:active {
  background: #a3a3a3;
}
.btn--special:active .btn__icon {
  color: #a3a3a3;
}
.theme-light .btn--special {
  background: #25292e;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.4);
  border-color: #25292e;
  color: #c0c1c1;
}
.theme-light .btn--special .btn__icon {
  background: #c0c1c1;
  color: #25292e;
}
.theme-light .btn--special:hover {
  box-shadow: none;
}
.theme-light .btn--special:active {
  background: #484d56;
}
.theme-light .btn--special:active .btn__icon {
  color: #484d56;
}

.logo {
  color: var(--color-text);
  flex-shrink: 0;
  margin: 0 auto;
  opacity: 0;
  transform: translate3d(0, calc(var(--scale) * 10), 0);
  transition: transform 1s ease, opacity 1s ease;
}
@media (min-width: 768px) {
  .logo {
    margin: 0;
  }
}
.isAnimated .logo {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.logo__title {
  background: linear-gradient(180deg, #c3c3c3 0%, #343f4e 191.95%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Cinzel, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 32px;
  line-height: 0.75;
  letter-spacing: -0.04em;
  text-align: center;
  text-shadow: 0 0 9px rgba(193, 191, 211, 0.37);
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .logo__title {
    display: none;
  }
}
.theme-light .logo__title {
  background: linear-gradient(180deg, #25292e 82.46%, rgba(61, 66, 73, 0) 119.94%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 9px rgba(61, 66, 73, 0.25);
}
.logo__image {
  display: none;
  fill: currentcolor;
  width: calc(var(--scale) * 130);
}
@media (min-width: 768px) {
  .logo__image {
    display: block;
  }
}

.header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: calc(var(--scale) * 24) calc(var(--scale) * 16);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 5;
}
@media (min-width: 768px) {
  .header {
    display: block;
    padding: calc(var(--scale) * 20) calc(var(--scale) * 40);
    opacity: 1;
    transition: opacity 0.35s ease;
  }
  .header.hidden {
    opacity: 0;
  }
}
.header__logo {
  position: relative;
  margin: 0;
  z-index: 11;
}
@media (min-width: 768px) {
  .header__logo {
    display: none;
  }
}
.header__nav-btn {
  background: transparent;
  border: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  margin: auto 0 auto auto;
  position: relative;
  height: calc(var(--scale) * 24);
  width: calc(var(--scale) * 24);
  z-index: 11;
}
@media (min-width: 768px) {
  .header__nav-btn {
    display: none;
  }
}
.header__nav-btn span {
  background: currentcolor;
  color: #fff;
  display: block;
  margin: -1px 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background-color 0.3s;
}
.header__nav-btn span::before, .header__nav-btn span::after {
  background: currentcolor;
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  transition: background-color 0.3s, transform 0.3s;
}
.header__nav-btn span::before {
  transform: translateY(-700%);
}
.header__nav-btn span::after {
  transform: translateY(700%);
}
.theme-light .header__nav-btn span {
  color: #000;
}
.isOpened .header__nav-btn span {
  background: transparent;
}
.isOpened .header__nav-btn span::before {
  background-color: currentcolor;
  transform: translateY(0) rotate(45deg);
}
.isOpened .header__nav-btn span::after {
  background-color: currentcolor;
  transform: translateY(0) rotate(-45deg);
}
.header__nav {
  background: var(--color-bg);
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: calc(var(--scale) * 24) calc(var(--scale) * 16);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.isOpened .header__nav {
  display: flex;
}
.header__nav::before, .header__nav::after {
  background: linear-gradient(180deg, #2e2e2e 0%, rgba(89, 89, 89, 0) 100%);
  mix-blend-mode: multiply;
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.theme-light .header__nav::before, .theme-light .header__nav::after {
  background: linear-gradient(180deg, #bdbdbc 0%, rgba(189, 189, 188, 0) 21.34%);
}
.header__nav::after {
  background: linear-gradient(180deg, #2e2e2e 0%, rgba(89, 89, 89, 0) 100%);
  mix-blend-mode: soft-light;
  height: calc(var(--scale) * 328);
  top: auto;
  bottom: 0;
  transform: matrix(1, 0, 0, -1, 0, 0);
}
.theme-light .header__nav::after {
  display: none;
}
@media (min-width: 768px) {
  .header__nav {
    background: transparent;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
    position: static;
  }
  .header__nav::before, .header__nav::after {
    display: none;
  }
}

.nav {
  position: relative;
  margin: auto;
  z-index: 2;
}
@media (min-width: 768px) {
  .nav {
    margin: 0 auto 0 0;
    width: calc(100% - var(--scale) * 280);
  }
}
.nav__logo {
  text-align: center;
}
.nav__logo-title {
  font-family: Cinzel, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  /* Next line. Fix safari overflow text bug */
  padding: 1px 0;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
  background: linear-gradient(180deg, #c3c3c3 0%, #343f4e 191.95%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
  line-height: 0.75;
  letter-spacing: -0.04em;
  text-shadow: 0 0 9px rgba(193, 191, 211, 0.37);
}
.theme-light .nav__logo-title {
  background: linear-gradient(180deg, #25292e 82.46%, rgba(61, 66, 73, 0) 119.94%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 9px rgba(61, 66, 73, 0.25);
}
.nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: calc(var(--scale) * 24) auto 0;
}
@media (min-width: 768px) {
  .nav__list {
    flex-direction: row;
    margin: 0;
  }
}
.nav__list-item {
  margin: 0 0 calc(var(--scale) * 16);
  opacity: 0;
  text-align: center;
  transition: transform 1s ease, opacity 1s ease;
}
@media (min-width: 768px) {
  .nav__list-item {
    margin: 0;
  }
}
.nav__list-item--no-mobile {
  display: none;
}
@media (min-width: 768px) {
  .nav__list-item--no-mobile {
    display: block;
  }
}
.nav__list-item:nth-child(1) {
  transform: translate3d(0, calc(var(--scale) * 15), 0);
  transition-delay: 0s;
}
.nav__list-item:nth-child(2) {
  transform: translate3d(0, calc(var(--scale) * 20), 0);
  transition-delay: 0.1s;
}
.nav__list-item:nth-child(3) {
  transform: translate3d(0, calc(var(--scale) * 25), 0);
  transition-delay: 0.15s;
}
.nav__list-item:nth-child(4) {
  transform: translate3d(0, calc(var(--scale) * 30), 0);
  transition-delay: 0.2s;
}
.nav__list-item:nth-child(5) {
  transform: translate3d(0, calc(var(--scale) * 35), 0);
  transition-delay: 0.25s;
}
.nav__list-item:nth-child(6) {
  transform: translate3d(0, calc(var(--scale) * 40), 0);
  transition-delay: 0.3s;
}
.isAnimated .nav__list-item {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.nav__list-link {
  background: linear-gradient(180deg, #c3c3c3 0%, #343f4e 191.95%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Cinzel, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  /* Next line. Fix safari overflow text bug */
  padding: 1px 0;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
  font-size: calc(var(--scale) * 40);
  line-height: 1.35;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.theme-light .nav__list-link {
  background: linear-gradient(180deg, #25292e 82.46%, rgba(61, 66, 73, 0) 119.94%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .nav__list-link {
    color: var(--color-text);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: calc(var(--scale) * 20);
    line-height: 1.2;
    text-transform: none;
  }
  .nav__list-link::after {
    background: currentcolor;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translate(-50%, 100%);
    width: 0;
    will-change: width;
    transition: width 0.35s ease;
  }
  .nav__list-link:hover::after {
    width: 100%;
  }
  .nav__list-link:active {
    color: var(--color-text-active);
  }
}

.theme-switcher {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  opacity: 0;
  transform: translate3d(0, calc(var(--scale) * 10), 0);
  transition: transform 1s ease, opacity 1s ease;
  z-index: 2;
}
.isAnimated .theme-switcher {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.theme-switcher__btn {
  background: transparent;
  border: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  cursor: pointer;
}
.theme-switcher__btn svg {
  fill: none;
  stroke: #b6b6b6;
  height: calc(var(--scale) * 48);
  width: calc(var(--scale) * 48);
  transform: translateZ(0);
  transition: fill 0.5s ease, filter 0.5s ease, stroke 0.5s ease;
}
.theme-light .theme-switcher__btn svg {
  fill: none;
  stroke: #25292e;
}
.theme-switcher__btn:hover svg {
  filter: drop-shadow(0 0 2px #b6b6b6);
}
.theme-light .theme-switcher__btn:hover svg {
  filter: drop-shadow(0 0 2px rgba(37, 41, 46, 0.25));
}
.theme-switcher__btn.isActive {
  cursor: default;
}
.theme-switcher__btn.isActive svg, .theme-switcher__btn.isActive:hover svg {
  filter: none;
  fill: #b6b6b6;
  stroke: #b6b6b6;
}
.theme-light .theme-switcher__btn.isActive svg, .theme-light .theme-switcher__btn.isActive:hover svg {
  fill: #25292e;
  stroke: #25292e;
}

.content__sections-wrapper {
  position: relative;
}
.content__sections-wrapper::before {
  background-color: rgb(31, 33, 38);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  z-index: 4;
}
@media (min-width: 768px) {
  .content__sections-wrapper::before {
    display: none;
  }
}
.theme-light .content__sections-wrapper::before {
  display: none;
}
.content__sections-wrapper::after {
  background: linear-gradient(180deg, #303030 0%, rgba(54, 54, 54, 0.55) 100%);
  content: "";
  mix-blend-mode: soft-light;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: opacity 0.35s ease;
  z-index: 1;
}
.theme-light .content__sections-wrapper::after {
  opacity: 0;
}
.content__sections-wrapper--projects::before {
  display: none;
}
.content__sections-wrapper--projects::after {
  opacity: 0;
}
@media (min-width: 768px) {
  .content__sections-wrapper--projects::after {
    background: linear-gradient(180deg, #2e2e2e 0%, rgba(89, 89, 89, 0) 100%);
    opacity: 0.4;
  }
}

.hero {
  padding: 0;
  position: relative;
}
.hero::before, .hero::after {
  content: "";
  pointer-events: none;
  position: absolute;
  opacity: 1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  will-change: opacity;
  transition: opacity 1s 0.15s ease;
}
.hero::before {
  background: url("../img/hero/bg-hero-initial.png") no-repeat 50% 50%/cover;
}
.hero::after {
  background: url("../img/hero/bg-hero-animated.png") no-repeat 50% 50%/cover;
  opacity: 0;
}
.hero.isAnimated::before {
  opacity: 0;
}
.hero.isAnimated::after {
  opacity: 1;
}
.hero__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: calc(var(--scale-h) * 140) 0 0;
  position: relative;
  text-align: center;
  height: 100%;
  width: 100%;
}
.hero__wrapper::before, .hero__wrapper::after {
  content: "";
  pointer-events: none;
  position: absolute;
  opacity: 1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.hero__wrapper::before {
  background: linear-gradient(180deg, #2e2e2e 0%, rgba(89, 89, 89, 0) 100%);
  mix-blend-mode: multiply;
}
.theme-light .hero__wrapper::before {
  background: linear-gradient(180deg, #bdbdbc 0%, rgba(189, 189, 188, 0) 21.34%);
}
.hero__wrapper::after {
  background: linear-gradient(180deg, #2e2e2e 0%, rgba(89, 89, 89, 0) 100%);
  mix-blend-mode: soft-light;
  transform: matrix(1, 0, 0, -1, 0, 0);
  z-index: 2;
}
.theme-light .hero__wrapper::after {
  display: none;
}
.hero .container {
  position: relative;
  z-index: 3;
}
.hero__content {
  margin: auto;
  padding: calc(var(--scale-h) * 40) 0;
}
.hero__title {
  font-family: Cinzel, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  /* Next line. Fix safari overflow text bug */
  padding: 1px 0;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
  font-size: calc(var(--scale) * 48);
  line-height: 0.8333333333;
  letter-spacing: -0.04em;
  background: linear-gradient(180deg, #c3c3c3 0%, #343f4e 191.95%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 auto calc(var(--scale) * 64);
  position: relative;
  text-shadow: 0 0 0 rgba(193, 191, 211, 0);
  opacity: 0;
  transform: translate3d(0, 3.5vh, 0);
  transition: text-shadow 1s 0.5s ease, transform 1s ease, opacity 1s ease;
}
@media (min-width: 768px) {
  .hero__title {
    font-size: calc(var(--scale) * 140);
    line-height: 0.8525641026;
  }
}
.isAnimated .hero__title {
  text-shadow: 0 0 30px rgba(193, 191, 211, 0.37);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.theme-light .hero__title {
  background: linear-gradient(180deg, #25292e 82.46%, rgba(61, 66, 73, 0) 119.94%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.theme-light .isAnimated .hero__title {
  text-shadow: 0 0 30px rgba(61, 66, 73, 0.25);
}
@media (min-width: 768px) {
  .hero__title {
    margin: 0 auto calc(var(--scale) * 40);
    max-width: calc(var(--scale) * 1440);
  }
}
.isAnimated .hero__title {
  text-shadow: 0 0 30px rgba(193, 191, 211, 0.37);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.hero__title::before {
  background: url("../img/hero/icon-title.webp") no-repeat 50% 50%/contain;
  content: "";
  display: block;
  height: calc(var(--scale) * 38);
  margin: 0 auto calc(var(--scale) * 24);
  opacity: 0;
  transform: translate3d(0, 1vh, 0);
  transition: transform 1s 0.25s ease, opacity 1s 0.25s ease;
  width: calc(var(--scale) * 77);
}
.hero__title::before.no-webp {
  background-image: url("../img/hero/icon-title.png");
}
.theme-light .hero__title::before {
  background-image: url("../img/hero/icon-title-theme-light.webp");
}
.theme-light.no-webp .hero__title::before {
  background-image: url("../img/hero/icon-title-theme-light.png");
}
@media (min-width: 768px) {
  .hero__title::before {
    height: calc(var(--scale) * 62);
    width: calc(var(--scale) * 126);
  }
}
.isAnimated .hero__title::before {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.hero__btn {
  opacity: 0;
  transform: translate3d(0, 3vh, 0);
  transition: transform 1s 0.45s ease, opacity 1s 0.45s ease;
}
.isAnimated .hero__btn {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.hero__text {
  font-style: normal;
  font-size: calc(var(--scale) * 16);
  font-weight: 400;
  line-height: 1.3125;
  margin: auto auto calc(var(--scale) * 68);
  max-width: calc(var(--scale) * 300);
  opacity: 0;
  transform: translate3d(0, 1vh, 0);
  transition: transform 1s 0.65s ease, opacity 1s 0.65s ease;
}
@media (min-width: 768px) {
  .hero__text {
    font-size: calc(var(--scale) * 20);
    line-height: 1.3;
  }
}
@media (min-width: 768px) {
  .hero__text {
    margin: auto auto calc(var(--scale) * 32);
    max-width: calc(var(--scale) * 600);
  }
}
.hero__text--welcome {
  margin-bottom: 0;
}
.isAnimated .hero__text {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.features__container {
  margin: auto;
  max-width: calc(var(--scale) * 1296);
}
.features__title {
  font-family: Cinzel, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  /* Next line. Fix safari overflow text bug */
  padding: 1px 0;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
  font-size: calc(var(--scale) * 56);
  line-height: 0.8571428571;
  letter-spacing: -0.01em;
  background: linear-gradient(180deg, #c3c3c3 0%, #343f4e 191.95%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: calc(var(--scale) * 40);
  text-align: justify;
  margin: 0 auto;
  position: relative;
  transform: translate3d(0, 3.5vh, 0);
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
}
@media (min-width: 768px) {
  .features__title {
    font-size: calc(var(--scale) * 95);
    line-height: 0.8210526316;
  }
}
@media (min-width: 768px) {
  .features__title {
    font-size: calc(var(--scale) * 95);
  }
}
.isAnimated .features__title {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.theme-light .features__title {
  background: linear-gradient(180deg, #25292e 82.46%, rgba(61, 66, 73, 0) 119.94%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.features__title .space {
  letter-spacing: 0.11em;
}
.features__title-icon {
  fill: #25292e;
  stroke: #b6b6b6;
  pointer-events: none;
  position: absolute;
  top: calc(var(--scale) * -101);
  right: 0;
  width: calc(var(--scale) * 174);
}
@media (min-width: 768px) {
  .features__title-icon {
    top: auto;
    right: auto;
    bottom: calc(var(--scale) * 37);
    left: 50%;
    height: calc(var(--scale) * 381);
    width: calc(var(--scale) * 299);
    transform: translate(-50%, 0);
  }
}
.theme-light .features__title-icon {
  fill: #d9d9d5;
  stroke: #25292e;
}

.features-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: calc(var(--scale) * 24);
  margin: calc(var(--scale) * 64) auto 0;
}
@media (min-width: 768px) {
  .features-list {
    gap: calc(var(--scale) * 20);
    flex-direction: row;
  }
}
.features-list__item {
  margin: 0;
  opacity: 0;
  transform: translate3d(0, 3.5vh, 0);
  transition: transform 1s ease, opacity 1s ease;
}
.features-list__item:nth-child(1) {
  transition-delay: 0;
}
.features-list__item:nth-child(2) {
  transition-delay: 0.25s;
}
.features-list__item:nth-child(3) {
  transition-delay: 0.5s;
}
.isAnimated .features-list__item {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.feature {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 0 calc(33.33% - var(--scale) * 13.3333333333);
}
.feature__text {
  font-style: normal;
  font-size: calc(var(--scale) * 16);
  font-weight: 400;
  line-height: 1.3125;
  margin: 0 0 calc(var(--scale) * 16);
  text-indent: calc(var(--scale) * 40);
  text-align: justify;
  /* Добавил, чтобы подогнать к макету. В реальности в Figma этого нет */
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .feature__text {
    font-size: calc(var(--scale) * 20);
    line-height: 1.3;
  }
}
.feature__link {
  filter: drop-shadow(0 0 2px #b6b6b6);
  color: currentcolor;
  display: inline-flex;
  align-items: center;
  gap: calc(var(--scale) * 12);
  font-size: calc(var(--scale) * 16);
  line-height: calc(var(--scale) * 20);
  padding: calc(var(--scale) * 12) 0;
  text-align: justify;
  text-decoration: none;
  transition: background 0.5s ease, color 0.5s ease, filter 0.5s ease;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .feature__link {
    font-size: calc(var(--scale) * 20);
    line-height: 1.2;
    text-transform: uppercase;
  }
}
.feature__link__icon {
  fill: currentcolor;
  flex-shrink: 0;
  height: calc(var(--scale) * 20);
  width: calc(var(--scale) * 20);
  transition: transform 0.5s ease;
  transform: rotate(0) translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
}
.feature__link:hover {
  filter: none;
}
.feature__link:hover .feature__link__icon {
  transform: rotate(180deg) translate3d(0, 0, 0);
}
.feature__link:active {
  color: #a3a3a3;
}
@media (min-width: 768px) {
  .feature__link {
    margin-left: 0;
  }
}

.services {
  overflow: hidden;
  /*
  &__scrollable-container {
    display: flex;
    padding: 0 calc(var(--scale) * 16);
    overflow: auto;
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;

    &::-webkit-scrollbar,
    &::-webkit-scrollbar-thumb {
      display: none !important;
      background-color: transparent !important;
    }

    @media (min-width: $media-desktop) {
      padding: 0 calc(var(--scale) * 24);
    }
  }
  */
}
.services__container {
  padding: 0;
}
.services__footer {
  margin: 0 auto;
  max-width: calc(var(--scale) * 1340);
  padding: 0 calc(var(--scale) * 16);
}
@media (min-width: 768px) {
  .services__footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.services__footer-text {
  font-style: normal;
  font-size: calc(var(--scale) * 16);
  font-weight: 400;
  line-height: 1.3125;
  margin: 0 0 calc(var(--scale) * 40);
  max-width: calc(var(--scale) * 400);
  opacity: 0;
  text-align: justify;
  text-indent: calc(var(--scale) * 40);
  transform: translate3d(0, 3.5vh, 0);
  transition: transform 1s ease, opacity 1s ease;
}
@media (min-width: 768px) {
  .services__footer-text {
    font-size: calc(var(--scale) * 20);
    line-height: 1.3;
  }
}
@media (min-width: 768px) {
  .services__footer-text {
    margin: 0;
  }
}
.isAnimated .services__footer-text {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.services__btn {
  opacity: 0;
  transform: translate3d(0, 4vh, 0);
  transition: transform 1s 0.35s ease, opacity 1s 0.35s ease;
  width: 100%;
}
.isAnimated .services__btn {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
@media (min-width: 768px) {
  .services__btn {
    width: auto;
  }
}

.services-list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: services;
  display: flex;
  flex-direction: row;
  gap: calc(var(--scale) * 24);
  margin: 0 auto calc(var(--scale) * 64);
  padding: 0 0 0 calc(var(--scale) * 24);
}
.services-list__item {
  flex-shrink: 0;
  counter-increment: services;
  position: relative;
  width: calc(var(--scale) * 358);
}
.services-list__item::after, .services-list__item::before {
  content: "0" counter(services);
  font-size: calc(var(--scale) * 16);
  line-height: 1;
  position: absolute;
  top: calc(var(--scale) * 32);
  left: calc(var(--scale) * 32);
  opacity: 0.25;
  text-align: left;
  transition: opacity 1s 0.15s ease;
}
.services-list__item::before {
  content: "*";
  left: auto;
  right: calc(var(--scale) * 32);
  opacity: 0.25;
  text-align: right;
}
@media (min-width: 768px) {
  .services-list__item {
    width: calc(var(--scale) * 514);
  }
}

.service-card {
  border: 1px solid rgba(182, 182, 182, 0.5);
  border-radius: calc(var(--scale) * 10);
  display: block;
  cursor: pointer;
  padding: calc(var(--scale) * 32) calc(var(--scale) * 16) 0;
  position: relative;
  scroll-snap-align: center;
  transition: border-color 0.5s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  /*
  &:nth-child(1) {
    transform: translate3d(0, calc(var(--scale) * 24), 0);
    transition-delay: 0.15s;
  }

  &:nth-child(2) {
    transform: translate3d(0, calc(var(--scale) * 36), 0);
    transition-delay: 0.3s;
  }

  &:nth-child(3) {
    transform: translate3d(0, calc(var(--scale) * 48), 0);
    transition-delay: 0.45s;
  }

  &:nth-child(4) {
    transform: translate3d(0, calc(var(--scale) * 60), 0);
    transition-delay: 0.6s;
  }

  &:nth-child(5) {
    transform: translate3d(0, calc(var(--scale) * 72), 0);
    transition-delay: 0.6s;
  }

  &:nth-child(6) {
    transform: translate3d(0, calc(var(--scale) * 84), 0);
    transition-delay: 0.75s;
  }

  &:nth-child(7) {
    transform: translate3d(0, calc(var(--scale) * 96), 0);
    transition-delay: 0.9s;
  }

  .isAnimated & {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  */
}
@media (min-width: 768px) {
  .service-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: calc(var(--scale) * 80) calc(var(--scale) * 32) calc(var(--scale) * 32);
  }
}
.service-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto calc(var(--scale) * 8);
  opacity: 0.25;
  height: calc(var(--scale) * 240);
  transition: opacity 1s 0.25s ease;
}
@media (min-width: 768px) {
  .service-card__image {
    margin: 0 auto calc(var(--scale) * 42);
    height: calc(var(--scale) * 303);
  }
}
.service-card__image img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.service-card__image-dark {
  display: block;
}
.theme-light .service-card__image-dark {
  display: none;
}
.service-card__image-light {
  display: none;
}
.theme-light .service-card__image-light {
  display: block;
}
.service-card__title {
  font-family: Cinzel, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  /* Next line. Fix safari overflow text bug */
  padding: 1px 0;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
  font-size: calc(var(--scale) * 40);
  line-height: 1;
  margin: 0 auto;
  text-align: center;
  opacity: 0.25;
  transition: opacity 1s 0.25s ease;
}
@media (min-width: 768px) {
  .service-card__title {
    font-size: calc(var(--scale) * 56);
  }
}
.service-card__text {
  font-style: normal;
  font-size: calc(var(--scale) * 16);
  font-weight: 400;
  line-height: 1.3125;
  margin: calc(var(--scale) * 8) auto;
  text-align: center;
  opacity: 0.25;
  transition: opacity 1s 0.25s ease;
}
@media (min-width: 768px) {
  .service-card__text {
    font-size: calc(var(--scale) * 20);
    line-height: 1.3;
  }
}
.service-card__mask {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  transition: opacity 1s ease;
}
.service-card__mask .animate-mask {
  fill: #fff;
  transform: translate(calc(var(--scale) * 480), calc(var(--scale) * 566)) rotate(37deg);
}
.theme-light .service-card__mask .animate-mask {
  fill: #25292E;
}

.isAnimated .service-card.isActive {
  border-color: transparent;
}
.isAnimated .service-card.isActive::before, .isAnimated .service-card.isActive::after {
  opacity: 1;
}

.isAnimated .service-card.isActive .service-card__image, .isAnimated .service-card.isActive .service-card__title, .isAnimated .service-card.isActive .service-card__text {
  opacity: 1;
}
.isAnimated .service-card.isActive .service-card__mask {
  opacity: 1;
}
.isAnimated .service-card.isActive .service-card__mask .animate-mask {
  animation: move-mask 3s 0.5s ease forwards;
}

@keyframes move-mask {
  0% {
    transform: translate(calc(var(--scale) * 480), calc(var(--scale) * 566)) rotate(37deg);
  }
  50% {
    transform: translate(calc(var(--scale) * -324), calc(var(--scale) * -542)) rotate(37deg);
  }
  100% {
    transform: translate(calc(var(--scale) * 555), calc(var(--scale) * -354)) rotate(37deg);
  }
}
.projects {
  position: relative;
}
@media (min-width: 768px) {
  .projects__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .projects__container::after {
    background: linear-gradient(180deg, #000 0%, rgba(20, 25, 32, 0) 70%);
    content: "";
    mix-blend-mode: normal;
    opacity: 1;
    height: calc(var(--scale) * 550);
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: rotate(-180deg);
  }
  .theme-light .projects__container::after {
    background: linear-gradient(180deg, #cecece 0%, rgba(188, 188, 187, 0) 50%);
    opacity: 1;
    mix-blend-mode: normal;
    transform: rotate(-180deg);
  }
}
.projects__content {
  text-align: center;
}
@media (min-width: 768px) {
  .projects__content {
    text-align: left;
    width: calc(var(--scale) * 510);
  }
}
.projects__title {
  font-family: Cinzel, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  /* Next line. Fix safari overflow text bug */
  padding: 1px 0;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
  font-size: calc(var(--scale) * 56);
  line-height: 0.8571428571;
  letter-spacing: -0.01em;
  background: linear-gradient(180deg, #c3c3c3 0%, #343f4e 191.95%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 calc(var(--scale) * 24);
  transform: translate3d(0, 3.5vh, 0);
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
}
@media (min-width: 768px) {
  .projects__title {
    font-size: calc(var(--scale) * 95);
    line-height: 0.8210526316;
  }
}
@media (min-width: 768px) {
  .projects__title {
    text-align: left;
    margin: 0 0 calc(var(--scale) * 40);
    width: calc(var(--scale) * 560);
  }
}
.theme-light .projects__title {
  background: linear-gradient(180deg, #25292e 82.46%, rgba(61, 66, 73, 0) 119.94%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.isAnimated .projects__title {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.projects__text {
  font-style: normal;
  font-size: calc(var(--scale) * 16);
  font-weight: 400;
  line-height: 1.3125;
  margin: 0;
  opacity: 0;
  text-align: justify;
  transform: translate3d(0, 4vh, 0);
  transition: transform 1s 0.45s ease, opacity 1s 0.45s ease;
}
@media (min-width: 768px) {
  .projects__text {
    font-size: calc(var(--scale) * 20);
    line-height: 1.3;
  }
}
.isAnimated .projects__text {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.projects__list {
  list-style: none;
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: opacity 1s 0.35s ease;
}
.isAnimated .projects__list {
  opacity: 1;
}
@media (min-width: 768px) {
  .projects__list {
    width: calc(var(--scale) * 930);
  }
}
@media (min-width: 768px) {
  .projects__list-col {
    /*
      max-height: calc(var(--scale) * 938);
    */
    max-height: calc(100vh - var(--scale) * 80);
    overflow: scroll;
    scrollbar-width: none;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }
  .projects__list-col::-webkit-scrollbar, .projects__list-col::-webkit-scrollbar-thumb {
    display: none !important;
    background-color: transparent !important;
  }
}
.projects__list-item {
  border-bottom: 1px solid var(--color-text);
  padding: calc(var(--scale) * 32) 0 calc(var(--scale) * 24);
}
@media (min-width: 768px) {
  .projects__list-item {
    padding: calc(var(--scale) * 40) 0 calc(var(--scale) * 48);
  }
}

.project {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .project {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.project__icon {
  margin: 0 auto calc(var(--scale) * 24);
  height: calc(var(--scale) * 40);
  width: calc(var(--scale) * 40);
  transform: translate3d(0, calc(var(--scale) * 20), 0);
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
}
@media (min-width: 768px) {
  .project__icon {
    margin: 0;
    height: calc(var(--scale) * 58);
    width: calc(var(--scale) * 58);
  }
}
.project__icon svg {
  backface-visibility: hidden;
  fill: var(--color-text);
  stroke: var(--color-text);
  display: block;
  height: 100%;
  width: 100%;
  transform: translateZ(0);
}
.isAnimated .project__icon {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.project__content {
  max-width: calc(var(--scale) * 456);
}
.project__title {
  font-family: Cinzel, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  /* Next line. Fix safari overflow text bug */
  padding: 1px 0;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
  font-size: calc(var(--scale) * 40);
  line-height: 1;
  margin: 0 0 calc(var(--scale) * 16);
  transform: translate3d(0, calc(var(--scale) * 30), 0);
  opacity: 0;
  transition: transform 1s 0.35s ease, opacity 1s 0.35s ease;
}
@media (min-width: 768px) {
  .project__title {
    font-size: calc(var(--scale) * 56);
  }
}
.isAnimated .project__title {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
@media (min-width: 768px) {
  .project__title {
    text-align: left;
  }
}
.project__text {
  font-style: normal;
  font-size: calc(var(--scale) * 16);
  font-weight: 400;
  line-height: 1.3125;
  margin: 0 0 calc(var(--scale) * 24);
  text-align: center;
  transform: translate3d(0, calc(var(--scale) * 35), 0);
  opacity: 0;
  transition: transform 1s 0.5s ease, opacity 1s 0.5s ease;
}
@media (min-width: 768px) {
  .project__text {
    font-size: calc(var(--scale) * 20);
    line-height: 1.3;
  }
}
.isAnimated .project__text {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
@media (min-width: 768px) {
  .project__text {
    text-align: left;
  }
}
.project__link {
  flex-shrink: 0;
  padding: calc(var(--scale) * 12) 0;
  transform: translate3d(0, calc(var(--scale) * 20), 0);
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
}
.isAnimated .project__link {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.team{
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .team{
    flex-direction: row;
  }

  .non-visible-tablet{
    display: block;
  }

  .non-visible-phone{
    display: none;
  }
}
@media (max-width: 779px) {
  .non-visible-tablet{
    display: none;
  }

  .non-visible-phone{
    display: block;
  }
}


@media (min-width: 768px) {
  .team__container {
    display: grid;
    grid-template-rows: 3fr 1fr;
    justify-items: start;
    margin: 0;
  }
}
.team__content {
  text-align: center;
}
@media (min-width: 768px) {
  .team__content {
    text-align: left;
    width: calc(var(--scale) * 510);
  }
}
.team__title {
  font-family: Cinzel, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  /* Next line. Fix safari overflow text bug */
  padding: 1px 0;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
  font-size: calc(var(--scale) * 56);
  line-height: 0.8571428571;
  letter-spacing: -0.01em;
  background: linear-gradient(180deg, #c3c3c3 0%, #343f4e 191.95%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 calc(var(--scale) * 24);
  opacity: 0;
  transform: translate3d(0, 3vh, 0);
  transition: transform 1s 0.3s ease, opacity 1s 0.3s ease;
}
@media (min-width: 768px) {
  .team__title {
    font-size: calc(var(--scale) * 95);
    line-height: 0.8210526316;
  }
}
.isAnimated .team__title {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
@media (min-width: 768px) {
  .team__title {
    margin: 0 0 calc(var(--scale) * 40);
  }
}
.theme-light .team__title {
  background: linear-gradient(180deg, #25292e 82.46%, rgba(61, 66, 73, 0) 119.94%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.team__text {
  font-style: normal;
  font-size: calc(var(--scale) * 16);
  font-weight: 400;
  line-height: 1.3125;
  margin: 0;
  opacity: 0;
  text-align: justify;
  transform: translate3d(0, 4vh, 0);
  transition: transform 1s 0.45s ease, opacity 1s 0.45s ease;
}
@media (min-width: 768px) {
  .team__text {
    font-size: calc(var(--scale) * 20);
    line-height: 1.3;
  }
}
.isAnimated .team__text {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.team__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: calc(var(--scale) * 8);
  margin: calc(var(--scale) * 64) auto 0;
}
@media (min-width: 768px) {
  .team__list {
    flex-direction: row;
    gap: calc(var(--scale) * 16);
    margin: 0;
    width: calc(var(--scale) * 930);
  }
}
.team__list-item {
  border: 1px solid currentcolor;
  border-radius: calc(var(--scale) * 8);
  opacity: 0;
  transition: border-color 0.45s ease, transform 1s 0.45s ease, opacity 1s 0.45s ease;
}
.team__list-item:nth-child(1) {
  transform: translate3d(0, calc(var(--scale) * 36), 0);
  transition-delay: 0.45s;
}
.team__list-item:nth-child(2) {
  transform: translate3d(0, calc(var(--scale) * 48), 0);
  transition-delay: 0.6s;
}
.team__list-item:nth-child(3) {
  transform: translate3d(0, calc(var(--scale) * 60), 0);
  transition-delay: 0.75s;
}
.isAnimated .team__list-item {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
@media (min-width: 768px) {
  .team__list-item {
    width: calc(var(--scale) * 300);
  }
}

.community__container {
  
  ul{
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .community__container {
    display: grid;
    grid-template-rows: 3fr 1fr;
    justify-items: start;
    margin: 0;
  }
}

.community__title {
  font-family: Cinzel, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  /* Next line. Fix safari overflow text bug */
  padding: 1px 0;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
  font-size: calc(var(--scale) * 56);
  line-height: 0.8571428571;
  letter-spacing: -0.01em;
  background: linear-gradient(180deg, #c3c3c3 0%, #343f4e 191.95%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 calc(var(--scale) * 24);
  opacity: 0;
  transform: translate3d(0, 3vh, 0);
  transition: transform 1s 0.3s ease, opacity 1s 0.3s ease;
}
@media (min-width: 768px) {
  .community__title {
    font-size: calc(var(--scale) * 95);
    line-height: 0.8210526316;
  }
}
.isAnimated .community__title {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
@media (min-width: 768px) {
  .community__title {
    margin: 0 0 calc(var(--scale) * 40);
  }
}

.community__text {
  font-style: normal;
  font-size: calc(var(--scale) * 16);
  font-weight: 400;
  line-height: 1.3125;
  margin: 0;
  opacity: 0;
  text-align: justify;
  transform: translate3d(0, 4vh, 0);
  transition: transform 1s 0.45s ease, opacity 1s 0.45s ease;
}
@media (min-width: 768px) {
  .community__text {
    font-size: calc(var(--scale) * 20);
    line-height: 1.3;
  }
}
.isAnimated .community__text {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.theme-light .community__title {
  background: linear-gradient(180deg, #25292e 82.46%, rgba(61, 66, 73, 0) 119.94%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.community__content {
  text-align: left;
  width: calc(var(--scale)* 930);
  padding-right: 280px;
}

.community__text {
  font-style: normal;
  font-size: calc(var(--scale) * 16);
  font-weight: 400;
  line-height: 1.3125;
  margin: 0;
  opacity: 0;
  text-align: justify;
  transform: translate3d(0, 4vh, 0);
  transition: transform 1s 0.45s ease, opacity 1s 0.45s ease;
}
@media (min-width: 768px) {
  .community__text {
    font-size: calc(var(--scale) * 20);
    line-height: 1.3;
  }
}
.isAnimated .community__text {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.person {
  display: flex;
  flex-direction: row;
  min-height: calc(var(--scale) * 230);
  overflow: hidden;
  position: relative;
  perspective: 1000px;
}
@media (min-width: 768px) {
  .person {
    aspect-ratio: 0.75;
    flex-direction: column;
    min-height: calc(var(--scale) * 400);
  }
  .person:hover .person__info {
    transform: rotateY(180deg);
  }
}
.person__name {
  font-family: Cinzel, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  /* Next line. Fix safari overflow text bug */
  padding: 1px 0;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
  font-size: calc(var(--scale) * 32);
  line-height: 1;
  margin: auto 0 auto calc(var(--scale) * 24);
}
@media (min-width: 768px) {
  .person__name {
    font-size: calc(var(--scale) * 40);
  }
}
@media (min-width: 768px) {
  .person__name {
    margin: auto auto calc(var(--scale) * 40);
  }
}
.person__info {
  background: transparent;
  border: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  color: currentcolor;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  transition: transform 0.75s ease;
  transform-style: preserve-3d;
}
.person__info.isActive {
  transform: rotateY(180deg);
}
@media (min-width: 768px) {
  .person__info {
    left: 0;
  }
  .person__info.isActive {
    transform: none;
  }
}
.person__text {
  font-style: normal;
  font-size: calc(var(--scale) * 16);
  font-weight: 400;
  line-height: 1.3125;
  display: block;
  font-size: calc(var(--scale) * 12);
  margin: auto;
  padding: calc(var(--scale) * 12) calc(var(--scale) * 8);
  transform: rotateY(180deg);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@media (min-width: 768px) {
  .person__text {
    font-size: calc(var(--scale) * 20);
    line-height: 1.3;
  }
}
.person__text p {
  margin: 0;
}
@media (min-width: 768px) {
  .person__text {
    font-size: calc(var(--scale) * 16);
    margin: 0;
    padding: calc(var(--scale) * 24);
  }
}
.person__pic {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  /*
  svg {
    stroke: var(--color-text);
    transition: stroke 0.35s ease;
  }
  */
}
.person__pic img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .person__pic {
    display: flex;
    position: absolute;
    left: auto;
    bottom: auto;
    top: 0;
    right: 0;
    height: calc(var(--scale) * 160);
    width: calc(var(--scale) * 165);
  }
  .person__pic--faena {
    top: calc(var(--scale) * 12);
  }
  .person__pic--faena img {
    position: absolute;
    top: calc(var(--scale) * 8);
    right: 0;
    width: calc(var(--scale) * 165);
  }
  .person__pic--yuaseru, .person__pic--baldur {
    top: 50%;
    transform: translate(0, -50%);
  }
  .person__pic--yuaseru img {
    margin: auto;
    height: calc(var(--scale) * 124);
    width: calc(var(--scale) * 106);
  }
  .person__pic--baldur img {
    position: absolute;
    right: 0;
    width: calc(var(--scale) * 139);
  }
}
@media (min-width: 768px) {
  .person__pic--faena {
    top: calc(var(--scale) * 20);
  }
}
@media (min-width: 768px) {
  .person__pic--yuaseru {
    height: calc(var(--scale) * 261);
    top: calc(var(--scale) * 28);
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%);
    width: calc(var(--scale) * 224);
  }
}
.person__pic-image--dark {
  display: block;
}
.theme-light .person__pic-image--dark {
  display: none;
}
.person__pic-image--light {
  display: none;
}
.theme-light .person__pic-image--light {
  display: block;
}

.diversity {
  position: relative;
}
@media (min-width: 768px) {
  .diversity {
    padding: 0;
  }
}
.diversity__bg {
  display: none;
}
@media (min-width: 768px) {
  .diversity__bg {
    display: block;
    pointer-events: none;
  }
  .diversity__bg-pic {
    /* height: calc(var(--scale) * 950); */
    height: calc(100vh - var(--scale) * 244);
    max-width: calc(var(--scale) * 625);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    transform: translate3d(-100%, 0, 0);
    transition: transform 0.75s ease;
  }
  .isAnimated .diversity__bg-pic {
    transform: translate3d(0, 0, 0);
  }
  .diversity__bg-pic--right {
    left: auto;
    right: 0;
    transform: translate3d(100%, 0, 0) scaleX(-1);
  }
  .isAnimated .diversity__bg-pic--right {
    transform: translate3d(0, 0, 0) scaleX(-1);
  }
  .diversity__bg-pic--dark {
    display: block;
  }
  .theme-light .diversity__bg-pic--dark {
    display: none;
  }
  .diversity__bg-pic--light {
    display: none;
  }
  .theme-light .diversity__bg-pic--light {
    display: block;
  }
}
.diversity__content {
  margin: 0 auto;
  max-width: calc(var(--scale) * 612);
}
@media (min-width: 768px) {
  .diversity__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* min-height: calc(var(--scale) * 950); */
    min-height: calc(100vh - var(--scale) * 320);
  }
}
.diversity__title {
  font-family: Cinzel, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  /* Next line. Fix safari overflow text bug */
  padding: 1px 0;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
  font-size: calc(var(--scale) * 56);
  line-height: 0.8571428571;
  letter-spacing: -0.01em;
  background: linear-gradient(180deg, #c3c3c3 0%, #343f4e 191.95%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 auto calc(var(--scale) * 24);
  transform: translate3d(0, 3vh, 0);
  opacity: 0;
  transition: transform 1s 0.15s ease, opacity 1s 0.15s ease;
}
@media (min-width: 768px) {
  .diversity__title {
    font-size: calc(var(--scale) * 95);
    line-height: 0.8210526316;
  }
}
.isAnimated .diversity__title {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.theme-light .diversity__title {
  background: linear-gradient(180deg, #25292e 82.46%, rgba(61, 66, 73, 0) 119.94%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .diversity__title {
    margin: 0 auto calc(var(--scale) * 40);
  }
}
.diversity__text {
  font-style: normal;
  font-size: calc(var(--scale) * 16);
  font-weight: 400;
  line-height: 1.3125;
  margin: 0 auto calc(var(--scale) * 48);
  text-align: center;
  transform: translate3d(0, 3vh, 0);
  opacity: 0;
  transition: transform 1s 0.3s ease, opacity 1s 0.3s ease;
}
@media (min-width: 768px) {
  .diversity__text {
    font-size: calc(var(--scale) * 20);
    line-height: 1.3;
  }
}
.isAnimated .diversity__text {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
@media (min-width: 768px) {
  .diversity__text {
    margin: 0 auto;
  }
}
.diversity__pic {
  margin: calc(var(--scale) * 48) auto;
}
@media (min-width: 768px) {
  .diversity__pic {
    display: none;
  }
}
.diversity__list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: diversity-list;
  display: flex;
  flex-direction: column;
  gap: calc(var(--scale) * 64);
}
@media (min-width: 768px) {
  .diversity__list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: calc(var(--scale) * 24);
    margin: calc(var(--scale) * 32) auto;
  }
}
.diversity__list-item {
  counter-increment: diversity-list;
  position: relative;
  text-align: center;
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
}
.diversity__list-item::before {
  content: "0" counter(diversity-list);
  display: none;
  font-size: calc(var(--scale) * 16);
  line-height: calc(var(--scale) * 21);
  margin: 0 auto calc(var(--scale) * 16);
}
@media (min-width: 768px) {
  .diversity__list-item::before {
    display: block;
  }
}
.diversity__list-item:nth-child(1) {
  transform: translate3d(0, calc(var(--scale) * 24), 0);
  transition-delay: 0.3s;
}
.diversity__list-item:nth-child(2) {
  transform: translate3d(0, calc(var(--scale) * 36), 0);
  transition-delay: 0.45s;
}
.diversity__list-item:nth-child(3) {
  transform: translate3d(0, calc(var(--scale) * 48), 0);
  transition-delay: 0.6s;
}
.diversity__list-item:nth-child(4) {
  transform: translate3d(0, calc(var(--scale) * 60), 0);
  transition-delay: 0.75s;
}
.isAnimated .diversity__list-item {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.diversity__list-item-title {
  font-family: Cinzel, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  /* Next line. Fix safari overflow text bug */
  padding: 1px 0;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
  font-size: calc(var(--scale) * 32);
  line-height: 1;
  margin: 0 auto calc(var(--scale) * 16);
}
@media (min-width: 768px) {
  .diversity__list-item-title {
    font-size: calc(var(--scale) * 40);
  }
}
.diversity__list-item-text {
  font-style: normal;
  font-size: calc(var(--scale) * 16);
  font-weight: 400;
  line-height: 1.3125;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .diversity__list-item-text {
    font-size: calc(var(--scale) * 20);
    line-height: 1.3;
  }
}

.mission__container {
  position: relative;
}
@media (min-width: 768px) {
  .mission__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.mission__picture {
  margin: 0 0 calc(var(--scale) * 24);
}
@media (min-width: 768px) {
  .mission__picture {
    display: none;
  }
}
.mission__picture svg {
  display: block;
  max-width: 100%;
}
.mission__title-col {
  text-align: center;
}
@media (min-width: 768px) {
  .mission__title-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    width: calc(var(--scale) * 510);
  }
}
.mission__title {
  font-family: Cinzel, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  /* Next line. Fix safari overflow text bug */
  padding: 1px 0;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
  font-size: calc(var(--scale) * 56);
  line-height: 0.8571428571;
  letter-spacing: -0.01em;
  margin: 0 0 calc(var(--scale) * 24);
  transform: translate3d(0, 3vh, 0);
  opacity: 0;
  transition: transform 1s 0.15s ease, opacity 1s 0.15s ease;
}
@media (min-width: 768px) {
  .mission__title {
    font-size: calc(var(--scale) * 95);
    line-height: 0.8210526316;
  }
}
.isAnimated .mission__title {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
@media (min-width: 768px) {
  .mission__title {
    text-align: left;
    margin: 0 0 calc(var(--scale) * 40);
  }
}
.mission__btn {
  margin: calc(var(--scale) * 64) 0 0;
  width: 100%;
  transform: translate3d(0, 3vh, 0);
  opacity: 0;
  transition: transform 1s 0.65s ease, opacity 1s 0.65s ease;
}
.isAnimated .mission__btn {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
@media (min-width: 768px) {
  .mission__btn {
    position: absolute;
    bottom: 0;
    transform: translate(0, calc(-50% - var(--scale) * -10));
    width: auto;
  }
}
.mission__content {
  font-style: normal;
  font-size: calc(var(--scale) * 16);
  font-weight: 400;
  line-height: 1.3125;
}
@media (min-width: 768px) {
  .mission__content {
    font-size: calc(var(--scale) * 20);
    line-height: 1.3;
  }
}
@media (min-width: 768px) {
  .mission__content {
    margin-right: calc(var(--scale) * 140);
    width: calc(var(--scale) * 771);
  }
}
.mission__content p {
  font-style: normal;
  font-size: calc(var(--scale) * 16);
  font-weight: 400;
  line-height: 1.3125;
  margin: 0;
  max-width: calc(var(--scale) * 483);
  text-align: justify;
  transform: translate3d(0, 3vh, 0);
  opacity: 0;
  transition: transform 1s 0.3s ease, opacity 1s 0.3s ease;
}
@media (min-width: 768px) {
  .mission__content p {
    font-size: calc(var(--scale) * 20);
    line-height: 1.3;
  }
}
.mission__content p:not(:last-child) {
  margin: 0 0 calc(var(--scale) * 40);
}
.mission__content p:nth-child(1) {
  transform: translate3d(0, calc(var(--scale) * 20), 0);
  transition-delay: 0.3s;
}
.mission__content p:nth-child(2) {
  transform: translate3d(0, calc(var(--scale) * 40), 0);
  transition-delay: 0.45s;
}
.mission__content p:nth-child(3) {
  transform: translate3d(0, calc(var(--scale) * 60), 0);
  transition-delay: 0.6s;
}
.isAnimated .mission__content p {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.mission__content p.big {
  font-family: Cinzel, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  /* Next line. Fix safari overflow text bug */
  padding: 1px 0;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
  font-size: calc(var(--scale) * 32);
  line-height: 1;
  max-width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .mission__content p.big {
    font-size: calc(var(--scale) * 40);
  }
}
@media (min-width: 768px) {
  .mission__content p.big {
    text-align: justify;
  }
}

.socials {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  gap: calc(var(--scale) * 8);
  margin: 0 0 calc(var(--scale) * 80);
}
@media (min-width: 768px) {
  .socials {
    /*
      flex-flow: row nowrap;
      justify-content: space-between;
      gap: calc(var(--scale) * 16);
    */
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: calc(var(--scale) * 16);
  }
}
.socials__item {
  border: 1px solid currentcolor;
  border-radius: calc(var(--scale) * 8);
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  padding: calc(var(--scale) * 32) 0;
  text-align: center;
  width: calc(50% - var(--scale) * 4);
  transform: translate3d(0, 3vh, 0);
  opacity: 0;
  transition: transform 1s 0.3s ease, opacity 1s 0.3s ease;
}
@media (min-width: 768px) {
  .socials__item {
    border: 0;
    grid-column: span 2;
    text-align: left;
    width: auto;
  }
}
.socials__item:nth-child(1) {
  transition-delay: 0.15s;
}
.socials__item:nth-child(2) {
  transition-delay: 0.3s;
}
.socials__item:nth-child(3) {
  transition-delay: 0.45s;
}
.socials__item:nth-child(4) {
  transition-delay: 0.6s;
}
.socials__item:nth-child(5) {
  transition-delay: 0.75s;
}
.socials__item:nth-child(6) {
  transition-delay: 0.9s;
}
.isAnimated .socials__item {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.socials__item-title {
  font-family: Cinzel, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  /* Next line. Fix safari overflow text bug */
  padding: 1px 0;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
  font-size: calc(var(--scale) * 26);
  line-height: 1;
  margin: 0 auto calc(var(--scale) * 50);
}
@media (min-width: 768px) {
  .socials__item-title {
    font-size: calc(var(--scale) * 40);
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .socials__item-title {
    margin: 0 0 calc(var(--scale) * 16);
    text-align: left;
  }
}
.socials__item-link {
  color: currentcolor;
  text-decoration: none;
  margin: auto;
}
@media (min-width: 768px) {
  .socials__item-link {
    margin: 0;
  }
}

.footer {
  overflow: hidden;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .footer {
    padding: calc(var(--scale) * 680) 0 0;
    padding: calc(54vh + var(--scale) * 60) 0 0;
    margin-top: -20vh;
    text-align: left;
  }
}
.footer__pic {
  display: flex;
  margin: calc(var(--scale) * 64) auto calc(var(--scale) * 87);
  height: calc(var(--scale) * 320);
  width: calc(var(--scale) * 310);
  transform: translate3d(0, 0, 0);
}
.isAnimated .footer__pic {
  animation: move-ship-mob 15s 0s linear infinite;
}
@media (min-width: 768px) {
  .footer__pic {
    margin: 0;
    position: absolute;
    top: calc(var(--scale) * -16);
    height: calc(var(--scale) * 640);
    height: 54vh;
    width: calc(var(--scale) * 625);
    transform: translate3d(-100%, -100%, 0);
  }
  .isAnimated .footer__pic {
    animation: move-ship 15s 0s linear infinite;
  }
}
.footer__pic-img--dark {
  display: block;
}
.theme-light .footer__pic-img--dark {
  display: none;
}
.footer__pic-img--light {
  display: none;
}
.theme-light .footer__pic-img--light {
  display: block;
}
.footer__copy-text {
  text-align: center;
  font-style: normal;
  font-size: calc(var(--scale) * 16);
  font-weight: 400;
  line-height: 1.3125;
  margin: 0 0 calc(var(--scale) * 16);
  transform: translate3d(0, 3vh, 0);
  opacity: 0;
  transition: transform 1s 0.45s ease, opacity 1s 0.45s ease;
}
@media (min-width: 768px) {
  .footer__copy-text {
    text-align: center;
    font-size: calc(var(--scale) * 20);
    line-height: 1.3;
  }
}
.isAnimated .footer__copy-text {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .footer__copy-text {
    margin: 0;
  }
}

@keyframes move-ship-mob {
  0% {
    opacity: 1;
    transform: translate3d(-100%, 0, 0);
  }
  98% {
    opacity: 1;
    transform: translate3d(100vw, 0, 0);
  }
  99% {
    opacity: 0;
    transform: translate3d(100vw, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes move-ship {
  0% {
    opacity: 1;
    transform: translate3d(-100%, -100%, 0);
  }
  98% {
    opacity: 1;
    transform: translate3d(100vw, -100%, 0);
  }
  99% {
    opacity: 0;
    transform: translate3d(100vw, -100%, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
}
.embla {
  overflow: hidden;
}

.embla__container {
  backface-visibility: hidden;
  display: flex;
  touch-action: pan-y;
}

.embla__slide {
  min-width: 0;
}

#partners{
  padding-bottom: 0px;
}