.navigation {
    position: fixed;
    width: calc(100vw - 190px);
    height: 100vh;
    background-color: #f8f8f8;
    border-right: 1px solid #888888;
    transform: translate(calc(-100% + 90px));
    transition: transform .5s ease-in-out;
    z-index: 99
}

.dark .navigation {
    background-color: #121212;
    border-right-color: #424242
}

.navigation--active {
    transform: translate(0)
}

.btnNavigation {
    position: absolute;
    top: 50%;
    right: -35px;
    transform: translateY(-50%)
}

.btnNavigation__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 70px;
    height: 70px;
    background-color: #424242;
    border: none;
    border-radius: 50%;
    transform: scale(1);
    transition: all .3s ease
}

.dark .btnNavigation__button {
    background-color: #ccc
}

.btnNavigation__button:hover {
    transform: scale(1.05)
}

.btnNavigation__line-top {
    display: block;
    width: 40px;
    height: 4px;
    background-color: #fff;
    transition: transform .3s ease
}

.dark .btnNavigation__line-top {
    background-color: #424242
}

.btnNavigation--active .btnNavigation__line-top {
    transform: rotate(45deg) translate(5px) translateY(5px)
}

.btnNavigation__line-bottom {
    display: block;
    width: 40px;
    height: 4px;
    background-color: #fff;
    transition: transform .3s ease
}

.dark .btnNavigation__line-bottom {
    background-color: #424242
}

.btnNavigation--active .btnNavigation__line-bottom {
    transform: rotate(-45deg) translate(5px,-5px)
}

.navigation__container {
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    user-select: none
}

.navigation__background {
    position: absolute;
    width: 100%;
    height: 100vh;
    text-align: center;
    font-family: system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
    font-size: 28rem;
    font-weight: 400;
    letter-spacing: 40px;
    line-height: 36rem;
    color: #00000005;
    overflow: hidden
}

.dark .navigation__background {
    color: #ffffff03
}

.navigation__halo {
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1800px;
    height: 1800px;
    border: 6px solid #424242;
    border-radius: 50%
}

.dark .navigation__halo {
    border-color: #666
}

.navigation__ring {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 650px;
    height: 650px;
    border: 24px solid #424242;
    border-radius: 50%
}

.dark .navigation__ring {
    border-color: #666
}

.navigation__circle {
    width: 500px;
    height: 500px;
    background-color: #424242;
    border-radius: 50%
}

.dark .navigation__circle {
    background-color: #666
}

.navigation__left {
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden
}

.navigation__item {
    display: block
}

.navigation__item--animate {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

.navigation__left ul {
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1800px;
    height: 1800px;
    font-family: system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
    list-style: none;
    border-radius: 50%
}

.navigation__left li {
    position: absolute;
    width: 200px
}

.navigation__left li:nth-child(1) {
    transform: rotate(45deg) translateY(-500px) rotate(-45deg)
}

.navigation__left li:nth-child(2) {
    transform: rotate(60deg) translateY(-500px) rotate(-60deg)
}

.navigation__left li:nth-child(3) {
    transform: rotate(75deg) translateY(-500px) rotate(-75deg)
}

.navigation__left li:nth-child(4) {
    transform: rotate(90deg) translateY(-500px) rotate(-90deg)
}

.navigation__left li:nth-child(5) {
    transform: rotate(105deg) translateY(-500px) rotate(-105deg)
}

.navigation__left li:nth-child(6) {
    transform: rotate(120deg) translateY(-500px) rotate(-120deg)
}

.navigation__left li:nth-child(7) {
    transform: rotate(135deg) translateY(-500px) rotate(-135deg)
}

.navigation__left a {
    font-family: BlenderPro,sans-serif;
    font-size: 2.4rem;
    text-decoration: none;
    color: #424242
}

.dark .navigation__left a {
    color: #ccc
}

.navigation__left li a:hover {
    text-decoration: underline
}

.navigation__right {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    width: 90px;
    height: 100vh;
    background-color: #f8f8f8
}

.dark .navigation__right {
    background-color: #121212
}

.navigation__line {
    position: absolute;
    left: 50px;
    bottom: 0;
    transform: translate(-50%);
    width: 2px;
    height: 80px;
    background-color: #424242
}

.dark .navigation__line {
    background-color: #666
}

.navigation__decoration {
    position: absolute;
    top: 50%;
    left: 900px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100vw - 1200px);
    height: 50px
}

.navigation__streak {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 1px;
    background-color: #424242
}

.dark .navigation__streak {
    background-color: #666
}

.navigation__diamond {
    display: block;
    width: 12px;
    height: 12px;
    background-color: #424242;
    rotate: 45deg;
    animation: displace 2s infinite alternate ease-in-out
}

.dark .navigation__diamond {
    background-color: #666
}

.navigation__logo {
    padding: 10px;
    background-color: transparent;
    border: none;
    user-select: none;
    transition: all .3s ease
}

.navigation__logo:hover {
    transform: translateY(5px)
}

.dark .navigation__logo {
    filter: invert(100%)
}

.navigation__social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    user-select: none
}

.navigation__social ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    list-style: none
}

.navigation__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    transition: all .3s ease
}

.navigation__social a:hover {
    transform: translateY(-5px)
}

.navigation__social img {
    display: block;
    width: 20px
}

.dark .navigation__social img {
    filter: invert(100%)
}

.navigation__social div {
    width: 2px;
    height: 80px;
    background-color: #424242
}

.dark .navigation__social div {
    background-color: #666
}

@keyframes displace {
    0% {
        translate: -200% 0
    }

    to {
        translate: 200% 0
    }
}

@media (max-width: 1280px) {
    .navigation {
        display:none
    }
}

.nav {
    position: fixed;
    top: 0;
    z-index: 999;
    display: none;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.nav__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    width: 100%;
    background-color: #f8f8f8;
    pointer-events: auto
}

.dark .nav__header {
    background-color: #121212
}

.nav__logo img {
    height: 50px
}

.dark .nav__logo img {
    filter: invert(100%)
}

.btnNav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 50px;
    height: 50px;
    background-color: #424242;
    border: none;
    border-radius: .4rem
}

.dark .btnNav {
    background-color: #ccc
}

.btnNav__line-top {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #fff;
    transition: transform .3s ease
}

.dark .btnNav__line-top {
    background-color: #424242
}

.btnNav--active .btnNav__line-top {
    transform: rotate(45deg) translate(5px) translateY(5px)
}

.btnNav__line-bottom {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #fff;
    transition: transform .3s ease
}

.dark .btnNav__line-bottom {
    background-color: #424242
}

.btnNav--active .btnNav__line-bottom {
    transform: rotate(-45deg) translate(5px,-5px)
}

.nav__body {
    transform: translate(-100%);
    width: 100%;
    height: calc(100vh - 2rem - 50px);
    background-color: #f8f8f8;
    pointer-events: auto;
    transition: transform .5s linear
}

.dark .nav__body {
    background-color: #121212
}

.nav--active .nav__body {
    transform: translate(0)
}

.nav__menu {
    padding: 1rem 0
}

.nav__menu li {
    padding: 1.2rem 2rem
}

.nav__menu a {
    font-family: BlenderPro,sans-serif;
    font-weight: 600;
    font-size: 2.4rem;
    color: #424242;
    text-decoration: none
}

.dark .nav__menu a {
    color: #ccc
}

.nav__menu a:hover {
    text-decoration: underline
}

.nav__social {
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translate(-50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem 2rem;
    max-width: 400px;
    width: 80%;
    list-style: none
}

.nav__social li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px
}

.nav__social img {
    display: block;
    height: 22px
}

.dark .nav__social img {
    filter: invert(100%)
}

@media (max-width: 1280px) {
    .nav {
        display:block
    }
}

@media (max-width: 480px) {
    .nav__menu li {
        padding:.4rem 2rem
    }

    .nav__social {
        bottom: 70px
    }

    .nav__social img {
        height: 26px
    }
}

.sidebar {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    align-items: end;
    height: 100vh;
    user-select: none
}

.sidebar--scroll {
    right: 10px
}

.sidebar__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30px
}

.sidebar__dot {
    width: 12px;
    height: 12px;
    background-color: #424242;
    animation: move-up .4s infinite alternate
}

.dark .sidebar__dot {
    background-color: #666
}

.sidebar__email {
    margin: .6rem 0 2rem;
    color: #000;
    font-family: monospace;
    font-size: 1rem;
    line-height: 12px;
    letter-spacing: 2px;
    writing-mode: vertical-rl
}

.dark .sidebar__email {
    color: #666
}

.sidebar__line {
    width: 2px;
    height: 80px;
    background-color: #424242
}

.dark .sidebar__line {
    background-color: #666
}

.sidebar__right {
    width: 120px;
    height: 100%
}

.sidebar__bg {
    width: 100%;
    height: 100%;
    background-image: url(/extra/username.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 94%
}

.dark .sidebar__bg {
    filter: invert(100%);
    opacity: .6
}

@keyframes move-up {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-6px)
    }
}

@media (max-width: 1280px) {
    .sidebar {
        display:none
    }
}

.toast__container {
    position: fixed;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 99999
}

.toast__item {
    display: flex;
    align-items: center;
    padding: 1rem 1.2rem 1rem 2.8rem;
    border-radius: .5rem;
    font-family: system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
    font-size: .8rem;
    letter-spacing: .05rem;
    background-repeat: no-repeat;
    background-size: 1.4rem;
    background-position: .8rem center;
    color: #fff;
    box-shadow: 0 4px 6px #0003;
    animation: fadeIn .3s ease-in-out
}

.toast__item--out {
    animation: fadeOut .3s ease-in-out forwards
}

.toast__item--success {
    background-color: #0bb495;
    background-image: url(/icons/success.svg)
}

.toast__item--error {
    background-color: #ec004c;
    background-image: url(/icons/error.svg)
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeOut {
    to {
        opacity: 0;
        transform: translateY(-10px)
    }
}

@font-face {
    font-family: BlenderPro;
    src: url(/fonts/BlenderPro-Bold.woff2) format("woff2"),url(/fonts/BlenderPro-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: BlenderPro;
    src: url(/fonts/BlenderPro-Book.woff2) format("woff2"),url(/fonts/BlenderPro-Book.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: BlenderPro;
    src: url(/fonts/BlenderPro-Thin.woff2) format("woff2"),url(/fonts/BlenderPro-Thin.woff) format("woff");
    font-weight: 100;
    font-style: normal
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-thumb {
    background: #4a4a4a;
    border-radius: 4px
}

::-webkit-scrollbar-thumb:hover {
    background: #666
}

::selection {
    background-color: #dd970099;
    color: #000
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    min-height: 100vh;
    background-color: #f8f8f8;
    overflow: hidden
}

body.dark {
    background-color: #121212
}

a,button,label,input,textarea {
    cursor: none
}

:root {
    --animate-duration: 1s;
    --animate-delay: .25s;
    --animate-repeat: 1
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animate__animated.animate__infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animate__animated.animate__delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: calc(var(--animate-delay) + 2s);
    animation-delay: calc(var(--animate-delay) + 2s)
}

.animate__animated.animate__delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-delay: calc(var(--animate-delay) * 2 + 2s);
    animation-delay: calc(var(--animate-delay) * 2 + 2s)
}

.animate__animated.animate__delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-delay: calc(var(--animate-delay) * 3 + 2s);
    animation-delay: calc(var(--animate-delay) * 3 + 2s)
}

.animate__animated.animate__delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation-delay: calc(var(--animate-delay) * 4 + 2s);
    animation-delay: calc(var(--animate-delay) * 4 + 2s)
}

.animate__animated.animate__delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    -webkit-animation-delay: calc(var(--animate-delay) * 5 + 2s);
    animation-delay: calc(var(--animate-delay) * 5 + 2s)
}

.animate__animated.animate__delay-6s {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
    -webkit-animation-delay: calc(var(--animate-delay) * 6 + 2s);
    animation-delay: calc(var(--animate-delay) * 6 + 2s)
}

.animate__animated.animate__delay-7s {
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
    -webkit-animation-delay: calc(var(--animate-delay) * 7 + 2s);
    animation-delay: calc(var(--animate-delay) * 7 + 2s)
}

.animate__animated.animate__delay-8s {
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
    -webkit-animation-delay: calc(var(--animate-delay) * 8 + 2s);
    animation-delay: calc(var(--animate-delay) * 8 + 2s)
}

.animate__animated.animate__delay-9s {
    -webkit-animation-delay: 9s;
    animation-delay: 9s;
    -webkit-animation-delay: calc(var(--animate-delay) * 9 + 2s);
    animation-delay: calc(var(--animate-delay) * 9 + 2s)
}

@keyframes glitch {
    0% {
        transform: translate(0);
        opacity: 1
    }

    15% {
        transform: translate(-2px,2px);
        opacity: .8
    }

    30% {
        transform: translate(2px,-2px);
        opacity: 1
    }

    45% {
        transform: translate(-2px,-1px);
        opacity: .9
    }

    60% {
        transform: translate(1px,2px);
        opacity: 1
    }

    75% {
        transform: translate(0);
        opacity: 1
    }
}

.animate__glitch {
    -webkit-animation-name: glitch;
    animation-name: glitch;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scaleZ(1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scaleZ(1)
    }
}

.animate__pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translateZ(0)
    }
}

.animate__entrance .animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translateZ(0)
    }
}

.animate__entrance .animate__fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translateZ(0)
    }
}

.animate__entrance .animate__fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translateZ(0)
    }
}

.animate__entrance .animate__fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@keyframes backInLeft {
    0% {
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translate(-2000px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateX(0px) scale(.7);
        transform: translate(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.animate__entrance .animate__backInLeft {
    -webkit-animation-name: backInLeft;
    animation-name: backInLeft
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.animate__entrance .animate__zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@keyframes orbit {
    0% {
        transform: rotate(0) translate(100px) rotate(0)
    }

    to {
        transform: rotate(360deg) translate(100px) rotate(-360deg)
    }
}

.container[data-astro-cid-37fxchfa] {
    cursor: none
}

.theme {
    padding: 6px;
    border-radius: .4rem;
    background-color: transparent;
    border: 1px solid transparent;
    transition: all .3s
}

.theme:hover {
    background-color: #0000000d;
    border: 1px solid rgba(0,0,0,.1)
}

.dark .theme:hover {
    background-color: #ffffff0d;
    border: 1px solid rgba(255,255,255,.1)
}

.theme img {
    width: 22px
}

.theme__dark {
    opacity: .6
}

.theme__dark,.theme__light {
    display: none
}

.home {
    position: absolute;
    top: 0
}

.hero {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100vh
}

.hero__presentation {
    margin-bottom: 10rem;
    padding: 0 50px;
    font-family: BlenderPro,sans-serif
}

.hero__presentation span {
    display: block;
    font-size: 3rem;
    font-weight: 100;
    color: #424242
}

.dark .hero__presentation span {
    color: #aaa
}

.hero__presentation h1 {
    font-size: 8rem;
    font-weight: 600;
    color: #424242
}

.dark .hero__presentation h1 {
    color: #ccc
}

.hero__presentation div {
    position: relative;
    margin-bottom: 2rem;
    padding-left: 1.6rem;
    width: min-content;
    font-size: 1.2rem
}

.hero__presentation div:before {
    position: absolute;
    top: 8px;
    left: 0;
    content: "";
    display: block;
    width: 16px;
    height: 12px;
    background-color: #424242;
    clip-path: polygon(0% 0%,70% 0%,100% 50%,70% 100%,0% 100%);
    animation: focus-right .4s infinite alternate
}

.dark .hero__presentation div:before {
    background-color: #666
}

.animate__typing {
    overflow: hidden;
    white-space: nowrap;
    width: 0;
    font-family: monospace;
    border-right: 1px solid;
    color: #666;
    animation: typing 1s steps(22) forwards,blink 1s step-end infinite;
    animation-delay: 5s
}

.dark .animate__typing {
    color: #aaa
}

@keyframes typing {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

@keyframes blink {
    50% {
        border-color: transparent
    }
}

.dark .hero__presentation p:before {
    background-color: #666
}

.hero__presentation a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    text-transform: uppercase;
    letter-spacing: .2rem;
    word-spacing: .4rem;
    color: #fff;
    background-color: #424242;
    text-decoration: none;
    border: none;
    clip-path: polygon(0 0,200px 0,200px 35px,185px 50px,0 50px,0 42px,4px 38px,4px 12px,0 8px);
    user-select: none;
    transition: all .3s ease
}

.dark .hero__presentation a {
    color: #000;
    background-color: #ccc
}

.hero__presentation a:hover {
    transform: translate(5px)
}

.hero__decorators {
    position: absolute;
    width: 100%;
    height: 100%;
    user-select: none;
    pointer-events: none
}

.hero__top {
    position: absolute;
    top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 28px;
    width: 100%;
    pointer-events: auto
}

.hero__languages {
    display: flex;
    gap: 2rem;
    margin-right: 4px
}

.hero__languages a {
    color: #424242;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 1rem;
    letter-spacing: .1rem;
    text-underline-offset: 4px
}

.dark .hero__languages a {
    color: #ccc
}

.hero__languages a:hover,.hero__languages--es a:first-child {
    text-decoration: underline
}

.hero__languages--en a:last-child {
    text-decoration: underline
}

.hero__mouse {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 32px;
    animation: focus-mouse .5s infinite alternate
}

.hero__mouse img {
    width: 100%
}

.dark .hero__mouse {
    filter: invert(100%);
    opacity: .4
}

.hero__number {
    position: absolute;
    right: 40px;
    bottom: 40px;
    font-family: monospace;
    font-size: 20rem;
    color: #424242
}

.hero__photo-ctn {
    position: absolute;
    top: 30px;
    right: 50px
}

.hero__photo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42vw;
    height: 42vw;
    background-color: #0000000d;
    border-radius: 50%
}

.dark .hero__photo {
    background-color: #0000001a
}

.hero__photo div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 50%;
    background-color: #0006;
    border-radius: 50%
}

.hero__photo img {
    width: 60%;
    height: 60%;
    border-radius: 50%;
    animation: rotate 20s infinite linear
}

.hero__backtext {
    position: absolute;
    top: 0;
    padding: 0 60px;
    font-family: system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
    font-size: 16rem;
    font-weight: 400;
    letter-spacing: 40px;
    line-height: 16rem;
    color: #00000005
}

.dark .hero__backtext {
    color: #ffffff03
}

.hero__paragraph {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    padding: 0 60px;
    font-family: monospace;
    letter-spacing: 3.6rem;
    line-height: 5rem;
    color: #424242
}

.dark .hero__paragraph {
    color: #aaa
}

.hero__paragraph div {
    display: flex
}

.hero__paragraph span {
    display: block;
    font-size: .8rem;
    font-weight: 100;
    text-shadow: rgba(255,0,0,.4) -2px 0,rgba(0,255,255,.4) 2px 0;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: glitch;
    animation-name: glitch;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

.hero__union {
    position: absolute;
    top: 100px;
    left: 34px;
    display: flex;
    flex-direction: column;
    gap: 40px
}

.hero__union--right {
    left: auto;
    right: 34px;
    align-items: flex-end
}

.hero__square {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
    width: 22px;
    height: 22px;
    animation: rotate-left 1s infinite forwards
}

.hero__union--right .hero__square {
    animation: rotate-right 1s infinite forwards
}

.hero__square span {
    width: 6px;
    height: 6px;
    background-color: #424242
}

.dark .hero__square span {
    background-color: #666
}

.hero__dot {
    width: 6px;
    height: 6px;
    background-color: #424242;
    animation: move-down 2s infinite alternate
}

.dark .hero__dot {
    background-color: #666
}

.hero__line {
    position: absolute;
    left: 30px;
    bottom: 60px;
    width: 40px;
    height: 6px;
    background-color: #424242;
    animation: move-left 2s infinite alternate
}

.dark .hero__line {
    background-color: #666
}

.hero__line--right {
    left: auto;
    right: 30px;
    animation: move-right 2s infinite alternate
}

@keyframes focus-mouse {
    0% {
        transform: translate(-50%) translateY(0)
    }

    to {
        transform: translate(-50%) translateY(10px)
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes focus-right {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(4px)
    }
}

@keyframes rotate-left {
    0% {
        transform: rotate(0)
    }

    80% {
        transform: rotate(0)
    }

    to {
        transform: rotate(90deg)
    }
}

@keyframes rotate-right {
    0% {
        transform: rotate(0)
    }

    80% {
        transform: rotate(0)
    }

    to {
        transform: rotate(-90deg)
    }
}

@keyframes move-down {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(100px)
    }
}

@keyframes move-left {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(100px)
    }
}

@keyframes move-right {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-100px)
    }
}

@media (max-width: 1520px) {
    .hero__photo {
        display:none
    }
}

@media (max-width: 1280px) {
    .hero {
        margin-top:calc(2rem + 50px);
        height: calc(100vh - 2rem - 50px)
    }

    .hero__presentation {
        margin-bottom: calc(12rem + 50px)
    }

    .hero__top {
        padding: 0 100px
    }

    .hero__union {
        top: 2rem
    }
}

@media (max-width: 1024px) {
    .hero__number {
        display:none
    }
}

@media (max-width: 840px) {
    .hero {
        padding-bottom:2rem
    }

    .hero__presentation {
        margin-bottom: calc(8rem - 50px);
        padding: 0 30px
    }

    .hero__presentation span {
        font-size: 2rem
    }

    .hero__presentation h1 {
        margin-top: 1rem;
        font-size: 7rem;
        line-height: 6rem
    }

    .hero__presentation div {
        font-size: 1.2rem;
        margin-top: 2rem;
        padding-left: 1.4rem
    }

    .hero__presentation div:before {
        top: 6px;
        width: 12px;
        height: 9px
    }

    .hero__paragraph {
        display: none
    }

    .hero__union {
        left: 20px
    }

    .hero__union--right {
        right: 20px
    }

    .hero__line {
        left: 20px;
        bottom: 80px
    }

    .hero__line--right {
        left: auto;
        right: 20px
    }

    .hero__mouse {
        bottom: 60px
    }
}

.about {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem 0 8rem
}

.about__background {
    position: absolute;
    top: 0;
    right: 140px;
    width: 500px;
    animation: orbit 120s linear infinite;
    user-select: none
}

.about__background img {
    width: 100%;
    opacity: .1;
    transform: rotate(25deg)
}

.dark .about__background img {
    opacity: .2
}

.about__content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4rem;
    margin: 0 2rem;
    width: 100%;
    max-width: 1000px
}

.about__image {
    position: relative;
    width: 400px;
    aspect-ratio: 2 / 3;
    user-select: none;
    view-timeline-name: --aboutImage;
    view-timeline-axis: block;
    animation-timeline: --aboutImage;
    animation-name: fadeInLeft;
    animation-range: entry 25% cover 30%;
    animation-fill-mode: both
}

.about__image:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: -20px;
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #424242
}

.about__image img {
    width: inherit;
    z-index: 2
}

.about__resume {
    display: flex;
    flex-direction: column
}

.about__subtitle,.about__title {
    font-family: BlenderPro,sans-serif;
    view-timeline-name: --aboutResume;
    view-timeline-axis: block;
    animation-timeline: --aboutResume;
    animation-name: fadeInRight;
    animation-range: entry 25% cover 30%;
    animation-fill-mode: both
}

.dark .about__subtitle,.dark .about__title {
    color: #aaa
}

.about__subtitle {
    font-size: 1.6rem;
    font-weight: 100;
    letter-spacing: .1rem
}

.about__title {
    font-size: 6rem;
    font-weight: 600
}

.about__paragraph {
    margin: 1rem 0;
    font-family: system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
    font-size: 1.2rem;
    line-height: 2rem;
    view-timeline-name: --aboutResume;
    view-timeline-axis: block;
    animation-timeline: --aboutResume;
    animation-name: fadeInRight;
    animation-range: entry 25% cover 30%;
    animation-fill-mode: both
}

.dark .about__paragraph {
    color: #aaa
}

.about__paragraph--italic {
    font-weight: 400;
    font-style: italic
}

@media (max-width: 1520px) {
    .about {
        padding-bottom:6rem
    }

    .about__subtitle {
        font-size: 1.4rem
    }

    .about__title {
        font-size: 4rem
    }

    .about__paragraph {
        font-size: 1rem;
        font-weight: 400
    }
}

@media (max-width: 1280px) {
    .about {
        padding-bottom:4rem
    }
}

@media (max-width: 1024px) {
    .about__image {
        width:300px
    }
}

@media (max-width: 840px) {
    .about {
        padding-bottom:2rem
    }

    .about__content {
        flex-direction: column;
        width: 80%
    }

    .about__image {
        max-width: 300px;
        width: 100%
    }
}

.skills {
    display: flex;
    justify-content: center;
    padding: 5rem 0 8rem
}

.skills__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1200px
}

.skills__subtitle {
    font-family: BlenderPro,sans-serif;
    font-size: 1.6rem;
    font-weight: 100;
    letter-spacing: .1rem;
    view-timeline-name: --skillsSubtitle;
    view-timeline-axis: block;
    animation-timeline: --skillsSubtitle;
    animation-name: fadeInUp;
    animation-range: entry 25% cover 30%;
    animation-fill-mode: both
}

.skills__title {
    font-family: BlenderPro,sans-serif;
    font-size: 5rem;
    font-weight: 600;
    view-timeline-name: --skillsTitle;
    view-timeline-axis: block;
    animation-timeline: --skillsTitle;
    animation-name: fadeInUp;
    animation-range: entry 25% cover 30%;
    animation-fill-mode: both
}

.dark .skills__subtitle,.dark .skills__title {
    color: #aaa
}

.skills__section {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
    padding: 0 2rem;
    user-select: none
}

.skills__group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    width: 100%
}

.skills__logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: .8rem;
    width: 140px;
    height: 140px;
    background-color: #0000000d;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 20px;
    view-timeline-name: --skillsLogo;
    view-timeline-axis: block;
    animation-timeline: --skillsLogo;
    animation-name: zoomIn;
    animation-range: entry 25% cover 30%;
    animation-fill-mode: both
}

.dark .skills__logo {
    background-color: #ffffff03;
    border-color: #ffffff1a
}

.skills__logo--node-1 {
    display: block
}

.skills__logo--node-2,.dark .skills__logo--node-1 {
    display: none
}

.dark .skills__logo--node-2 {
    display: block
}

.dark .skills__logo--next img,.dark .skills__logo--github img {
    filter: invert(100%)
}

.skills__logo:hover {
    transform: translateY(-5px)
}

.skills__logo span {
    font-family: system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .1rem;
    text-align: center
}

.dark .skills__logo span {
    color: #aaa
}

.skills__logo img {
    height: 50%
}

.skills__logo i {
    font-family: system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
    font-size: .7rem;
    letter-spacing: .1rem;
    color: #424242;
    font-style: normal
}

.dark .skills__logo i {
    color: #aaa
}

@media (max-width: 1520px) {
    .skills {
        padding-bottom:6rem
    }

    .skills__subtitle {
        font-size: 1.4rem
    }

    .skills__title {
        font-size: 3.5rem
    }
}

@media (max-width: 1280px) {
    .skills {
        padding-bottom:4rem
    }
}

@media (max-width: 840px) {
    .skills {
        padding-bottom:2rem
    }
}

@media (max-width: 768px) {
    .skills__title {
        font-size:2rem
    }
}

@media (max-width: 400px) {
    .skills__title {
        font-size:1.4rem
    }
}

.jobs {
    display: flex;
    justify-content: center;
    padding: 5rem 0 8rem
}

.jobs__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1600px
}

.jobs__subtitle {
    font-family: BlenderPro,sans-serif;
    font-size: 1.6rem;
    font-weight: 100;
    letter-spacing: .1rem;
    view-timeline-name: --jobsSubtitle;
    view-timeline-axis: block;
    animation-timeline: --jobsSubtitle;
    animation-name: fadeInUp;
    animation-range: entry 25% cover 30%;
    animation-fill-mode: both
}

.jobs__title {
    font-family: BlenderPro,sans-serif;
    font-size: 5rem;
    font-weight: 600;
    view-timeline-name: --jobsTitle;
    view-timeline-axis: block;
    animation-timeline: --jobsTitle;
    animation-name: fadeInUp;
    animation-range: entry 25% cover 30%;
    animation-fill-mode: both
}

.dark .jobs__subtitle,.dark .jobs__title {
    color: #aaa
}

.jobs__section {
    display: grid;
    grid-template-columns: repeat(9,1fr);
    grid-template-rows: repeat(4,1fr);
    gap: 1rem;
    aspect-ratio: 9 / 4;
    margin-top: 3rem;
    padding: 0 3rem;
    width: 100%
}

.jobs__item {
    position: relative;
    transform-style: preserve-3d;
    view-timeline-name: --jobsItem;
    view-timeline-axis: block;
    animation-timeline: --jobsItem;
    animation-name: zoomIn;
    animation-range: entry 25% cover 30%;
    animation-fill-mode: both
}

.jobs__face {
    position: absolute;
    top: 0;
    left: 0;
    transform-style: preserve-3d;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: .5rem;
    transform: perspective(1000px) rotateY(0);
    backface-visibility: hidden;
    transition: .8s ease-in-out
}

.dark .jobs__face {
    border-color: #121212
}

.jobs__front {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #212121;
    user-select: none
}

.jobs__more {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: .5rem 1rem;
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    background-color: #ffffff1a;
    border-radius: .5rem 0 0;
    transition: all .3s ease-in-out
}

.jobs__more:hover {
    background-color: #fff3;
    transition: all .3s ease-in-out
}

.dark .jobs__front {
    background-color: #0c0c0c;
    background-color: #080808
}

.dark .jobs__front img {
    opacity: .8
}

.jobs__item--active .jobs__front {
    transform: perspective(1000px) rotateY(180deg)
}

.jobs__back {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: 1rem;
    color: #fff;
    background-color: #161616;
    transform: perspective(1000px) rotateY(180deg)
}

.jobs__item--active .jobs__back {
    transform: perspective(1000px) rotateY(360deg)
}

.jobs__heading {
    font-family: BlenderPro,sans-serif;
    font-size: 1.5rem;
    text-align: center
}

.jobs__date {
    font-family: system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
    font-size: .8rem;
    font-style: italic;
    font-weight: 100;
    letter-spacing: .1rem
}

.jobs__icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 510px;
    gap: .4rem;
    margin: 1rem 0;
    user-select: none
}

.jobs__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    background-color: #ffffff1a;
    border-radius: 4px;
    aspect-ratio: 1 / 1
}

.jobs__icon img {
    height: 60%
}

.jobs__bomberos {
    grid-column: span 3;
    grid-row: span 4
}

.jobs__bomberos .jobs__front img {
    width: 80%
}

.jobs__kokovet {
    grid-column: span 6;
    grid-row: span 2
}

.jobs__kokovet .jobs__front img {
    width: 80%
}

.jobs__cotrina {
    grid-column: span 3;
    grid-row: span 2
}

.jobs__cotrina .jobs__front img {
    width: 50%
}

.jobs__eps {
    grid-column: span 3;
    grid-row: span 2
}

.jobs__eps .jobs__front img {
    width: 80%
}

.jobs__button {
    padding: .5rem 1rem;
    font-family: system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
    font-size: 1rem;
    letter-spacing: .05rem;
    color: #000;
    background-color: #fff;
    text-decoration: none;
    user-select: none
}

@media (max-width: 1520px) {
    .jobs {
        padding-bottom:6rem
    }

    .jobs__subtitle {
        font-size: 1.4rem
    }

    .jobs__title {
        font-size: 4rem
    }

    .jobs__section {
        gap: .5rem
    }

    .jobs__heading {
        font-size: 1.4rem
    }

    .jobs__date {
        display: none
    }

    .jobs__icons {
        margin: 0 0 .5rem
    }
}

@media (max-width: 1280px) {
    .jobs {
        padding-bottom:4rem
    }

    .jobs__section {
        padding: 0 2rem
    }
}

@media (max-width: 1024px) {
    .jobs__section {
        grid-template-columns:repeat(3,1fr);
        grid-template-rows: repeat(4,1fr);
        aspect-ratio: 3 / 4;
        margin-top: 2rem;
        max-width: 700px;
        width: 100%
    }

    .jobs__bomberos {
        grid-column: span 3;
        grid-row: span 2
    }

    .jobs__bomberos .jobs__front img {
        height: 80%
    }

    .jobs__kokovet {
        grid-column: span 3;
        grid-row: span 1
    }

    .jobs__cotrina {
        grid-column: span 1;
        grid-row: span 1
    }

    .jobs__eps {
        grid-column: span 2;
        grid-row: span 1
    }
}

@media (max-width: 840px) {
    .jobs {
        padding-bottom:2rem
    }
}

@media (max-width: 768px) {
    .jobs__title {
        font-size:2rem
    }

    .jobs__section {
        margin-top: 1rem
    }
}

@media (max-width: 720px) {
    .jobs__section {
        gap:.2rem;
        grid-template-columns: repeat(3,1fr);
        grid-template-rows: repeat(5,1fr);
        aspect-ratio: 3 / 5
    }

    .jobs__bomberos {
        grid-column: span 3;
        grid-row: span 2
    }

    .jobs__bomberos .jobs__front img {
        height: 85%
    }

    .jobs__kokovet,.jobs__cotrina {
        grid-column: span 3;
        grid-row: span 1
    }

    .jobs__cotrina .jobs__front img {
        height: 60%
    }

    .jobs__eps {
        grid-column: span 3;
        grid-row: span 1
    }

    .jobs__eps .jobs__front img {
        height: 70%
    }
}

@media (max-width: 640px) {
    .jobs__section {
        padding:0 .5rem
    }
}

@media (max-width: 580px) {
    .jobs__section {
        gap:.2rem;
        grid-template-columns: repeat(3,1fr);
        grid-template-rows: repeat(9,1fr);
        aspect-ratio: 3 / 9;
        max-width: 400px;
        width: 100%
    }

    .jobs__bomberos {
        grid-column: span 3;
        grid-row: span 3
    }

    .jobs__kokovet,.jobs__cotrina,.jobs__eps {
        grid-column: span 3;
        grid-row: span 2
    }
}

@media (max-width: 400px) {
    .jobs__title {
        font-size:1.4rem
    }
}

.projects {
    display: flex;
    justify-content: center;
    padding: 5rem 0 8rem
}

.projects__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1400px
}

.projects__subtitle {
    font-family: BlenderPro,sans-serif;
    font-size: 1.6rem;
    font-weight: 100;
    letter-spacing: .1rem;
    view-timeline-name: --projectsSubtitle;
    view-timeline-axis: block;
    animation-timeline: --projectsSubtitle;
    animation-name: fadeInUp;
    animation-range: entry 25% cover 30%;
    animation-fill-mode: both
}

.projects__title {
    font-family: BlenderPro,sans-serif;
    font-size: 5rem;
    font-weight: 600;
    view-timeline-name: --projectsTitle;
    view-timeline-axis: block;
    animation-timeline: --projectsTitle;
    animation-name: fadeInUp;
    animation-range: entry 25% cover 30%;
    animation-fill-mode: both
}

.dark .projects__subtitle,.dark .projects__title {
    color: #aaa
}

.projects__section {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 4rem;
    margin-top: 4rem
}

.projects__item {
    margin-top: 4rem;
    padding: 0 2rem 2rem;
    max-width: 560px;
    width: 100%;
    height: max-content;
    background-color: #fff;
    border: 1px solid #424242;
    -webkit-box-shadow: 20px 20px 0 0px #424242;
    -moz-box-shadow: 20px 20px 0 0px #424242;
    box-shadow: 20px 20px #424242;
    view-timeline-name: --projectsItem;
    view-timeline-axis: block;
    animation-timeline: --projectsItem;
    animation-name: fadeInUp;
    animation-range: entry -40% cover 20%;
    animation-fill-mode: both
}

.dark .projects__item {
    background-color: #161616;
    border-color: #424242;
    box-shadow: 20px 20px #444
}

.projects__box {
    transform: translateY(-6rem)
}

.projects__cover {
    width: 100%;
    border: 1px solid #bebebe;
    border-radius: 1rem;
    user-select: none
}

.dark .projects__cover {
    border-color: #424242
}

.projects__heading {
    display: none;
    font-family: BlenderPro,sans-serif;
    font-size: 3rem
}

.projects__paragraph {
    margin: 1rem 0 2rem;
    font-family: system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
    font-size: .9rem;
    line-height: 1.6rem
}

.projects__paragraph p {
    margin-bottom: 1rem
}

.dark .projects__paragraph p {
    color: #aaa
}

.projects__details {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 1.5rem
}

.projects__icons {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    user-select: none
}

.projects__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: .2rem
}

.projects__icon img {
    height: 80%
}

.dark .projects__icon--github img {
    filter: invert(100%)
}

.projects__icon--node img:first-child {
    display: block
}

.projects__icon--node img:last-child {
    display: none
}

.dark .projects__icon--node img:first-child {
    display: none
}

.dark .projects__icon--node img:last-child {
    display: block
}

.projects__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 50px;
    color: #fff;
    background-color: #212121;
    border: none;
    font-family: system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
    font-size: .9rem;
    letter-spacing: .1rem;
    text-decoration: none;
    clip-path: polygon(0 0,28px 0,32px 4px,188px 4px,192px 0,220px 0,220px 8px,216px 12px,216px 38px,220px 42px,220px 50px,192px 50px,188px 46px,32px 46px,28px 50px,0 50px,0 42px,4px 38px,4px 12px,0 8px);
    user-select: none;
    transition: all .3s ease
}

.dark .projects__button {
    background-color: #ccc;
    color: #161616
}

.projects__button:hover {
    transform: translate(-5px)
}

@media (max-width: 1520px) {
    .projects {
        padding-bottom:6rem
    }

    .projects__subtitle {
        font-size: 1.4rem
    }

    .projects__title {
        font-size: 4rem
    }

    .projects__section {
        margin: 0 50px
    }

    .projects__item {
        margin-top: 8rem
    }
}

@media (max-width: 1280px) {
    .projects {
        padding-bottom:4rem
    }
}

@media (max-width: 840px) {
    .projects {
        padding-bottom:2rem
    }

    .projects__section {
        grid-template-columns: repeat(1,1fr);
        gap: 4rem;
        margin: 0 2rem 2rem 1rem
    }
}

@media (max-width: 768px) {
    .projects__title {
        font-size:2rem
    }
}

@media (max-width: 400px) {
    .projects__title {
        font-size:1.4rem
    }
}

.certificates {
    display: flex;
    justify-content: center;
    padding: 5rem 0 8rem
}

.certificates__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
}

.certificates__subtitle {
    font-family: BlenderPro,sans-serif;
    font-size: 1.6rem;
    font-weight: 100;
    letter-spacing: .1rem;
    view-timeline-name: --certificatesSubtitle;
    view-timeline-axis: block;
    animation-timeline: --certificatesSubtitle;
    animation-name: fadeInUp;
    animation-range: entry 25% cover 30%;
    animation-fill-mode: both
}

.certificates__title {
    font-family: BlenderPro,sans-serif;
    font-size: 5rem;
    font-weight: 600;
    view-timeline-name: --certificatesTitle;
    view-timeline-axis: block;
    animation-timeline: --certificatesTitle;
    animation-name: fadeInUp;
    animation-range: entry 25% cover 30%;
    animation-fill-mode: both
}

.dark .certificates__subtitle,.dark .certificates__title {
    color: #aaa
}

.certificates__section {
    position: relative;
    margin-top: 4rem;
    width: 100%;
    height: 500px;
    user-select: none;
    view-timeline-name: --certificatesSection;
    view-timeline-axis: block;
    animation-timeline: --certificatesSection;
    animation-name: zoomIn;
    animation-range: entry 25% cover 30%;
    animation-fill-mode: both
}

.certificates__picture {
    position: absolute;
    width: 400px;
    aspect-ratio: 4 / 3;
    box-shadow: 0 0 16px #0006;
    transition: ease .3s
}

.certificates__picture img {
    display: block;
    width: 100%;
    pointer-events: none
}

.certificates__picture--front {
    top: 40%;
    left: 50%;
    z-index: 7;
    transform: translate(-50%) scale(1)
}

.certificates__picture--left1 {
    top: 29%;
    left: 32%;
    z-index: 6;
    transform: translate(-50%) scale(.9)
}

.certificates__picture--left2 {
    top: 18%;
    left: 22%;
    z-index: 5;
    transform: translate(-50%) scale(.8)
}

.certificates__picture--left3 {
    top: 8%;
    left: 14%;
    z-index: 4;
    transform: translate(-50%) scale(.7)
}

.certificates__picture--left4 {
    top: 0;
    left: 27%;
    z-index: 3;
    transform: translate(-50%) scale(.65)
}

.certificates__picture--left5 {
    top: -7%;
    left: 39%;
    z-index: 2;
    transform: translate(-50%) scale(.6)
}

.certificates__picture--back {
    top: -14%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%) scale(.55)
}

.certificates__picture--right1 {
    top: -7%;
    right: 39%;
    z-index: 2;
    transform: translate(50%) scale(.6)
}

.certificates__picture--right2 {
    top: 0;
    right: 27%;
    z-index: 3;
    transform: translate(50%) scale(.65)
}

.certificates__picture--right3 {
    top: 8%;
    right: 14%;
    z-index: 4;
    transform: translate(50%) scale(.7)
}

.certificates__picture--right4 {
    top: 18%;
    right: 22%;
    z-index: 5;
    transform: translate(50%) scale(.8)
}

.certificates__picture--right5 {
    top: 29%;
    right: 32%;
    z-index: 6;
    transform: translate(50%) scale(.9)
}

@media (max-width: 1520px) {
    .certificates {
        padding-bottom:6rem
    }

    .certificates__subtitle {
        font-size: 1.4rem
    }

    .certificates__title {
        font-size: 4rem
    }

    .certificates__picture {
        width: 320px
    }
}

@media (max-width: 1280px) {
    .certificates {
        padding-bottom:4rem
    }
}

@media (max-width: 840px) {
    .certificates {
        padding-bottom:2rem
    }
}

@media (max-width: 768px) {
    .certificates__title {
        font-size:2rem
    }
}

@media (max-width: 400px) {
    .certificates__title {
        font-size:1.4rem
    }
}

.contact {
    display: flex;
    justify-content: center;
    padding: 5rem 0 8rem
}

.contact__content {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 6rem;
    width: 90%
}

.contact__sidebar {
    font-family: system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif
}

.contact__title {
    font-family: BlenderPro,sans-serif;
    font-size: 6rem;
    letter-spacing: .4rem;
    view-timeline-name: --contactTitle;
    view-timeline-axis: block;
    animation-timeline: --contactTitle;
    animation-name: fadeInLeft;
    animation-range: entry 25% cover 30%;
    animation-fill-mode: both
}

.contact__subtitle {
    font-size: 1.1rem;
    letter-spacing: .1rem;
    view-timeline-name: --contactSubtitle;
    view-timeline-axis: block;
    animation-timeline: --contactSubtitle;
    animation-name: fadeInLeft;
    animation-range: entry 25% cover 30%;
    animation-fill-mode: both
}

.dark .contact__title,.dark .contact__subtitle {
    color: #aaa
}

.contact__info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 16rem;
    list-style: none;
    font-size: 1rem;
    color: #424242
}

.dark .contact__info {
    color: #aaa
}

.contact__info li {
    display: flex;
    align-items: center;
    gap: .8rem;
    view-timeline-name: --contactItem;
    view-timeline-axis: block;
    animation-timeline: --contactItem;
    animation-name: fadeInLeft;
    animation-range: entry 0 cover 10%;
    animation-fill-mode: both
}

.contact__info img {
    display: block;
    width: 20px;
    user-select: none;
    opacity: .6
}

.contact__info img.contact__image--exception {
    opacity: .8
}

.dark .contact__info img {
    filter: invert(100%)
}

.contact__info a {
    text-decoration: none;
    color: #424242;
    transition: all .3s ease
}

.dark .contact__info a {
    color: #aaa
}

.contact__info a:hover {
    padding-left: .4rem;
    transition: all .3s ease
}

.contact__info a,.contact__info span {
    padding-bottom: .2rem;
    letter-spacing: .05rem
}

.contact__form {
    display: flex;
    align-items: end
}

.contact__form form {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 2rem;
    width: 100%
}

.contact__input {
    position: relative;
    view-timeline-name: --contactInput;
    view-timeline-axis: block;
    animation-timeline: --contactInput;
    animation-name: fadeInRight;
    animation-range: entry 25% cover 30%;
    animation-fill-mode: both
}

.contact__input label {
    position: absolute;
    top: .5rem;
    left: 1rem;
    font-family: system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
    font-weight: 600;
    font-size: .7rem;
    letter-spacing: .1rem;
    text-transform: uppercase;
    user-select: none
}

.dark .contact__input label {
    color: #fff
}

.contact__input input,.contact__input textarea {
    padding: 2rem 1rem 1rem;
    width: 100%;
    font-family: system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
    letter-spacing: .05rem;
    background-color: #0000000d;
    border: none;
    resize: none;
    transition: background-color .5s ease
}

.dark .contact__input input,.dark .contact__input textarea {
    color: #fff;
    background-color: #ffffff0d
}

.contact__input input:focus,.contact__input textarea:focus {
    outline: none;
    background-color: #fb03
}

.dark .contact__input input:focus,.dark .contact__input textarea:focus {
    background-color: #ffe6a033
}

.contact__input--message {
    grid-column-end: span 2
}

.contact__button {
    grid-column: span 2;
    text-align: end
}

.contact__button button {
    font-family: BlenderPro,sans-serif;
    text-transform: uppercase;
    padding: .5rem 1rem;
    width: 200px;
    height: 50px;
    font-size: 1.1rem;
    letter-spacing: .2rem;
    color: #fff;
    background-color: #424242;
    border: none;
    clip-path: polygon(0 0,200px 0,200px 35px,185px 50px,0 50px,0 42px,4px 38px,4px 12px,0 8px);
    transition: all .3s;
    user-select: none;
    view-timeline-name: --contactButton;
    view-timeline-axis: block;
    animation-timeline: --contactButton;
    animation-name: fadeInRight;
    animation-range: entry 0 cover 10%;
    animation-fill-mode: both
}

.dark .contact__button button {
    color: #000;
    background-color: #ccc
}

.contact__button button:hover {
    transform: translate(4px);
    background-color: #212121
}

.dark .contact__button button:hover {
    background-color: #fff
}

.contact__spinner {
    border: 4px solid rgba(255,255,255,.3);
    border-top: 4px solid #fff;
    border-radius: 50%;
    width: 2.1rem;
    height: 2.1rem;
    animation: spin .6s linear infinite;
    display: inline-block
}

.dark .contact__spinner {
    border-color: #0000004d;
    border-top-color: #121212
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@media (max-width: 1520px) {
    .contact {
        padding-bottom:6rem
    }

    .contact__content {
        gap: 4rem
    }

    .contact__input--fullname,.contact__input--email {
        grid-column: span 2
    }
}

@media (max-width: 1280px) {
    .contact {
        padding-bottom:4rem
    }
}

@media (max-width: 1024px) {
    .contact__title {
        font-size:3rem;
        letter-spacing: .2rem
    }

    .contact__subtitle {
        font-size: .9rem;
        letter-spacing: .05
    }
}

@media (max-width: 840px) {
    .contact {
        padding-bottom:2rem
    }

    .contact__content {
        gap: 2rem
    }

    .contact__subtitle {
        padding-right: 1rem;
        line-height: 1.4rem
    }
}

@media (max-width: 740px) {
    .contact__content {
        grid-template-columns:1fr;
        gap: 4rem
    }

    .contact__title {
        margin-bottom: .2rem
    }

    .contact__info {
        margin-top: 3rem
    }
}
