:root {
  --fontfamily-default: 'Inter', Helvetica, sans-serif;
  --fontWeigth-default: 500;
  --fontWeigth-bold: 700;
  --fontWeigth-black: 900;
  --lineHeight-default: 1.2;
  --lineHeigth-title-large: 1;
  --lineHeight-text-small: 1.5;
  --color-background: #202020;
  --color-foreground: #ffffff;
  --color-background-crystal: rgba(38, 38, 38, 0.85);
  --color-hl: #fa9579;
  --color-card: rgba(220, 220, 220, 0.3);
  --color-palette-1: #fff600;
  --color-palette-2: #5fe062;
  --color-palette-3: #58def4;
  --l-wrapper: 1504px;
  --l-wrapper-small: 768px;
  --l-xpaddings-desktop: 6rem;
  --l-xpaddings-tablet: 2.5rem;
  --l-xpaddings-mobile: 1.5rem;
  --bp-tablet: 640px;
  --bp-desktop: 1280px;
}

/*! 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: 12px;
  /* 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 */
}

ul {
  padding-left: 1rem;
  margin: 0.5rem 0;
}

/**
  * 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;
  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;
  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;
}

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  outline: none;
  background: transparent;
  cursor: pointer;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  appearance: none;
}

/* Remove excess padding and border in Firefox 4+ */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body,
main {
  font-family: var(--fontfamily-default);
  font-weight: var(--fontWeigth-default);
  -webkit-font-smoothing: antialiased;
  font-size: 100%;
  background-color: var(--color-background);
  color: var(--color-foreground);
  line-height: var(--lineHeight-default);
}

a {
  color: var(--color-foreground);
  cursor: pointer;
  transition: color 0.1s linear;
}
a:hover {
  color: var(--color-hl);
}
a:not([href]) {
  filter: grayscale(1);
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

sup {
  font-family: Arial, Helvetica, sans-serif;
}

p {
  margin: 0;
}

ul {
  list-style: none;
}

.mito-grid {
  display: grid;
  grid-template-columns: repeat(12, [col-start] 1fr);
  grid-row-gap: 2rem;
}
@media (min-width: 768px) {
  .mito-grid {
    grid-row-gap: 1.5rem;
    grid-column-gap: 1.5rem;
  }
}
@media (max-width: 767px) {
  .mito-grid {
    grid-row-gap: 1.5rem;
    grid-column-gap: 1.5rem;
  }
}

.mito-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--l-xpaddings-mobile);
  z-index: 4;
}
@media (min-width: 768px) {
  .mito-wrapper {
    padding: 0 var(--l-xpaddings-tablet);
  }
}
@media (min-width: 769px) {
  .mito-wrapper {
    max-width: var(--l-wrapper-small);
  }
}
@media (min-width: 1280px) {
  .mito-wrapper {
    padding: 0 var(--l-xpaddings-desktop);
    max-width: var(--l-wrapper);
  }
}

.mito-hide {
  display: none;
}

@media (min-width: 768px) {
  .mito-show-tablet {
    display: block;
  }
}

@media (min-width: 1024px) {
  .mito-show-desktop {
    display: block;
  }
}

.mito-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 3rem 0;
  position: relative;
}
.mito-section.--no-screen-height {
  min-height: unset;
}
@media (min-width: 768px) {
  .mito-section {
    padding: 8rem 0;
  }
}
@media (min-width: 1280px) {
  .mito-section {
    min-height: 100vh;
  }
}
@media (min-width: 1280px) and (min-height: 900px) {
  .mito-section {
    padding: 14rem 0;
  }
}

.mito-title-1 {
  font-size: 4rem;
  font-style: normal;
  font-weight: var(--fontWeigth-black);
  line-height: var(--lineHeigth-title-large);
  letter-spacing: -0.03em;
  margin-top: 0;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .mito-title-1 {
    font-size: 6rem;
    font-size: clamp(4rem, 8vw, 6rem);
  }
}

.mito-title-2 {
  font-size: 2rem;
  font-style: normal;
  font-weight: var(--fontWeigth-black);
  line-height: var(--lineHeigth-title-large);
  letter-spacing: -0.03em;
  margin: 0;
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .mito-title-2 {
    font-size: 4rem;
    font-size: clamp(2rem, 8vw, 4rem);
  }
}

.mito-title-3 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: var(--fontWeigth-bold);
  line-height: var(--lineHeigth-title-large);
  margin-top: 0;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .mito-text-1 {
    font-size: 1.125rem;
    line-height: 120%;
  }
}

.mito-text-small {
  font-size: 0.875rem;
  line-height: var(--lineHeight-text-small);
}

.mito-btn {
  color: var(--color-background);
  text-decoration: none;
  font-weight: 900;
  font-size: 0.75rem;
  text-transform: uppercase;
  height: 3rem;
  border-radius: 24px;
  padding: 0.5rem 1.5rem;
  transition: all 0.15s linear;
  background: linear-gradient(90deg, var(--color-hl) 50%, var(--color-foreground) 100%);
  background-size: 200%;
  background-position-x: 100%;
  box-shadow: 0px 8px 16px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
}
.mito-btn:hover {
  color: var(--color-background);
  background-position-x: 0%;
}
.mito-btn:focus {
  outline: none;
  background: black;
  box-shadow: 0px 8px 16px 8px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px var(--color-foreground);
  color: var(--color-foreground);
}
.mito-btn:active {
  background: var(--color-foreground);
  color: var(--color-background);
  box-shadow: 0px 8px 16px 8px rgba(0, 0, 0, 0.2);
}
.mito-btn.--alt {
  text-transform: initial;
  padding: 0.5rem 0.875rem;
  line-height: 1;
  background: transparent;
  height: 40px;
  font-size: 14px;
  font-weight: var(--fontWeigth-default);
  color: var(--color-foreground);
}
.mito-btn.--alt:hover {
  background: var(--color-background);
}
.mito-btn.--alt:active {
  background: var(--color-foreground);
  color: var(--color-background);
  box-shadow: 0px 8px 16px 8px rgba(0, 0, 0, 0.2);
}
.mito-btn.--hl {
  border: 1px solid white;
}

.mito-card {
  border-radius: 1rem;
  background: var(--color-background-crystal);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  padding: 2rem;
}
.mito-card.--with-perspective {
  transform-style: preserve-3d;
  transform: perspective(500px);
  backdrop-filter: unset;
}
.mito-card.--with-perspective > * {
  transform: translateZ(20px);
}

.mito-text-section-gradient,
.mito-kpi,
.mito-environment-title span,
.mito-definition-text {
  color: var(--section-color);
  background: -webkit-linear-gradient(180deg, white, var(--section-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.mito-kpi {
  font-size: 3.5rem;
  font-weight: var(--fontWeigth-black);
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
}
@media (min-width: 1280px) {
  .mito-kpi {
    font-size: 3.5rem;
  }
}
.mito-kpi.--cream {
  filter: hue-rotate(250deg);
}
.mito-kpi.--small {
  font-size: 2.5rem;
}
@media (min-width: 1280px) {
  .mito-kpi.--small {
    font-size: 2.5rem;
  }
}

.mito-superindex {
  font-size: 75%;
  line-height: 2;
}

@media (max-width: 767px) {
  [data-tilt] {
    transform: unset !important;
  }
}

.mito-tip {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.mito-tip img {
  margin-right: 1.125rem;
}

.mito-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
  pointer-events: none;
  display: none;
}
@media (min-width: 769px) {
  .mito-bg {
    display: block;
  }
}
.mito-bg.--hero-cards {
  background-size: 4000px;
  background-position: 41% 51%;
}
@media (min-width: 768px) {
  .mito-bg.--hero-cards {
    display: block;
  }
}
@media (min-width: 768px) {
  .mito-bg.--hero-cards {
    height: 2000px;
    background-size: 3500px;
    background-position: 46% 100%;
  }
}
.mito-bg.--hero-glows {
  height: 250%;
  background-position: top center;
  background-size: 1024px;
}
@media (min-width: 768px) {
  .mito-bg.--hero-glows {
    background-size: 100%;
  }
}
.mito-bg.--collections-cards {
  height: 200%;
  background-size: cover;
  background-position-x: 40%;
  background-position-y: top;
  filter: blur(20px);
}
@media (min-width: 1280px) {
  .mito-bg.--collections-cards {
    filter: unset;
  }
}
.mito-bg.--art-cards {
  height: 200%;
  background-position-x: left;
  background-position-y: -11rem;
}
@media (min-width: 1280px) {
  .mito-bg.--art-cards {
    background-position-x: center;
  }
}
@media (min-height: 768px) {
  .mito-bg.--art-cards {
    background-position-y: -25vh;
  }
}
@media (min-height: 840px) {
  .mito-bg.--art-cards {
    background-position-y: -17vh;
  }
}
@media (min-height: 900px) {
  .mito-bg.--art-cards {
    background-position-y: -11vh;
  }
}
@media (min-height: 1024px) {
  .mito-bg.--art-cards {
    background-position-y: -7vh;
  }
}
.mito-bg.--joinus {
  background-position-x: center;
  background-position-y: 25%;
}
@media (min-height: 900px) {
  .mito-bg.--joinus {
    background-position-y: 29%;
  }
}
.mito-bg.--joinus-elements {
  filter: blur(40px);
}
@media (min-width: 1280px) {
  .mito-bg.--joinus-elements {
    filter: unset;
  }
}
.mito-bg.--environment-cards {
  background-position-x: center;
  background-position-y: 30%;
  opacity: 0.5;
}
@media (min-height: 901px) {
  .mito-bg.--environment-cards {
    background-position-y: 28%;
  }
}
@media (min-width: 1280px) {
  .mito-bg.--environment-cards {
    filter: unset;
    opacity: 1;
  }
}

.mito-bg-mobile {
  width: 100%;
  margin-bottom: -30%;
}
@media (min-width: 768px) {
  .mito-bg-mobile {
    margin-bottom: -60%;
  }
}
@media (min-width: 769px) {
  .mito-bg-mobile {
    display: none;
  }
}
.mito-bg-mobile.--hero {
  position: absolute;
  width: 90%;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .mito-bg-mobile.--hero {
    display: none;
  }
}
.mito-bg-mobile.--collections {
  margin-bottom: -25%;
  max-width: 90%;
}
@media (min-width: 768px) {
  .mito-bg-mobile.--collections {
    max-width: 85%;
    margin-bottom: -18%;
  }
}
@media (min-width: 768px) {
  .mito-bg-mobile.--joinus {
    max-width: 75%;
    margin-left: auto;
    margin-bottom: -45%;
  }
}
.mito-bg-mobile.--art {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -17.5%;
}
@media (min-width: 768px) {
  .mito-bg-mobile.--art {
    margin-bottom: -13%;
  }
}
.mito-bg-mobile.--environment {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -20%;
  width: 85%;
}
@media (min-width: 768px) {
  .mito-bg-mobile.--environment {
    width: 55%;
    margin-bottom: -35%;
    margin-right: 5rem;
  }
}

.mito-glow {
  position: absolute;
  width: 100%;
}
@media (max-width: 767px) {
  .mito-glow {
    opacity: 1 !important;
  }
}
.mito-glow-container {
  z-index: 3;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  opacity: 0.75;
  pointer-events: none;
  height: 500vh;
}
@media (min-width: 768px) {
  .mito-glow-container {
    opacity: 1;
  }
}
.mito-glow.--hero-cream {
  right: 0;
  top: 0;
}
@media (min-width: 768px) {
  .mito-glow.--hero-cream {
    top: -20%;
  }
}
.mito-glow.--hero-yellow {
  top: 0;
  left: 0;
}
.mito-glow.--hero-blue {
  left: 0;
  top: 0;
  max-width: 1080px;
}
.mito-glow.--collections-blue {
  width: 80%;
  top: 0;
  left: 0;
}
.mito-glow.--collections-green {
  width: 80%;
  top: 0;
  right: 0;
}

@media (max-width: 767px) {
  .rellax {
    transform: translate(0%, 0%) !important;
  }
}

.mito-bgelem {
  z-index: 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  pointer-events: none;
  display: none;
  height: 200vh;
}
@media (min-width: 768px) {
  .mito-bgelem {
    opacity: 1;
  }
}
@media (min-width: 769px) {
  .mito-bgelem {
    display: block;
  }
}
.mito-bgelem-container {
  width: 1440px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .mito-bgelem.--hero {
    display: block;
  }
}
.mito-bgelem.--hero .mito-bgelem-item {
  position: absolute;
}
.mito-bgelem.--hero .mito-bgelem-item:nth-child(1) {
  top: 22.5vh;
  left: 27%;
}
.mito-bgelem.--hero .mito-bgelem-item:nth-child(2) {
  top: 40vh;
  left: 80%;
}
.mito-bgelem.--hero .mito-bgelem-item:nth-child(3) {
  top: 65vh;
  left: 15%;
}
.mito-bgelem.--hero .mito-bgelem-item:nth-child(4) {
  top: 85vh;
  left: 60%;
}
.mito-bgelem.--collections .mito-bgelem-item {
  position: absolute;
}
.mito-bgelem.--collections .mito-bgelem-item:nth-child(1) {
  top: 30vh;
  right: 5%;
  transform: scale(1.15);
}
.mito-bgelem.--collections .mito-bgelem-item:nth-child(2) {
  top: 73vh;
  left: 30%;
}
.mito-bgelem.--collections .mito-bgelem-item:nth-child(3) {
  top: 33vh;
  left: 4%;
}
.mito-bgelem.--collections .mito-bgelem-item:nth-child(4) {
  top: 43vh;
  left: 15%;
}
.mito-bgelem.--joinus .mito-bgelem-item {
  position: absolute;
}
@media (max-width: 767px) {
  .mito-bgelem.--joinus .mito-bgelem-item {
    display: none;
  }
}
.mito-bgelem.--joinus .mito-bgelem-item:nth-child(1) {
  display: none;
}
.mito-bgelem.--joinus .mito-bgelem-item:nth-child(2) {
  top: -10vh;
  right: 32%;
}
.mito-bgelem.--joinus .mito-bgelem-item:nth-child(3) {
  top: 20vh;
  right: 2%;
}
.mito-bgelem.--joinus .mito-bgelem-item:nth-child(4) {
  top: -20vh;
  right: 17%;
}
.mito-bgelem.--joinus .mito-bgelem-item:nth-child(5) {
  top: 58vh;
  right: 48%;
}
.mito-bgelem.--joinus .mito-bgelem-item:nth-child(6) {
  top: 140vh;
  right: 11%;
}
.mito-bgelem.--joinus .mito-bgelem-item:nth-child(7) {
  top: 30vh;
  right: 10%;
}
@media (max-width: 767px) {
  .mito-bgelem.--joinus .mito-bgelem-item:nth-child(7) {
    display: block;
  }
}
@media (min-width: 768px) {
  .mito-bgelem.--joinus .mito-bgelem-item:nth-child(7) {
    right: 17.5%;
  }
}
@media (min-width: 1280px) {
  .mito-bgelem.--joinus .mito-bgelem-item:nth-child(7) {
    right: 20%;
  }
}
@media (min-height: 640px) {
  .mito-bgelem.--joinus .mito-bgelem-item:nth-child(7) {
    top: 30vh;
  }
}
@media (min-height: 768px) {
  .mito-bgelem.--joinus .mito-bgelem-item:nth-child(7) {
    top: 25vh;
  }
}
@media (min-height: 901px) {
  .mito-bgelem.--joinus .mito-bgelem-item:nth-child(7) {
    top: 35vh;
  }
}
@media (min-height: 1024px) {
  .mito-bgelem.--joinus .mito-bgelem-item:nth-child(7) {
    top: 30vh;
  }
}
.mito-bgelem.--environment {
  height: 150vh;
}
.mito-bgelem.--environment .mito-bgelem-item {
  position: absolute;
}
.mito-bgelem.--environment .mito-bgelem-item:nth-child(1) {
  top: -20vh;
  right: 7%;
}
.mito-bgelem.--environment .mito-bgelem-item:nth-child(2) {
  top: 60vh;
  left: 45%;
  display: none;
}
@media (min-height: 700px) {
  .mito-bgelem.--environment .mito-bgelem-item:nth-child(2) {
    display: block;
  }
}

.mito-header {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 100%;
  padding-top: 1.5rem;
}
@media (min-width: 768px) {
  .mito-header {
    padding-top: 3rem;
  }
}
.mito-header-content {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .mito-header-content {
    max-width: unset;
    padding: 0 3.5rem;
  }
}
@media (min-width: 1280px) {
  .mito-header-content {
    max-width: var(--l-wrapper);
  }
}
.mito-header-logo {
  width: 8rem;
}
@media (min-width: 768px) {
  .mito-header-logo {
    width: 9rem;
  }
}

.mito-nav-menu {
  display: flex;
  justify-content: flex-start;
}
.mito-nav-menu li {
  margin-left: 1.5rem;
}
.mito-nav-menu li a {
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0);
  transition: background, 0.15s linear;
  padding: 0.75rem 0.45rem;
  font-weight: var(--fontWeigth-bold);
  font-size: 0.875rem;
  text-decoration: none;
}
.mito-nav-menu li a:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.mito-nav-menu li a:hover span {
  color: var(--section-hl);
  background: -webkit-linear-gradient(180deg, white, var(--color-hl) 125%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mito-hero {
  min-height: 100vh;
}
@media (min-width: 768px) {
  .mito-hero {
    padding-top: 9rem;
    margin-bottom: 9vh;
  }
}
.mito-hero-content {
  height: calc(100% - 9rem);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .mito-hero-content {
    padding-top: 2.5rem;
  }
}
.mito-hero-title {
  margin-bottom: 2.5rem;
  line-height: 1.2;
}
.mito-hero-desc {
  max-width: 40rem;
}
.mito-hero-desc:not(:last-child) {
  margin-bottom: 2.5rem;
}

.mito-collections-title {
  grid-column: 1 / 13;
}
@media (min-width: 1280px) {
  .mito-collections-title {
    grid-column: 2 / 10;
  }
}

.mito-collections-desc {
  grid-column: 1 / 13;
  padding-bottom: 1.5rem;
}
@media (min-width: 1280px) {
  .mito-collections-desc {
    grid-column: 2 / 8;
  }
}

.mito-collections-feat {
  grid-column: span 12;
}
@media (min-width: 768px) {
  .mito-collections-feat {
    grid-column: span 6;
  }
}
@media (min-width: 1280px) {
  .mito-collections-feat {
    grid-column: span 3;
  }
  .mito-collections-feat.-is-first {
    grid-column: 2 / span 3;
  }
}

.mito-art-title {
  grid-column: 1 / 13;
}
@media (min-width: 1280px) {
  .mito-art-title {
    grid-column: 3 / 12;
  }
}

.mito-art-desc {
  grid-column: 1 / 13;
}
@media (min-width: 1280px) {
  .mito-art-desc {
    grid-column: 4 / 9;
    padding-bottom: 1rem;
  }
}

.mito-art-feat {
  grid-column: span 12;
}
@media (min-width: 768px) {
  .mito-art-feat {
    grid-column: span 6;
  }
}
@media (min-width: 1280px) {
  .mito-art-feat {
    grid-column: span 3;
  }
  .mito-art-feat.-is-first {
    grid-column: 4 / span 3;
  }
}

.mito-join-us {
  --section-color: var(--color-palette-1);
}
.mito-join-us-title {
  grid-column: 1 / 13;
}
@media (min-width: 1280px) {
  .mito-join-us-title {
    grid-column: 2 / 10;
  }
}
.mito-join-us-desc {
  grid-column: 1 / 13;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .mito-join-us-desc {
    grid-column: span 9;
  }
}
@media (min-width: 1280px) {
  .mito-join-us-desc {
    grid-column: 2 / 8;
  }
}
.mito-join-us .mito-title-3 {
  margin-bottom: 0.5rem;
}
.mito-join-us-feat {
  grid-column: span 12;
  z-index: 3;
}
.mito-join-us-feat .mito-kpi {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .mito-join-us-feat {
    grid-column: span 6;
  }
}
@media (min-width: 1280px) {
  .mito-join-us-feat {
    grid-column: span 3;
  }
  .mito-join-us-feat.-is-first {
    grid-column: 2 / span 3;
  }
}

.mito-contact {
  z-index: 2;
  padding-top: 3rem;
  margin-bottom: 10rem;
}
@media (min-width: 768px) {
  .mito-contact {
    padding-top: 9rem;
  }
}
.mito-contact-title {
  font-weight: var(--fontWeigth-black);
  margin-bottom: 1rem !important;
}
@media (max-width: 767px) {
  .mito-contact-title {
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .mito-contact-title {
    font-size: 2.5rem;
  }
}
.mito-contact-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  grid-column: 1 / 13;
  box-shadow: 154.463px 200px 493px #5a6d6a, 94.89px 96.17px 216.11px rgba(153, 238, 255, 0.3),
    -199.81px 200px 500px #5a6d6a, -119.96px 90.2px 217.25px rgba(153, 238, 255, 0.3),
    -101.005px -186.47px 500px #767747, -92.2px -66.09px 217px rgba(243, 244, 178, 0.5),
    244.409px -186.47px 500px #767747, 96.88px -65.75px 218.25px rgba(243, 244, 178, 0.5);
}
@media (min-width: 768px) {
  .mito-contact-card {
    text-align: center;
  }
}
@media (min-width: 1280px) {
  .mito-contact-card {
    grid-column: 3 / 11;
  }
}
.mito-contact-btn {
  margin-top: 1.5rem;
}
.mito-contact-faq {
  margin-top: 1.5rem;
  font-size: 14px;
}
.mito-contact-faq a {
  font-weight: var(--fontWeigth-bold);
}
@media (max-width: 767px) {
  .mito-contact-faq {
    margin-right: auto;
  }
}

.mito-environment {
  --section-color: var(--color-palette-2);
  position: relative;
}
.mito-environment-content::after {
  content: '';
  position: absolute;
  background: linear-gradient(180deg, var(--section-color) 0%, #ffffff 100%);
  width: 100%;
  height: calc(77% - 28rem);
  opacity: 0.7;
  bottom: calc(-25% + 28rem);
  left: 0;
  z-index: -1;
  filter: blur(67px);
}
@media (max-width: 767px) {
  .mito-environment-content::after {
    filter: blur(40px);
  }
}
.mito-environment-title {
  grid-column: 1 / 13;
  display: flex;
}
@media (min-width: 1280px) {
  .mito-environment-title {
    grid-column: 2 / 9;
  }
}
.mito-environment-desc {
  grid-column: 1 / 13;
}
@media (min-width: 768px) {
  .mito-environment-desc {
    grid-column: span 8;
  }
}
@media (min-width: 1280px) {
  .mito-environment-desc {
    grid-column: 2 / 8;
    padding-bottom: 1rem;
  }
}
.mito-environment-feat {
  margin-top: -1.5rem;
  grid-column: span 12;
}
.mito-environment-feat .mito-kpi {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .mito-environment-feat {
    grid-column: span 6;
  }
}
@media (min-width: 1280px) {
  .mito-environment-feat {
    grid-column: span 3;
  }
  .mito-environment-feat.-is-first {
    grid-column: 2 / span 3;
    --section-color: white;
  }
}
.mito-environment .mito-title-3 {
  margin-bottom: 0.5rem;
}
.mito-environment-kpi {
  margin-top: 1rem;
  position: relative;
}
.mito-environment-kpi .mito-text-1 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1.125rem;
}
.mito-environment-kpi .mito-title-3 {
  margin-bottom: 2rem;
}
.mito-environment-kpi .mito-kpi {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 1280px) {
  .mito-environment-kpi .mito-kpi {
    font-size: 3.5rem;
  }
}
.mito-environment-kpi-block-1 {
  margin-top: 2rem;
  grid-column: span 12;
}
@media (min-width: 1280px) {
  .mito-environment-kpi-block-1 {
    grid-column: 2 / 13;
  }
}
.mito-environment-kpi-title {
  grid-column: 1 / 13;
}
@media (min-width: 1280px) {
  .mito-environment-kpi-title {
    grid-column: 2 / 8;
  }
}
.mito-environment-kpi-card {
  grid-column: span 12;
}
@media (min-width: 768px) {
  .mito-environment-kpi-card {
    grid-column: span 6;
  }
}
@media (min-width: 1280px) {
  .mito-environment-kpi-card {
    grid-column: span 6;
  }
}
@media (min-width: 1280px) {
  .mito-environment-kpi-card {
    grid-column: span 4;
  }
}
.mito-environment-kpi-card.--a {
  --section-color: #dcdcdc;
}
@media (min-width: 1280px) {
  .mito-environment-kpi-card.--a {
    grid-column: 2 / span 4;
  }
}
.mito-environment-kpi-card-header {
  display: flex;
  justify-content: space-between;
}
.mito-environment-kpi-card-header img {
  position: relative;
  top: -1.125rem;
}

.mito-community {
  padding-top: 9rem;
  position: relative;
  overflow: hidden;
}
.mito-community::before {
  content: '';
  position: absolute;
  background: #ffb7a3;
  width: 90%;
  transform: translateY(50%);
  height: 165px;
  bottom: 0%;
  opacity: 0.7;
  z-index: -1;
  filter: blur(67px);
}
@media (max-width: 767px) {
  .mito-community::before {
    filter: blur(40px);
  }
}
.mito-community-content {
  height: calc(100% - 9rem);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mito-community-title {
  max-width: 52rem;
  margin-bottom: 2rem;
}
.mito-community-desc {
  max-width: 32rem;
  margin-bottom: 4rem;
}
.mito-community-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  grid-column: span 6;
  padding: 2.25rem;
}
@media (min-width: 768px) {
  .mito-community-card {
    padding: 1.5rem;
    grid-column: span 3;
  }
}
@media (min-width: 1280px) {
  .mito-community-card {
    padding: 2.25rem;
    grid-column: span 2;
  }
}
@media (min-width: 768px) {
  .mito-community-card.-is-first {
    grid-column: 1 / span 3;
  }
}
@media (min-width: 1280px) {
  .mito-community-card.-is-first {
    grid-column: 3 / span 2;
  }
}
.mito-community-card img {
  width: 2rem;
  height: auto;
}
@media (min-width: 768px) {
  .mito-community-card img {
    width: 4rem;
  }
}
.mito-community-card p {
  margin-top: 1rem;
  font-weight: var(--fontWeigth-bold);
}
.mito-community-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  position: relative;
}
.mito-community-footer img {
  margin-top: 2rem;
}
.mito-community-poweredby {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  text-align: center;
  color: #dcdcdc;
  margin-top: 1.5rem;
}
.mito-community-poweredby a {
  text-decoration: none;
}

.mito-definition {
  --section-color: var(--color-hl);
  margin: -1rem 0;
  position: relative;
}
.mito-definition-container p {
  margin-bottom: 3rem;
}
.mito-definition-text {
  text-align: center;
  font-weight: var(--fontWeigth-black);
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -0.03em;
  font-size: 1.375rem;
  font-size: clamp(1.375rem, 4.5vw, 4rem) !important;
  margin-bottom: -1%;
}
@media (min-width: 768px) {
  .mito-definition-text {
    font-size: 4.5vw;
  }
}
@media (min-width: 1280px) {
  .mito-definition-text {
    font-size: 4rem;
  }
}

.mito-cookies {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
  z-index: 99;
  display: flex;
  pointer-events: none;
}
.mito-cookies.--show {
  pointer-events: initial;
}
.mito-cookies.--show .mito-cookies-box {
  opacity: 1;
  transform: translateY(0%);
}
.mito-cookies-box {
  border-radius: 16px;
  z-index: 1;
  background: linear-gradient(90deg, var(--color-hl) 50%, var(--color-foreground) 100%);
  overflow: hidden;
  padding: 1px;
  transition: all 0.5s cubic-bezier(0.63, 0.01, 0, 1.03);
  transform: translateY(150%);
  opacity: 0;
}
@media (max-width: 767px) {
  .mito-cookies-box {
    max-width: 300px;
    margin: 0 auto;
  }
}
.mito-cookies-content {
  border-radius: 16px;
  content: '';
  display: block;
  background: black;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .mito-cookies-content {
    display: flex;
    align-items: center;
  }
}
.mito-cookies-text {
  font-size: 0.875rem;
  max-width: 16.25rem;
}
@media (max-width: 767px) {
  .mito-cookies-text {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .mito-cookies-text {
    margin-right: 1.5rem;
  }
}
.mito-cookies-buttons {
  display: flex;
}
.mito-cookies-buttons > *:not(:last-child) {
  margin-right: 1rem;
}
