*{box-sizing:border-box;margin:0;text-decoration:none}@media screen and (min-width:450px){::-webkit-scrollbar{width:7px}::-webkit-scrollbar-track{background:#e9f8dc}::-webkit-scrollbar-thumb{background-color:#231c07}}html{background:#231c07;height:100dvh;overflow:hidden;padding:2px}body{--frame-h:calc(100dvh - 54px);background:#231c07;border:1px solid #fff;color:#e9f8dc;font-family:Martian Mono,monospace;margin:0;overflow:hidden}#root,body{display:flex;flex-direction:column;height:100%}#root{min-height:0;position:relative}.app-scroll{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}img{height:auto;max-width:100%}h1{font-size:clamp(5vw,90px,11vw);font-weight:600;margin:1.3vw 0;text-align:center}h1 span{color:#e9f8dc;transition:all .3s ease-in-out}h1 span.emphasis{color:#991515}h2{margin:1.3vw 0}h2,h3{font-weight:600}h3{margin:1.1vw 0}p{font-size:clamp(11px,17px,4vw);font-weight:300;margin-bottom:5px;margin-top:5px}a{color:#e9f8dc;text-decoration:none}li{font-size:clamp(12px,18px,4.5vw);margin-bottom:5px;margin-top:5px}.letter-span{color:#e9f8dc;display:inline-block;margin-left:15px;position:relative;transition:all .5s ease-in-out}.letter-span:after{background-color:#991515;content:"";display:block;position:absolute;transition:all .5s ease-in-out;width:0;z-index:10}.letter-span.emphasis{color:#231c07}.letter-span.emphasis:after{background-color:#991515;bottom:0;content:"";height:100%;margin-top:5px;mix-blend-mode:multiply;transition:all .5s ease-in-out;width:100%}button{background:none;border:none;color:#231c07;cursor:pointer;display:block;outline:inherit;padding:8px 16px;transition:all .1s ease-in-out;width:100%}button:hover{background-color:#991515;color:#e9f8dc}button.inline{background-color:none;border:1px solid #e9f8dc;color:#e9f8dc;display:inline-block;max-width:110px;padding:14px 18px;transition:all .2s ease-in-out}button.inline:hover{background-color:#e9f8dc;border-radius:10px;color:#231c07}.dropbtn{background-color:#231c07;border:1px solid #e9f8dc;color:#e9f8dc;cursor:pointer;padding:8px 16px;transition:all .2s ease-in-out}.dropbtn:hover{background-color:#e9f8dc;border-radius:10px;color:#231c07}.card-3d{backdrop-filter:blur(10.2px);-webkit-backdrop-filter:blur(5px);background:#000c;border:1px solid #991515;border-radius:30px;font-weight:200;height:650px;min-width:550px;overflow:hidden;perspective:10px;transform:rotatex(6deg) rotateY(50deg) translateX(-280px) translateY(80px);transform-style:preserve-3d;transition:all .3s ease-in-out;width:550px}.card-3d.slide{opacity:1;transform:rotatex(6deg) rotateY(50deg) translateY(80px)}.card-3d.open{border-radius:3px;height:80vh;min-width:500px;overflow:auto;transform:translateX(-100px) translateY(-50px);width:500px}@media screen and (max-width:450px){.card-3d.open{height:var(--frame-h);min-width:400px;transform:translateX(-90px) translateY(-30px);width:100vw}.card-3d{backdrop-filter:none;-webkit-backdrop-filter:none;background:none;background-color:#231c07;height:70vh;width:380px}}.card-3d .image-container{max-height:650px}.card-3d .card-content{padding:3%}.card-3d .card-content h1{font-size:clamp(2vw,46px,11vw);margin:2%;text-align:right}.card-3d .card-content div{align-items:center;column-gap:10px;display:flex;flex-direction:row;justify-content:flex-end;margin-top:10px}.card-3d .card-content a{border:1px solid #e9f8dc;color:#e9f8dc;display:inline-block;font-weight:300;padding:12px 18px;text-decoration:none;transition:all .2s ease-in-out}.card-3d .card-content a:hover{background-color:#e9f8dc;border-radius:10px;color:#231c07}.card-3d .card-content a:active{background-color:#deff7f}@media screen and (max-width:450px){.card-3d .card-content a{font-size:16px}}.card-3d p{font-size:clamp(.4vw,18px,19px);font-weight:300;margin-bottom:20px;text-align:right}.cards-container{display:flex;justify-content:center;padding:0 0 2rem;width:100%}.cards-container .cards-wrapper{align-items:center;display:flex;flex-direction:column;gap:9rem;margin:0;max-width:1200px;width:60vw}@media screen and (max-width:768px){.cards-container .cards-wrapper{gap:5rem;height:auto;width:92vw}}.card-image{background-color:#231c07;color:#e9f8dc;position:relative;width:100%}.card-image .card-image__media{margin:0;position:relative;width:100%}.card-image .card-image__media img{aspect-ratio:16/9;display:block;object-fit:cover;transition:filter .3s ease-in-out;width:100%}.card-image .card-image__media:hover img{filter:brightness(.78)}.card-image .card-image__caption{bottom:-1.7rem;color:#e9f8dc;font-size:12px;font-weight:600;left:0;letter-spacing:.06em;position:absolute;text-transform:uppercase}@media screen and (max-width:768px){.card-image .card-image__caption{bottom:-1.4rem;font-size:11px}}.card-image .card-image__cta{align-items:center;background-color:#e9f8dc;border:none;border-radius:50%;bottom:0;color:#231c07;cursor:pointer;display:flex;font-size:13px;font-weight:600;height:96px;justify-content:center;left:28%;letter-spacing:.04em;line-height:1.05;padding:0;position:absolute;text-align:center;text-transform:uppercase;transform:translateY(50%);transition:transform .2s ease-in-out,background-color .2s ease-in-out;width:96px}.card-image .card-image__cta:hover{background-color:#deff7f;border-radius:50%;color:#231c07;transform:translateY(50%) scale(1.07)}@media screen and (max-width:768px){.card-image .card-image__cta{font-size:11px;height:78px;left:auto;right:1rem;width:78px}}.card-image .card-image__body{color:#e9f8dc;font-size:clamp(15px,1.15vw,20px);font-weight:500;letter-spacing:.02em;line-height:1.55;margin:.5rem 0 0 auto;text-align:justify;text-transform:uppercase;width:55%}@media screen and (max-width:768px){.card-image .card-image__body{font-size:15px;margin-top:3.2rem;width:100%}}.list-item{align-items:flex-start;border:solid #231c07;border-radius:5px;border-width:2.5px 2.5px 5px;color:#231c07;display:flex;flex-direction:column;font-size:18px;justify-content:space-evenly;max-width:100%;min-width:100%;padding:1vw;transition:all .1s ease-in-out}.list-item:hover{box-shadow:0 8px 0 0 #7f96ff;transform:translateY(-8px)}.list-item h3{font-size:clamp(12px,30px,6vw);margin-bottom:10px}.list-item p{font-size:clamp(12px,18px,4.5vw);font-weight:300;margin-bottom:20px}.list-item a{background-color:#f0f8ff;border:1.5px solid #231c07;border-radius:3px;color:#231c07;font-size:clamp(1vw,18px,5vw);font-weight:300;line-height:90%;padding:.8vw;text-decoration:none;transition:all .2s ease-in-out}.list-item a:active,.list-item a:hover{background-color:#7f96ff}@media screen and (max-width:450px){.list-item{opacity:0;padding:2%;transform:translateY(80px);transition:opacity .3s ease-in-out,transform .3s ease-in-out;width:100%}.list-item.is-reveal{opacity:1;transform:translateY(0)}.list-item a{padding:3.5% 5%}}.blog-item{background-color:#231c07;border-radius:5px;min-height:350px;padding:30px 0}.blog-item .__image{aspect-ratio:16/10;background-color:#000;cursor:pointer;margin:1.4rem 0;overflow:hidden;position:relative}.blog-item .__image img{bottom:0;display:block;height:100%;margin:0 auto;width:auto;z-index:0}.blog-item .__title{color:#e9f8dc;font-size:32px;font-weight:600;margin-bottom:5px}.blog-item .__title a{display:inline}.blog-item .__title h3{cursor:pointer;display:inline}.blog-item .__title h3:hover{text-decoration:underline}.blog-item .__date{color:#999;font-size:14px}.blog-item .__description{color:#999;margin:10px 0 20px}.blog-item .__link_w{border:1px solid #e9f8dc;border-radius:2px;cursor:pointer;padding:15px 25px;transition:background-color .1s ease-in-out;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.blog-item .__link_w:hover{background-color:#e9f8dc;color:#231c07}.blog-item .__link{font-size:16px;text-decoration:none}.page-content{min-height:77vh;opacity:0;position:relative;z-index:1}.page-content h1{font-size:7rem;margin-bottom:3rem}@media screen and (max-width:450px){.page-content h1{font-size:5rem}}.page-content.fade-in{animation:fadeIn .3s ease-in-out forwards}.page-content.stretch{margin-top:80px;min-height:150vh;padding:0 22%}@media screen and (max-width:1024px){.page-content.stretch{padding:0 10%}}@media screen and (max-width:450px){.page-content.stretch{padding:0 3%}}.page-content.white{background-color:#e9f8dc;color:#231c07}.page-content.center{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:5vh auto}.page-index{background-color:#231c07;border-right:1px solid #e9f8dc;height:var(--frame-h);padding:20px;position:fixed;text-transform:capitalize;top:51px;width:320px;z-index:10}@media screen and (max-width:1200px){.page-index{width:200px}}.page-index .content{border-bottom:1px solid #e9f8dc;margin-bottom:10px;padding-bottom:5px}.hero-wrapper{align-items:center;display:flex;height:calc(var(--frame-h)*1.02);justify-content:center;overflow:hidden;position:relative;width:100%}@media screen and (max-width:450px){.hero-wrapper{height:62vh}}.hero-wrapper .hero-paralax-image{bottom:0;left:50%;position:absolute;right:0;top:50%;transform:translate(-50%,-50%);z-index:0}.hero-wrapper .hero-content{bottom:17%;color:#e9f8dc;position:absolute;right:5%}.hero-wrapper .hero-content h1{font-size:clamp(1vw,190px,8vw);font-weight:800;line-height:85%}.hero-wrapper .hero-content p{font-size:16px;font-weight:200}@media screen and (max-width:450px){.hero-wrapper .hero-content{align-items:center;bottom:8%;display:flex;flex-direction:column;justify-content:center;right:0}.hero-wrapper .hero-content h1{font-size:75px}.hero-wrapper .hero-content p{font-size:14px}.hero-wrapper .hero-content .flag-img{bottom:-20%;max-width:13%}.hero-wrapper .hero-content .circle-line{max-width:6%;right:28%;top:-10%}}.hero-wrapper .location-text{color:#e9f8dc;left:-2%;position:absolute;transform:rotate(-90deg)}@media screen and (max-width:450px){.hero-wrapper .location-text{font-size:11px}}.hero-wrapper .flag-img{position:absolute;right:2%}.hero-wrapper img{max-width:none}.hero-wrapper .circle-line{position:absolute;right:25.5%}.hero-wrapper--game{background-color:#231c07;cursor:pointer;outline:none}.hero-wrapper--game .hero-game-canvas{height:100%;image-rendering:pixelated;inset:0;max-width:100%;object-fit:contain;position:absolute;width:100%;z-index:0}.hero-wrapper--game .hero-content,.hero-wrapper--game .hero-game-hint,.hero-wrapper--game .location-text{z-index:2}.hero-wrapper--game .location-text{bottom:17%;left:5%;top:auto;transform:none}.hero-wrapper--game .hero-game-hint{animation:fadeIn 2s linear .5s infinite alternate;bottom:17%;color:#e9f8dc;font-size:13px;font-weight:200;left:50%;opacity:.7;pointer-events:none;position:absolute;transform:translateX(-50%)}.hero-wrapper--game .hero-game-controls{display:flex;gap:8px;position:absolute;right:1%;top:6vh;z-index:3}.hero-wrapper--game .hero-game-button{background:#0000;background-color:#231c07;border:1px solid #e9f8dc;border-radius:4px;color:inherit;color:#e9f8dc;cursor:pointer;font:inherit;font-size:12px;font-weight:200;height:26px;outline:inherit;padding:5px;transition:all .2s ease-in-out;width:26px}.hero-wrapper--game .hero-game-button:hover{background-color:#e9f8dc;color:#231c07}@media screen and (max-width:450px){.hero-wrapper--game{height:88vh}.hero-wrapper--game .location-text{bottom:auto;left:0;right:0;text-align:center;top:5%}.hero-wrapper--game .hero-content{bottom:3%;left:0;padding:0 6vw;right:0;text-align:center;top:auto}.hero-wrapper--game .hero-content .flag-img{margin:6px auto 0;position:static}}.hero-wrapper--game:-webkit-full-screen{height:100vh}.hero-wrapper--game:fullscreen{height:100vh}.cards-wrapper{margin-top:200px;overflow-x:auto;position:relative}.cards-wrapper::-webkit-scrollbar-track{background:none}@media screen and (max-width:450px){.cards-wrapper{height:calc(var(--frame-h)*.95)}}.cards-content{display:flex;flex-direction:row;height:var(--frame-h);overflow:visible;padding:10vh 0}.card-holder{height:100%;width:180px}.visually-hidden{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.paragraph-big{font-size:clamp(2vw,70px,8vw);line-height:110%;transition:color .5s ease-in-out}@media screen and (max-width:450px){.paragraph-big{font-size:29px;text-align:center}}.paragraph-small{font-size:clamp(2vw,30px,5vw);font-weight:100}@media screen and (max-width:450px){.paragraph-small{font-size:20px;text-align:center}}.messages-section{align-items:center;column-gap:20px;display:flex;flex-direction:row;justify-content:center;padding:0 10%}@media screen and (max-width:1024px){.messages-section{flex-direction:column}}.span-arrow{display:flex;justify-content:flex-end;position:relative}.span-arrow .triangle{width:55px}.section-heading{margin-bottom:4vh}.section-title{font-size:clamp(2vw,56px,7vw);font-weight:300;line-height:100%}.section-subtitle{font-size:clamp(1vw,22px,4vw);font-weight:100;margin-top:8px;opacity:.7}.experience-section,.impact-section{margin:12vh auto;width:80vw}@media screen and (max-width:450px){.experience-section,.impact-section{margin:8vh auto}}.experience-list{display:flex;flex-direction:column;row-gap:0}.experience-item{border-top:1px solid #e9f8dc40;column-gap:4vw;display:flex;flex-direction:row;padding:4vh 0}.experience-item:last-child{border-bottom:1px solid #e9f8dc40}@media screen and (max-width:1024px){.experience-item{flex-direction:column;row-gap:12px}}.experience-period{flex:0 0 22%;font-size:clamp(1vw,18px,3vw);font-weight:200;opacity:.7;white-space:nowrap}.experience-body{flex:1 1}.experience-role{font-size:clamp(1vw,30px,5vw);font-weight:600;line-height:110%}.experience-company{color:#deff7f;font-weight:200}.experience-location{font-weight:100;margin:6px 0 14px;opacity:.7}.experience-description{font-size:clamp(1vw,19px,3vw);font-weight:200;line-height:150%;max-width:65ch;text-transform:uppercase}.impact-lead{font-size:clamp(1vw,24px,4vw);font-weight:200;line-height:145%;margin-top:14px;max-width:70ch}.impact-list{grid-gap:4vh 4vw;display:grid;gap:4vh 4vw;grid-template-columns:repeat(2,1fr);list-style:none;padding:0}@media screen and (max-width:1024px){.impact-list{grid-template-columns:1fr}}.impact-item{border-left:2px solid #7f96ff;display:flex;flex-direction:column;padding-left:18px;row-gap:8px}.impact-highlight{color:#deff7f;font-size:clamp(1vw,22px,4vw);font-weight:400}.impact-text{font-size:clamp(1vw,18px,3vw);font-weight:200;line-height:150%}.content-404{align-items:center;display:flex;flex-direction:column;height:var(--frame-h);justify-content:center;text-align:center;width:100%}@media screen and (max-width:1024px){.content-404{flex-direction:column}}.content-wrapper{align-items:center;background-color:#231c07;column-gap:10%;display:flex;flex-direction:row;height:100%;justify-content:center;row-gap:20px}@media screen and (max-width:1024px){.content-wrapper{flex-direction:column}}.form-style{display:flex;flex:1 1;flex-direction:column;width:100%}.form-style label{display:block;margin-top:2%}.form-style input,.form-style label{color:#e9f8dc;font-size:clamp(.8vw,20px,4vw)}.form-style input{background:none;border:none;border-bottom:1px solid #e9f8dc;border-radius:0;padding:8px 10px;width:100%}.form-style input:focus{outline:none}.form-style textarea{font-size:clamp(1vw,20px,4vw);margin-bottom:50px;padding:1%;resize:none;width:100%}.form-style .submit-btn,.form-style textarea{align-self:center;background-color:#231c07;border:1px solid #e9f8dc;color:#e9f8dc;margin-top:20px}.form-style .submit-btn{border-radius:5px;cursor:pointer;display:block;font-size:clamp(1vw,32px,2vw);padding:1rem;transition:all .1s ease-in-out;width:50%}.form-style .submit-btn:hover{background-color:#e9f8dc;color:#231c07}.submission-message{align-items:center;background-color:#231c07;color:#e9f8dc;display:flex;height:var(--frame-h);justify-content:center;width:100%}.contact-info-page{align-self:flex-start;white-space:pre-line}@media screen and (max-width:450px){.contact-info-page{align-self:center;text-align:center}}.circle{border:1.5px solid #231c07;border-radius:50%;height:62vw;left:22%;position:absolute;width:62vw;z-index:-1}@media screen and (max-width:450px){.circle{height:160vw;top:-50px;width:160vw}}.project-content{margin:auto;padding:6vw 0;width:80vw}.project-content h1{margin-bottom:10%}.project-content p{font-size:clamp(1vw,18px,5vw);font-weight:200}@media screen and (max-width:450px){.project-content{text-align:justify;width:95%}}.img-container-dp{height:96vh;margin:auto auto 2vw;overflow:hidden;padding:2vw 0;width:99%}@media screen and (max-width:450px){.img-container-dp{height:auto;overflow:auto}.img-container-dp img{max-width:250%}}.page-content.case-study{padding:0}.case-hero{align-items:flex-end;border-bottom:1px solid #e9f8dc;display:flex;min-height:72vh;overflow:hidden;position:relative}@media screen and (max-width:450px){.case-hero{min-height:60vh}}.case-hero .case-hero-image{object-fit:cover;opacity:.8}.case-hero .case-hero-image,.case-hero:after{height:100%;left:0;position:absolute;top:0;width:100%}.case-hero:after{background:linear-gradient(0deg,#231c07f5 0,#231c0799 50%,#231c0740);content:"";z-index:0}.case-hero .case-hero-content{margin:0 auto;padding:6vw 0 4vw;position:relative;width:80vw;z-index:1}@media screen and (max-width:450px){.case-hero .case-hero-content{width:92%}}.case-hero .case-hero-eyebrow{color:#deff7f;font-size:clamp(1vw,14px,4vw);font-weight:300;letter-spacing:.18em;margin-bottom:1.5rem;text-transform:uppercase}.case-hero .case-hero-title{font-size:clamp(3vw,120px,15vw);font-weight:800;line-height:85%;margin-bottom:2rem}.case-hero .case-hero-description{font-size:clamp(1vw,22px,5vw);font-weight:200;line-height:150%;max-width:46ch}.case-hero .case-hero-cta{background-color:#e9f8dc;border:1px solid #e9f8dc;border-radius:999px;color:#231c07;display:inline-block;font-size:14px;font-weight:600;letter-spacing:.06em;margin-top:2.5rem;padding:.9rem 2rem;text-decoration:none;text-transform:uppercase;transition:background-color .2s ease-in-out,color .2s ease-in-out,transform .2s ease-in-out}.case-hero .case-hero-cta:hover{background-color:initial;color:#e9f8dc;transform:translateY(-2px)}@media screen and (max-width:450px){.case-hero .case-hero-cta{font-size:12px;margin-top:2rem;padding:.8rem 1.6rem}}.case-section{margin:0 auto;padding:6vw 0;width:80vw}@media screen and (max-width:450px){.case-section{padding:12vw 0;width:92%}}.case-section-title{font-size:clamp(2vw,44px,8vw);font-weight:600;line-height:110%;margin-bottom:3rem}.case-body{font-size:clamp(1vw,18px,5vw);font-weight:200;line-height:165%}.case-text-grid{grid-column-gap:3vw;grid-row-gap:3rem;column-gap:3vw;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-columns:repeat(var(--cs-columns,2),minmax(0,1fr));list-style:none;margin:0;padding:0;row-gap:3rem}@media screen and (max-width:1024px){.case-text-grid{grid-template-columns:1fr}}.case-text-block-title{color:#7f96ff;font-size:clamp(1vw,14px,4vw);font-weight:400;letter-spacing:.14em;margin-bottom:1rem;text-transform:uppercase}.case-text-block-body,.case-text-flow{font-size:clamp(1vw,18px,5vw);font-weight:200;line-height:165%}.case-text-flow{column-count:2;column-count:var(--cs-columns,2);column-gap:3vw}@media screen and (max-width:1024px){.case-text-flow{column-count:1}}.case-split{align-items:center;column-gap:4vw;display:flex;flex-direction:row;row-gap:2.5rem}@media screen and (max-width:1024px){.case-split{align-items:flex-start;flex-direction:column}}.case-split-aside{align-self:flex-start;flex:0 0 30%}.case-split-aside.case-split-aside--left{order:0}.case-split-aside.case-split-aside--right{order:2}@media screen and (max-width:1024px){.case-split-aside{flex:1 1 auto;width:100%}.case-split-aside.case-split-aside--left,.case-split-aside.case-split-aside--right{order:0}}.case-split-main{flex:1 1 auto;order:1}.case-section--image .case-split-aside{align-self:center;flex:0 0 48%}@media screen and (max-width:1024px){.case-section--image .case-split-aside{flex:1 1 auto}}.case-hint{border-left:1px solid #deff7f;color:#deff7f;font-size:clamp(1vw,15px,4vw);font-weight:400;letter-spacing:.14em;line-height:150%;padding-left:1.2rem;text-transform:uppercase}.case-image{border-radius:4px;display:block;height:auto;width:100%}.blog-c{display:block;margin:50px auto}.blog-post h1{font-size:clamp(2vw,45px,3vw);font-weight:600}.blog-post div:before{content:"";display:block;height:90px;margin:-90px 0 0}.navbar{align-items:center;background-color:#231c07;border-bottom:1px solid #e9f8dc;color:#e9f8dc;display:flex;flex:0 0 auto;font-size:14px;font-weight:200;height:48px;justify-content:space-between;padding:4px 10px;position:relative;transition:transform .2s ease-in-out;width:100%;z-index:100}.navbar .nav_links a{color:inherit;padding:0 20px 0 10px;text-decoration:none;transition:all .2s ease-in-out}.navbar .nav_links a:hover{background-color:#e9f8dc;color:#231c07}.custom-dropdown{display:inline-block;position:relative}.selected-option{border-radius:4px;cursor:pointer;padding:12px}.options{background-color:#231c07;border-radius:0 0 4px 4px;border-top:none;height:0;left:0;overflow:hidden;padding-top:4px;position:absolute;top:100%;transition:height .2s ease-in-out;width:100%;z-index:1}.options.open{height:70px}.options div{cursor:pointer;padding:5px 12px}.options div:hover{background-color:#f0f0f0;transition:background-color .2s ease-in-out}.dropdown{display:inline-block;position:relative}.dropdown:hover .dropdown-content{background-color:#e9f8dc;border-radius:10px;opacity:1;transform:translateY(10px);width:100%}.dropdown-content{cursor:pointer;opacity:0;overflow:hidden;position:absolute;transform:translateY(-10px);transition:all .2s ease-in-out;width:100%;z-index:1}.dropdown-content a{display:block;padding:12px 16px;text-decoration:none}.nav-panel-wrapper{border-bottom:1px solid #e9f8dc;flex:0 0 auto;height:48px;position:relative;z-index:100}.nav-panel-wrapper .bar{left:0;padding:10px 0;position:absolute;top:0;z-index:4}.nav-panel-wrapper .nav-button{--s:32px;--c:#fff;--_g1:linear-gradient(var(--c) 20%,#0000 0 80%,var(--c) 0) no-repeat content-box border-box;--_g2:radial-gradient(circle closest-side at 50% 12.5%,var(--c) 95%,#0000) repeat-y content-box border-box;-webkit-appearance:none;appearance:none;aspect-ratio:1;background:var(--_g2) left 0 top,var(--_g1) left calc(var(--s)/10) top,var(--_g2) right 0 top,var(--_g1) right calc(var(--s)/10) top;background:var(--_g2) left var(--_p,0) top,var(--_g1) left calc(var(--s)/10 + var(--_p, 0px)) top,var(--_g2) right var(--_p,0) top,var(--_g1) right calc(var(--s)/10 + var(--_p, 0px)) top;background-size:20% 80%,40% 100%;border:none;border-inline:calc(var(--s)/2) solid #0000;box-sizing:initial;-webkit-clip-path:inset(0 25%);clip-path:inset(0 25%);cursor:pointer;height:var(--s);left:0;-webkit-mask:linear-gradient(90deg,#0000,#000 25% 75%,#0000);mix-blend-mode:difference;padding:0;position:absolute;top:calc((48px - var(--s))/2);transition:background-position .3s .3s,-webkit-clip-path 0s .6s;transition:background-position .3s .3s,clip-path 0s .6s;transition:background-position .3s .3s,clip-path 0s .6s,-webkit-clip-path 0s .6s;transition:background-position .3s var(--_s,.3s),-webkit-clip-path 0s var(--_s,.6s);transition:background-position .3s var(--_s,.3s),clip-path 0s var(--_s,.6s);transition:background-position .3s var(--_s,.3s),clip-path 0s var(--_s,.6s),-webkit-clip-path 0s var(--_s,.6s);z-index:4}.nav-panel-wrapper .nav-button:after,.nav-panel-wrapper .nav-button:before{background:var(--c);border-radius:var(--s);content:"";inset:40% 0;position:absolute;transition:transform .3s 0s;transition:transform .3s calc(.3s - var(--_s, .3s))}.nav-panel-wrapper .nav-button.open{--_p:calc(var(--s)*-1);--_s:0s;-webkit-clip-path:inset(0);clip-path:inset(0)}.nav-panel-wrapper .nav-button.open:before{transform:rotate(45deg)}.nav-panel-wrapper .nav-button.open:after{transform:rotate(-45deg)}.nav-panel-wrapper .nav-button:focus-visible{border:none;-webkit-clip-path:none;clip-path:none;-webkit-mask:none;outline:2px solid var(--c);outline-offset:5px}.nav-panel{background-color:#231c07;border-bottom-right-radius:150px;border-right:1.5px solid #e9f8dc;border-top-right-radius:150px;bottom:3px;display:flex;flex-direction:column;left:3px;margin-left:auto;overflow:auto;padding-left:3%;padding-top:100px;position:fixed;right:3px;top:3px;transform:translateX(-100%);transition:all .4s ease-in-out;z-index:1}.nav-panel div{bottom:10px;color:#e9f8dc;cursor:pointer;position:absolute}.nav-panel div,.nav-panel div span{font-size:clamp(1vw,85px,6vw)}.nav-panel div span:hover{color:#991515}.nav-panel a{color:#e9f8dc;display:inline-block;font-size:clamp(1vw,85px,7vw);margin:20px 0;transition:all .5s ease}.nav-panel a:before{content:"";display:inline-block;height:50%;overflow:hidden;transition:all 1s ease;width:0}.nav-panel a:hover{color:#991515;text-decoration:underline}.nav-panel a:hover:before{background-color:#991515;color:#e9f8dc;content:"";margin-right:10px;width:120px}.nav-panel.open{border-bottom-right-radius:0;border-top-right-radius:0;transform:translateX(0)}.footer{background-color:#231c07;margin-left:0;margin-left:var(--sb-gutter,0);margin-top:7vh;position:relative;z-index:2}.footer .img-wrapper{height:100%;overflow:hidden;position:relative;width:60px}.footer .img-wrapper img{bottom:0;display:block;height:100%;margin:0 auto;width:auto;z-index:0}.footer .end-footer{border:1px solid #e9f8dc;display:flex;flex-direction:row;height:60px}.footer .end-layout{display:flex;flex-direction:row;justify-content:space-around;margin-left:auto}.footer .end-layout .social-item{align-items:center;border-left:1px solid #e9f8dc;color:inherit;display:flex;justify-content:center;text-decoration:none;width:80px}.footer .end-layout .social-item:hover{background-color:#e9f8dc;color:#231c07}.bodyWrap .loadingAnim:nth-child(2){height:150px;width:70%}.bodyWrap .loadingAnim:nth-child(3){width:80%}.bodyWrap .loadingAnim:nth-child(4){width:50%}.bodyWrap .loadingAnim:nth-child(5){width:90%}.bodyWrap .loadingAnim:nth-child(7){width:60%}.bodyWrap .loadingAnim:nth-child(8){height:250px;width:95%}.bodyWrap .loadingAnim:nth-child(9){width:80%}.bodyWrap .loadingAnim:last-child{height:100px}.bodyWrap .loadingAnim{animation:loadanimation 1s ease infinite;background:linear-gradient(90deg,#00000080,#36363659),#a5a5a500;background-size:800% 800%;border-radius:2px;margin:1.5vw 0;min-height:30px;padding:6px;width:100%}.container-cube{position:absolute;right:20%;top:20%;transform:rotate(45deg)}@media screen and (max-width:450px){.container-cube{left:39%;top:20%;transform:rotate(45deg) scale(.6)}}.flex{align-items:center;display:flex;height:80px;justify-content:center;margin:0 -80px 0 0;width:80px}.cube{height:1px;margin:0 80px 0 0;position:relative;transform-style:preserve-3d;width:1px}.wall{border:1px solid #fff;height:20px;left:-40px;line-height:100px;position:absolute;text-align:center;top:-40px;width:20px}.front{transform:translateZ(15px)}.back{transform:translateZ(-15px) rotateY(180deg)}.right{transform:translateX(15px) rotateY(90deg)}.left{transform:translateX(-15px) rotateY(-90deg)}.top{transform:translateY(-15px) rotateX(90deg)}.bottom{transform:translateY(15px) rotateX(-90deg)}.flex:nth-of-type(4) .cube:first-of-type{animation:rotation 3s ease-in-out .5s infinite alternate}.flex:nth-of-type(3) .cube:first-of-type{animation:rotation 3s ease-in-out .6s infinite alternate}.flex:nth-of-type(4) .cube:nth-of-type(2){animation:rotation 3s ease-in-out .6s infinite alternate-reverse}.flex:nth-of-type(2) .cube:first-of-type{animation:rotation 3s ease-in-out .7s infinite alternate}.flex:nth-of-type(3) .cube:nth-of-type(2){animation:rotation 3s ease-in-out .6s infinite alternate-reverse}.flex:first-of-type .cube:first-of-type,.flex:nth-of-type(4) .cube:nth-of-type(3){animation:rotation 3s ease-in-out .8s infinite alternate}.flex:nth-of-type(2) .cube:nth-of-type(2){animation:rotation 3s ease-in-out .6s infinite alternate-reverse}.flex:nth-of-type(3) .cube:nth-of-type(3){animation:rotation 3s ease-in-out .8s infinite alternate}.flex:nth-of-type(4) .cube:nth-of-type(4){animation:rotation 3s ease-in-out .8s infinite alternate-reverse}.flex:first-of-type .cube:nth-of-type(2){animation:rotation 3s ease-in-out .6s infinite alternate-reverse}.flex:nth-of-type(2) .cube:nth-of-type(3){animation:rotation 3s ease-in-out .9s infinite alternate}.flex:nth-of-type(3) .cube:nth-of-type(4){animation:rotation 3s ease-in-out .8s infinite alternate-reverse}.flex:first-of-type .cube:nth-of-type(3){animation:rotation 3s ease-in-out 1s infinite alternate}.flex:first-of-type .cube:nth-of-type(4),.flex:nth-of-type(2) .cube:nth-of-type(4){animation:rotation 3s ease-in-out .8s infinite alternate-reverse}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes rotation{to{transform:rotateX(270deg) rotateY(90deg)}}@keyframes loadanimation{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}code[class*=language-],pre[class*=language-]{word-wrap:normal;background:#030314;color:#d6e7ff;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:1em;-webkit-hyphens:none;hyphens:none;letter-spacing:.2px;line-height:1.5;tab-size:4;text-align:left;text-shadow:none;white-space:pre;word-break:normal;word-spacing:normal}code[class*=language-] ::-moz-selection,code[class*=language-] ::selection,code[class*=language-]::-moz-selection,code[class*=language-]::selection,pre[class*=language-] ::-moz-selection,pre[class*=language-] ::selection,pre[class*=language-]::-moz-selection,pre[class*=language-]::selection{background:#1d3b54;color:inherit;text-shadow:none}pre[class*=language-]{border:1px solid #2a4555;border-radius:5px;margin:1em 0;overflow:auto;padding:1.5em 1em}:not(pre)>code[class*=language-]{background:#2a4555;border-radius:.2em;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#f0f6f6;padding:.2em .3em}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#446e69}.token.punctuation{color:#d6b007}.token.boolean,.token.constant,.token.deleted,.token.number,.token.property,.token.symbol,.token.tag{color:#d6e7ff}.token.attr-name,.token.builtin,.token.inserted,.token.selector{color:#e60067}.token.char,.token.string{color:#49c6ec}.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url{background:#0000;color:#ec8e01}.token.atrule,.token.attr-value,.token.keyword{color:#0fe468}.token.class-name,.token.function{color:#78f3e9}.token.important,.token.regex,.token.variable{color:#d6e7ff}
/*# sourceMappingURL=main.ed50a0a0.css.map*/