@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&family=Eagle+Lake&display=swap");@font-face{font-family:Rage;src:url(/assets/fonts/RAGE.TTF) format("truetype");font-weight:400;font-style:italic;font-display:swap}:root{--first-color:#ff4d61;--title-color:#353252;--text-color:#5e5c7f;--body-color:#f9f7fd;--container-color:#fff;--body-font:"Rubik",sans-serif;--h1-font-size:2.25rem;--h2-font-size:1.5rem;--h3-font-size:1.25rem;--normal-font-size:1rem;--small-font-size:0.875rem;--smaller-font-size:0.813rem;--font-medium:500;--font-semibold:600;--font-bold:700;--shadow:0px 5px 20px 0px rgba(69,67,96,.1);--border-radius:20px}@media screen and (max-width:1024px){:root{--h1-font-size:1.75rem;--h2-font-size:1.25rem;--h3-font-size:1rem;--normal-font-size:0.938rem;--small-font-size:0.813rem;--smaller-font-size:0.75rem}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body,button,input,textarea{font-family:var(--body-font);font-size:var(--normal-font-size)}body{background-color:var(--body-color);line-height:1.7;color:var(--text-color)}h1,h2,h3{color:var(--title-color);font-weight:var(--font-semibold);line-height:1.2}ul{list-style:none}a{text-decoration:none}button{cursor:pointer;border:none;outline:none}img{max-width:100%;height:auto;vertical-align:middle}.container{max-width:1080px;padding-left:15px;padding-right:15px;margin:0 auto}.grid{display:grid}.section{margin-top:5.5rem;padding-top:1.5rem;padding-bottom:2rem}.section__title{font-size:var(--h1-font-size);margin-left:.875rem;font-weight:var(--font-bold);position:relative;margin-bottom:3.75rem}.section__title:before{content:"";background:url(/assets/dots-bg.svg);height:2.25rem;width:2.25rem;position:absolute;left:-.875rem;top:-.875rem}.btn{padding:.75rem 2rem;line-height:1;border-radius:1.875rem;box-shadow:0 0 1px transparent;border:1px solid transparent;color:#fff;display:inline-block;background-color:var(--first-color);font-weight:var(--font-bold)}@keyframes button-push{50%{transform:scale(.8)}to{transform:scale(1)}}.btn:hover{animation:button-push .3s linear 1}.main{margin-left:110px}@media screen and (max-width:1024px){.main{margin-left:0}}.aside{position:fixed;left:0;top:0;background:var(--body-color);border-right:1px solid rgba(0,0,0,.05);padding:2.5rem;width:110px;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;z-index:10;transition:.3s}.nav__list{row-gap:1rem}.nav__link,.nav__list{display:flex;flex-direction:column;align-items:center}.nav__link{position:relative;font-size:1.5rem;color:var(--title-color);font-weight:var(--font-bold);transition:.3s;gap:.25rem;text-decoration:none}.nav__link:hover{color:#ff4c61}.nav__tooltip{position:static;font-size:.6rem;font-weight:500;color:inherit;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .3s}.nav__link:hover .nav__tooltip{opacity:1}.copyright{color:#9b98b3;font-size:var(--small-font-size);transform:rotate(-180deg);writing-mode:vertical-rl}.nav__toggle{position:fixed;top:1.25rem;left:1.875rem;cursor:pointer;height:40px;width:45px;background-color:var(--body-color);border:1px solid #e8dfec;display:none;justify-content:center;align-items:center;z-index:1;transition:.3s}@media screen and (max-width:1024px){.aside{left:-110px}.nav__toggle{display:flex}.nav__toggle-open{left:140px}.show-menu{left:0}}.home{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center}.intro{max-width:540px;text-align:center;z-index:1}.home__img{width:80px;height:auto;margin-bottom:1.5rem}.home__name{font-size:var(--h1-font-size);font-weight:var(--font-bold);margin-bottom:.5rem}.home__education{display:block;margin-bottom:.5rem;font-size:var(--h3-font-size);color:var(--text-color)}.home__socials{display:flex;column-gap:1.75rem;margin:1.5rem 0;justify-content:center}.home__social-link{color:var(--title-color);font-size:1.3rem;transition:.3s}.home__social-link:hover{color:#ffd15c}.scroll__down{position:absolute;bottom:2.5rem;left:0;width:100%}.home__scroll-name{font-size:var(--small-font-size)}.mouse{border:2px solid #454360;display:block;height:1.6rem;width:1.25rem;margin:.75rem auto auto;border-radius:1rem;position:relative}@keyframes ani-mouse{0%{top:29%}15%{top:50%}50%{top:50%}to{top:29%}}.wheel{background-color:var(--title-color);border-radius:100%;width:.25rem;height:.25rem;top:.5rem;left:50%;transform:translateX(-50%);animation:ani-mouse 2s linear infinite}.shapes,.wheel{position:absolute}.shapes{left:0;top:0;height:100%;width:100%}.shape{position:absolute}.s1{left:2%;top:10%}.s2{left:18%;top:30%}.s3{left:5%;bottom:30%}.s4{left:2%;bottom:10%}.s5{left:44%;top:10%}.s6{left:36%;bottom:10%}.s7{top:20%;right:25%}.s8{right:24%;bottom:20%}.s9{right:2%;top:10%}.s10{top:45%;right:11%}.s11{bottom:10%;right:2%}@media screen and (max-width:768px){.s10,.s6{display:none}}@media screen and (max-width:1024px){.home__social-link{font-size:1.125rem}}.services__container{grid-template-columns:repeat(2,1fr);gap:1.875rem}.services__card{text-align:center;padding:1.875rem;border-radius:var(--border-radius);background-color:var(--container-color);transition:all .3s ease-in-out}.services__card:hover{transform:translateY(-10px)}.services__card:first-child{background-color:#babaf5;box-shadow:0 5px 20px 0 rgba(186,186,245,.4)}.services__card:nth-child(2){background-color:#fceba0;box-shadow:0 5px 20px 0 hsla(49,94%,81%,.4)}.services__card:nth-child(3){background-color:#fcb6be;box-shadow:0 5px 20px 0 rgba(252,182,190,.4)}.services__card:nth-child(4){background-color:#a0ecda;box-shadow:0 5px 20px 0 rgba(160,236,218,.4)}.services__img{height:80px;width:auto;object-fit:contain;margin-bottom:1.25rem}.services__title{font-size:var(--h3-font-size);margin-bottom:1rem;color:var(--title-color)}.services__description{color:var(--text-color)}.services__card:nth-child(2) .services__title{color:var(--title-color)}.services__card:nth-child(2) .services__description{color:var(--text-color)}@media screen and (max-width:1024px){.services__container{grid-template-columns:repeat(2,330px);justify-content:center}}@media screen and (max-width:768px){.services__container{grid-template-columns:310px}}@media screen and (max-width:350px){.services__container{grid-template-columns:1fr}}.work__filters{display:flex;align-items:center;flex-wrap:wrap;column-gap:1.875rem;margin-bottom:2.5rem}.work__item{cursor:pointer;font-weight:var(--font-bold);transition:.3s}.work__item:hover{color:var(--first-color)}.work__container{grid-template-columns:repeat(3,1fr);gap:1.875rem;align-items:stretch}.work__card{position:relative;overflow:hidden;border-radius:var(--border-radius);box-shadow:var(--shadow);display:flex;flex-direction:column;height:100%}.work__thumbnail{position:relative;width:100%;flex-shrink:0}.work__img{width:100%;height:100%;object-fit:cover;display:block;aspect-ratio:4/3}.work__mask{background:#6c6ce5;position:absolute;left:0;top:0;height:100%;width:100%;transition:.3s;opacity:0;z-index:1}.work__card:hover .work__mask{opacity:.9}.work__category{color:#fff;background-color:var(--first-color);border-bottom-left-radius:.98rem;border-bottom-right-radius:.98rem;position:absolute;top:0;left:1.5rem;font-size:var(--small-font-size);display:inline-block;padding:.19rem .625rem;transform:translateY(-40px);transition:.3s;z-index:2}.work__title{margin:0 0 .98rem;padding:0 1.25rem;top:3.75rem;transform:translateY(30px)}.work__button,.work__title{color:#fff;font-size:var(--h3-font-size);position:absolute;transition:.3s;opacity:0;z-index:2}.work__button{bottom:1.5rem;left:1.5rem;display:block;background-color:#ffd15c;height:40px;width:40px;cursor:pointer;border-radius:50%;text-align:center;line-height:42px}.work__card:hover .work__button{opacity:1}.work__card:hover .work__category,.work__card:hover .work__title{opacity:1;transform:translateY(0)}.work__card--standard .work__card-text{transition:opacity .3s}.work__card--standard:hover .work__card-text{opacity:0}@media screen and (max-width:1024px){.work__container,.work__filters{justify-content:center}.work__container{grid-template-columns:repeat(2,330px);row-gap:1.875rem}}@media screen and (max-width:768px){.work__container{grid-template-columns:310px}.work__filters{row-gap:.25rem}}@media screen and (max-width:350px){.work__container{grid-template-columns:1fr}}.about__img{width:180px;height:auto;border-radius:var(--border-radius);justify-self:center}.about__container{grid-template-columns:3fr 9fr;column-gap:1.875rem}.about__data{padding:1.875rem;background-color:var(--container-color);box-shadow:var(--shadow);border-radius:var(--border-radius);grid-template-columns:repeat(2,1fr);column-gap:1.875rem;align-items:flex-start;position:relative}.about__data:before{content:"";width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:15px solid var(--container-color);position:absolute;left:-.93rem;top:20%}.about__description{margin-bottom:1rem;text-align:justify}.about__education{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}.about__school{display:flex;align-items:center;gap:.75rem}.about__school img{height:60px;width:auto;object-fit:contain}.about__school p{font-size:var(--small-font-size);color:var(--text-color);line-height:1.4}.about__school em{font-style:italic;color:var(--title-color)}.about__skills{row-gap:1.25rem}.about__tech{display:grid;grid-row-gap:1.5rem;row-gap:1.5rem}.tech__group{display:flex;flex-direction:column;gap:.5rem}.tech__title{font-size:var(--normal-font-size);font-weight:var(--font-semibold);color:var(--title-color);margin-bottom:.25rem}.tech__icons{display:flex;flex-wrap:wrap;gap:.5rem}.tech__item{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .75rem;border-radius:1.25rem;background-color:#f0eef8;color:var(--text-color);font-size:var(--small-font-size);font-weight:var(--font-medium);transition:.3s}.tech__item:hover{background-color:#dad1f0}.tech__item i{font-size:1rem;color:var(--title-color)}.about__boxes{grid-template-columns:repeat(4,1fr);column-gap:1.875rem;margin-top:4.35rem}.about__box{display:flex;column-gap:1.5rem}.about__icon{font-size:var(--h1-font-size);color:#dedeea}.about__title{font-size:1.875rem}@media screen and (max-width:1024px){.about__container{grid-template-columns:720px;justify-content:center;row-gap:1.875rem}.about__data:before{border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #fff;left:49%;top:-20px}.about__img{justify-self:center}.about__box{flex-direction:column;row-gap:.5rem;text-align:center}}@media screen and (max-width:768px){.about__container{grid-template-columns:350px;text-align:center}.about__data:before{left:47%}.about__data{grid-template-columns:1fr;row-gap:1.875rem}.about__boxes{grid-template-columns:repeat(2,150px);row-gap:1.5rem;justify-content:center}}@media screen and (max-width:576px){.about__container{grid-template-columns:320px}}@media screen and (max-width:350px){.about__boxes,.about__container{grid-template-columns:1fr}}.contact.section{padding-bottom:6.25rem}.contact__container{grid-template-columns:4fr 8fr;column-gap:1.875rem}.contact__title{font-size:var(--h3-font-size);margin-bottom:.5rem}.contact__form-group{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:1.5rem;column-gap:1.5rem}.contact__form-div{position:relative;margin-bottom:1.875rem;height:3.75rem}.contact__form-input{position:absolute;top:0;left:0;width:100%;height:100%;box-shadow:var(--shadow);background-color:var(--container-color);color:var(--text-color);border:none;outline:none;border-radius:1.875rem;padding:.625rem 1.875rem;z-index:1}.contact__form-area{height:10.25rem}.contact__form-area textarea{resize:none}.contact__status{margin-top:1rem;font-size:.9rem;font-weight:500}.contact__status--success{color:#44d7b6}.contact__status--error{color:#ff4c60}.contact__turnstile{margin-bottom:1.25rem}@media screen and (max-width:1024px){.contact__container{grid-template-columns:300px 360px;justify-content:center}.contact__form-group{grid-template-columns:1fr}}@media screen and (max-width:768px){.contact__container{grid-template-columns:310px;row-gap:1.875rem}.contact__form,.contact__info{text-align:center}}@media screen and (max-width:350px){.contact__container{grid-template-columns:1fr}}.work__card--link{text-decoration:none;color:inherit;display:block}.work__ribbon{position:absolute;top:18px;right:-35px;background:var(--first-color);color:#fff;font-size:.7rem;font-weight:var(--font-bold);padding:.3rem 2.5rem;transform:rotate(45deg);z-index:10;letter-spacing:.05em;box-shadow:0 2px 6px rgba(0,0,0,.2)}.work__card--custom{text-decoration:none;color:inherit;display:flex;flex-direction:column;border-radius:var(--border-radius);box-shadow:var(--shadow);overflow:hidden;transition:box-shadow .3s}.work__card--custom:hover{box-shadow:0 2px 8px 0 rgba(99,99,99,.2)}.work__card-text{padding:.8rem 1rem;background:#f9f5fd;margin-top:auto}.work__category--static{color:var(--first-color);font-size:var(--small-font-size);font-weight:var(--font-bold);display:block;margin-bottom:.25rem;background:none;border-radius:0}.work__category--static,.work__title--static{position:static;transform:none;opacity:1;padding:0}.work__title--static{color:var(--title-color);font-size:var(--h3-font-size);margin:0;transition:color .3s}.work__card:hover .work__title--static{color:var(--first-color)}.psb-card{aspect-ratio:4/3}.psb-card,.psb-card__logo-box{width:100%;position:relative;overflow:hidden}.psb-card__logo-box{height:100%;transition:transform .3s}.work__card--custom:hover .psb-card__logo-box{transform:scale(1.1)}.psb-card__bg-front{background-image:url(/assets/petshopblue/petshopblue-home-card-bg.jpg);background-size:cover;background-position:50%;z-index:2}.psb-card__bg-back,.psb-card__bg-front{width:100%;height:100%;position:absolute;top:0;left:0}.psb-card__bg-back{z-index:1}.psb-card__ball{width:45%;aspect-ratio:1;bottom:30%;left:32.5%;z-index:2;border-radius:50%;border:.5px solid #9eb1ca;background:radial-gradient(circle at 50% 55%,rgba(240,245,255,.9),rgba(240,245,255,.9) 40%,rgba(225,238,255,.8) 60%,rgba(43,130,255,.4));opacity:.8;position:absolute;animation:psb-rotate 20s linear infinite}.psb-card__ball:before{top:1%;left:5%;width:40%;background:radial-gradient(circle at 130% 130%,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,0) 46%,hsla(0,0%,100%,.8) 50%,hsla(0,0%,100%,.8) 58%,hsla(0,0%,100%,0) 60%,hsla(0,0%,100%,0) 100%);transform:translateX(131%) translateY(58%) rotate(168deg) rotateX(10deg);z-index:2}.psb-card__ball:after,.psb-card__ball:before{content:"";position:absolute;height:80%;border-radius:100%}.psb-card__ball:after{top:5%;left:10%;width:80%;display:block;background:radial-gradient(circle at 50% 80%,hsla(0,0%,100%,0),hsla(0,0%,100%,0) 74%,#fff 80%,#fff 84%,hsla(0,0%,100%,0) 100%)}@keyframes psb-rotate{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}.psb-card__dog{width:40%;height:40%;position:absolute;bottom:23%;left:20%;z-index:3}.psb-card__dog img{width:100%;height:100%;object-fit:contain}.psb-card__title{width:100%;height:25%;position:absolute;bottom:0;left:0;z-index:2;display:flex;justify-content:center;align-items:center}.psb-card__title h2{font-family:Rage,cursive;font-style:italic;font-size:1.6em;font-weight:300;color:#333;transition:.1s}.mystika-card{width:100%;aspect-ratio:4/3;position:relative;overflow:hidden}.mystika-card__bg{width:100%;height:100%;background:radial-gradient(ellipse at 50% 45%,rgba(255,247,237,.5) 0,rgba(255,247,237,0) 40%),linear-gradient(180deg,#c4b5fd,#ddd6fe 25%,#fef3c7 45%,#ddd6fe 65%,#a78bfa);position:absolute;top:0;left:0;z-index:1;transition:transform .3s}.work__card--custom:hover .mystika-card__bg{transform:scale(1.05)}.mystika-card__content{width:100%;height:100%;display:flex;justify-content:center;align-items:center;position:relative}.mystika-card__logo{width:20%;position:absolute;top:.75rem;left:.75rem;z-index:2}.mystika-card__tarot-fan{width:80%;height:75%;position:relative;display:flex;align-items:center;justify-content:center}.mystika-card__tarot-card{position:absolute;width:32%;transition:transform .4s ease-in-out,box-shadow .4s ease-in-out;border-radius:6px;overflow:hidden;will-change:transform}.mystika-card__tarot-card img{width:100%;display:block;border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,.15),0 1px 3px rgba(0,0,0,.08)}.mystika-card__tarot-card--left{transform:translateX(-65%) rotate(-16deg);z-index:1;animation:mystikaFloat1 3s ease-in-out infinite}.mystika-card__tarot-card--center{transform:translateX(0) rotate(0deg);z-index:3;animation:mystikaFloat2 3.5s ease-in-out .5s infinite}.mystika-card__tarot-card--right{transform:translateX(65%) rotate(16deg);z-index:2;animation:mystikaFloat3 3.2s ease-in-out 1s infinite}@keyframes mystikaFloat1{0%,to{transform:translateX(-65%) rotate(-16deg) translateY(0)}50%{transform:translateX(-65%) rotate(-16deg) translateY(-6px)}}@keyframes mystikaFloat2{0%,to{transform:translateX(0) rotate(0deg) translateY(0)}50%{transform:translateX(0) rotate(0deg) translateY(-8px)}}@keyframes mystikaFloat3{0%,to{transform:translateX(65%) rotate(16deg) translateY(0)}50%{transform:translateX(65%) rotate(16deg) translateY(-6px)}}.work-detail{width:83.33%;max-width:1100px;margin:0 auto;padding:2rem 0 4rem;animation:fadeInWork .6s ease}@keyframes fadeInWork{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.work-detail__back{margin-bottom:2rem}.work-detail__back a{color:var(--title-color);font-weight:var(--font-bold);font-size:var(--small-font-size);text-decoration:none;transition:color .3s}.work-detail__back a:hover{color:var(--first-color)}.work-detail__back a i{margin-right:.4rem}.work-hero{margin-bottom:4rem}.work-hero__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.work-hero__brand{font-size:2.5rem;font-weight:100}.work-hero__meta{text-align:end}.work-hero__portfolio-title{font-size:clamp(1rem,.9rem + .5vw,1.4rem);color:var(--title-color)}.work-hero__portfolio-sub{font-size:clamp(.8rem,.75rem + .3vw,1rem);color:var(--text-color)}.work-hero__body{display:flex;align-items:flex-start;gap:1rem;line-height:1.6}.work-hero__subtitle{width:20%;flex-shrink:0}.work-hero__subtitle h3{font-size:1rem;font-weight:400}.work-hero__content{width:46.66%;flex-shrink:0}.work-hero__content h3{font-size:1rem;font-weight:var(--font-bold);margin-bottom:.75rem;color:var(--title-color)}.work-hero__content p{font-size:.9rem;margin-bottom:.6rem;color:var(--text-color)}.work-hero__content a{font-weight:var(--font-bold);text-decoration:none;transition:opacity .3s}.work-hero__content a:hover{opacity:.75}.work-hero__logo{width:33.33%;flex-shrink:0;padding-left:1rem}.work-hero__logo img{width:100%;display:block;border-radius:var(--border-radius)}.work-section{margin-bottom:3rem}.work-section__body{display:flex;align-items:flex-start;gap:1rem;line-height:1.6}.work-section__sidebar{width:20%;flex-shrink:0}.work-section__sidebar h3{font-size:1rem;font-weight:400}.work-section__content{width:46.66%;flex-shrink:0}.work-section__content h3{font-size:1rem;font-weight:var(--font-bold);margin-bottom:.75rem;color:var(--title-color)}.work-section__content p{font-size:.9rem;margin-bottom:.6rem;color:var(--text-color)}.work-section__content a{font-weight:var(--font-bold);text-decoration:none;transition:opacity .3s}.work-section__content a:hover{opacity:.75}.work-section__media{width:33.33%;flex-shrink:0;padding-left:1rem}.work-section__img-wrap{transition:transform .3s,box-shadow .3s;border-radius:0;overflow:hidden;position:relative;cursor:zoom-in;background:transparent}.work-section__img-wrap:hover{transform:scale(1.015);box-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.06)}.work-section__zoom-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.25);opacity:0;transition:opacity .3s;pointer-events:none}.work-section__zoom-overlay i{font-size:2rem;color:#fff}.work-section__img-wrap:hover .work-section__zoom-overlay{opacity:1}.work-section__img-wrap img{width:100%;display:block}.work-section__img-wrap--static{cursor:default}.work-section__img-wrap--static:hover{transform:none;box-shadow:none}.lightbox{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.85);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:lightbox-fade-in .2s ease}@keyframes lightbox-fade-in{0%{opacity:0}to{opacity:1}}.lightbox__close{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;color:#fff;font-size:1.75rem;cursor:pointer;z-index:1;transition:transform .2s}.lightbox__close:hover{transform:scale(1.2)}.lightbox__content{max-width:90vw;max-height:90vh;line-height:0;background:none;border:none;outline:none;padding:0;margin:0}.lightbox__content img{max-width:100%;max-height:90vh;display:block;border:none;outline:none;border-radius:0}.work-carousel{margin:0 auto}.work-carousel,.work-carousel__viewport{position:relative;width:100%}.work-carousel__slide{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;text-align:center;opacity:0;transition:opacity .5s ease;pointer-events:none}.work-carousel__slide--active{opacity:1;pointer-events:auto}.work-carousel__arrow{position:absolute;transform:translateY(-50%);z-index:2;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .3s}.work-carousel__arrow:hover{opacity:.8}.work-carousel--psb{max-width:300px}.work-carousel--psb .work-carousel__viewport{height:240px}.work-carousel--psb .work-carousel__slide{position:absolute;inset:0}.work-carousel--psb .work-carousel__bg{width:70%;height:180px;background-color:#fff;border-radius:2rem;box-shadow:0 2px 8px 0 rgba(99,99,99,.2);position:absolute;bottom:.5rem;left:50%;transform:translateX(-50%);z-index:0}.work-carousel--psb .work-carousel__card{width:60%;position:absolute;top:10%;left:50%;transform:translateX(-50%);z-index:1}.work-carousel--psb .work-carousel__card img{width:100%;display:block}.work-carousel--psb .work-carousel__label{color:var(--title-color);font-weight:400;position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);z-index:1;white-space:nowrap}.work-carousel--psb .work-carousel__arrow{top:calc(100% - .5rem - 90px);background-color:#14437d;padding:.25rem;border-radius:.25rem;width:28px;height:28px;font-size:.8rem;color:#fff}.work-carousel--psb .work-carousel__arrow--prev{left:calc(15% - 14px)}.work-carousel--psb .work-carousel__arrow--next{right:calc(15% - 14px)}.work-carousel--mystika{max-width:360px;margin-bottom:2rem}.work-carousel--mystika .work-carousel__viewport{height:220px}.work-carousel--mystika .work-carousel__card{width:60%;position:relative;z-index:1;margin-top:.5rem}.work-carousel--mystika .work-carousel__card img{width:100%;display:block;border-radius:0;box-shadow:none}.work-carousel--mystika .work-carousel__label{margin-top:.75rem;font-size:var(--small-font-size);font-weight:var(--font-medium);color:var(--title-color)}.work-carousel--mystika .work-carousel__arrow{top:50%;width:32px;height:32px;border-radius:50%;font-size:.85rem}.work-carousel--mystika .work-carousel__arrow--prev{left:calc(20% - 16px)}.work-carousel--mystika .work-carousel__arrow--next{right:calc(20% - 16px)}.work-carousel__dots{display:flex;justify-content:center;gap:.5rem;margin-top:.5rem}.work-carousel__dot{width:8px;height:8px;border-radius:50%;border:none;background:var(--border-color);cursor:pointer;transition:background .3s}.work-carousel__dot--active{transform:scale(1.2)}@media only screen and (max-width:768px){.work-carousel--mystika{max-width:280px}.work-carousel--mystika .work-carousel__viewport{height:180px}.work-carousel--mystika .work-carousel__card{width:55%}.work-carousel--mystika .work-carousel__arrow{width:28px;height:28px}.work-carousel--mystika .work-carousel__arrow--prev{left:calc(22% - 14px)}.work-carousel--mystika .work-carousel__arrow--next{right:calc(22% - 14px)}}@media only screen and (max-width:480px){.work-carousel--mystika{max-width:240px}.work-carousel--mystika .work-carousel__viewport{height:160px}.work-carousel--mystika .work-carousel__card{width:50%}}@media only screen and (max-width:1400px){.work-carousel--psb .work-carousel__bg{width:92%}.work-carousel--psb .work-carousel__arrow--prev{left:calc(4% - 14px)}.work-carousel--psb .work-carousel__arrow--next{right:calc(4% - 14px)}}@media only screen and (max-width:1008px){.work-carousel--psb .work-carousel__viewport{height:320px}.work-carousel--psb .work-carousel__card{width:80%;top:0}.work-carousel--psb .work-carousel__bg{width:90%;height:220px}.work-carousel--psb .work-carousel__arrow{top:calc(100% - .5rem - 110px)}.work-carousel--psb .work-carousel__arrow--prev{left:calc(5% - 14px)}.work-carousel--psb .work-carousel__arrow--next{right:calc(5% - 14px)}}@media only screen and (max-width:640px){.work-carousel--psb .work-carousel__viewport{height:320px}.work-carousel--psb .work-carousel__card{width:80%;top:5%}.work-carousel--psb .work-carousel__label{font-size:1.2rem}.work-carousel--psb .work-carousel__bg{width:90%;height:220px}.work-carousel--psb .work-carousel__arrow{top:calc(100% - .5rem - 110px)}.work-carousel--psb .work-carousel__arrow--prev{left:calc(5% - 14px)}.work-carousel--psb .work-carousel__arrow--next{right:calc(5% - 14px)}}.work-detail__footer{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border-color)}.work-detail__back-btn{display:inline-block;color:var(--title-color);font-weight:var(--font-bold);font-size:var(--small-font-size);text-decoration:none;transition:color .3s}.work-detail__back-btn:hover{color:var(--first-color)}.work-detail__back-btn i{margin-right:.4rem}@media screen and (max-width:1024px){.work-detail{width:90%;padding-top:4.5rem}}@media screen and (max-width:768px){.work-hero__header{flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:2rem}.work-hero__meta{text-align:start}.work-hero__body{flex-direction:column}.work-hero__content,.work-hero__logo,.work-hero__subtitle{width:100%;padding-left:0}.work-hero__logo img{width:60%;margin:1rem 0}.work-section__body{flex-direction:column}.work-section__content,.work-section__media,.work-section__sidebar{width:100%;padding-left:0}}@media screen and (max-width:480px){.work-hero__brand{font-size:1.8rem}.work-hero__logo img{width:100%}}.legal-page{max-width:800px;padding:3rem 1.5rem}.legal-page__back{display:inline-flex;align-items:center;gap:.5rem;color:var(--first-color);font-size:var(--small-font-size);text-decoration:none;margin-bottom:2rem;transition:opacity .3s}.legal-page__back:hover{opacity:.7}.legal-page__title{font-size:var(--h1-font-size);color:var(--title-color);margin-bottom:.5rem}.legal-page__updated{font-size:var(--small-font-size);color:#9b98b3;margin-bottom:2.5rem}.legal-page__section{margin-bottom:2rem}.legal-page__section h2{font-size:var(--h3-font-size);color:var(--title-color);margin-bottom:.75rem}.legal-page__section p{color:var(--text-color);line-height:1.7;margin-bottom:.75rem}.legal-page__section ul{list-style:disc;padding-left:1.5rem;margin-bottom:.75rem}.legal-page__section li{color:var(--text-color);line-height:1.7;margin-bottom:.35rem}.footer{padding:1.5rem 0;margin-left:110px;border-top:1px solid rgba(0,0,0,.05);background-color:var(--body-color)}.footer__container{display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:0 1.5rem}.footer__copyright{color:#9b98b3;font-size:var(--small-font-size)}.footer__links{display:flex;align-items:center;gap:.5rem}.footer__link{color:#9b98b3;font-size:var(--small-font-size);text-decoration:none;transition:color .3s}.footer__link:hover{color:var(--first-color)}.footer__divider{color:#b7b6c9;font-size:var(--small-font-size)}@media screen and (max-width:1024px){.footer{margin-left:0}}@media screen and (max-width:576px){.footer__container{flex-direction:column;gap:.5rem}}