@font-face{
    font-family: system-ui;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

*,:after,:before{
    -webkit-boxsizing: 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: aqua;
}

body {
    font-family: system-ui;
    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,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%,.99)
}

::-moz-selection,::selection {
    color: #0d0d0d;
    background: hsla(0,0%,100%,.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 .4s ease;
    transition: color .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(.23,1,.32,1) 2.3s;
    transition: -webkit-transform 1.5s cubic-bezier(.23,1,.32,1) 2.3s;
    transition: transform 1.5s cubic-bezier(.23,1,.32,1) 2.3s;
    transition: transform 1.5s cubic-bezier(.23,1,.32,1) 2.3s,-webkit-transform 1.5s cubic-bezier(.23,1,.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 .5s ease;
    transition: font-variation-settings .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
}

/*#cursor {
    width: 20px;
    height: 20px;
    position: fixed;
    top: -17px;
    left: -17px;
    pointer-events: none;
    opacity: 0;
    z-index: 40
}

#cursor.initialized {
    opacity: 1;
    -webkit-transition: opacity .6s cubic-bezier(.25,.46,.45,.94);
    transition: opacity .6s cubic-bezier(.25,.46,.45,.94)
}*/

.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 {
    padding-right: 50px;
    padding-bottom: 50px;
    font-size: 100px;
    line-height: 1;
    color: #0d0d0d;
    bottom: -26px;
    right: -18px;
    position: absolute;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
    text-align: right;
    -webkit-filter: url(#stroke);
    filter: url(#stroke)
    /** Aumentar a velocidade do loading **/
}

.edge .preloader-count {
    text-shadow: #00ffff 0 0 2px,#00ffff 0 0 2px,#00ffff 0 0 2px,#00ffff 0 0 2px,#00ffff 0 0 2px,#00ffff 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 .4s cubic-bezier(.645,.045,.355,1),opacity .6s cubic-bezier(.645,.045,.355,1) 1s,-webkit-transform .6s cubic-bezier(.645,.045,.355,1) 1s;
    transition: color .4s cubic-bezier(.645,.045,.355,1),opacity .6s cubic-bezier(.645,.045,.355,1) 1s,-webkit-transform .6s cubic-bezier(.645,.045,.355,1) 1s;
    transition: color .4s cubic-bezier(.645,.045,.355,1),transform .6s cubic-bezier(.645,.045,.355,1) 1s,opacity .6s cubic-bezier(.645,.045,.355,1) 1s;
    transition: color .4s cubic-bezier(.645,.045,.355,1),transform .6s cubic-bezier(.645,.045,.355,1) 1s,opacity .6s cubic-bezier(.645,.045,.355,1) 1s,-webkit-transform .6s cubic-bezier(.645,.045,.355,1) 1s;
    color: aqua;
    -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: aqua;
    overflow: hidden;
    padding: 5px;
    pointer-events: auto
}

.header .navigation a>span {
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .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: #007070
}

.overlay path:nth-of-type(2) {
    fill: #000
}

.btn-menu {
    display: none;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    color: aqua;
    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 .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    position: absolute;
    top: 2px;
    left: 2px
}

.btn-menu span:nth-child(2) {
    letter-spacing: .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 .5s,-webkit-transform .5s;
    transition: color .5s,-webkit-transform .5s;
    transition: transform .5s,color .5s;
    transition: transform .5s,color .5s,-webkit-transform .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 .4s cubic-bezier(.25,.46,.45,.94);
    transition: -webkit-transform .4s cubic-bezier(.25,.46,.45,.94);
    transition: transform .4s cubic-bezier(.25,.46,.45,.94);
    transition: transform .4s cubic-bezier(.25,.46,.45,.94),-webkit-transform .4s cubic-bezier(.25,.46,.45,.94)
}

.mnu-opened .header .navigation .language-link i {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.455,.03,.515,.955) .5s;
    transition: -webkit-transform .6s cubic-bezier(.455,.03,.515,.955) .5s;
    transition: transform .6s cubic-bezier(.455,.03,.515,.955) .5s;
    transition: transform .6s cubic-bezier(.455,.03,.515,.955) .5s,-webkit-transform .6s cubic-bezier(.455,.03,.515,.955) .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 .3s ease;
    transition: opacity .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
}

.grtsk-copyright {
    font-variation-settings: "wdth" 100,"wght" 400,"slnt" 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    position: absolute;
    left: 30px;
    bottom: 30px;
    opacity: 0;
    pointer-events: none
}

.grtsk-copyright div>span:first-child {
    font-variation-settings: "wdth" 1000,"wght" 600,"slnt" 0;
}

.grtsk-copyright a {
    font-variation-settings: "wdth" 300,"wght" 400,"slnt" -15;
    border: 1px solid #b1b1b1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 15px;
    -webkit-transition: font-variation-settings .3s ease;
    transition: font-variation-settings .3s ease;
    padding: 10px 26px;
    pointer-events: none;
    font-size: 16px;
}

.grtsk-copyright a:active,.grtsk-copyright a:focus,.grtsk-copyright a:hover {
    font-variation-settings: "wdth" 300,"wght" 400,"slnt" 15;
}

.social-hide .grtsk-copyright {
    opacity: 1;
    pointer-events: auto;
}

.social-hide .grtsk-copyright a {
    pointer-events: auto;
}

.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 {
    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: .875;
    letter-spacing: -.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(.455,.03,.515,.955) infinite alternate;
    animation: grow 2s cubic-bezier(.455,.03,.515,.955) infinite alternate
}

.wide {
    font-variation-settings: "wdth" 760,"wght" 500,"slnt" 0;
    -webkit-animation: wide 2s cubic-bezier(.455,.03,.515,.955) infinite alternate;
    animation: wide 2s cubic-bezier(.455,.03,.515,.955) infinite alternate
}

.wider {
    font-variation-settings: "wdth" 1000,"wght" 500,"slnt" 0;
    -webkit-animation: wider 2s cubic-bezier(.455,.03,.515,.955) infinite alternate;
    animation: wider 2s cubic-bezier(.455,.03,.515,.955) infinite alternate
}

/*a:active,a:focus,a:hover,html * {
    cursor: none
}*/

@-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-image: linear-gradient(#0d0d0d, #0d0d0d,#007070);
    
    padding: 140px 0 70vh
}

.about-text {
    font-size: 80px;
    
    color: #fff
}

.about-text a>span {
    position: relative;
    display: inline-block;
    color: #0d0d0d;
    text-shadow: aqua 0 0 1px,aqua 0 0 1px,aqua 0 0 1px,aqua 0 0 1px,aqua 0 0 1px,aqua 0 0 1px
}

.about-text a>span>span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    text-shadow: #00ffff 0 0 1px,aqua 0 0 1px,aqua 0 0 1px,aqua 0 0 1px,aqua 0 0 1px,aqua 0 0 1px;
    z-index: -1;
}

.about-text a>span:after {
    content: attr(data-hover);
    position: absolute;
    left: 0;
    top: 0;
    background: #0d0d0d;
    color: aqua;
    max-width: 0;
    overflow: hidden;
    -webkit-transition: max-width .2s linear;
    transition: max-width .2s linear
}

.about-text a>span:first-child:after {
    -webkit-transition-delay: .2s;
    transition-delay: .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: .2s;
    transition-delay: .2s
}

.work-section {
    padding: 30vh 0 70vh;
    background-image: linear-gradient(#007070, #007070,#0d0d0d, #0d0d0d);
    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: aqua;
    max-width: 0;
    overflow: hidden;
    -webkit-transition: max-width .2s linear;
    transition: max-width .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: .2s;
    transition-delay: .2s
}

.work-title span[data-words="3"]:first-child:after {
    -webkit-transition-delay: .4s;
    transition-delay: .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: .2s;
    transition-delay: .2s
}

.work-item:hover span[data-words="3"]:nth-child(3):after {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.edge .work-title span {
    text-shadow: aqua 0 0 2px,aqua 0 0 2px,aqua 0 0 2px,aqua 0 0 2px,aqua 0 0 2px,aqua 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% - .125em);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

#letters span:first-child {
    opacity: 1
}

.contacts-section {
    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;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    height: 100vh;
    height: calc(var(--vh, 1vh)*100)
}

.contacts-section,.picker-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden
}

.picker-wrapper {
    height: 600px;
    display: inline-block;
    -webkit-perspective: 2400px;
    perspective: 2400px;
    -webkit-perspective-origin: 50%;
    perspective-origin: 50%;
    pointer-events: none
}

.picker-scroller {
    height: 100%;
    width: 100%;
    padding: 228px 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.picker-scroller .picker-item {
    position: absolute;
    display: block;
    width: 100%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center
}

.picker-item a {
    pointer-events: auto;
    font-size: 120px;
    line-height: 120%;
    display: inline-block;
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
    -webkit-filter: url(#stroke);
    filter: url(#stroke)
}

.edge .picker-item a {
    text-shadow: #00ffff 0 0 2px,aqua 0 0 2px,aqua 0 0 2px,aqua 0 0 2px,aqua 0 0 2px,aqua 0 0 2px
}

.picker-item a,.picker-item a:active,.picker-item a:focus,.picker-item a:hover {
    color: #0d0d0d
}

.picker-scroller .active-item a,.picker-scroller .active-item a:active,.picker-scroller .active-item a:focus,.picker-scroller .active-item a:hover {
    color: aqua
}

.picker-wrapper:before {
    top: 0;
    background: -webkit-gradient(linear,left top,left bottom,from(#0d0d0d),color-stop(80%,rgba(13,13,13,.3)),to(rgba(13,13,13,0)));
    background: linear-gradient(180deg,#0d0d0d,rgba(13,13,13,.3) 80%,rgba(13,13,13,0))
}

.picker-wrapper:after,.picker-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 206px
}

.picker-wrapper:after {
    top: 0;
    background: -webkit-gradient(linear,left top,left bottom,from(#0d0d0d),color-stop(80%,rgba(13,13,13,.3)),to(rgba(13,13,13,0)));
    background: linear-gradient(180deg,#0d0d0d,rgba(13,13,13,.3) 80%,rgba(13,13,13,0));
    top: auto;
    bottom: 0;
    background: -webkit-gradient(linear,left bottom,left top,from(#0d0d0d),color-stop(80%,rgba(13,13,13,.3)),to(rgba(13,13,13,0)));
    background: linear-gradient(0deg,#0d0d0d,rgba(13,13,13,.3) 80%,rgba(13,13,13,0))
}

@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;
        bottom: -30px;
        right: -20px
    }

    .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
    }

    .grtsk-copyright a {
        font-size: 20px
    }

    .about-text,.work-title {
        font-size: 117px
    }

    .work-title {
        padding: 37px 2px 40px
    }

    .services-index span {
        padding: 0 106px 0 0
    }

    .services-text {
        font-size: 117px;
        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 {
        font-size: 80px;
        bottom: -21px;
        right: -16px
    }

    .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
    }

    /*#cursor {
        display: none
    }*/

    .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 {
        font-size: 50px
    }

    .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 {
        font-size: 50px;
        bottom: -13px;
        right: -10px
    }

    .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 .4s cubic-bezier(.25,.46,.45,.94);
        transition: -webkit-transform .4s cubic-bezier(.25,.46,.45,.94);
        transition: transform .4s cubic-bezier(.25,.46,.45,.94);
        transition: transform .4s cubic-bezier(.25,.46,.45,.94),-webkit-transform .4s cubic-bezier(.25,.46,.45,.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 .6s cubic-bezier(.455,.03,.515,.955) .3s;
        transition: -webkit-transform .6s cubic-bezier(.455,.03,.515,.955) .3s;
        transition: transform .6s cubic-bezier(.455,.03,.515,.955) .3s;
        transition: transform .6s cubic-bezier(.455,.03,.515,.955) .3s,-webkit-transform .6s cubic-bezier(.455,.03,.515,.955) .3s
    }

    .mnu-opened .header .navigation li:nth-child(2) a {
        -webkit-transition-delay: .35s;
        transition-delay: .35s
    }

    .mnu-opened .header .navigation li:nth-child(3) a {
        -webkit-transition-delay: .4s;
        transition-delay: .4s
    }

    .mnu-opened .header .navigation li:nth-child(4) a {
        -webkit-transition-delay: .45s;
        transition-delay: .45s
    }

    .header .navigation a>span {
        position: relative;
        font-size: 40px;
        visibility: hidden;
        text-transform: lowercase;
        color: #0d0d0d;
        text-shadow: aqua 0 0 1px,aqua 0 0 1px,aqua 0 0 1px,aqua 0 0 1px,aqua 0 0 1px,aqua 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%,.6)
    }

    .work-item:last-child {
        border-bottom: 1px solid hsla(0,0%,100%,.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;
    }
}



.scroll-images{
    height: 2000px;
    background-image: linear-gradient(#007070, #007070,#0d0d0d);
    display: flex;
    align-items: center;
    justify-content: center; 
}

.swiper{
    width: 1600px;
    height: 1080px;
}

.swiper-wrapper{
    width: 1600px;
    height: 1080px;
}

.swiper-slider img{
    width: 100%;
    margin-bottom: -4px;
    display: block;
    object-fit: cover;
}

.swiper-slide, .card-content{
    text-align: center;
}

.swiper .swiper-pagination-bullet-active{
    background: aqua;
}

.swiper-slide .card-content{
    position: absolute;
    width: 100%;
    color: #00ffff;
    opacity: 0;
}
.swiper-slide .content h2{
    padding-top: 35%;
    font-family: bebas neue;
    font-size: 40px;
}

.swiper-slide:hover .card-content{
    opacity: 1;
}

.swiper-slide:hover img{
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

img, .card-content{
    transition: 0.7s all;
    border-radius: 3px;
}


/*
*, *::before, *::after{
    box-sizing: border-box;
}

.carousel{
    width: 100vw;
    height: 100vh;
    position: relative;
}

.carousel > ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.slide{
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: 200ms opacity ease-in-out;
    transition-delay: 200ms;
}

.slide > img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.slide[data-active]{
    opacity: 1;
    z-index: 1;
    transition-delay: 0;
}
*/
.created{
    height: 100wh;
    width: 100%
    color: aqua;
    font-size: 20px;
    font-family: monospace;
    text-align: center;   
}

@media screen and (max-width: 1150px){
    .swiper-slide{
        max-resolution: 48%;
        margin: 1%;
    }
}

@media screen and (max-width: 768px){
    .swiper-slide{
        float: none;
        max-resolution: 80%;
        margin: 1% auto;
    }
}

.image-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.image-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

body {
  overflow: auto;
}

::-webkit-scrollbar {
  display: none;
}

.portefolio-link{
    padding-top: 7px;
    font-size: 20px;
    font-weight: 400;
}
