/*! 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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  outline: none;
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  outline: none;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__slider {
  position: relative;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

.splide--draggable > .splide__slider > .splide__track,
.splide--draggable > .splide__track {
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide--fade > .splide__slider > .splide__track > .splide__list,
.splide--fade > .splide__track > .splide__list {
  display: block;
}

.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide,
.splide--fade > .splide__track > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active,
.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide--ttb.is-active > .splide__slider > .splide__track > .splide__list,
.splide--ttb.is-active > .splide__track > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover {
  opacity: .9;
}

.splide__arrow:focus {
  outline: none;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide__pagination {
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9;
}

.splide__pagination__page:focus {
  outline: none;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide,
.splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active,
.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide:focus,
.splide--nav > .splide__track > .splide__list > .splide__slide:focus {
  outline: none;
}

.splide--rtl > .splide__arrows .splide__arrow--prev,
.splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide--rtl > .splide__arrows .splide__arrow--prev svg,
.splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.splide--rtl > .splide__arrows .splide__arrow--next,
.splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide--rtl > .splide__arrows .splide__arrow--next svg,
.splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide--ttb > .splide__arrows .splide__arrow,
.splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.splide--ttb > .splide__arrows .splide__arrow--prev,
.splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em;
}

.splide--ttb > .splide__arrows .splide__arrow--prev svg,
.splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.splide--ttb > .splide__arrows .splide__arrow--next,
.splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide--ttb > .splide__arrows .splide__arrow--next svg,
.splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.splide--ttb > .splide__pagination,
.splide--ttb > .splide__slider > .splide__pagination {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: .5em;
  top: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}

html::-webkit-scrollbar {
  display: none;
}

html * {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  margin: 0;
  padding: 0;
  border: none;
  font: inherit;
}

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

html body {
  overflow: hidden;
}

html article,
html aside,
html details,
html figcaption,
html figure,
html footer,
html header,
html hgroup,
html menu,
html nav,
html section,
html main,
html form legend {
  display: block;
}

html ol,
html ul {
  list-style: none;
}

html blockquote,
html q {
  quotes: none;
}

html button,
html select,
html textarea,
html input {
  color: inherit;
  line-height: inherit;
  background-color: transparent;
  border-radius: 0;
}

html button,
html select,
html textarea,
html input[type="button"],
html input[type="email"],
html input[type="number"],
html input[type="password"],
html input[type="search"],
html input[type="submit"],
html input[type="tel"],
html input[type="text"],
html input[type="url"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

html textarea {
  resize: vertical;
  overflow: auto;
}

html select::-ms-expand {
  display: none;
}

html input::-ms-clear {
  display: none;
}

html table {
  border-collapse: collapse;
  border-spacing: 0;
}

html img,
html video,
html svg {
  max-width: 100%;
}

html a {
  text-decoration: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
}

[data-theme="dark"] body {
  background-color: #131614;
}

[data-theme="light"] body {
  background-color: #E5E5E5;
}

.main__wrapper {
  position: relative;
  display: block;
  min-height: 100vh;
  margin-left: 35px;
  margin-right: 35px;
}

@media (min-width: 768px) {
  .main__wrapper {
    margin-left: 105px;
    margin-right: 105px;
  }
}

@media (min-width: 1280px) {
  .main__wrapper {
    margin-left: 150px;
    margin-right: 150px;
  }
}

@font-face {
  font-family: "SaolDisplay";
  src: url("../fonts/SaolDisplay/SaolDisplay-400-Italic?#iefix") format("embedded-opentype"), url("../fonts/SaolDisplay/SaolDisplay-400-Italic.woff2") format("woff2"), url("../fonts/SaolDisplay/SaolDisplay-400-Italic.woff") format("woff"), url("../fonts/SaolDisplay/SaolDisplay-400-Italic.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "SohneLight";
  src: url("../fonts/Sohne/Sohne-300?#iefix") format("embedded-opentype"), url("../fonts/Sohne/Sohne-300.woff2") format("woff2"), url("../fonts/Sohne/Sohne-300.woff") format("woff"), url("../fonts/Sohne/Sohne-300.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "SohneNormal";
  src: url("../fonts/Sohne/Sohne-400?#iefix") format("embedded-opentype"), url("../fonts/Sohne/Sohne-400.woff2") format("woff2"), url("../fonts/Sohne/Sohne-400.woff") format("woff"), url("../fonts/Sohne/Sohne-400.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "SohneMedium";
  src: url("../fonts/Sohne/Sohne-500?#iefix") format("embedded-opentype"), url("../fonts/Sohne/Sohne-500.woff2") format("woff2"), url("../fonts/Sohne/Sohne-500.woff") format("woff"), url("../fonts/Sohne/Sohne-500.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "SohneSemiBold";
  src: url("../fonts/Sohne/Sohne-600?#iefix") format("embedded-opentype"), url("../fonts/Sohne/Sohne-600.woff2") format("woff2"), url("../fonts/Sohne/Sohne-600.woff") format("woff"), url("../fonts/Sohne/Sohne-600.ttf") format("truetype");
  font-display: swap;
}

.cursorIn {
  display: none;
}

@media (min-width: 1024px) {
  .cursorIn {
    -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
    transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
    display: block;
    position: fixed;
    top: -4px;
    left: -4px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99999;
    -ms-transform: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  [data-theme="dark"] .cursorIn {
    background-color: #E5E5E5;
  }
  [data-theme="light"] .cursorIn {
    background-color: #131614;
  }
}

.cursorOut {
  display: none;
}

@media (min-width: 1024px) {
  .cursorOut {
    display: block;
    position: fixed;
    top: -20px;
    left: -20px;
    width: 40px;
    height: 40px;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99999;
    -ms-transform: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

.cursorSquare {
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  position: relative;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99999;
  -ms-transform: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

[data-theme="dark"] .cursorSquare {
  border-color: #E5E5E5;
}

[data-theme="light"] .cursorSquare {
  border-color: #131614;
}

.cursorSquare.animation {
  width: 60px;
  height: 60px;
  -webkit-transform: rotate(45deg) translate(-70.7%, 0%);
  transform: rotate(45deg) translate(-70.7%, 0%);
}

.loader {
  position: fixed;
  width: 100vw;
  height: 200vh;
  pointer-events: none;
  background-color: #131614;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}

.is-transitioning {
  pointer-events: none;
  cursor: none;
}

.waiting {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: #131614;
  z-index: 999;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}

.waiting .svgLogo {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
}

.waiting .svgLogo svg {
  width: 25vw !important;
  height: auto !important;
}

.waiting .svgLogo path {
  fill: #E5E5E5 !important;
}

.waiting.fadeIn .svgLogo {
  opacity: 1;
}

.waiting.fadeIn .svgLogo path {
  fill: #E5E5E5 !important;
}

.waiting.removed {
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
}

.waiting__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.header {
  display: block;
}

.header__container {
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 170px;
}

[data-theme="dark"] .header__container {
  background-color: #131614;
}

[data-theme="light"] .header__container {
  background-color: #E5E5E5;
}

@media (min-width: 768px) {
  .header__container {
    height: 150px;
  }
}

@media (min-width: 1440px) {
  .header__container {
    height: 260px;
  }
}

.header__element {
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
}

[data-theme="dark"] .header__element {
  color: #E5E5E5;
}

[data-theme="light"] .header__element {
  color: #131614;
}

@media (min-width: 1024px) {
  .header__element {
    padding-top: 60px;
  }
}

.header__element--logo {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header__element--menu {
  z-index: 998;
}

.header__element--theme {
  z-index: 150;
}

.svgLogo__link {
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
}

.svgLogo__link:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.banner {
  position: relative;
  top: -170px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 430px;
}

@media (min-width: 768px) {
  .banner {
    top: -150px;
  }
}

@media (min-width: 1440px) {
  .banner {
    top: -260px;
  }
}

@media (min-width: 768px) {
  .banner {
    height: 50vh;
  }
}

@media (min-width: 1024px) {
  .banner {
    height: 50vh;
  }
}

@media (min-width: 1280px) {
  .banner {
    height: 100vh;
  }
}

.banner__logo {
  width: 100vw;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}

.banner__logo .svgLogo {
  width: 240px;
  position: absolute;
  left: 8px;
  top: 177px;
}

@media (min-width: 768px) {
  .banner__logo .svgLogo {
    width: 65%;
    height: 75%;
    top: 58%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 1280px) {
  .banner__logo .svgLogo {
    width: 75%;
    top: 58%;
  }
}

.banner__logo .svgLogo svg {
  width: 100%;
  height: 100%;
}

.banner__profile {
  width: 130px;
  position: absolute;
  z-index: 1;
  top: 26%;
  right: 0;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.banner__profile:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

[data-theme="dark"] .banner__profile:after {
  background-color: rgba(19, 22, 20, 0.5);
}

[data-theme="light"] .banner__profile:after {
  background-color: rgba(229, 229, 229, 0.5);
}

@media (min-width: 768px) {
  .banner__profile {
    width: 230px;
    top: 8%;
    left: 45%;
    right: auto;
  }
}

@media (min-width: 1024px) {
  .banner__profile {
    width: 360px;
    top: 8%;
    left: 35%;
  }
}

@media (min-width: 1440px) {
  .banner__profile {
    width: 400px;
    top: 8%;
    left: 38%;
  }
}

.banner__img {
  display: block;
  width: 100%;
  height: 100%;
}

.banner__whoami {
  position: absolute;
  z-index: 1;
  bottom: 0%;
  right: 0%;
}

@media (min-width: 768px) {
  .banner__whoami {
    bottom: 14%;
    right: 17%;
  }
}

@media (min-width: 1024px) {
  .banner__whoami {
    bottom: 17%;
    right: 24%;
  }
}

@media (min-width: 1280px) {
  .banner__whoami {
    top: 50%;
    right: 8%;
  }
}

.banner__text {
  font-family: "SohneLight", Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.04em;
}

[data-theme="dark"] .banner__text {
  color: #E5E5E5;
}

[data-theme="light"] .banner__text {
  color: #131614;
}

@media (min-width: 768px) {
  .banner__text {
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.03em;
  }
}

@media (min-width: 1440px) {
  .banner__text {
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.03em;
  }
}

.menu {
  display: block;
  position: relative;
  z-index: 9;
}

.menu__hamburger {
  width: 40px;
  height: 18px;
  position: relative;
  background: transparent;
  cursor: pointer;
  border: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  margin-bottom: 20px;
  z-index: 10;
}

.menu__hamburger span {
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
}

[data-theme="dark"] .menu__hamburger span {
  background-color: #E5E5E5;
}

[data-theme="light"] .menu__hamburger span {
  background-color: #131614;
}

.menu__hamburger span:nth-child(1) {
  top: 1px;
}

.menu__hamburger span:nth-child(2),
.menu__hamburger span:nth-child(3) {
  top: 9px;
}

.menu__hamburger span:nth-child(4) {
  top: 17px;
}

.menu--open .menu__hamburger span:nth-child(1) {
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  top: 18px;
  width: 0%;
  opacity: 0;
  left: 50%;
}

.menu--open .menu__hamburger span:nth-child(2) {
  width: 50%;
  -webkit-transform: rotate(52deg);
  transform: rotate(52deg);
}

.menu--open .menu__hamburger span:nth-child(3) {
  width: 50%;
  -webkit-transform: rotate(-52deg);
  transform: rotate(-52deg);
}

.menu--open .menu__hamburger span:nth-child(4) {
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  top: 18px;
  opacity: 0;
  width: 0%;
  left: 50%;
}

.menu__content {
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  width: 60vw;
  min-height: 3000vh;
  height: -webkit-calc(100vh + 60px);
  height: calc(100vh + 60px);
  position: absolute;
  top: -60px;
  left: -35px;
  -webkit-transform: translate(-100%);
          transform: translate(-100%);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
}

[data-theme="dark"] .menu__content {
  background-color: #131614;
}

[data-theme="light"] .menu__content {
  background-color: #E5E5E5;
}

@media (min-width: 768px) {
  .menu__content {
    left: -105px;
  }
}

@media (min-width: 1280px) {
  .menu__content {
    left: -150px;
    width: 290px;
    min-height: 20vh;
    height: 20vh;
  }
}

.menu--open .menu__content {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.menu__list {
  height: 100%;
  padding: 105px 35px;
}

@media (min-width: 768px) {
  .menu__list {
    padding: 105px;
  }
}

@media (min-width: 1280px) {
  .menu__list {
    padding: 105px 150px;
  }
}

.menu__text {
  font-family: "SohneLight", Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  font-size: 43px;
  line-height: 52px;
  letter-spacing: -0.02em;
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
}

[data-theme="dark"] .menu__text {
  color: #E5E5E5;
}

[data-theme="light"] .menu__text {
  color: #131614;
}

@media (min-width: 768px) {
  .menu__text {
    font-size: 43px;
    line-height: 52px;
    letter-spacing: -0.02em;
  }
}

@media (min-width: 1440px) {
  .menu__text {
    font-size: 21px;
    line-height: 25px;
    letter-spacing: -0.02em;
  }
}

.menu__text:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.theme {
  position: absolute;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(-90deg) translateX(-100%) translateY(0);
          transform: rotate(-90deg) translateX(-100%) translateY(0);
  top: 120px;
  bottom: auto;
  left: 0;
  right: auto;
}

@media (min-width: 768px) {
  .theme {
    -webkit-transform: rotate(-90deg) translateX(-100%) translateY(-webkit-calc(210px - 45px));
            transform: rotate(-90deg) translateX(-100%) translateY(calc(210px - 45px));
    top: 120px;
    bottom: auto;
    left: auto;
    right: 0;
  }
}

.theme__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.theme__btn {
  font-family: "SaolDisplay", Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  font-size: 24px;
  line-height: 22px;
  letter-spacing: -0.03em;
  width: 90px;
  height: 45px;
  border: 1px solid transparent;
  border-radius: 100px / 50px;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
}

[data-theme="dark"] .theme__btn {
  color: #E5E5E5;
}

[data-theme="light"] .theme__btn {
  color: #131614;
}

@media (min-width: 768px) {
  .theme__btn {
    font-size: 24px;
    line-height: 22px;
    letter-spacing: -0.03em;
  }
}

@media (min-width: 1440px) {
  .theme__btn {
    font-size: 24px;
    line-height: 22px;
    letter-spacing: -0.03em;
  }
}

.theme__btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.theme__btn:first-child {
  margin-right: 70px;
}

@media (min-width: 768px) {
  .theme__btn:first-child {
    margin-right: 30px;
  }
}

.theme__btn--dark {
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
}

[data-theme="dark"] .theme__btn--dark {
  border-color: #E5E5E5;
}

.theme__btn--light {
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
}

[data-theme="light"] .theme__btn--light {
  border-color: #131614;
}

.theme__text {
  margin-bottom: 2px;
}

.contact {
  position: relative;
  display: block;
}

.contact__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 1440px) {
  .contact__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.contact__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 40px;
}

@media (min-width: 1440px) {
  .contact__info {
    width: 30%;
    padding-bottom: 143px;
  }
}

.contact__infoContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact__link {
  color: #131614;
  font-family: "SohneLight", Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  font-size: 21px;
  line-height: 38px;
  letter-spacing: -0.02em;
  text-decoration: underline;
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
}

[data-theme="dark"] .contact__link {
  color: #E5E5E5;
}

[data-theme="light"] .contact__link {
  color: #131614;
}

@media (min-width: 768px) {
  .contact__link {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.04em;
    text-decoration: underline;
  }
}

@media (min-width: 1440px) {
  .contact__link {
    font-size: 21px;
    line-height: 29px;
    letter-spacing: -0.02em;
    text-decoration: underline;
  }
}

.contact__link:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.contact__form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 18px 0 58px;
}

@media (min-width: 1440px) {
  .contact__form {
    width: 70%;
  }
}

.contact__input {
  margin-bottom: 18px;
  padding: 10px;
  font-family: "SohneLight", Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  font-size: 21px;
  line-height: 38px;
  letter-spacing: -0.02em;
  text-decoration: underline;
  text-decoration: none !important;
}

[data-theme="dark"] .contact__input {
  color: #E5E5E5;
}

[data-theme="light"] .contact__input {
  color: #131614;
}

@media (min-width: 768px) {
  .contact__input {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.04em;
    text-decoration: underline;
  }
}

@media (min-width: 1440px) {
  .contact__input {
    font-size: 21px;
    line-height: 29px;
    letter-spacing: -0.02em;
    text-decoration: underline;
  }
}

[data-theme="light"] .contact__input {
  border: 1px solid #131614;
}

[data-theme="dark"] .contact__input {
  border: 1px solid #E5E5E5;
}

.contact__textarea {
  padding: 10px;
  font-family: "SohneLight", Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  font-size: 21px;
  line-height: 38px;
  letter-spacing: -0.02em;
  text-decoration: underline;
  text-decoration: none !important;
}

[data-theme="dark"] .contact__textarea {
  color: #E5E5E5;
}

[data-theme="light"] .contact__textarea {
  color: #131614;
}

@media (min-width: 768px) {
  .contact__textarea {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.04em;
    text-decoration: underline;
  }
}

@media (min-width: 1440px) {
  .contact__textarea {
    font-size: 21px;
    line-height: 29px;
    letter-spacing: -0.02em;
    text-decoration: underline;
  }
}

[data-theme="light"] .contact__textarea {
  border: 1px solid #131614;
}

[data-theme="dark"] .contact__textarea {
  border: 1px solid #E5E5E5;
}

.contact__submit {
  font-family: "SaolDisplay", Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  font-size: 24px;
  line-height: 22px;
  letter-spacing: -0.03em;
  width: 90px;
  height: 45px;
  border: 1px solid transparent;
  border-radius: 100px / 50px;
  cursor: pointer;
  margin-top: 40px;
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
}

[data-theme="dark"] .contact__submit {
  color: #E5E5E5;
}

[data-theme="light"] .contact__submit {
  color: #131614;
}

@media (min-width: 768px) {
  .contact__submit {
    font-size: 24px;
    line-height: 22px;
    letter-spacing: -0.03em;
  }
}

@media (min-width: 1440px) {
  .contact__submit {
    font-size: 24px;
    line-height: 22px;
    letter-spacing: -0.03em;
  }
}

[data-theme="dark"] .contact__submit {
  border-color: #E5E5E5;
}

[data-theme="light"] .contact__submit {
  border-color: #131614;
}

.contact__submit:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.footer {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: -webkit-calc(-170px + 30px);
  margin-bottom: calc(-170px + 30px);
  position: relative;
  top: -170px;
}

@media (min-width: 768px) {
  .footer {
    margin-bottom: -webkit-calc(-150px + 30px);
    margin-bottom: calc(-150px + 30px);
  }
}

@media (min-width: 1440px) {
  .footer {
    margin-bottom: -webkit-calc(-260px + 30px);
    margin-bottom: calc(-260px + 30px);
  }
}

@media (min-width: 768px) {
  .footer {
    top: -150px;
  }
}

@media (min-width: 1440px) {
  .footer {
    top: -260px;
  }
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0px;
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
}

[data-theme="dark"] .footer::before {
  background-color: #E5E5E5;
}

[data-theme="light"] .footer::before {
  background-color: #131614;
}

@media (min-width: 768px) {
  .footer::before {
    height: 1px;
  }
}

@media (min-width: 1440px) {
  .footer::before {
    left: 140px;
  }
}

.footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
}

[data-theme="dark"] .footer::after {
  background-color: #E5E5E5;
}

[data-theme="light"] .footer::after {
  background-color: #131614;
}

@media (min-width: 768px) {
  .footer::after {
    height: 1px;
  }
}

@media (min-width: 1440px) {
  .footer::after {
    left: 140px;
  }
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

@media (min-width: 768px) {
  .footer__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 20px 0 20px 50px;
  }
}

@media (min-width: 1440px) {
  .footer__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 50px 0 50px 140px;
  }
}

.footer__component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .footer__component {
    width: 50%;
    margin-bottom: 0px;
  }
}

.footer__contacts {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .footer__contacts {
    width: 50%;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__text {
  font-family: "SohneMedium", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.04em;
}

[data-theme="dark"] .footer__text {
  color: #E5E5E5;
}

[data-theme="light"] .footer__text {
  color: #131614;
}

@media (min-width: 768px) {
  .footer__text {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.04em;
  }
}

@media (min-width: 1440px) {
  .footer__text {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -0.04em;
  }
}

.footer__contact {
  font-family: "SohneLight", Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  font-size: 21px;
  line-height: 38px;
  letter-spacing: -0.02em;
  text-decoration: underline;
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
}

[data-theme="dark"] .footer__contact {
  color: #E5E5E5;
}

[data-theme="light"] .footer__contact {
  color: #131614;
}

@media (min-width: 768px) {
  .footer__contact {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.04em;
    text-decoration: underline;
  }
}

@media (min-width: 1440px) {
  .footer__contact {
    font-size: 21px;
    line-height: 29px;
    letter-spacing: -0.02em;
    text-decoration: underline;
  }
}

.footer__contact:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.accordion {
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  margin-bottom: 30px;
}

[data-theme="dark"] .accordion {
  background-color: #131614;
}

[data-theme="light"] .accordion {
  background-color: #E5E5E5;
}

[data-theme="dark"] .accordion {
  color: #E5E5E5;
}

[data-theme="light"] .accordion {
  color: #131614;
}

.accordion__container {
  border-top: 1px solid;
}

.accordion__single {
  cursor: pointer;
}

.accordion__content {
  font-family: "SohneMedium", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.04em;
  border-bottom: 1px solid;
  cursor: default;
}

[data-theme="dark"] .accordion__content {
  color: #E5E5E5;
}

[data-theme="light"] .accordion__content {
  color: #131614;
}

@media (min-width: 768px) {
  .accordion__content {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.04em;
  }
}

@media (min-width: 1440px) {
  .accordion__content {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -0.04em;
  }
}

.accordion__clickable {
  font-family: "SohneLight", Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  font-size: 24px;
  line-height: 19px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  padding: 20px;
  border-bottom: 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
}

[data-theme="dark"] .accordion__clickable {
  color: #E5E5E5;
}

[data-theme="light"] .accordion__clickable {
  color: #131614;
}

@media (min-width: 768px) {
  .accordion__clickable {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 22px;
    letter-spacing: -0.03em;
  }
}

@media (min-width: 1440px) {
  .accordion__clickable {
    text-transform: uppercase;
    font-size: 48px;
    line-height: 37px;
    letter-spacing: -0.03em;
  }
}

.accordion__btn {
  display: block;
  position: relative;
  height: 18px;
  width: 18px;
  margin-right: 20px;
}

.accordion__btn span {
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  display: block;
  position: absolute;
  top: 50%;
  height: 2px;
  width: 100%;
  opacity: 1;
  left: 0;
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
}

[data-theme="dark"] .accordion__btn span {
  background-color: #E5E5E5;
}

[data-theme="light"] .accordion__btn span {
  background-color: #131614;
}

.accordion__btn span:nth-child(1) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion__clickable--active .accordion__btn span:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.accordion__content {
  display: none;
  padding: 20px;
}

.gridItem {
  display: block;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1280px) {
  .gridItem:hover .gridItem__contentInfo {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .gridItem:hover .gridItem__img {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
  }
}

.gridItem__area {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 5px;
}

@media (min-width: 768px) {
  .gridItem__area {
    padding: 10px;
  }
}

@media (min-width: 1024px) {
  .gridItem__area {
    padding: 10px;
  }
}

.gridItem__info {
  overflow: hidden;
  height: 100%;
}

.gridItem__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  padding: 5px;
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
}

@media (min-width: 768px) {
  .gridItem__img {
    padding: 10px;
  }
}

@media (min-width: 1024px) {
  .gridItem__img {
    padding: 10px;
  }
}

.gridItem__contentInfo {
  display: block;
  position: relative;
  height: 100%;
  width: 300px;
  background: #E5E5E5;
  opacity: 0.8;
  -webkit-transform: translateX(-webkit-calc(-100% - 1px));
          transform: translateX(calc(-100% - 1px));
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  z-index: 1;
}

.gridItem__desc {
  display: block;
  position: relative;
  padding: 30px;
  height: 100%;
}

.gridItem__wrapTitle {
  display: block;
  position: relative;
  padding-bottom: 10px;
}

.gridItem__wrapTitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #131614;
}

.gridItem__wrapText {
  display: block;
  position: relative;
  padding: 24px 0;
  height: 50%;
}

.gridItem__contentText {
  display: block;
  position: relative;
  height: 100%;
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}

.gridItem__contentText::-webkit-scrollbar {
  display: none;
}

.gridItem__title {
  font-family: "SohneLight", Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  font-size: 24px;
  line-height: 19px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #131614 !important;
}

[data-theme="dark"] .gridItem__title {
  color: #E5E5E5;
}

[data-theme="light"] .gridItem__title {
  color: #131614;
}

@media (min-width: 768px) {
  .gridItem__title {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 22px;
    letter-spacing: -0.03em;
  }
}

@media (min-width: 1440px) {
  .gridItem__title {
    text-transform: uppercase;
    font-size: 48px;
    line-height: 37px;
    letter-spacing: -0.03em;
  }
}

.gridItem__text {
  font-family: "SohneLight", Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.04em;
  font-size: 1.4vw !important;
  color: #131614 !important;
}

[data-theme="dark"] .gridItem__text {
  color: #E5E5E5;
}

[data-theme="light"] .gridItem__text {
  color: #131614;
}

@media (min-width: 768px) {
  .gridItem__text {
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.03em;
  }
}

@media (min-width: 1440px) {
  .gridItem__text {
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.03em;
  }
}

.gridItem__wrapButton {
  height: 30%;
}

.gridItem__button {
  font-family: "SaolDisplay", Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  font-size: 24px;
  line-height: 22px;
  letter-spacing: -0.03em;
  width: 90px;
  height: 45px;
  border: 1px solid transparent;
  border-radius: 100px / 50px;
  cursor: pointer;
  color: #131614 !important;
  margin-top: 24px;
  border-color: #131614;
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
}

[data-theme="dark"] .gridItem__button {
  color: #E5E5E5;
}

[data-theme="light"] .gridItem__button {
  color: #131614;
}

@media (min-width: 768px) {
  .gridItem__button {
    font-size: 24px;
    line-height: 22px;
    letter-spacing: -0.03em;
  }
}

@media (min-width: 1440px) {
  .gridItem__button {
    font-size: 24px;
    line-height: 22px;
    letter-spacing: -0.03em;
  }
}

.gridItem__button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.gridProjects {
  margin-bottom: 30px;
}

.gridProjects__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.gridProjects__section.gridProjects__section--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.gridProjects__section--double .gridProjects__column--left {
  width: 60%;
}

.gridProjects__section--double .gridProjects__column--left .gridItem {
  padding-bottom: 54.678%;
}

.gridProjects__section--triple .gridProjects__column--left {
  width: 66.7%;
}

.gridProjects__section--triple .gridProjects__column--left .gridItem {
  padding-bottom: 100%;
}

.gridProjects__section--quadruple .gridProjects__column--left {
  width: 60%;
}

.gridProjects__section--quadruple .gridProjects__column--left .gridItem:nth-child(1) {
  padding-bottom: 54.678%;
}

.gridProjects__section--quadruple .gridProjects__column--left .gridItem:nth-child(2) {
  padding-bottom: 109.064%;
}

.gridProjects__section--double .gridProjects__column--right {
  width: 40%;
}

.gridProjects__section--double .gridProjects__column--right .gridItem {
  padding-bottom: 82.017%;
}

.gridProjects__section--triple .gridProjects__column--right {
  width: 33.3%;
}

.gridProjects__section--triple .gridProjects__column--right .gridItem {
  padding-bottom: 100%;
}

.gridProjects__section--quadruple .gridProjects__column--right {
  width: 40%;
}

.gridProjects__section--quadruple .gridProjects__column--right .gridItem:nth-child(1) {
  padding-bottom: 163.596%;
}

.gridProjects__section--quadruple .gridProjects__column--right .gridItem:nth-child(2) {
  padding-bottom: 82.017%;
}

.gridHome {
  display: block;
  position: relative;
  top: -170px;
}

@media (min-width: 768px) {
  .gridHome {
    top: -150px;
  }
}

@media (min-width: 1440px) {
  .gridHome {
    top: -260px;
  }
}

.gridHome__selectedProjects {
  display: none;
}

@media (min-width: 768px) {
  .gridHome__selectedProjects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 10px;
    width: 100%;
    overflow: hidden;
    height: 60px;
  }
  .gridHome__selectedProjects::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
    transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  }
  [data-theme="dark"] .gridHome__selectedProjects::before {
    background-color: #E5E5E5;
  }
  [data-theme="light"] .gridHome__selectedProjects::before {
    background-color: #131614;
  }
  .gridHome__selectedProjects::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
    transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  }
  [data-theme="dark"] .gridHome__selectedProjects::after {
    background-color: #E5E5E5;
  }
  [data-theme="light"] .gridHome__selectedProjects::after {
    background-color: #131614;
  }
}

@media (min-width: 1440px) {
  .gridHome__selectedProjects {
    padding-left: 140px;
  }
}

.gridHome__selectedProjectsText {
  font-family: "SaolDisplay", Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  font-size: 24px;
  line-height: 22px;
  letter-spacing: -0.03em;
}

[data-theme="dark"] .gridHome__selectedProjectsText {
  color: #E5E5E5;
}

[data-theme="light"] .gridHome__selectedProjectsText {
  color: #131614;
}

@media (min-width: 768px) {
  .gridHome__selectedProjectsText {
    font-size: 24px;
    line-height: 22px;
    letter-spacing: -0.03em;
  }
}

@media (min-width: 1440px) {
  .gridHome__selectedProjectsText {
    font-size: 24px;
    line-height: 22px;
    letter-spacing: -0.03em;
  }
}

.gridHome__wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .gridHome__wrapper {
    height: 100%;
    margin-top: 30px;
  }
}

@media (min-width: 1440px) {
  .gridHome__wrapper {
    margin-top: 60px;
    padding-left: 140px;
  }
}

.gridHome__headerWrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 0;
  width: 100%;
  border-top: 1px solid;
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
}

[data-theme="dark"] .gridHome__headerWrap {
  border-color: #E5E5E5;
}

[data-theme="light"] .gridHome__headerWrap {
  border-color: #131614;
}

@media (min-width: 768px) {
  .gridHome__headerWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
    left: -80px;
    position: absolute;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: rotate(-90deg) translateX(-100%) translateY(0px);
            transform: rotate(-90deg) translateX(-100%) translateY(0px);
  }
}

@media (min-width: 1440px) {
  .gridHome__headerWrap {
    left: -175px;
  }
}

.gridHome__headerText {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .gridHome__headerText::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
    transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  }
  [data-theme="dark"] .gridHome__headerText::after {
    background-color: #E5E5E5;
  }
  [data-theme="light"] .gridHome__headerText::after {
    background-color: #131614;
  }
}

.gridHome__wrapperRole {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

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

@media (min-width: 768px) {
  .gridHome__headerText--name {
    height: 31px;
  }
}

@media (min-width: 1440px) {
  .gridHome__headerText--name {
    height: 75px;
  }
}

.gridHome__headerText--role {
  text-align: right;
}

@media (min-width: 768px) {
  .gridHome__headerText--role {
    text-align: left;
    height: 31px;
  }
}

@media (min-width: 1440px) {
  .gridHome__headerText--role {
    height: 60px;
  }
}

.gridHome__headerText--year {
  padding-left: 12px;
}

@media (min-width: 768px) {
  .gridHome__headerText--year {
    padding-left: 0px;
    height: 20px;
  }
}

@media (min-width: 1440px) {
  .gridHome__headerText--year {
    height: 40px;
  }
}

.gridHome__text--name {
  font-family: "SohneLight", Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  font-size: 24px;
  line-height: 19px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

[data-theme="dark"] .gridHome__text--name {
  color: #E5E5E5;
}

[data-theme="light"] .gridHome__text--name {
  color: #131614;
}

@media (min-width: 768px) {
  .gridHome__text--name {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 22px;
    letter-spacing: -0.03em;
  }
}

@media (min-width: 1440px) {
  .gridHome__text--name {
    text-transform: uppercase;
    font-size: 48px;
    line-height: 37px;
    letter-spacing: -0.03em;
  }
}

.gridHome__text--role {
  font-family: "SohneLight", Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  font-size: 12px;
  line-height: 9px;
  text-transform: uppercase;
}

[data-theme="dark"] .gridHome__text--role {
  color: #E5E5E5;
}

[data-theme="light"] .gridHome__text--role {
  color: #131614;
}

@media (min-width: 768px) {
  .gridHome__text--role {
    text-transform: uppercase;
    font-size: 21px;
    line-height: 16px;
  }
}

@media (min-width: 1440px) {
  .gridHome__text--role {
    text-transform: uppercase;
    font-size: 21px;
    line-height: 16px;
  }
}

.gridHome__contentWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 100%;
}

@media (min-width: 768px) {
  .gridHome__contentWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 80px;
  }
}

@media (min-width: 1440px) {
  .gridHome__contentWrap {
    padding-left: 175px;
  }
}

.gridHome__descriptionWrap {
  display: block;
}

@media (min-width: 768px) {
  .gridHome__descriptionWrap {
    display: block;
    position: relative;
    width: 40%;
    padding-right: 30px;
    padding-left: 15px;
  }
}

@media (min-width: 1440px) {
  .gridHome__descriptionWrap {
    padding-left: 20px;
  }
}

.gridHome__text--description {
  display: none;
  font-family: "SohneLight", Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.04em;
}

[data-theme="dark"] .gridHome__text--description {
  color: #E5E5E5;
}

[data-theme="light"] .gridHome__text--description {
  color: #131614;
}

@media (min-width: 768px) {
  .gridHome__text--description {
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.03em;
  }
}

@media (min-width: 1440px) {
  .gridHome__text--description {
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.03em;
  }
}

@media (min-width: 768px) {
  .gridHome__text--description {
    display: block;
  }
}

.gridHome__descriptionButton {
  font-family: "SaolDisplay", Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  font-size: 24px;
  line-height: 22px;
  letter-spacing: -0.03em;
  width: 90px;
  height: 45px;
  border: 1px solid transparent;
  border-radius: 100px / 50px;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
}

[data-theme="dark"] .gridHome__descriptionButton {
  color: #E5E5E5;
}

[data-theme="light"] .gridHome__descriptionButton {
  color: #131614;
}

@media (min-width: 768px) {
  .gridHome__descriptionButton {
    font-size: 24px;
    line-height: 22px;
    letter-spacing: -0.03em;
  }
}

@media (min-width: 1440px) {
  .gridHome__descriptionButton {
    font-size: 24px;
    line-height: 22px;
    letter-spacing: -0.03em;
  }
}

[data-theme="dark"] .gridHome__descriptionButton {
  border-color: #E5E5E5;
}

[data-theme="light"] .gridHome__descriptionButton {
  border-color: #131614;
}

.gridHome__descriptionButton:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.gridHome__sliderWrap {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.gridHome__sliderWrap:after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 66.666%;
  z-index: -1;
}

@media (min-width: 768px) {
  .gridHome__sliderWrap {
    width: 60%;
  }
}

.splide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  position: absolute;
}

.splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 !important;
  right: auto !important;
  left: 10px !important;
  bottom: 10px !important;
}

@media (min-width: 768px) {
  .splide__pagination {
    left: -22px !important;
    bottom: 0 !important;
  }
}

@media (min-width: 1440px) {
  .splide__pagination {
    left: -30px !important;
  }
}

.splide__pagination li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.splide__image {
  height: 100% !important;
}

.splide__pagination__page {
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  margin-top: 6px;
  margin-bottom: 0px;
  border: 1px solid;
  opacity: 1;
  height: 12px;
  width: 12px;
}

[data-theme="dark"] .splide__pagination__page {
  background-color: #131614;
}

[data-theme="light"] .splide__pagination__page {
  background-color: #E5E5E5;
}

[data-theme="dark"] .splide__pagination__page {
  border-color: #E5E5E5;
}

[data-theme="light"] .splide__pagination__page {
  border-color: #131614;
}

@media (min-width: 1440px) {
  .splide__pagination__page {
    height: 14px;
    width: 14px;
  }
}

.splide__pagination__page.is-active {
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  -webkit-transform: scale(1);
          transform: scale(1);
}

[data-theme="dark"] .splide__pagination__page.is-active {
  background-color: #E5E5E5;
}

[data-theme="light"] .splide__pagination__page.is-active {
  background-color: #131614;
}

.j-scroll {
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.j-scroll.scrolled {
  opacity: 1;
}

.svgLogo path {
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
}

[data-theme="dark"] .svgLogo path {
  fill: #E5E5E5;
}

[data-theme="light"] .svgLogo path {
  fill: #131614;
}

.svgLogo svg {
  width: 99px;
  height: 55px;
}

@media (min-width: 768px) {
  .svgLogo svg {
    width: 88px;
    height: 44px;
  }
}

@media (min-width: 1440px) {
  .svgLogo svg {
    width: 140px;
    height: 78px;
  }
}

.projectInfo__wrapper {
  display: block;
  position: relative;
  width: 100%;
}

@media (min-width: 1440px) {
  .projectInfo__wrapper {
    margin-bottom: 30px;
    overflow: hidden;
  }
}

.projectInfo__headerWrap {
  display: block;
  position: absolute;
  width: 100%;
}

@media (min-width: 768px) {
  .projectInfo__headerWrap {
    width: 100%;
  }
}

@media (min-width: 1440px) {
  .projectInfo__headerWrap {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: rotate(-90deg) translateX(-100%) translateY(0px);
            transform: rotate(-90deg) translateX(-100%) translateY(0px);
  }
}

.projectInfo__headerText {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.projectInfo__headerText::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
}

[data-theme="dark"] .projectInfo__headerText::after {
  background-color: #E5E5E5;
}

[data-theme="light"] .projectInfo__headerText::after {
  background-color: #131614;
}

@media (min-width: 1440px) {
  .projectInfo__headerText {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .projectInfo__headerText:first-child:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
    transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  }
  [data-theme="dark"] .projectInfo__headerText:first-child:before {
    background-color: #E5E5E5;
  }
  [data-theme="light"] .projectInfo__headerText:first-child:before {
    background-color: #131614;
  }
}

.projectInfo__headerText--name {
  height: 50px;
}

@media (min-width: 1440px) {
  .projectInfo__headerText--name {
    height: 75px;
  }
}

.projectInfo__headerText--role {
  height: 26px;
}

@media (min-width: 1440px) {
  .projectInfo__headerText--role {
    height: 60px;
  }
}

.projectInfo__headerText--year {
  height: 26px;
}

@media (min-width: 1440px) {
  .projectInfo__headerText--year {
    height: 40px;
  }
}

.projectInfo__text--name {
  font-family: "SohneLight", Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  font-size: 24px;
  line-height: 19px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

[data-theme="dark"] .projectInfo__text--name {
  color: #E5E5E5;
}

[data-theme="light"] .projectInfo__text--name {
  color: #131614;
}

@media (min-width: 768px) {
  .projectInfo__text--name {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 22px;
    letter-spacing: -0.03em;
  }
}

@media (min-width: 1440px) {
  .projectInfo__text--name {
    text-transform: uppercase;
    font-size: 48px;
    line-height: 37px;
    letter-spacing: -0.03em;
  }
}

.projectInfo__text--role {
  font-family: "SohneLight", Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  font-size: 12px;
  line-height: 9px;
  text-transform: uppercase;
}

[data-theme="dark"] .projectInfo__text--role {
  color: #E5E5E5;
}

[data-theme="light"] .projectInfo__text--role {
  color: #131614;
}

@media (min-width: 768px) {
  .projectInfo__text--role {
    text-transform: uppercase;
    font-size: 21px;
    line-height: 16px;
  }
}

@media (min-width: 1440px) {
  .projectInfo__text--role {
    text-transform: uppercase;
    font-size: 21px;
    line-height: 16px;
  }
}

.projectInfo__contentWrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 122px;
}

@media (min-width: 1440px) {
  .projectInfo__contentWrap {
    padding-top: 0px;
    margin-left: 175px;
    height: 100%;
  }
}

.projectInfo__infoWrap {
  display: block;
  width: 100%;
}

@media (min-width: 1440px) {
  .projectInfo__infoWrap {
    width: 40%;
    padding: 0 20px;
  }
}

.projectInfo__teamWrap {
  display: none;
}

@media (min-width: 1440px) {
  .projectInfo__teamWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.projectInfo__descriptionButton {
  font-family: "SaolDisplay", Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  font-size: 24px;
  line-height: 22px;
  letter-spacing: -0.03em;
  width: 90px;
  height: 45px;
  border: 1px solid transparent;
  border-radius: 100px / 50px;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  margin-bottom: 30px;
  cursor: auto;
}

[data-theme="dark"] .projectInfo__descriptionButton {
  color: #E5E5E5;
}

[data-theme="light"] .projectInfo__descriptionButton {
  color: #131614;
}

@media (min-width: 768px) {
  .projectInfo__descriptionButton {
    font-size: 24px;
    line-height: 22px;
    letter-spacing: -0.03em;
  }
}

@media (min-width: 1440px) {
  .projectInfo__descriptionButton {
    font-size: 24px;
    line-height: 22px;
    letter-spacing: -0.03em;
  }
}

[data-theme="dark"] .projectInfo__descriptionButton {
  border-color: #E5E5E5;
}

[data-theme="light"] .projectInfo__descriptionButton {
  border-color: #131614;
}

.projectInfo__teamText {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 8px 0;
}

@media (min-width: 1440px) {
  .projectInfo__teamText:first-child:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
    transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  }
  [data-theme="dark"] .projectInfo__teamText:first-child:before {
    background-color: #E5E5E5;
  }
  [data-theme="light"] .projectInfo__teamText:first-child:before {
    background-color: #131614;
  }
  .projectInfo__teamText::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
    transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  }
  [data-theme="dark"] .projectInfo__teamText::after {
    background-color: #E5E5E5;
  }
  [data-theme="light"] .projectInfo__teamText::after {
    background-color: #131614;
  }
}

.projectInfo__team--name {
  font-family: "SohneSemiBold", Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.02em;
}

[data-theme="dark"] .projectInfo__team--name {
  color: #E5E5E5;
}

[data-theme="light"] .projectInfo__team--name {
  color: #131614;
}

@media (min-width: 768px) {
  .projectInfo__team--name {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.04em;
  }
}

@media (min-width: 1440px) {
  .projectInfo__team--name {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.02em;
  }
}

.projectInfo__team--role {
  font-family: "SohneLight", Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.02em;
}

[data-theme="dark"] .projectInfo__team--role {
  color: #E5E5E5;
}

[data-theme="light"] .projectInfo__team--role {
  color: #131614;
}

@media (min-width: 768px) {
  .projectInfo__team--role {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.04em;
  }
}

@media (min-width: 1440px) {
  .projectInfo__team--role {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.02em;
  }
}

.projectInfo__teamWrap--mobile {
  position: relative;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.projectInfo__teamWrap--mobile::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 70px;
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
}

[data-theme="dark"] .projectInfo__teamWrap--mobile::before {
  background-color: #E5E5E5;
}

[data-theme="light"] .projectInfo__teamWrap--mobile::before {
  background-color: #131614;
}

.projectInfo__teamWrap--mobile::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
}

[data-theme="dark"] .projectInfo__teamWrap--mobile::after {
  background-color: #E5E5E5;
}

[data-theme="light"] .projectInfo__teamWrap--mobile::after {
  background-color: #131614;
}

@media (min-width: 1440px) {
  .projectInfo__teamWrap--mobile {
    display: none;
  }
}

.projectInfo__descriptionWrap {
  position: relative;
  display: block;
  width: 100%;
}

@media (min-width: 1440px) {
  .projectInfo__descriptionWrap {
    height: 300px;
    margin-bottom: 30px;
    padding-right: 30px;
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    /* Hide scrollbar for Chrome, Safari and Opera */
  }
  .projectInfo__descriptionWrap::-webkit-scrollbar {
    display: none;
  }
  .projectInfo__descriptionWrap:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    z-index: 1;
  }
  [data-theme="dark"] .projectInfo__descriptionWrap:after {
    background: #131614;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(19, 22, 20, 0.8)), to(rgba(19, 22, 20, 0)));
    background: -webkit-linear-gradient(bottom, rgba(19, 22, 20, 0.8) 0%, rgba(19, 22, 20, 0) 100%);
    background: linear-gradient(0deg, rgba(19, 22, 20, 0.8) 0%, rgba(19, 22, 20, 0) 100%);
  }
  [data-theme="light"] .projectInfo__descriptionWrap:after {
    background: #e5e5e5;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(229, 229, 229, 0.8)), to(rgba(229, 229, 229, 0)));
    background: -webkit-linear-gradient(bottom, rgba(229, 229, 229, 0.8) 0%, rgba(229, 229, 229, 0) 100%);
    background: linear-gradient(0deg, rgba(229, 229, 229, 0.8) 0%, rgba(229, 229, 229, 0) 100%);
  }
}

.projectInfo__contentText {
  display: block;
  position: relative;
  height: 100%;
  overflow-y: scroll;
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}

.projectInfo__contentText::-webkit-scrollbar {
  display: none;
}

.projectInfo__text--description {
  font-family: "SohneLight", Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.04em;
}

[data-theme="dark"] .projectInfo__text--description {
  color: #E5E5E5;
}

[data-theme="light"] .projectInfo__text--description {
  color: #131614;
}

@media (min-width: 768px) {
  .projectInfo__text--description {
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.03em;
  }
}

@media (min-width: 1440px) {
  .projectInfo__text--description {
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.03em;
  }
}

.projectInfo__sliderWrap {
  position: relative;
}

@media (min-width: 1440px) {
  .projectInfo__sliderWrap {
    width: 60%;
    overflow: hidden;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.projectInfo__imageHeader {
  display: none;
}

@media (min-width: 1440px) {
  .projectInfo__imageHeader {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.projectInfo__videoHeader {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.projectInfo__imageWrap {
  width: 100%;
  margin-top: 20px;
}

@media (min-width: 1440px) {
  .projectInfo__imageWrap {
    margin-top: 80px;
  }
}

.projectInfo__image {
  width: 100%;
  display: block;
  position: relative;
}

.projectInfo__video {
  display: block;
  width: 100%;
}

@media (min-width: 1024px) {
  .projectInfo__video {
    height: 100vh;
  }
}

.embed-container {
  margin: 0;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nextPrev {
  margin-bottom: 30px;
}

.nextPrev__hidden {
  display: none;
}

.nextPrev__wrapper {
  display: block;
  position: relative;
  width: 100%;
}

@media (min-width: 1440px) {
  .nextPrev__wrapper {
    margin-top: 60px;
  }
}

@media (min-width: 1280px) {
  .nextPrev__wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
    transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  }
  [data-theme="dark"] .nextPrev__wrapper::before {
    background-color: #E5E5E5;
  }
  [data-theme="light"] .nextPrev__wrapper::before {
    background-color: #131614;
  }
}

.nextPrev__imageWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-top: 20px;
}

@media (min-width: 768px) {
  .nextPrev__imageWrapper {
    padding-top: 60px;
  }
}

@media (min-width: 1440px) {
  .nextPrev__imageWrapper {
    padding-top: 90px;
  }
}

.nextPrev__contentImg {
  width: 50%;
}

.nextPrev__contentImg:first-child {
  padding-right: 10px;
}

.nextPrev__contentImg:nth-child(2) {
  padding-left: 10px;
}

.nextPrev__img {
  display: block;
  width: 100%;
}

.nextPrev__buttonWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 70px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .nextPrev__buttonWrapper {
    margin-top: 40px;
  }
}

@media (min-width: 1440px) {
  .nextPrev__buttonWrapper {
    margin-top: 40px;
  }
}

.nextPrev__buttonWrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
}

[data-theme="dark"] .nextPrev__buttonWrapper::before {
  background-color: #E5E5E5;
}

[data-theme="light"] .nextPrev__buttonWrapper::before {
  background-color: #131614;
}

.nextPrev__buttonWrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
}

[data-theme="dark"] .nextPrev__buttonWrapper::after {
  background-color: #E5E5E5;
}

[data-theme="light"] .nextPrev__buttonWrapper::after {
  background-color: #131614;
}

.nextPrev__text {
  font-family: "SohneLight", Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  transition: all 0.6s cubic-bezier(0.09, 0.72, 0.76, 1.01);
  font-size: 24px;
  line-height: 19px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

[data-theme="dark"] .nextPrev__text {
  color: #E5E5E5;
}

[data-theme="light"] .nextPrev__text {
  color: #131614;
}

@media (min-width: 768px) {
  .nextPrev__text {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 22px;
    letter-spacing: -0.03em;
  }
}

@media (min-width: 1440px) {
  .nextPrev__text {
    text-transform: uppercase;
    font-size: 48px;
    line-height: 37px;
    letter-spacing: -0.03em;
  }
}

/*# sourceMappingURL=main.css.map */
