#wrapperview{min-height:100vh;max-width:1200px;width:90%;margin-inline:auto;border:1px solid var(--c-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:rgba(0,0,0,.2);border-radius:4px}#wrapperview .wrapperview__picture .picture__content{aspect-ratio:6/1;width:100%;height:auto;overflow:hidden}#wrapperview .wrapperview__content{display:grid;grid-template-columns:repeat(2,1fr)}#wrapperview .wrapperview__content-aside{display:grid;grid-template-columns:1fr 1px}#wrapperview .wrapperview__content-aside .aside__content-sticky{position:-webkit-sticky;position:sticky;top:0;left:0}#wrapperview .wrapperview__content-aside .aside__content-sticky .sticky__header{display:grid;grid-template-columns:1fr 1px 3fr;overflow:hidden;background-color:var(--c-dark-variant)}#wrapperview .wrapperview__content-aside .aside__content-sticky .sticky__header .header__picture{aspect-ratio:1/1;width:100%;height:auto}#wrapperview .wrapperview__content-aside .aside__content-sticky .sticky__header .header__picture .picture__content{overflow:hidden}#wrapperview .wrapperview__content-aside .aside__content-sticky .sticky__header .header__title{display:flex;flex-direction:column;justify-content:center;gap:.5rem;padding:0 2vw}#wrapperview .wrapperview__content-aside .aside__content-sticky .sticky__header .header__title h1{font-size:clamp(1.5rem,3.5vw,3rem);font-weight:400;line-height:1}#wrapperview .wrapperview__content-aside .aside__content-sticky .sticky__header .header__title h2{font-size:clamp(1.1rem,2.5vw,2rem);font-weight:400;line-height:1}#wrapperview .wrapperview__content-aside .aside__content-sticky .sticky__profile{display:grid;grid-template-columns:auto 1px auto 1px auto}#wrapperview .wrapperview__content-aside .aside__content-sticky .sticky__profile .profile__content{text-align:center;padding:1.5rem .5rem}#wrapperview .wrapperview__content-aside .aside__content-sticky .sticky__profile .profile__content h3{line-height:1;font-size:clamp(14px,1.5vw,18px)}#wrapperview .wrapperview__content-aside .aside__content-sticky .content__row{padding:8px 3rem;background-color:var(--c-dark-variant);display:flex;justify-content:space-between;align-items:center}#wrapperview .wrapperview__content-aside .aside__content-sticky .content__row .label{font-weight:800;margin-bottom:-3px}#wrapperview .wrapperview__content-aside .aside__content-sticky .sticky__desc{padding:3rem}#wrapperview .wrapperview__content-aside .aside__content-sticky .sticky__desc p{font-size:var(--fz-desc)}#wrapperview .wrapperview__content-aside .aside__content-sticky .sticky__email{padding:1.5rem 3rem;display:flex;justify-content:space-between;align-items:center;gap:.5rem}#wrapperview .wrapperview__content-aside .aside__content-sticky .sticky__email-label{font-weight:600}#wrapperview .wrapperview__content-aside .aside__content-sticky .sticky__email-link a{text-decoration:underline;display:flex;align-items:center;gap:4px;font-size:18px}#wrapperview .wrapperview__content-aside .aside__content-sticky .sticky__email-link a svg{width:20px;height:20px;stroke-width:2}#wrapperview .wrapperview__content-aside .aside__content-sticky .sticky__contact{padding:1.5rem 3rem;display:flex;justify-content:space-between;align-items:center;gap:.5rem}#wrapperview .wrapperview__content-aside .aside__content-sticky .sticky__contact-label{font-weight:600}#wrapperview .wrapperview__content-aside .aside__content-sticky .sticky__contact-icons{display:flex;gap:1rem}#wrapperview .wrapperview__content-aside .aside__content-sticky .sticky__contact-icons a svg{width:30px;height:30px;transition:.2s ease}#wrapperview .wrapperview__content-aside .aside__content-sticky .sticky__contact-icons a:hover svg{fill:hsla(0,0%,100%,.7)}#wrapperview .wrapperview__content-aside .aside__content-sticky .sticky__resume{padding:1.5rem 3rem;display:flex;justify-content:space-between;align-items:center;gap:.5rem}#wrapperview .wrapperview__content-aside .aside__content-sticky .sticky__resume-label{font-weight:600}#wrapperview .wrapperview__content-aside .aside__content-sticky .sticky__resume-link a{text-decoration:underline;display:flex;align-items:center;gap:4px;font-size:18px}#wrapperview .wrapperview__content-aside .aside__content-sticky .sticky__resume-link a svg{width:20px;height:20px;stroke-width:2}#wrapperview .wrapperview__content-main{position:relative}#wrapperview .wrapperview__content-main nav{display:grid;grid-template-columns:1fr 1px 1fr 1px 1fr}#wrapperview .wrapperview__content-main nav .active span:after{width:100%}#wrapperview .wrapperview__content-main nav a{display:flex;align-items:center;justify-content:center;padding:1.4rem 1rem;transition:.2s ease;position:relative}#wrapperview .wrapperview__content-main nav a span{position:relative;font-size:16px;line-height:1;font-weight:600;margin-bottom:-3px}#wrapperview .wrapperview__content-main nav a span:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background-color:#fff;transition:.2s ease}#wrapperview .wrapperview__content-main nav a .tik{position:absolute;top:5%;right:5%}#wrapperview .wrapperview__content-main nav a:hover{background-color:rgba(0,0,0,.4)}#wrapperview .wrapperview__content-main main section:last-of-type .section-line-x{display:none}#wrapperview:hover:before{opacity:1}#wrapperview:before{background:radial-gradient(800px circle at var(--mouse1-x) var(--mouse1-y),rgba(231,0,200,.17),transparent 50%);border-radius:inherit;content:"";position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;transition:opacity .5s;z-index:-1}#wrapperview:hover{border-color:hsla(0,0%,100%,.2)}@media screen and (max-width:980px){#wrapperview .wrapperview__content{grid-template-columns:1fr}#wrapperview .wrapperview__content-aside .aside__content-sticky .sticky__header .header__title{padding:0 2rem}#wrapperview .wrapperview__content-aside .aside__content-sticky .sticky__header .header__title h1{font-size:clamp(1.8rem,5vw,3rem)}#wrapperview .wrapperview__content-aside .aside__content-sticky .sticky__header .header__title h2{font-size:clamp(1.2rem,5vw,2rem)}#wrapperview .wrapperview__content-aside .aside-line{display:none}}@media screen and (max-width:640px){#wrapperview .wrapperview__picture .picture__content{aspect-ratio:5/1}#wrapperview .wrapperview__content-aside .aside__content-sticky .sticky__desc{padding:2rem}#wrapperview .wrapperview__content-aside .aside__content-sticky .content__row{padding-left:2rem;padding-right:2rem}#wrapperview .wrapperview__content-aside .aside__content-sticky .contact__detail{padding:1.5rem 2rem}}@media screen and (max-width:480px){#wrapperview{width:100%}#wrapperview .wrapperview__picture .picture__content{aspect-ratio:4/1}#wrapperview .wrapperview__content-aside .aside__content-sticky .sticky__header .header__title{padding:0 1rem}}.wrapper{position:relative}.wrapper .line-x{width:100%;height:1px;background-color:var(--c-border)}#postwrapper .postwrapper__section .top{padding:2rem;display:flex;flex-direction:column;gap:1.5rem}#postwrapper .postwrapper__section-header{display:flex;align-items:center;gap:1rem}#postwrapper .postwrapper__section-header .header__picture{position:relative}#postwrapper .postwrapper__section-header .header__picture .picture__content{width:45px;height:45px;border-radius:10rem;overflow:hidden}#postwrapper .postwrapper__section-header .header__title{display:flex;flex-direction:column;gap:4px}#postwrapper .postwrapper__section-header .header__title .name{font-family:var(--ff-adam);font-size:18px;line-height:1;font-weight:600}#postwrapper .postwrapper__section-header .header__title .date{font-family:var(--ff-adam);font-size:16px;line-height:1}#postwrapper .postwrapper__section-title h4{font-family:var(--ff-adam);line-height:1;font-size:clamp(16px,2vw,20px);margin-bottom:.5rem}#postwrapper .postwrapper__section-title p{font-size:var(--fz-desc)}#postwrapper .postwrapper__section-picture .picture__content{position:relative;display:flex;align-items:center;justify-content:center}#postwrapper .postwrapper__section-picture .picture__content .icon{position:absolute;pointer-events:none;opacity:0}#postwrapper .postwrapper__section-picture .picture__content .like{animation:like 1s ease-in-out}@keyframes like{0%{opacity:0;scale:0}15%{opacity:1;scale:1.2}30%{scale:.9}45%,80%{scale:1}to{scale:0;opacity:1}}#postwrapper .postwrapper__section-picture .picture__content svg{width:100px;height:100px;color:#f48bc5;fill:#f48bc5}#postwrapper .postwrapper__section-options svg{width:30px;height:30px}#postwrapper .postwrapper__section-options .options__content{display:grid;grid-template-columns:max-content 1px 1fr 1px max-content 1px max-content}#postwrapper .postwrapper__section-options .options__content .box{padding:1rem 1.5rem;display:flex;align-items:center;justify-content:center}#postwrapper .postwrapper__section-options .options__content .box button{display:flex}#postwrapper .postwrapper__section-options .options__content .box input{display:flex;align-items:center;width:100%;height:100%;background-color:transparent;border:1px solid transparent;padding:1rem 1.5rem;color:#fff;font-family:var(--ff-adam);font-size:1rem}#postwrapper .postwrapper__section-options .options__content .box input:focus{outline:none;border:1px solid hsla(0,0%,100%,.4)}#postwrapper .postwrapper__section-options .options__content .box input::placeholder{font-family:var(--ff-adam);color:hsla(0,0%,100%,.6);font-weight:400;font-size:1rem}#postwrapper .postwrapper__section-options .options__content .content__comment{padding:0}#postwrapper .postwrapper__section-options .options__content .content__share button:active svg{fill:#fff}#postwrapper .postwrapper__section-options .options__content .heart__icon svg{fill:none}#postwrapper .postwrapper__section-options .options__content .click svg{fill:#fff}#postwrapper .postwrapper__section-options .options__content .feedback{width:100%;display:flex;align-items:center;gap:1rem}#postwrapper .postwrapper__section-options .options__content .feedback input{width:100%;padding:0 1rem;height:35px;background-color:transparent;border:1px solid #fff;border-radius:10rem;color:#fff;transition:.2s ease}#postwrapper .postwrapper__section-options .options__content .feedback input::placeholder{color:#fff;font-family:var(--ff-adam);line-height:1}#postwrapper .postwrapper__section-options .options__content .feedback input:focus{outline:none;border:1px solid #fff}#postwrapper .postwrapper__section-options .options__content .feedback button{height:-moz-fit-content;height:fit-content}#projects-nav .nav{display:grid;grid-template-columns:1fr 1px max-content;width:100%}#projects-nav .nav .nav-link{display:flex;align-items:center;padding:1rem 2rem;font-size:18px}#projects-nav .nav .options{display:grid;grid-template-columns:1fr 1px 1fr}#projects-nav .nav .options .option__gallery{display:flex;align-items:center;justify-content:center;padding:0 1rem;transition:.2s ease}#projects-nav .nav .options .option__gallery svg{width:30px;height:30px}#projects-nav .nav .options .option__gallery:hover{background-color:rgba(0,0,0,.4)}.projectswrapper .projectswrapper__section-top .top__title{padding:2rem}.projectswrapper .projectswrapper__section-top .top__title h4{line-height:1;font-size:clamp(1.2rem,2vw,1.5rem);font-family:var(--ff-adam);margin-bottom:-4px}.projectswrapper .projectswrapper__section-top .top__title p{font-size:18px}.projectswrapper .projectswrapper__section-picture{overflow:hidden}.projectswrapper .projectswrapper__section-picture .picture__content{aspect-ratio:10/6;display:block;align-items:flex-start;justify-content:flex-start;width:100%;height:auto;overflow:hidden}.projectswrapper .projectswrapper__section-picture .picture__content img{transition:.3s ease;object-fit:contain;width:100%;height:auto}.projectswrapper .projectswrapper__section-picture .picture__content:hover img{transform:scale(1.05)}.projectswrapper .projectswrapper__section-details{display:grid;grid-template-columns:1fr 1px max-content}.projectswrapper .projectswrapper__section-details .more a{display:flex;padding:2rem}.projectswrapper .projectswrapper__section-details .more a h4{line-height:1;font-size:clamp(1.2rem,2vw,1.5rem);margin-bottom:-4px;position:relative}.projectswrapper .projectswrapper__section-details .more a h4:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background-color:#fff;transition:.2s ease}.projectswrapper .projectswrapper__section-details .more a:hover h4:after{width:100%}.projectswrapper .projectswrapper__section-details .link{display:flex;align-items:center;justify-content:center;padding:0 2rem;position:relative}.projectswrapper .projectswrapper__section-details .link .circle{position:absolute;top:15%;right:15%;width:10px;height:10px}.projectswrapper .projectswrapper__section-details .link svg{width:30px;height:30px}.projectswrapper .projectswrapper__section-details .link:hover{background-color:rgba(0,0,0,.4)}#about .aboutwrapper__section{display:flex;flex-direction:column;gap:1rem;padding:3rem}#about .aboutwrapper__section p{font-size:var(--fz-desc)}#about .aboutwrapper__section a{font-weight:800;text-decoration:underline}@media screen and (max-width:640px){#about .aboutwrapper__section{padding:2rem}}#experience .experiencewrapper__section-title{padding:1.5rem 3rem;text-align:center;background-color:var(--c-dark-variant)}#experience .experiencewrapper__section-title h3{font-size:24px;margin-bottom:-4px}#experience .experiencewrapper__section-list .list__header{display:grid;grid-template-columns:max-content 1px auto}#experience .experiencewrapper__section-list .list__header-year{display:flex;align-items:center;justify-content:center;padding:0 3rem;font-family:var(--ff-manrope);height:100%}#experience .experiencewrapper__section-list .list__header #year .line-x{display:none}#experience .experiencewrapper__section-list .list__header-title{font-family:var(--ff-manrope);padding:1rem 1.5rem;display:flex;align-items:center}#experience .experiencewrapper__section-list .list__header-title h4{font-size:18px;font-weight:400}#experience .experiencewrapper__section-list .list__header-desc{padding:3rem;font-size:18px;display:flex;flex-direction:column;gap:1rem}#experience .experiencewrapper__section-list .list__header-desc p{color:#fff;font-size:var(--fz-desc)}#experience .experiencewrapper__section-list .list__header-desc ul{display:flex;flex-direction:column;gap:1rem}#experience .experiencewrapper__section-list .list__header-desc ul li{position:relative;margin-left:2rem}#experience .experiencewrapper__section-list .list__header-desc ul li:before{content:"●";position:absolute;left:-32px;top:0}#experience .experiencewrapper__section-list .list__header-desc .desc__tech{display:flex;flex-wrap:wrap;gap:1rem;font-weight:700;font-size:14px}#experience .experiencewrapper__section-list .list__header-desc .desc__tech .tech{padding:2px 8px 0;border-radius:10rem;background-color:#f159a0;color:#000;box-shadow:0 0 4px 2px rgba(0,0,0,.15)}@media screen and (max-width:640px){#experience .experiencewrapper__section-list .list__header-year{padding-left:2rem;padding-right:2rem}#experience .experiencewrapper__section-list .list__header-desc{padding:2rem}}@media screen and (max-width:480px){#experience .experiencewrapper__section-list .list__header{grid-template-columns:1fr}#experience .experiencewrapper__section-list .list__header .line-y{display:none}#experience .experiencewrapper__section-list .list__header #year .line-x{display:block}#experience .experiencewrapper__section-list .list__header-year{padding:1rem}#experience .experiencewrapper__section-list .list__header-title{padding:1rem 2rem;text-align:center}}footer .author{padding:1rem;display:flex;align-items:center;justify-content:center}footer .author .author-title a{font-weight:800}#education .educationwrapper__section-title{padding:1.5rem 3rem;text-align:center;background-color:var(--c-dark-variant)}#education .educationwrapper__section-title h3{font-size:24px;margin-bottom:-4px}#education .educationwrapper__section-list .list__header{display:grid;grid-template-columns:max-content 1px auto}#education .educationwrapper__section-list .list__header-year{display:flex;align-items:center;justify-content:center;padding:0 3rem;font-family:var(--ff-manrope)}#education .educationwrapper__section-list .list__header-title{font-family:var(--ff-manrope);padding:1rem 1.5rem;display:flex;align-items:center}#education .educationwrapper__section-list .list__header-title h4{font-size:18px;font-weight:400}#education .educationwrapper__section-list .list__header-desc{padding:3rem;font-size:18px;display:flex;flex-direction:column;gap:1rem}#education .educationwrapper__section-list .list__header-desc p{color:#fff;font-size:var(--fz-desc)}@media screen and (max-width:480px){#education .educationwrapper__section-list .list__header-year{padding:0 2rem}#education .educationwrapper__section-list .list__header-desc{padding:2rem}}#projectwrapper .projectwrapper__section-title{display:grid;grid-template-columns:max-content 1px 1fr 1px max-content}#projectwrapper .projectwrapper__section-title .link-back{display:flex;align-items:center;justify-content:center;padding:0 2rem}#projectwrapper .projectwrapper__section-title .link-back svg{width:30px;height:30px}#projectwrapper .projectwrapper__section-title .link-back:hover{background-color:rgba(0,0,0,.4)}#projectwrapper .projectwrapper__section-title h3{line-height:1;padding:2rem;font-size:clamp(16px,3vw,24px);margin-bottom:-4px}#projectwrapper .projectwrapper__section-title .link{display:flex;align-items:center;justify-content:center;padding:0 2rem;position:relative;transition:.2s ease}#projectwrapper .projectwrapper__section-title .link .circle{position:absolute;top:20%;right:20%;width:10px;height:10px}#projectwrapper .projectwrapper__section-title .link svg{width:30px;height:30px}#projectwrapper .projectwrapper__section-title .link:hover{background-color:rgba(0,0,0,.4)}#projectwrapper .projectwrapper__section-details .details__title{padding:8px 2rem;background-color:var(--c-dark-variant);display:flex;justify-content:space-between;align-items:center}#projectwrapper .projectwrapper__section-details .details__title h4{margin-bottom:-3px}#projectwrapper .projectwrapper__section-details .details__row{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;gap:2rem}#projectwrapper .projectwrapper__section-details .details__row .desc{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end}#projectwrapper .projectwrapper__section-details .details__row .desc .service:last-of-type span{display:none}#projectwrapper .projectwrapper__section-desc .row__sticky{padding:8px 2rem;background-color:var(--c-dark-variant);display:flex;justify-content:space-between;align-items:center}#projectwrapper .projectwrapper__section-desc .row__sticky h5{margin-bottom:-3px}#projectwrapper .projectwrapper__section-desc .desc__row p{padding:2rem}#projectwrapper .projectwrapper__section-gallery{display:grid;grid-template-columns:1fr 1px 1fr;grid-template-rows:1fr;height:400px;overflow:hidden}#projectwrapper .projectwrapper__section-gallery .one{display:grid;grid-template-columns:1fr;grid-template-rows:1fr 1fr;overflow:hidden}#projectwrapper .projectwrapper__section-gallery .one .picture__contents{width:100%;height:100%;overflow:hidden}#projectwrapper .projectwrapper__section-gallery .one .picture__contents:first-of-type{border-bottom:1px solid var(--c-border)}#projectwrapper .projectwrapper__section-gallery .two .picture__contents{height:100%;width:100%;overflow:hidden}.listwrapper .listwrapper__section{display:grid;grid-template-columns:1fr 1px 2fr;grid-template-rows:auto;min-height:200px}.listwrapper .listwrapper__section-picture{overflow:hidden}.listwrapper .listwrapper__section-picture .picture__content{width:100%;height:100%;transition:.2s ease}.listwrapper .listwrapper__section-picture .picture__content:hover{transform:scale(1.1)}.listwrapper .listwrapper__section-info{display:flex;flex-direction:column}.listwrapper .listwrapper__section-info .info-title{display:grid;grid-template-columns:1fr 1px max-content}.listwrapper .listwrapper__section-info .info-title .title-content{display:flex;padding:1rem}.listwrapper .listwrapper__section-info .info-title .title-content h4{line-height:1;font-size:18px;position:relative}.listwrapper .listwrapper__section-info .info-title .title-content h4:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background-color:#fff;transition:.2s ease}.listwrapper .listwrapper__section-info .info-title .title-content:hover h4:after{width:100%}.listwrapper .listwrapper__section-info .info-title .link{display:flex;align-items:center;justify-content:center;padding:0 18.5px;position:relative}.listwrapper .listwrapper__section-info .info-title .link .circle{position:absolute;top:14%;right:14%;width:6px;height:6px}.listwrapper .listwrapper__section-info .info-title .link svg{width:25px;height:25px}.listwrapper .listwrapper__section-info .info-title .link:hover{background-color:rgba(0,0,0,.4)}.listwrapper .listwrapper__section-info .info-desc{overflow:hidden;margin:.5rem 1rem}.listwrapper .listwrapper__section-info .info-desc p{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.listwrapper .listwrapper__section-info .info__details{display:flex;flex-direction:column;justify-content:space-around;height:100%;padding:1rem;gap:1rem}.listwrapper .listwrapper__section-info .info__details-row{display:flex;justify-content:space-between;gap:1rem}.listwrapper .listwrapper__section-info .info__details-row .label,.listwrapper .listwrapper__section-info .info__details-row .label-content{line-height:1}.listwrapper .listwrapper__section-info .info__details-row .label{font-weight:800}.listwrapper .listwrapper__section-info .info__details-row .label-content{display:flex;flex-wrap:wrap;gap:.5rem;font-size:16px}@media screen and (max-width:480px){.listwrapper .listwrapper__section{grid-template-columns:1fr}.listwrapper .listwrapper__section-picture{display:none}.listwrapper .listwrapper__section-info .info__details-row{flex-direction:column}}:root{--c-border:hsla(0,0%,78%,.3);--c-dark-variant:rgba(0,0,0,.4);--c-dark:#000;--c-light:#fff;--fz-desc:clamp(14px,2vw,17px);--ff-adam:"Adam",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;--ff-manrope:"Manrope",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif}@font-face{font-family:Adam;src:local("Adam"),url(/_next/static/media/Adam-Light.20ef77a1.ttf) format("truetype");font-weight:200;font-display:auto}@font-face{font-family:Adam;src:local("Adam"),url(/_next/static/media/Adam-Medium.85a944e3.ttf) format("truetype");font-weight:400;font-display:auto}@font-face{font-family:Adam;src:local("Adam"),url(/_next/static/media/Adam-Bold.00d0f00b.ttf) format("truetype");font-weight:800;font-display:auto}@font-face{font-family:Manrope;src:local("Manrope"),url(/_next/static/media/Manrope-ExtraLight.fedf2590.ttf) format("truetype");font-weight:200;font-display:auto}@font-face{font-family:Manrope;src:local("Manrope"),url(/_next/static/media/Manrope-Light.c7470619.ttf) format("truetype");font-weight:300;font-display:auto}@font-face{font-family:Manrope;src:local("Manrope"),url(/_next/static/media/Manrope-Regular.bd4fdd36.ttf) format("truetype");font-weight:400;font-display:auto}@font-face{font-family:Manrope;src:local("Manrope"),url(/_next/static/media/Manrope-Medium.21bd6fd9.ttf) format("truetype");font-weight:500;font-display:auto}@font-face{font-family:Manrope;src:local("Manrope"),url(/_next/static/media/Manrope-SemiBold.a1b1fe16.ttf) format("truetype");font-weight:600;font-display:auto}@font-face{font-family:Manrope;src:local("Manrope"),url(/_next/static/media/Manrope-Bold.13e0014e.ttf) format("truetype");font-weight:700;font-display:auto}@font-face{font-family:Manrope;src:local("Manrope"),url(/_next/static/media/Manrope-ExtraBold.b3116da2.ttf) format("truetype");font-weight:800;font-display:auto}*,:after,:before{margin:0;padding:0;box-sizing:border-box;text-decoration:none}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}body{font-size:100%;line-height:1.5;font-family:var(--ff-adam);font-weight:400;padding:2rem 0;position:relative;background-color:rgba(1,0,36,0)}a,body{color:#fff}h1,h2,h3,h4,h5{font-size:1rem}img{width:100%;height:100%;object-fit:cover;vertical-align:middle;transition:.5s cubic-bezier(.4,0,.2,1)}.line-y{height:100%;width:1px}.line-x,.line-y{background-color:var(--c-border)}.line-x{width:100%;height:1px}button{all:unset;box-sizing:border-box;cursor:pointer}.picture__content{overflow:hidden;transition:.5s cubic-bezier(.4,0,.2,1)}.blurred{transform:scale(1.1);filter:blur(40px)}.image-loaded{transform:scale(1);filter:blur(0)}@media screen and (max-width:480px){body{padding:0}}