@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap");@import url("https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");a{color:inherit;text-decoration:none}:root{--adham-farid-text:clamp(2em,7vw,6em);--navbar-text:clamp(1em,2vw,1.2em);--footer-text:clamp(0.5em,2vw,1.2em);--p-text-big:clamp(0.9em,2vw,2em);--p-text-title:clamp(1.1em,2vw,2em);--p-text-about:clamp(0.9em,1.7vw,1.8em);--p-text-normal:clamp(0.9em,1.5vw,1.6em);--p-fixed:clamp(0.9em,1.7vw,1.2em);--margin:clamp(10px,2vw,30px)}body{background-color:#faf9f6;background-color:#ececec}*{padding:0;margin:0;box-sizing:border-box;font-family:Poppins,sans-serif!important}.nav{position:fixed;width:100%;transition:all .8s ease;color:#fff;mix-blend-mode:difference;z-index:5}.nav,.nav.sticky{height:60px}.nav .center{display:flex;height:100%;justify-content:space-between;align-items:center;max-width:1280px;width:90vw;margin-inline:auto}.nav.sticky .center{position:relative}.nav .center .left{display:flex;align-items:center;font-size:var(--navbar-text);transition:all .8s ease;position:relative;width:100%;-moz-column-gap:10px;column-gap:10px}.nav .center .left .text-logo{transition:.8s ease;color:#fff;mix-blend-mode:difference}.nav .center .left .image-logo{display:flex;align-items:center;width:var(--navbar-text);height:var(--navbar-text);color:#fff;z-index:10;mix-blend-mode:difference}.nav .center .menu-list{display:flex;flex-direction:row;align-items:center;-moz-column-gap:4px;column-gap:4px}.nav .center .menu-list .menu-item{position:relative;font-size:var(--navbar-text);display:flex}.nav .center .menu-list .menu-item:before{content:" ";position:absolute;width:0;bottom:0;left:0;height:2px;background-color:#fff;transition:.5s ease}.nav .center .menu-list .menu-item:hover:before{width:100%}.body.scrollDisabled{overflow:hidden}@media screen and (max-width:768px){.nav .center .menu-bar{display:flex;flex-direction:column;row-gap:6px;cursor:pointer;justify-content:center;position:relative;width:clamp(20px,4vw,30px)}.nav .center .menu-bar>*{width:100%;height:4px;background-color:#fff;border-radius:5px;transition:all .8s ease}.nav.unset .center .menu-bar>*{background-color:#000}.nav .center .menu-bar>:first-child.active{transform:rotate(45deg);position:absolute}.nav .center .menu-bar>:nth-child(2).active{transform:rotate(-45deg);position:absolute}.nav .center .menu-list{display:flex;flex-direction:column;justify-content:center;align-items:center;position:fixed;top:60px;right:-100vw;width:50vw;height:50vh;row-gap:24px;padding:var(--p-text-big);transition:all .8s ease;background-color:#000;z-index:5}.desktop{display:none}.nav.unset,.nav.unset .center .left .image-logo{mix-blend-mode:unset}.nav.unset .center .left .text-logo{transition:.8s ease;color:#000;mix-blend-mode:unset}.nav.sticky .center .menu-list{top:60px}.nav .center .menu-list.active{right:0}}section{max-width:1280px;width:90vw;margin:auto;padding-top:var(--p-fixed);padding-bottom:var(--p-fixed)}section.hero-wrapper{display:flex;align-items:center}.hero{width:100%;height:95vh;display:flex;flex-direction:column;justify-content:space-evenly}.hero .mid{height:30%}.hero .upper{width:65%}.hero .upper .wrapper{display:flex;box-sizing:content-box;height:calc(var(--p-text-big) + 10px)}.hero .upper .wrapper .words{overflow:hidden}.hero .upper .wrapper .words span{font-size:var(--p-text-big);font-weight:500;line-height:1.1em;height:100%;display:block;padding-left:clamp(.3em,.5vw,.8em);animation:spin_words_cover 5s infinite}@keyframes spin_words_cover{10%{transform:translateY(-104%)}25%{transform:translateY(-100%)}35%{transform:translateY(-204%)}50%{transform:translateY(-200%)}60%{transform:translateY(-304%)}75%{transform:translateY(-300%)}85%{transform:translateY(-404%)}to{transform:translateY(-400%)}}.hero .lower{text-align:right;width:100%;justify-content:flex-end;line-height:var(--adham-farid-text)}.hero .lower .nama-adham{width:100%;float:right}.hero h2{font-size:var(--adham-farid-text);font-weight:500}.hero p{font-size:var(--p-text-big);font-weight:200;line-height:1.2em}@media screen and (max-width:768px){.hero .lower,.hero .mid,.hero .upper{width:100%}.hero .lower{text-align:left}}section.about-me{display:flex;justify-content:space-between}section.about-me .wrapper .wrapper-fixed{height:100%}section.about-me .wrapper .wrapper-fixed .fixed{top:25vh;position:sticky;font-weight:400;font-size:var(--p-fixed)}section.about-me .content{display:block;width:70%;text-align:justify;font-size:var(--p-text-about)}section.about-me .content .upper{font-weight:500;margin-bottom:15px}section.about-me .content .lower{font-weight:200;margin-bottom:15px}@media screen and (max-width:500px){section.about-me{display:flex;flex-direction:column}section.about-me .content{width:100%}section.about-me .wrapper .wrapper-fixed .fixed{font-weight:500;font-size:var(--p-fixed)}}section.experience .outer{display:flex;justify-content:space-between;margin-top:var(--margin)}section.experience .h2-title{text-align:center;font-weight:500;font-size:var(--p-text-title)}section.experience .outer .content{display:flex;flex-direction:column;width:85%}section.experience .outer .wrapper .wrapper-fixed{height:100%}section.experience .outer .wrapper .wrapper-fixed .fixed{top:25vh;position:sticky;font-weight:400;font-size:var(--p-fixed);margin-bottom:60px}@media screen and (max-width:480px){section.experience .outer .wrapper .wrapper-fixed .fixed{margin-bottom:90px;margin-top:15px;margin-left:-20px}section.experience .outer .wrapper .wrapper-fixed .fixed p{transform:rotate(-90deg);left:0;text-align:right}}footer{background-color:#000;background-image:url(/_next/static/media/bg-af-baru.9214a420.png);background-size:cover;background-position:50%;color:#faf9f6}footer .footer-form-container{padding-block:6% 1.5%;display:flex;justify-content:space-evenly;color:#faf9f6;max-width:1280px;width:90vw;margin:auto}footer .footer-form-container .left{display:flex;flex-direction:column;font-size:var(--p-text-big);gap:10px}footer .footer-form-container .left .upper{width:100%;display:flex;box-sizing:content-box;height:calc(var(--p-text-big))}footer .footer-form-container .left .upper .words{overflow:hidden;margin-bottom:-10px}footer .footer-form-container .left .upper .words span{font-size:var(--p-text-big);font-weight:700;height:110%;display:block;padding-left:clamp(.3em,.5vw,.8em);animation:spin_words 5s infinite}@keyframes spin_words{8%{transform:translateY(-105%)}20%{transform:translateY(-99%)}28%{transform:translateY(-205%)}40%{transform:translateY(-199%)}48%{transform:translateY(-305%)}60%{transform:translateY(-299%)}68%{transform:translateY(-405%)}80%{transform:translateY(-399%)}88%{transform:translateY(-505%)}to{transform:translateY(-499%)}}footer .footer-form-container .right{display:flex;flex-direction:column;gap:10px;width:20em}footer .footer-form-container .right :nth-child(4){width:-moz-fit-content;width:fit-content}@media screen and (max-width:768px){footer .footer-form-container{flex-direction:column;align-items:center;text-align:center}footer .footer-form-container .left{justify-content:center;font-size:clamp(1.2em,2vw,2em);margin-bottom:2%}footer .footer-form-container .left .upper{width:-moz-fit-content;width:fit-content;height:clamp(1.2em,2vw,2em)}footer .footer-form-container .left .upper .words span{font-size:clamp(1em,2vw,2em);text-align:left}footer .footer-form-container .right :nth-child(4){margin:auto}}footer .upper{width:100vw;display:flex;justify-content:center;margin-bottom:-2%}footer .upper :nth-child(7){margin-right:-3%}footer .upper span{font-weight:700;height:-moz-fit-content;height:fit-content;font-size:17vw;margin-inline:-1%}footer .lower{font-size:var(--footer-text);display:flex;align-items:center;justify-content:space-between;padding-inline:1%;padding-bottom:5%}footer .lower .mid{display:flex;flex-direction:row;align-items:center;-moz-column-gap:4px;column-gap:4px}footer .lower .mid .menu-item{position:relative;display:flex}footer .lower .mid .menu-item :before{content:" ";position:absolute;width:0;bottom:0;left:0;height:2px;background-color:#fff;transition:.5s ease}footer .lower .mid .menu-item :hover:before{width:100%}footer .lower .right{text-align:right}footer .copyright{height:55px;margin-top:-3%;font-size:clamp(.2em,1.6vw,1em);color:#515151}.loader,footer .copyright{display:flex;justify-content:center;align-items:center}.loader{flex-direction:column;width:100vw;height:100vh}.loader .image{width:max(200px,20vw)}.loader p{margin-top:-20px}.intro{height:100vh;width:100vw;background-color:#000;background-image:url(/_next/static/media/bg-af-baru.9214a420.png);background-size:auto 100%;background-position:50%}.intro .image{display:flex;justify-content:center;align-items:center;margin:auto;width:70vw;height:100%}.intro .image object{filter:invert(100%) sepia(100%) saturate(1%) hue-rotate(16deg) brightness(103%) contrast(101%)}section.experience .card{display:flex;gap:10px;height:250px;margin-bottom:20px}section.experience .card .line{height:inherit;width:5px;background-color:#000}section.experience .card-content{width:100%;display:flex;gap:10px;justify-content:space-between}section.experience .card-content .description{width:70%;display:flex;flex-direction:column;justify-content:space-between;gap:2vh}section.experience .card-content .description .content{display:flex;flex-direction:column;width:100%;gap:5px}section.experience .card-content .description .content .position-wrapper{display:flex;gap:10px;align-items:flex-end}section.experience .card-content .description .content .position-wrapper *{line-height:1}section.experience .card-content .description h2{font-weight:500;font-size:var(--p-text-about)}section.experience .card-content .description h3{font-size:var(--p-text-normal)}section.experience .card-content .description p{font-size:var(--p-fixed);text-align:justify}section.experience .card-content .description .tech-stack>*{height:clamp(15px,2vw,25px)!important}section.experience .card-content .image{height:100%;aspect-ratio:1/1;border-radius:10px;border:1px solid #ccc;position:relative;overflow:hidden}section.experience .card-content .image:hover{cursor:pointer}@media screen and (max-width:768px){section.experience .card{height:unset}section.experience .card-content{flex-direction:column}section.experience .card-content .description,section.experience .card-content .image{width:100%}section.experience .card-content .image{border-radius:5px}}.web-content-image{mix-blend-mode:difference}.cover,.web-content-image{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.cover{background-image:url(https://cdn.discordapp.com/attachments/1000437373240361102/1070876933098848256/bg-af-baru.png);background-color:hsla(0,0%,93%,.8);background-size:cover;opacity:.95;position:absolute;top:150%;transform:translateY(-50%);transition:all .5s ease;flex-direction:column;gap:2px;color:#000;font-weight:500;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.cover.covered{top:50%}.see-more{margin-inline:auto;display:flex;align-items:center;justify-content:center;flex-direction:column;background-color:#000;color:#fff;border-radius:50px;border:0;width:clamp(40px,5vw,50px);height:clamp(40px,5vw,50px);font-size:clamp(.5em,3vw,.7em);text-align:center;padding:1em;line-height:clamp(10px,2vw,15px);cursor:pointer}.see-more:hover{background-color:#323232}.see-more.visit{font-size:calc(1.5 * clamp(.5em, 3vw, .7em))}.text-field{max-width:700px}.enter-btn{background-color:#000;margin:auto}.enter-btn:hover{background-color:#505050}section.adminLogin{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;gap:20px}section.adminLogin h1{font-weight:500}section.adminLogin .input-login{color:#000}section.admin-index{padding-top:50px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}section.admin-index h1{text-align:center}section.admin-index h1,section.admin-index h2{max-width:700px;font-weight:500}section.admin-index h2{text-align:left}.carousel{position:relative;z-index:1}.carousel .section{height:100vh;background-image:url(https://media.discordapp.net/attachments/1000437373240361102/1065993836159045733/5-10.png);background-size:auto 100%;background-position:50%;color:#1f1f1f}.carousel .section .overlay-bg{background-color:hsla(0,0%,100%,.8);background-color:hsla(0,0%,93%,.85);position:absolute;width:100vw;height:100vh;top:0;bottom:0;right:0;left:0}.carousel .section .background-color{position:absolute;width:100vw;height:400vw;top:50%;left:50%;transform:translate(-50%,-50%);z-index:-1;opacity:0;transition:all 2s ease}.carousel .section.active .background-color{opacity:1}.carousel .fp-overflow{display:flex!important;flex-direction:row!important;padding-inline:3vw;align-items:center}.carousel .fp-overflow .desc-content{width:70%;height:-moz-fit-content;height:fit-content;z-index:2;display:flex;flex-direction:column;gap:30px}.carousel .fp-overflow .desc-content .tech-stack{padding:10px;border-radius:5px;background-color:rgba(0,0,0,.1);width:-moz-fit-content;width:fit-content;display:flex;align-items:center;justify-content:space-around;gap:10px}.carousel .fp-overflow .desc-content .tech-stack *{margin:0}@media only screen and (max-width:768px){.carousel .fp-overflow{flex-direction:column!important;gap:20px}.carousel .fp-overflow .desc-content{width:100%;text-align:justify;gap:20px}}.fp-watermark,.fp-watermark>a{display:none!important}.section-contact{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;position:absolute}@media only screen and (min-width:768px){.section-contact .wrapper a{font-size:calc(1.5*var(--adham-farid-text));line-height:1}.section-contact .wrapper a:after{content:" ";position:absolute;width:5%;bottom:0;left:-5%;height:15px;background-color:#faf9f6;background-color:#ececec;transition:1.2s ease}.section-contact .wrapper.bawah a{font-size:calc(1.4*var(--adham-farid-text))}.section-contact .hover:hover a:after{left:105%}}.section-contact .wrapper{position:relative;width:100%;display:flex}.section-contact .wrapper a{font-size:calc(1.5*var(--adham-farid-text));line-height:1}.section-contact .wrapper:before{content:" ";position:absolute;width:100%;bottom:0;right:0;height:1.5vw;height:min(1.5vw,15px);background-color:#faf9f6;background-color:#ececec;transition:1.2s ease}.section-contact .wrapper.bawah a{font-size:calc(1.4*var(--adham-farid-text))}.section-contact .wrapper.underline a{text-decoration:underline}.section-contact .wrapper.underline:before{content:" ";width:0}.section-contact p{font-size:var(--p-text-title)}section.wrapper-the-journey{position:relative;padding-top:80px}section.wrapper-the-journey .the-journey-title{display:flex;align-items:center;flex-direction:column;justify-content:center;height:50vh;position:sticky;top:0;color:#fff;mix-blend-mode:difference;z-index:1}section.wrapper-the-journey .the-journey-title h2{font-size:calc(var(--adham-farid-text)*1.2)}.swiper{width:100%;height:100%;z-index:2}.swiper-slide{text-align:center;font-size:18px;background:#fff;width:-moz-fit-content!important;width:fit-content!important;height:-moz-fit-content!important;height:fit-content!important;display:flex;justify-content:center;align-items:center;border-radius:10px}.swiper-slide img{display:block;width:40vw;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:10px}@media only screen and (max-width:768px){.swiper-slide img{width:100%}}.swiper-pagination-bullet{opacity:1!important;background:rgba(0,0,0,.2)!important}.swiper-pagination-bullet-active{background:#007aff!important}.wrapper-work-section{position:relative;height:200vh}.wrapper-work-section .works-section-card{height:100vh;width:100%;padding:2.5vw;display:flex;flex-direction:column;justify-content:space-between;top:0;position:sticky}.wrapper-work-section .works-section-card h1{font-size:calc(var(--adham-farid-text)/1.5)}.wrapper-work-section .works-section-card .company{text-align:end}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, 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");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:normal;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.hover-cursor{background-color:#000;color:#fff;border-radius:50%;position:fixed;z-index:1000;width:50px;height:50px;overflow:hidden;transform:translateZ(0);pointer-events:none}.cursor-custom *{cursor:none}.cursor-custom{display:flex;align-items:center;justify-content:center;height:100vh}.title{font-size:10rem}.cursor{background-color:#111;height:32px;width:32px;border-radius:50%;position:fixed;top:0;left:0;pointer-events:none;transition:all .2s ease-out}@media only screen and (max-width:800px){.cursor-custom *{cursor:pointer}.cursor{display:none}}