*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
  background: #0d0d0d;
  overflow: hidden;
  color: #fff;
}
body {
  font-family: Grtsk Mega, Adobe NotDef, sans-serif;
  text-align: left;
  font-style: normal;
  font-size: 16px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variation-settings: "wdth" 1000, "wght" 700, "slnt" 0;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
article,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
button {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
a:focus,
button:focus {
  outline: none;
}
button:active {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a {
  background: transparent;
}
a,
a:active,
a:focus,
a:hover {
  text-decoration: none;
}
blockquote,
figure,
h1,
h2,
h3,
label,
main,
p {
  display: block;
  margin: 0;
}

h1 {
  font-size: xxx-large;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

h1,
h2,
h3 {
  font-weight: 700;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  width: 100%;
}
input:focus {
  outline: none;
}
img {
  max-width: 100%;
}
.container {
  max-width: 1410px;
  margin: 0 auto;
  padding: 0 15px;
}
:root {
  --picker-translate-z: 320;
  --preloader-slider-gap: 20;
  --picker-scroll-height: 4;
}
.about-text,
.services-wrap,
.work-list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
::-webkit-scrollbar {
  display: none;
}
::-moz-selection {
  color: #0d0d0d;
  background: hsla(0, 0%, 100%, 0.99);
}
::-moz-selection,
::selection {
  color: #0d0d0d;
  background: hsla(0, 0%, 100%, 0.99);
}
.ie-callback {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #0d0d0d;
  z-index: 1000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ie-callback-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.ie-callback h2 {
  font-size: 60px;
  line-height: 120%;
  font-weight: 700;
  margin-bottom: 44px;
}
.ie-callback div {
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  color: #fff;
  max-width: 1210px;
  margin: 0 auto;
}
.ie-callback a {
  color: #fff;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.ie-callback a:active,
.ie-callback a:focus,
.ie-callback a:hover {
  color: #0047ff;
}
.ie-callback-text div {
  margin-top: -10px;
}
.slide li {
  position: relative;
  overflow: hidden;
  line-height: 1;
}
.slide li > * {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  position: relative;
  display: inline-block;
}
.preloader-done .slide li > * {
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.23, 1, 0.32, 1) 2.3s;
  transition: -webkit-transform 1.5s cubic-bezier(0.23, 1, 0.32, 1) 2.3s;
  transition: transform 1.5s cubic-bezier(0.23, 1, 0.32, 1) 2.3s;
  transition: transform 1.5s cubic-bezier(0.23, 1, 0.32, 1) 2.3s,
    -webkit-transform 1.5s cubic-bezier(0.23, 1, 0.32, 1) 2.3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.slide li:nth-child(2) > a {
  -webkit-transition-delay: 2.38s;
  transition-delay: 2.38s;
}
.slide li:nth-child(3) > a {
  -webkit-transition-delay: 2.46s;
  transition-delay: 2.46s;
}
.slide li:nth-child(4) > a {
  -webkit-transition-delay: 2.54s;
  transition-delay: 2.54s;
}
.slide a span {
  font-variation-settings: "wdth" 1000, "wght" 700, "slnt" 0;
}
.slide a span span {
  -webkit-transition: font-variation-settings 0.5s ease;
  transition: font-variation-settings 0.5s ease;
}
.slide a:not(.active):hover span span {
  font-variation-settings: "wdth" 200, "wght" 700, "slnt" 0;
}
#scroller {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 6;
}
.scrollbar-track {
  display: none;
  visibility: hidden;
}
.scroll-content {
  z-index: 4;
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.content {
  padding: 250vh 0 400vh;
  position: relative;
  z-index: 6;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #0d0d0d;
  overflow: hidden;
  z-index: 38;
}
.preloader[style*="height: 0%"] {
  display: none;
}
.preloader-count {
  font-size: 100px;
  line-height: 1;
  color: #0d0d0d;
  text-align: center;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0;
  text-align: right;
  -webkit-filter: url(#stroke);
  filter: url(#stroke);
}
.edge .preloader-count {
  text-shadow: #fff 0 0 2px, #fff 0 0 2px, #fff 0 0 2px, #fff 0 0 2px,
    #fff 0 0 2px, #fff 0 0 2px;
}
.preloader-text {
  position: absolute;
  top: 0;
  left: 0;
  margin: 23px 0 0 30px;
  opacity: 0;
}
.text-swap-title {
  margin: 0 0 -1px;
}
.preloader-init .preloader-count,
.preloader-init .preloader-text {
  opacity: 1;
}
.preloader-done .preloader-count {
  -webkit-transition: color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1),
    opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 1s,
    -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
  transition: color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1),
    opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 1s,
    -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
  transition: color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1),
    transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 1s,
    opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
  transition: color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1),
    transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 1s,
    opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 1s,
    -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
  color: #fff;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
.preloader-text span {
  display: block;
  line-height: 130%;
  position: relative;
}
.text-swap-wrap {
  height: 22px;
  overflow: hidden;
}
.text-swap-item {
  height: 22px;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 23px 30px 0;
  pointer-events: none;
}
.logo {
  display: inline-block;
  line-height: 120%;
  position: relative;
  z-index: 8;
}
.navigation ul {
  position: relative;
  z-index: 4;
  text-align: right;
  margin: -6px -5px 0 0;
}
.navigation a {
  color: #fff;
  overflow: hidden;
  padding: 5px;
  pointer-events: auto;
}
.header .navigation a > span {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  pointer-events: none;
}
.header .navigation .active > span {
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.overlay {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
}
.mnu-opened .overlay {
  pointer-events: auto;
}
.overlay path:first-of-type {
  fill: #1d1d1f;
}
.overlay path:nth-of-type(2) {
  fill: #000;
}
.btn-menu {
  display: none;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
  font-family: Grtsk Mega, Adobe NotDef, sans-serif;
  padding: 2px;
  z-index: 6;
  position: relative;
  width: 46px;
  height: 40px;
  overflow: hidden;
  text-align: left;
}
.btn-menu span {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  position: absolute;
  top: 2px;
  left: 2px;
}
.btn-menu span:nth-child(2) {
  letter-spacing: 0.172em;
  -webkit-transform: translateY(130%);
  transform: translateY(130%);
}
.mnu-opened .btn-menu span:first-child {
  -webkit-transform: translateY(-130%);
  transform: translateY(-130%);
}
.mnu-opened .btn-menu span:nth-child(2) {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.header .navigation a > span:after,
.header .navigation a > span:before {
  content: attr(data-title);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  visibility: visible;
  display: none;
  -webkit-transition: color 0.5s, -webkit-transform 0.5s;
  transition: color 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, color 0.5s;
  transition: transform 0.5s, color 0.5s, -webkit-transform 0.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.header .navigation a > span:before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 60%, 0 60%);
  clip-path: polygon(0 0, 100% 0, 100% 60%, 0 60%);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  top: 1px;
}
.header .navigation a > span:after {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 60%, 0 60%);
  clip-path: polygon(0 100%, 100% 100%, 100% 60%, 0 60%);
}
.language-link {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 13px;
  line-height: 1;
  z-index: 6;
  overflow: hidden;
}
.language-link i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transform: translate3d(0, 110%, 0);
  transform: translate3d(0, 110%, 0);
}
.preloader-done .language-link i {
  -webkit-transition: -webkit-transform 0.4s
    cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.mnu-opened .header .navigation .language-link i {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: -webkit-transform 0.6s
    cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
  transition: -webkit-transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955)
    0.5s;
  transition: transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
  transition: transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s,
    -webkit-transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
}
.language-link img {
  margin: 0 8px 0 0;
}
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 30px 25px;
  pointer-events: none;
}
.footer a {
  color: #fff;
  display: block;
  pointer-events: auto;
  padding: 5px;
}
.social {
  margin: 0 0 0 -5px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.social-hide .social {
  opacity: 0;
}
.language {
  text-transform: uppercase;
  text-align: right;
  margin: 0 -5px 0 0;
}
.language li:not(:last-child) {
  margin-bottom: 3px;
}
.language li > span {
  padding: 5px 4px;
  color: #c4c4c4;
}
.main-section {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 4;
  background: #0d0d0d;
  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;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.main-section h1 {
  position: absolute;
  top: 0;
  left: -500%;
}
.main-section img {
  width: 200px;
  display: none;
}
.main-section canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.main-title {
  position: relative;
  padding: 28vh 0 0;
  z-index: 6;
}
.main-title h2 {
  font-size: 13.895rem;
  line-height: 0.875;
  letter-spacing: -0.03em;
  font-variation-settings: "wdth" 100, "wght" 500, "slnt" 0;
  text-align: center;
}
.main-title span {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}
.grow {
  font-variation-settings: "wdth" 100, "wght" 500, "slnt" 0;
  -webkit-animation: grow 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite
    alternate;
  animation: grow 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite alternate;
}
.wide {
  font-variation-settings: "wdth" 760, "wght" 500, "slnt" 0;
  -webkit-animation: wide 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite
    alternate;
  animation: wide 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite alternate;
}
.wider {
  font-variation-settings: "wdth" 1000, "wght" 500, "slnt" 0;
  -webkit-animation: wider 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite
    alternate;
  animation: wider 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite alternate;
}
a:active,
a:focus,
a:hover,
html * {
}
@-webkit-keyframes grow {
  0% {
    font-variation-settings: "wdth" 100, "wght" 500, "slnt" 0;
  }
  to {
    font-variation-settings: "wdth" 900, "wght" 500, "slnt" 0;
  }
}
@keyframes grow {
  0% {
    font-variation-settings: "wdth" 100, "wght" 500, "slnt" 0;
  }
  to {
    font-variation-settings: "wdth" 900, "wght" 500, "slnt" 0;
  }
}
@-webkit-keyframes wide {
  0% {
    font-variation-settings: "wdth" 760, "wght" 500, "slnt" 0;
  }
  to {
    font-variation-settings: "wdth" 100, "wght" 500, "slnt" 0;
  }
}
@keyframes wide {
  0% {
    font-variation-settings: "wdth" 760, "wght" 500, "slnt" 0;
  }
  to {
    font-variation-settings: "wdth" 100, "wght" 500, "slnt" 0;
  }
}
@-webkit-keyframes wider {
  0% {
    font-variation-settings: "wdth" 1000, "wght" 500, "slnt" 0;
  }
  to {
    font-variation-settings: "wdth" 100, "wght" 500, "slnt" 0;
  }
}
@keyframes wider {
  0% {
    font-variation-settings: "wdth" 1000, "wght" 500, "slnt" 0;
  }
  to {
    font-variation-settings: "wdth" 100, "wght" 500, "slnt" 0;
  }
}
.main-section[style*="opacity: 0.0"] .grow,
.main-section[style*="opacity: 0.0"] .wide,
.main-section[style*="opacity: 0.0"] .wider {
  -webkit-animation: none;
  animation: none;
}
.about-section {
  background: #0d0d0d;
  padding: 140px 0 0;
  padding-top: 10vh;
  padding-bottom: 0px;
}
.about-text {
  text-align: left;
  font-size: max(20px);
  line-height: 120%;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #fff;
}
.about-text a > span {
  position: relative;
  display: inline-block;
  color: #0d0d0d;
  text-shadow: #fff 0 0 1px, #fff 0 0 1px, #fff 0 0 1px, #fff 0 0 1px,
    #fff 0 0 1px, #fff 0 0 1px;
}
.about-text a > span > span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  text-shadow: #fff 0 0 1px, #fff 0 0 1px, #fff 0 0 1px, #fff 0 0 1px,
    #fff 0 0 1px, #fff 0 0 1px;
  z-index: -1;
}
.about-text a > span:after {
  content: attr(data-hover);
  position: absolute;
  left: 0;
  top: 0;
  background: #0d0d0d;
  color: #fff;
  max-width: 0;
  overflow: hidden;
  -webkit-transition: max-width 0.2s linear;
  transition: max-width 0.2s linear;
}
.about-text a > span:first-child:after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.about-text a:hover > span:after {
  max-width: 100%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.about-text a:hover > span:nth-child(2):after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.work-section {
  background: #0d0d0d;
  padding-bottom: 20vh;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.work-item {
  display: block;
  position: relative;
  border-top: 1px solid #fff;
}
.work-item:last-child {
  border-bottom: 1px solid #fff;
}
.work-item img {
  display: none;
}
.work-title {
  font-size: 80px;
  line-height: 120%;
  overflow: hidden;
  font-variation-settings: "wdth" 1000, "wght" 700, "slnt" 100;
  padding: 25px 2px 33px;
  max-width: 100%;
}
.work-title,
.work-title span {
  position: relative;
  display: inline-block;
  color: #0d0d0d;
}
.work-title span {
  padding: 1px;
  -webkit-filter: url(#stroke);
  filter: url(#stroke);
}
.work-title span:after {
  content: attr(data-hover);
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  max-width: 0;
  overflow: hidden;
  -webkit-transition: max-width 0.2s linear;
  transition: max-width 0.2s linear;
}
.work-list .work-item:hover .work-title span:after {
  max-width: 100%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.work-title span[data-words="1"]:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.work-item:hover span[data-words="2"]:nth-child(2):after,
.work-title span[data-words="2"]:first-child:after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.work-title span[data-words="3"]:first-child:after {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.work-item:hover span[data-words="3"]:nth-child(2):after,
.work-title span[data-words="3"]:nth-child(2):after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.work-item:hover span[data-words="3"]:nth-child(3):after {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.edge .work-title span {
  text-shadow: #fff 0 0 2px, #fff 0 0 2px, #fff 0 0 2px, #fff 0 0 2px,
    #fff 0 0 2px, #fff 0 0 2px;
}
#works-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}
.services-section {
  padding: 30vh 0 76vh;
  background: #0d0d0d;
}
.services-card {
  padding: 0 0 1px;
}
.services-card:last-child {
  border-bottom: 2px solid #fff;
}
.services-index {
  position: relative;
  margin-left: 4px;
}
.services-index:before {
  content: "";
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  z-index: -1;
}
.services-index span {
  margin-left: -4px;
  background: #0d0d0d;
  padding: 0 26px 0 0;
}
.services-text {
  font-size: 80px;
  line-height: 120%;
  width: 100%;
  max-width: 1100px;
  text-align: right;
  margin: 36px 0 70px auto;
  font-variation-settings: "wdth" 1000, "wght" 700, "slnt" -100;
  pointer-events: none;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: translateZ(0) perspective(1px);
  transform: translateZ(0) perspective(1px);
}
.letter-section {
  background: #0d0d0d;
  height: 138vh;
  height: calc(var(--vh, 1vh) * 138);
  padding: 0 0 38vh;
}
#letters {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#letters span {
  opacity: 0;
  font-size: 800px;
  line-height: 1.2;
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  left: 50%;
  top: calc(50% - 0.125em);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#letters span:first-child {
  opacity: 1;
}

@media (min-width: 1920px) {
  body {
    font-size: 20px;
  }
  .container {
    padding: 0 30px;
    max-width: 1920px;
  }
  :root {
    --picker-translate-z: 420;
    --preloader-slider-gap: 26;
  }
  .preloader-text {
    margin: 40px 0 0 30px;
  }

  .preloader-count {
    font-size: 117px;
    text-align: center;
  }
  .header {
    padding: 42px 30px 0;
  }
  .navigation ul {
    margin: -9px -5px 0 0;
  }
  .navigation li:not(:last-child) {
    margin: 0 0 6px;
  }
  .footer {
    padding: 0 30px 33px;
  }
  .social li:not(:last-child) {
    margin: 0 0 7px;
  }
  .language li:not(:last-child) {
    margin-bottom: 1px;
  }
  .about-text,
  .work-title {
    font-size: 2em;
  }
  .work-title {
    padding: 37px 2px 40px;
  }
  .services-index span {
    padding: 0 106px 0 0;
  }
  .services-text {
    font-size: 2em;
    margin: 62px 0 66px auto;
    max-width: 1560px;
  }
  #letters span {
    font-size: 1065px;
  }
  .picker-wrapper {
    height: 714px;
  }
  .picker-scroller {
    padding: 260px 0;
  }
  .picker-item a {
    font-size: 162px;
  }
}
@media (max-width: 1439px) {
  body {
    font-size: 14px;
  }
  .container {
    padding: 0 30px;
  }
  :root {
    --picker-translate-z: 280;
    --preloader-slider-gap: 18;
  }
  .ie-callback div {
    max-width: 810px;
  }
  .preloader-text {
    margin: 22px 0 0 30px;
  }
  .preloader-text span {
    top: -1px;
  }
  .text-swap-wrap {
    height: 20px;
  }
  .preloader-count {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .navigation li:not(:last-child) {
    margin: 0 0 2px;
  }
  .footer {
    padding: 0 30px 28px;
  }
  .grtsk-copyright a {
    font-size: 14px;
  }
  .main-title {
    padding: 20vh 0 0;
  }
  .main-title h2 {
    font-size: 11rem;
  }
  .work-title {
    font-size: 75px;
    padding: 28px 0 42px;
  }
  .services-index span {
    font-size: 16px;
  }
  .picker-wrapper {
    height: 518px;
  }
  .picker-scroller {
    padding: 200px 0;
  }
  .picker-item a {
    font-size: 100px;
  }
}
@media (max-width: 991px) {
  :root {
    --picker-translate-z: 220;
    --picker-scroll-height: 3;
  }

  .ie-callback div {
    max-width: 720px;
  }
  .footer {
    padding: 0 30px 18px;
  }
  .content {
    padding: 250vh 0 300vh;
  }
  .main-title h2 {
    font-size: 9.4rem;
  }
  .about-text a > span {
    text-shadow: none;
    -webkit-filter: url(#stroke);
    filter: url(#stroke);
  }
  .about-text a > span:after {
    display: none;
  }
  .about-text a > span > span {
    display: none;
    transform: none !important;
  }
  .work-title {
    font-size: 50px;
    padding: 48px 0;
    white-space: normal;
    max-width: 97%;
  }
  .work-title span:after {
    display: none;
  }
  .services-text {
    font-size: 50px;
    margin: 36px 0 50px auto;
  }
  #letters span {
    font-size: 500px;
  }
  .picker-wrapper {
    height: 444px;
  }
  .picker-scroller {
    padding: 180px 0;
  }
  .picker-item a {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
  .container {
    padding: 0 20px;
  }
  :root {
    --picker-translate-z: 130;
    --preloader-slider-gap: 19;
    --picker-scroll-height: 2;
  }
  .ie-callback-text {
    padding: 0 12px;
  }
  .ie-callback h2 {
    font-size: 30px;
    margin-bottom: 38px;
  }
  .ie-callback div {
    font-size: 15px;
  }
  .preloader-text {
    margin: 20px 0 0 20px;
  }
  .preloader-count {
    margin: 0;
    position: absolute;
    top: 50%;
  }
  .header {
    padding: 19px 20px 0;
  }
  .btn-menu {
    pointer-events: auto;
  }
  .btn-menu,
  .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navigation {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 4;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
  }
  .navigation ul {
    text-align: center;
    margin: 0;
  }
  .navigation ul a:after {
    display: none;
  }
  .navigation li:not(:last-child) {
    margin: 0 0 4px;
  }
  .navigation a {
    pointer-events: none;
  }
  .mnu-opened .navigation a {
    pointer-events: auto;
  }
  .overlay {
    display: block;
  }
  .preloader-done .navigation li a {
    -webkit-transform: translate3d(0, 110%, 0);
    transform: translate3d(0, 110%, 0);
    -webkit-transition: -webkit-transform 0.4s
      cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
      -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .preloader-done .navigation li a:nth-child(2),
  .preloader-done .navigation li a:nth-child(3),
  .preloader-done .navigation li a:nth-child(4) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mnu-opened .header .navigation li a {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform 0.6s
      cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s;
    transition: -webkit-transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955)
      0.3s;
    transition: transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s;
    transition: transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s,
      -webkit-transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s;
  }
  .mnu-opened .header .navigation li:nth-child(2) a {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }
  .mnu-opened .header .navigation li:nth-child(3) a {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .mnu-opened .header .navigation li:nth-child(4) a {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
  }
  .header .navigation a > span {
    position: relative;
    font-size: 40px;
    visibility: hidden;
    text-transform: lowercase;
    color: #0d0d0d;
    text-shadow: #fff 0 0 1px, #fff 0 0 1px, #fff 0 0 1px, #fff 0 0 1px,
      #fff 0 0 1px, #fff 0 0 1px;
  }
  .header .navigation a > span:after,
  .header .navigation a > span:before {
    display: block;
  }
  .header .navigation .active > span {
    -webkit-transform: none;
    transform: none;
    color: #fff;
  }
  .header .navigation .active > span:before {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  .language-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .language,
  .social {
    display: none;
  }
  .grtsk-copyright {
    position: relative;
    left: auto;
    bottom: auto;
    text-align: center;
    font-size: 11px;
    color: #b1b1b1;
  }
  .grtsk-copyright a {
    font-size: 11px;
    color: #b1b1b1;
    margin-top: 10px;
  }
  .grtsk-copyright a:active,
  .grtsk-copyright a:focus,
  .grtsk-copyright a:hover {
    font-variation-settings: "wdth" 300, "wght" 400, "slnt" -15;
  }
  .content {
    padding: 250vh 0 200vh;
  }
  .main-title {
    padding: 12vh 0 0;
  }
  .main-title h2 {
    font-size: 4.6rem;
  }
  .about-section {
    padding: 100px 0 35vh;
  }
  .about-text {
    font-size: 25px;
  }
  .work-section {
    padding: 15vh 0 35vh;
  }
  .work-item {
    border-top: 1px solid hsla(0, 0%, 100%, 0.6);
  }
  .work-item:last-child {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.6);
  }
  .work-title {
    font-size: 24px;
    padding: 18px 0;
  }
  .services-section {
    padding: 15vh 0 16vh;
  }
  .services-index span {
    font-size: 10px;
    position: relative;
    top: -2px;
    padding: 0 8px 0 0;
  }
  .services-card:last-child {
    border-bottom: none;
  }
  .services-card:last-child h3 {
    margin-bottom: 0;
  }
  .services-text {
    font-size: 25px;
    line-height: 30px;
    margin: 25px 0 36px auto;
  }
  .letter-section {
    height: calc(var(--vh, 1vh) * 100);
    padding: 0;
  }
  #letters span {
    font-size: 300px;
  }
  .picker-wrapper {
    height: 282px;
  }
  .picker-wrapper:after,
  .picker-wrapper:before {
    height: 120px;
  }
  .picker-scroller {
    padding: 120px 0;
  }
  .picker-item a {
    font-size: 35px;
    padding: 2px 0;
  }
}
.main-title h2 img {
  display: block;
  width: 65%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .main-title h2 img {
    width: 100% !important;
  }
}

@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.loader {
  display: flex;
  justify-content: center;
}
.loader__container {
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
}
.loader__film {
  position: absolute;
  top: -30px;
  left: 0;
  display: flex;
}
.loader__film-img {
  animation: rotate 1.5s linear infinite;
}

.its-my-window {
  --size: 70vmin;
  --duration: 700ms;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --gap: 2vmin;

  position: relative;
  display: grid;
  grid-gap: var(--gap);
  grid-template-columns: repeat(4, auto);
}

.border {
  position: absolute;
  opacity: 0;
  transition: opacity var(--duration) var(--ease);
  pointer-events: none;
  user-select: none;
}

.border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform var(--duration) var(--ease);
}

.border-0::before,
.border-1::before {
  transform: scaleX(0);
}

.border-2::before,
.border-3::before {
  transform: scaleY(0);
}

.its-my-window:hover .border-0::before,
.its-my-window:hover .border-1::before {
  transform: scaleX(1);
}

.its-my-window:hover .border-2::before,
.its-my-window:hover .border-3::before {
  transform: scaleY(1);
}

.border-0 {
  width: 100%;
  height: var(--gap);
  bottom: calc(100% + var(--gap) * 2);
  clip-path: polygon(4% 0, 99% 19%, 100% 64%, 0 95%);
}

.border-1 {
  width: 100%;
  height: var(--gap);
  top: calc(100% + var(--gap) * 2);
  clip-path: polygon(2% 39%, 98% 15%, 99% 49%, 0 95%);
}

.border-2 {
  height: 100%;
  width: var(--gap);
  right: calc(100% + var(--gap) * 2);
  clip-path: polygon(10% 1%, 97% 0, 67% 98%, 22% 100%);
}

.border-3 {
  height: 100%;
  width: var(--gap);
  left: calc(100% + var(--gap) * 2);
  clip-path: polygon(28% 0, 39% 0, 100% 100%, 29% 100%);
}

.letter {
  position: relative;
  width: calc(var(--size) / 4);
  height: calc(var(--size) / 4);
}

.letter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  user-select: none;
  background-image: url("https://media.giphy.com/media/H2Z98LBIY7BDO/giphy.gif");
  background-position: 50% 0%;
  background-size: cover;
  mix-blend-mode: soft-light;
}

.its-my-window .letter {
  transition: clip-path var(--duration) var(--ease);
}

.its-my-window:hover .letter {
  animation: calc(var(--duration) * 2) calc(var(--i) * (var(--duration) / -3))
    steps(3, end) alternate infinite;
  animation-name: colors, letter;
}

.its-my-window:hover .letter::before {
  animation: dance calc(var(--duration) * 2)
    calc(var(--i) * (var(--duration) / -3)) steps(3, end) infinite;
}

.its-my-window:hover .border {
  opacity: 1;
  animation: border calc(var(--duration) * 2)
    calc(var(--i) * (var(--duration) / -3)) steps(3, end) alternate infinite;
}

.its-my-window .border::before {
  animation: colors calc(var(--duration) * 2)
    calc(var(--i) * (var(--duration) / -3)) steps(3, end) alternate infinite;
}

@keyframes colors {
  0% {
    background-color: #a6e630;
  }
  50% {
    background-color: #f5e82f;
  }
  100% {
    background-color: #4cb8f5;
  }
}

@keyframes letter {
  25% {
    transform: translate(-5%, 5%) scale(1.05) rotate(-5deg);
  }
  50% {
    transform: translate(5%, -2%) rotate(2deg);
  }
  75% {
    transform: translate(10%, 0%) scale(1.02) rotate(8deg);
  }
  100% {
    transform: translate(0%, -5%) rotate(4deg);
  }
}

@keyframes border {
  25% {
    transform: translate(-1%, 1%) rotate(-1deg);
  }
  50% {
    transform: translate(1%, -2%) rotate(1deg);
  }
  75% {
    transform: translate(1%, 0%) scale(1.02) rotate(2deg);
  }
  100% {
    transform: translate(0%, -2%) rotate(1deg);
  }
}

@keyframes dance {
  100% {
    transform: scale(1.25);
  }
}

.o {
  clip-path: circle(70% at 50% 50%);
}
.its-my-window:hover .o {
  clip-path: circle(14% at 50% 50%);
}

.s {
  clip-path: polygon(0% 0%, 51% 0, 100% 0, 100% 100%, 50% 100%, 0 100%);
}
.its-my-window:hover .s {
  clip-path: polygon(100% 0, 60% 40%, 100% 70%, 0 100%, 40% 60%, 0 30%);
}

.d {
  clip-path: polygon(
    0% 0%,
    0% 100%,
    25% 100%,
    60% 60%,
    60% 60%,
    40% 40%,
    40% 40%,
    25% 100%,
    100% 100%,
    100% 0%
  );
}
.its-my-window:hover .d {
  clip-path: polygon(
    6% 2%,
    0 93%,
    31% 100%,
    27% 30%,
    54% 34%,
    61% 59%,
    21% 72%,
    31% 100%,
    100% 74%,
    76% 11%
  );
}

.u {
  clip-path: polygon(
    0 0,
    0 100%,
    100% 100%,
    100% 0,
    84% 0,
    61% 0,
    41% 0,
    19% 0
  );
}
.its-my-window:hover .u {
  clip-path: polygon(
    0 6%,
    5% 100%,
    96% 88%,
    98% 3%,
    71% 5%,
    71% 62%,
    31% 68%,
    25% 0
  );
}

.p {
  clip-path: polygon(
    0% 0%,
    0% 100%,
    25% 100%,
    49% 56%,
    49% 46%,
    49% 47%,
    19% 56%,
    25% 100%,
    100% 100%,
    100% 0%
  );
}
.its-my-window:hover .p {
  clip-path: polygon(
    5% 3%,
    2% 100%,
    33% 92%,
    24% 18%,
    71% 25%,
    57% 46%,
    25% 41%,
    19% 66%,
    90% 55%,
    100% 0
  );
}

.a {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.its-my-window:hover .a {
  clip-path: polygon(46% 2%, 57% 0, 100% 83%, 0% 100%);
}

.f {
  clip-path: polygon(
    0 0,
    0 100%,
    23% 100%,
    57% 100%,
    100% 100%,
    100% 25%,
    28% 28%,
    33% 31%,
    100% 28%,
    100% 0
  );
}
.its-my-window:hover .f {
  clip-path: polygon(
    0 8%,
    0 97%,
    23% 100%,
    28% 66%,
    76% 63%,
    84% 37%,
    30% 46%,
    33% 31%,
    92% 24%,
    100% 0
  );
}

.l {
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 65%, 100% 0, 26% 0);
}
.its-my-window:hover .l {
  clip-path: polygon(0 0, 8% 99%, 96% 84%, 100% 54%, 36% 64%, 27% 4%);
}

.y {
  clip-path: polygon(
    0 0,
    16% 0,
    41% 0,
    58% 0,
    100% 0,
    100% 100%,
    0 100%,
    0 35%
  );
}
.its-my-window:hover .y {
  clip-path: polygon(
    5% 15%,
    25% 0,
    51% 31%,
    78% 0,
    100% 16%,
    31% 100%,
    0 91%,
    36% 52%
  );
}

.glitch-container {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 90%;
  left: 50%;
  text-align: center;
}

.glitch,
.glow {
  color: white;
  position: relative;
  font-size: 6vh;
  animation: glitch 8s 8s infinite;
}

@media (min-width: 1920px) {
  .glitch,
  .glow {
    color: white;
    position: relative;
    font-size: 6vh;
    animation: glitch 8s 8s infinite;
  }
}

.glitch::before,
.glow::before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  text-shadow: -5px 0 #ff00fe;
  background: transparent;
  overflow: hidden;
  top: 0;
  animation: noise-1 4s linear infinite alternate-reverse,
    glitch 8s 8.05s infinite;
}
.glitch::after,
.glow::after {
  content: attr(data-text);
  position: absolute;
  left: 2px;
  text-shadow: -5px 0 #00ffff;
  background: transparent;
  overflow: hidden;
  top: 0;
  animation: noise-2 4s linear infinite alternate-reverse, glitch 8s 8s infinite;
}
@keyframes glitch {
  1% {
    transform: rotateX(10deg) skewX(90deg);
  }
  2% {
    transform: rotateX(0deg) skewX(0deg);
  }
}
@keyframes noise-1 {
  3.3333333333% {
    clip-path: inset(92px 0 3px 0);
  }
  6.6666666667% {
    clip-path: inset(82px 0 16px 0);
  }
  10% {
    clip-path: inset(72px 0 14px 0);
  }
  13.3333333333% {
    clip-path: inset(93px 0 2px 0);
  }
  16.6666666667% {
    clip-path: inset(67px 0 4px 0);
  }
  20% {
    clip-path: inset(43px 0 23px 0);
  }
  23.3333333333% {
    clip-path: inset(15px 0 18px 0);
  }
  26.6666666667% {
    clip-path: inset(75px 0 26px 0);
  }
  30% {
    clip-path: inset(100px 0 1px 0);
  }
  33.3333333333% {
    clip-path: inset(70px 0 26px 0);
  }
  36.6666666667% {
    clip-path: inset(39px 0 45px 0);
  }
  40% {
    clip-path: inset(42px 0 18px 0);
  }
  43.3333333333% {
    clip-path: inset(44px 0 43px 0);
  }
  46.6666666667% {
    clip-path: inset(38px 0 8px 0);
  }
  50% {
    clip-path: inset(88px 0 6px 0);
  }
  53.3333333333% {
    clip-path: inset(68px 0 33px 0);
  }
  56.6666666667% {
    clip-path: inset(69px 0 25px 0);
  }
  60% {
    clip-path: inset(99px 0 2px 0);
  }
  63.3333333333% {
    clip-path: inset(93px 0 8px 0);
  }
  66.6666666667% {
    clip-path: inset(20px 0 74px 0);
  }
  70% {
    clip-path: inset(87px 0 10px 0);
  }
  73.3333333333% {
    clip-path: inset(14px 0 83px 0);
  }
  76.6666666667% {
    clip-path: inset(14px 0 49px 0);
  }
  80% {
    clip-path: inset(57px 0 9px 0);
  }
  83.3333333333% {
    clip-path: inset(92px 0 8px 0);
  }
  86.6666666667% {
    clip-path: inset(100px 0 1px 0);
  }
  90% {
    clip-path: inset(42px 0 13px 0);
  }
  93.3333333333% {
    clip-path: inset(16px 0 67px 0);
  }
  96.6666666667% {
    clip-path: inset(43px 0 28px 0);
  }
  100% {
    clip-path: inset(72px 0 5px 0);
  }
}
@keyframes noise-2 {
  0% {
    clip-path: inset(96px 0 1px 0);
  }
  3.3333333333% {
    clip-path: inset(32px 0 14px 0);
  }
  6.6666666667% {
    clip-path: inset(28px 0 64px 0);
  }
  10% {
    clip-path: inset(30px 0 45px 0);
  }
  13.3333333333% {
    clip-path: inset(80px 0 4px 0);
  }
  16.6666666667% {
    clip-path: inset(87px 0 4px 0);
  }
  20% {
    clip-path: inset(88px 0 3px 0);
  }
  23.3333333333% {
    clip-path: inset(63px 0 1px 0);
  }
  26.6666666667% {
    clip-path: inset(30px 0 30px 0);
  }
  30% {
    clip-path: inset(33px 0 3px 0);
  }
  33.3333333333% {
    clip-path: inset(51px 0 41px 0);
  }
  36.6666666667% {
    clip-path: inset(59px 0 25px 0);
  }
  40% {
    clip-path: inset(45px 0 41px 0);
  }
  43.3333333333% {
    clip-path: inset(100px 0 1px 0);
  }
  46.6666666667% {
    clip-path: inset(32px 0 16px 0);
  }
  50% {
    clip-path: inset(28px 0 35px 0);
  }
  53.3333333333% {
    clip-path: inset(41px 0 52px 0);
  }
  56.6666666667% {
    clip-path: inset(91px 0 7px 0);
  }
  60% {
    clip-path: inset(69px 0 20px 0);
  }
  63.3333333333% {
    clip-path: inset(13px 0 17px 0);
  }
  66.6666666667% {
    clip-path: inset(52px 0 2px 0);
  }
  70% {
    clip-path: inset(70px 0 30px 0);
  }
  73.3333333333% {
    clip-path: inset(45px 0 23px 0);
  }
  76.6666666667% {
    clip-path: inset(87px 0 1px 0);
  }
  80% {
    clip-path: inset(92px 0 2px 0);
  }
  83.3333333333% {
    clip-path: inset(16px 0 10px 0);
  }
  86.6666666667% {
    clip-path: inset(56px 0 30px 0);
  }
  90% {
    clip-path: inset(44px 0 52px 0);
  }
  93.3333333333% {
    clip-path: inset(30px 0 22px 0);
  }
  96.6666666667% {
    clip-path: inset(37px 0 8px 0);
  }
  100% {
    clip-path: inset(72px 0 8px 0);
  }
}
.scanlines {
  overflow: hidden;
  mix-blend-mode: difference;
}
.scanlines::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: repeating-linear-gradient(
    to bottom,
    transparent 0%,
    rgba(255, 255, 255, 0.05) 0.5%,
    transparent 1%
  );
  animation: fudge 7s ease-in-out alternate infinite;
}
@keyframes fudge {
  from {
    transform: translate(0px, 0px);
  }
  to {
    transform: translate(0px, 2%);
  }
}
.glow {
  text-shadow: 0 0 1000px white;
  color: transparent;
  position: absolute;
  top: 0;
}
.subtitle {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 100;
  font-size: 0.8vw;
  color: rgba(165, 141, 141, 0.4);
  text-transform: uppercase;
  letter-spacing: 1em;
  text-align: center;
  position: absolute;
  left: 17%;
  animation: glitch-2 8s 8.02s infinite;
}
@keyframes glitch-2 {
  1% {
    transform: rotateX(10deg) skewX(70deg);
  }
  2% {
    transform: rotateX(0deg) skewX(0deg);
  }
}

.parent {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(333px, 1fr));
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  margin: 0 auto;
}



@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400);

@media (min-width: 1439px) {
  img.race {
    max-width: 50%;
  }

  .parent {
    display: grid;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: center;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
    max-width: 70%;
  }
}

.cv-image {
  max-width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

@media (max-width: 400px) {
  .cv-image {
    max-width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 30%;
    margin-bottom: 30%;
  }
}

.bottom-mail {
  font-size: 100%;
  padding-bottom: 10%;
}

@media (min-width: 1439px) {
  .bottom-mail {
    padding-bottom: 10%;
    font-size: xxx-large;
  }
}

/* hover of projects */

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

#race_div img {
  transition: 0.5s ease;
  opacity: 1;
}

.race_div:hover .middle {
  opacity: 1;
}

.race_div:hover img {
  opacity: 0.5;
}

#box {
  position: relative;
  border: 5px solid transparent;
  display: block;
}

.middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.text {
  color: white;
  font-size: 2em;
  padding-top: 20px;
  padding-bottom: 20px;
}

.middle p {
  color: white;
}

#box img {
  transition: 0.5s ease;
  opacity: 1;
}

#box:hover img {
  opacity: 0.5;
}

#box:hover .middle {
  opacity: 1;
}

#box:hover {
  border-color: #9e1b32;
  animation-name: flash_border;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: flash_border;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: flash_border;
  -moz-animation-duration: 2s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
}

@keyframes flash_border {
  0% {
    border-color: #9e1b32;
  }
  50% {
    border-color: black;
  }
  100% {
    border-color: #9e1b32;
  }
}

@-webkit-keyframes flash_border {
  0% {
    border-color: #9e1b32;
  }
  50% {
    border-color: black;
  }
  100% {
    border-color: #9e1b32;
  }
}

@-moz-keyframes flash_border {
  0% {
    border-color: #9e1b32;
  }
  50% {
    border-color: black;
  }
  100% {
    border-color: #9e1b32;
  }
}

a.lvl_link {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}

a.lvl_link {
  background: linear-gradient(to right, black, black),
    linear-gradient(
      to right,
      rgba(255, 0, 0, 1),
      rgba(255, 0, 180, 1),
      rgba(0, 100, 200, 1)
    );
  background-size: 100% 3px, 0 3px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
}

a.lvl_link:hover {
  background-size: 0 3px, 100% 3px;
}

@media (min-width: 800px) {
  .reel-media {
    width: 100%;
  }
}

.vid1-dimensions {
  width: 500px;
  height: 500px;
  max-width: 100%;
}

.video-js {
  width: inherit;
}

.video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

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

.cv-div3.about-text,
.cv-div3.about-text * {
  all: unset;
  font-family: 'Grtsk Mega', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  color: #fff;
}

-
  min-width: 280px;
}

.about-left p,
.about-right p {
  margin-bottom: 1em;
}

.about-left strong {
  display: block;
  margin-top: 1.2em;
  font-weight: bold;
}

.about-heading {
  text-align: center;
  font-size: 2.5em;
  margin-bottom: 40px;
  font-weight: bold;
}

.about-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 20px 0;
}

/* ——— ABOUT TYPOGRAFIE ——— */
#about {
  background: #0d0d0d;
  padding: 10vh 0 5vh;
}

/* Intro-Text: 2 fette Zeilen */
#about .about-intro {
  max-width: 800px;
  margin: 0 auto 2rem;
  text-align: center;
  line-height: 1.6;
  font-size: 1.125rem;
  color: #ddd;
  font-family: "Inter", sans-serif;
}
#about .about-intro strong {
  font-weight: 700;
}

/* Überschriften der Sections */
#about .about-heading {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
  margin: 2.5rem auto 1rem;
  max-width: 800px;
  text-transform: none;
}

/* Listen-Styling */
#about .about-list {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
#about .about-list li {
  margin-bottom: 1.25rem;
  line-height: 1.6;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #ddd;
}
#about .about-list li strong {
  display: block;
  font-weight: 600;
  color: #fff;
}

/* Call‑to‑Action-Absatz */
#about .about-call {
  max-width: 800px;
  margin: 3rem auto;
  text-align: center;
  line-height: 1.6;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #ddd;
}

/* Kontakt-Box */
#about .contact {
  max-width: 800px;
  margin: 4rem auto 0;
}
#about .contact h1 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
  margin-bottom: 0.5rem;
}
#about .contact a {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #4da6ff;
  text-decoration: none;
}
#about .contact a:hover {
  text-decoration: underline;
}

