@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Syne+Mono&display=swap";*{font:inherit}*,:before,:after{box-sizing:border-box}:before,:after{text-decoration:inherit;vertical-align:inherit}body,button,h1,h2,h3,h4,h5,h6,input,nav,select,textarea,ul,ol,dl{margin:0;padding:0}a:hover,button:hover,input[type=submit]:hover{cursor:pointer}a,button,input,select,textarea{background:none;color:inherit;border:none;text-transform:none;text-decoration:none}a:focus,button:focus,input:focus,select:focus,textarea:focus{outline:none}ul{list-style:none}header .contentContainer{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem}header .logo,header .navMenu,header .playerMenu{display:flex;align-items:center;justify-content:center}header .logo,header .playerMenu{width:2rem;height:2rem}header .navMenu{width:100%;height:2rem}header .navMenu ul{min-width:100%;min-height:100%;width:100%;height:100%;margin:0;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:2rem}header .navMenu ul .navLink{position:relative;top:0;left:0;right:0;bottom:0}header .navMenu ul .navLink .label{position:absolute;top:0;left:3rem;right:0;bottom:0}header .playerMenu{gap:1rem}header .playerMenu svg{cursor:pointer}.player{position:absolute;top:3rem;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;height:calc(100% - 3rem)}@media screen and (min-width: 576px){.player{width:calc(100% - 3rem);height:100%}}.player .video{position:absolute;top:0;left:0;right:0;bottom:0;min-width:100%;min-height:100%;width:100%;height:100%;margin:0;overflow:hidden;z-index:0}.player .video .video-bg{min-width:100%;min-height:100%;width:100%;height:100%;margin:0;object-fit:cover;object-position:center;pointer-events:none}.player .content{min-width:100%;min-height:100%;width:100%;height:100%;margin:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding-bottom:5rem;background-color:#151413b3}.player .current{width:100%;height:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.player .current .waves{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;height:4em;gap:.6rem}.player .current .waves .wave{width:.2rem;background-color:#d0cccc;border-radius:5px;opacity:.8;animation:wavePulse 1.2s ease-in-out infinite;animation-play-state:running}.player .current .waves .wave:nth-child(1){height:40%;animation-delay:0s}.player .current .waves .wave:nth-child(2){height:60%;animation-delay:.2s}.player .current .waves .wave:nth-child(3){height:100%;animation-delay:.4s}.player .current .waves .wave:nth-child(4){height:60%;animation-delay:.6s}.player .current .waves .wave:nth-child(5){height:40%;animation-delay:.8s}.player .current .waves.paused .wave{animation-play-state:paused}@keyframes wavePulse{0%,to{transform:scaleY(1)}50%{transform:scaleY(.2)}}.player .current .title{font-size:1.5rem;text-align:center;color:#f7f3f7;padding:.5rem 0;border-bottom:1px solid #f7f3f7;border-image:linear-gradient(to right,transparent,#f7f3f7,transparent) 1}.player .current .controls{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem}.player .volumeController{width:100%;height:4rem;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.6rem;padding-bottom:1rem}.player .volumeController svg{width:1.5rem;height:1.5rem}.player .volumeController .volumeBar{width:50%;height:100%;min-width:10rem;display:flex;align-items:center;justify-content:center}.player .volumeController .volumeBar .bar,.player .volumeController .volumeBar .progress{width:100%;height:.2rem}.player .volumeController .volumeBar .bar{position:relative;top:0;left:0;right:0;bottom:0;background:#d0ccccb3;cursor:pointer}.player .volumeController .volumeBar .bar .progress,.player .volumeController .volumeBar .bar .handle{position:absolute;left:0;top:50%;transform:translateY(-50%);background:#f7f3f7}.player .volumeController .volumeBar .bar .handle{z-index:2;width:1rem;height:1rem;border-radius:50%;cursor:pointer}.player .trackList{width:100%;height:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem}.player .trackList .next{font-size:.7rem;color:#d0cccc;margin-bottom:1rem}.player .trackList .list{min-width:100%;min-height:100%;width:100%;height:100%;margin:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.player .trackList .list .track{color:#d0cccc;gap:.6rem;padding:.2rem 0;border-bottom:1px solid #f7f3f7;border-image:linear-gradient(to right,transparent,#d0cccc,transparent) 1;cursor:pointer}.player .trackList .list .track:hover{color:#f7f3f7;border-image:linear-gradient(to right,transparent,#f7f3f7,transparent) 1}.player .socials{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;height:6rem;position:absolute;top:auto;left:0;right:0;bottom:0;gap:1.2rem;font-size:.8rem}.player .socials .spotify:hover,.player .socials .youtube:hover{text-decoration:underline}.player .socials .spotify:hover{color:#1db954;text-decoration-color:#1db954}.player .socials .youtube:hover{color:red;text-decoration-color:red}@media screen and (min-width: 576px){header .contentContainer{display:flex;flex-direction:column;align-items:center;justify-content:space-between}header .navMenu{width:100%;height:100%}header .navMenu ul{display:flex;flex-direction:column;align-items:center;justify-content:center}header .playerMenu{width:100%;height:4rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-end}header .playerMenu .volumeBar{position:relative;top:auto;left:0;right:0;bottom:.5rem;width:100%;height:6rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-end}header .playerMenu .volumeBar .bar,header .playerMenu .volumeBar .progress{width:3.5px;height:100%}header .playerMenu .volumeBar .progress,header .playerMenu .volumeBar .handle{position:absolute;bottom:0;left:50%;transform:translate(-50%);background:#a2021c}header .playerMenu .volumeBar .bar{background:#b8b3b1;cursor:pointer}header .playerMenu .volumeBar .handle{z-index:2;width:.7rem;height:.7rem;border-radius:50%;cursor:pointer}.trackList{width:auto;height:14rem;position:absolute;top:auto;left:3rem;right:calc(100% - 20rem);bottom:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;background-color:#151413e6;padding:1.2rem}.trackList .list{min-width:100%;min-height:100%;width:100%;height:100%;margin:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.6rem}.trackList .list .track,.trackList .list .spotify{cursor:pointer}.trackList .list .track{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;font-size:.9rem;color:#d0cccc;gap:.6rem;padding:.2rem 0;border-bottom:1px solid #f7f3f7;border-image:linear-gradient(to right,transparent,#d0cccc,transparent) 1}.trackList .list .track.active{color:#f7f3f7;border-image:linear-gradient(to right,transparent,#f7f3f7,transparent) 1}.trackList .list .track svg{width:1.2rem}.trackList .list .spotify{margin-top:.5rem;font-size:.8rem;color:#1db954}}.page#home #hero{padding:0;position:relative;top:0;left:0;right:0;bottom:0}.page#home #hero .overlay,.page#home #hero .video{position:absolute;top:0;left:0;right:0;bottom:0;min-width:100%;min-height:100%;width:100%;height:100%;margin:0}.page#home #hero .contentContainer{z-index:2;gap:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.page#home #hero .contentContainer .heroTitle{position:relative;width:100%;height:8rem;display:flex;align-items:center;justify-content:center}.page#home #hero .contentContainer .heroTitle .title,.page#home #hero .contentContainer .heroTitle .logo{position:absolute;top:50%;left:50%;transform:translateY(-50%) translate(-50%)}.page#home #hero .contentContainer .heroTitle .title{color:#f7f3f7;font-size:4rem}.page#home #hero .contentContainer .heroText{width:80%;margin-bottom:2rem}.page#home #hero .contentContainer .heroText .bio{color:#d0cccc;margin:0 auto;text-align:center;font-size:.9rem}.page#home #hero .contentContainer .heroText .bio b{display:block;font-size:1.1rem;margin-bottom:1rem}.page#home #hero .overlay{background-color:#15141380;z-index:1}.page#home #hero .video{overflow:hidden;z-index:0}.page#home #hero .video .video-bg{min-width:100%;min-height:100%;width:100%;height:100%;margin:0;object-fit:cover;object-position:center;pointer-events:none}@media screen and (min-width: 576px){.page#home #hero .contentContainer .heroTitle{height:12rem}.page#home #hero .contentContainer .heroTitle .title{font-size:6rem}.page#home #hero .contentContainer .heroText .bio{line-height:1.6rem;font-size:1rem}.page#home #hero .contentContainer .heroText .bio b{font-size:1.2rem;margin-bottom:1.2rem}}@media screen and (min-width: 768px){.page#home #hero .contentContainer .heroTitle{height:15rem}.page#home #hero .contentContainer .heroTitle .title{font-size:8rem}.page#home #hero .contentContainer .heroText .bio{line-height:1.8rem;font-size:1rem}.page#home #hero .contentContainer .heroText .bio b{font-size:1.2rem;margin-bottom:1.5rem}}.page#home #projectCategories{flex-grow:1;display:grid;grid-template-columns:repeat(1,100%);grid-template-rows:repeat(4,25%)}.page#home #projectCategories .category{position:relative;top:0;left:0;right:0;bottom:0;overflow:hidden}.page#home #projectCategories .category .background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.page#home #projectCategories .category .background img{min-width:100%;min-height:100%;width:100%;height:100%;margin:0;object-fit:cover;object-position:center}.page#home #projectCategories .category .text{position:relative;top:0;left:0;right:0;bottom:0;min-width:100%;min-height:100%;width:100%;height:100%;margin:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;z-index:1;padding:1rem 1.6rem 1.6rem;gap:.5rem;background-color:#15141380;transition:background-color 1s ease-in-out}.page#home #projectCategories .category .text .title,.page#home #projectCategories .category .text .subtitle,.page#home #projectCategories .category .text .description,.page#home #projectCategories .category .text .alias{margin:0}.page#home #projectCategories .category .text .title{font-size:1rem;font-weight:600}.page#home #projectCategories .category .text .subtitle{font-family:Syne Mono,Arial,sans-serif;font-size:.8rem;font-weight:300}.page#home #projectCategories .category .text .description{display:none}.page#home #projectCategories .category .text .cta{color:#d0cccc;font-size:.6rem;font-style:italic;position:absolute;top:auto;left:auto;right:1.8rem;bottom:.3rem;margin:0}@media screen and (min-width: 576px){.page#home #projectCategories .category .text{padding:1.2rem 1.8rem 1.6rem}.page#home #projectCategories .category .text .title{font-size:1.2rem}.page#home #projectCategories .category .text .subtitle{font-size:.9rem}.page#home #projectCategories .category .text .description{display:block;font-size:.8rem}.page#home #projectCategories .category .text .cta{font-size:.7rem;position:absolute;top:auto;left:auto;right:1.8rem;bottom:.5rem}}@media screen and (min-width: 768px){.page#home #projectCategories{grid-template-columns:repeat(2,50%);grid-template-rows:repeat(2,50%)}.page#home #projectCategories .category .text{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;background-color:#151413e6}.page#home #projectCategories .category .text .title{font-size:1.8rem}.page#home #projectCategories .category .text .subtitle{font-size:1.2rem}.page#home #projectCategories .category .text .description{font-size:.9rem}.page#home #projectCategories .category .text .cta{font-size:1rem;opacity:0;position:absolute;top:auto;left:auto;right:2rem;bottom:1.2rem;translate:100%;transition:all .6s ease-in-out}.page#home #projectCategories .category .text:hover{background-color:#15141380;transition:background-color 1s ease-out}.page#home #projectCategories .category .text:hover .cta{opacity:1;translate:0;transition:all .6s ease-out}.page#home #projectCategories .category.materical .text:hover{background-color:#151413b3}}.page#home #visitCard{display:flex;flex-direction:column;align-items:stretch;justify-content:center;background-color:#d0cccc;background-image:linear-gradient(to bottom,rgba(21,20,19,.5) 0%,transparent 15%);color:#151413}.page#home #visitCard .mirror,.page#home #visitCard .contacts{padding:1.2rem}.page#home #visitCard .mirror{border-bottom:1px solid #f7f3f7;border-image:linear-gradient(to right,#490818,#d0cccc) 1}.page#home #visitCard .mirror .contentContainer{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:1rem}.page#home #visitCard .mirror .profile{width:6rem;height:6rem;min-width:6rem;min-height:6rem;border:1px solid #490818;border-radius:50%;overflow:hidden}.page#home #visitCard .mirror .names{width:100%;height:auto;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.5rem}.page#home #visitCard .mirror .names .alias,.page#home #visitCard .mirror .names .name{color:#490818}.page#home #visitCard .mirror .names .alias{font-size:2.5rem;font-weight:600}.page#home #visitCard .mirror .names .name{font-size:1.2rem;font-weight:300}.page#home #visitCard .contacts{flex-grow:1}.page#home #visitCard .contacts .contentContainer{display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:1rem}.page#home #visitCard .contacts .callToAction{width:100%;height:auto;display:flex;align-items:center;justify-content:center;flex-grow:1}.page#home #visitCard .contacts .callToAction h6{color:#151413;font-size:1.2rem;font-weight:600;text-align:center}.page#home #visitCard .contacts .contactList{width:100%;height:auto;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-start;gap:.5rem;flex-grow:2}.page#home #visitCard .contacts .contactList .contact{padding-right:1rem;margin-left:auto;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem}.page#home #visitCard .contacts .contactList .contact .info{font-size:1rem;margin:.6rem 0}.page#home #visitCard .contacts .contactList .contact .icon{color:#490818;margin-top:.2rem;font-size:1.2rem}.page#home #visitCard footer{width:100%;height:3rem;background-color:#490818;color:#f7f3f7;padding:1.2rem;font-size:.7rem;font-weight:400}.page#home #visitCard footer .contentContainer{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.page#home #visitCard footer .contentContainer .madeBy{text-align:right}@media screen and (min-width: 768px){.page#home #visitCard .mirror{padding:2rem 1.2rem}.page#home #visitCard .mirror .profile{width:8rem;height:8rem;min-width:8rem;min-height:8rem}.page#home #visitCard .mirror .names .alias{font-size:3rem}.page#home #visitCard .mirror .names .name{font-size:1.2rem}.page#home #visitCard .contacts{margin-bottom:0}.page#home #visitCard .contacts .callToAction h6{font-size:1.5rem}.page#home #visitCard .contacts .contactList{display:flex;flex-direction:column;align-items:flex-end;justify-content:center}.page#home #visitCard .contacts .contactList .contact .info{font-size:1.1rem}.page#home #visitCard .contacts .contactList .contact .icon{font-size:1.4rem}.page#home #visitCard footer{padding:1rem 3rem;font-size:.8rem}}*{--sb-track-color: transparent;--sb-thumb-color: #a09fa8;--sb-size: 3px;z-index:1000}*::-webkit-scrollbar{width:var(--sb-size)}*::-webkit-scrollbar-track{background:var(--sb-track-color);margin-left:3px}*::-webkit-scrollbar-thumb{background:var(--sb-thumb-color)}@supports not selector(::-webkit-scrollbar){*{scrollbar-color:var(--sb-thumb-color) var(--sb-track-color)}}*,*:before,*:after{box-sizing:border-box}html,body{min-width:100%;min-height:100%;width:100%;height:100%;margin:0}#app{font-family:Montserrat,Roboto,sans-serif;font-size:16px;line-height:1.5;color:#f7f3f7;background-color:#151413;min-width:100%;min-height:100%;max-width:100%;max-height:100%;margin:0;padding:0;overflow:hidden}header{width:100vw;height:3rem;position:fixed;top:0;left:0;right:0;bottom:auto;padding:0 1rem;background-color:#151413;border-bottom:1px solid #f7f3f7;z-index:100}main{z-index:0;touch-action:none;overscroll-behavior:contain;position:absolute;top:3rem;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;height:calc(100% - 3rem)}@media screen and (min-width: 576px){main{width:calc(100% - 3rem);height:100%}}.page,.page>section{overflow:hidden;min-width:100%;min-height:100%;width:100%;height:100%;margin:0}.page{background-color:#151413}.contentContainer{min-width:100%;min-height:100%;width:100%;height:100%;max-width:1200px;margin:0 auto}@media screen and (min-width: 576px){header{position:fixed;top:0;left:0;right:auto;bottom:0;width:3rem;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:1rem 0;border-bottom:none;border-right:1px solid #f7f3f7}main{position:absolute;top:0;left:3rem;right:0;bottom:0}}.section-title{position:absolute;top:50%;left:50%;transform:translateY(-50%) translate(-50%);z-index:0}h1,h2,h3,h4,h5,h6,p,span,a,li,button,input,textarea,h1 *,h2 *,h3 *,h4 *,h5 *,h6 *,p *,span *,a *,li *,button *,input *,textarea *{-webkit-user-select:none;user-select:none}h1,h2,h3,h4,h5,h6{font-family:Syne Mono,Arial,sans-serif;line-height:1.2;color:#d0cccc}h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.75rem}h5{font-size:1.5rem}h6{font-size:1.25rem}@media screen and (max-width: 768px){h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.65rem}h4{font-size:1.5rem}h5{font-size:1.35rem}h6{font-size:1.25rem}}b{font-weight:600}.night{color:#151413}.ghost{color:#f7f3f7}.cool{color:#d0cccc}.madder{color:#a2021c}.chocolate{color:#490818}.nightBg{background-color:#151413}.ghostBg{background-color:#f7f3f7}.coolBg{background-color:#d0cccc}.madderBg{background-color:#a2021c}.chocolateBg{background-color:#490818}svg .night{fill:#151413}svg .ghost{fill:#f7f3f7}svg .cool{fill:#d0cccc}svg .madder{fill:#a2021c}svg .chocolate{fill:#490818}svg .transparent{fill:transparent}.scrollbar[data-v-19ec9d47]{position:fixed;top:50%;right:.7rem;transform:translateY(-50%);display:flex;flex-direction:column;gap:8px;z-index:500}@media screen and (min-width: 576px){.scrollbar[data-v-19ec9d47]{right:1rem}}.dot[data-v-19ec9d47]{width:5px;height:16px;background-color:#f02020;border-radius:2px;opacity:.3;transition:opacity .3s,background-color .3s}.dot.active[data-v-19ec9d47]{opacity:1;background-color:#6e0000}@media (hover: hover){.dot[data-v-19ec9d47]:hover{opacity:.5}}.slide-left-enter-active,.slide-left-leave-active,.slide-right-enter-active,.slide-right-leave-active,.slide-down-enter-active,.slide-down-leave-active,.slide-up-enter-active,.slide-up-leave-active{transition:transform .5s ease;position:absolute;width:100%;z-index:1}.slide-left-enter-from{transform:translate(100%)}.slide-left-leave-to,.slide-right-enter-from{transform:translate(-100%)}.slide-right-leave-to{transform:translate(100%)}.slide-down-enter-from{transform:translateY(100%)}.slide-down-leave-to,.slide-up-enter-from{transform:translateY(-100%)}.slide-up-leave-to{transform:translateY(100%)}.view-wrapper{position:relative;width:100%;height:100%;overflow:hidden}
