.Home__Featured{padding:10rem 0;display:flex;flex-direction:column;gap:5rem}@media screen and (max-width:600px){.Home__Featured{padding:10rem 2rem}}.Home__Featured--title{display:flex;gap:2rem;flex-direction:column;align-items:center;justify-content:center}.Home__Featured--title h2{font-size:7rem;font-family:var(--font-youth);line-height:85%;letter-spacing:-.04em;text-align:center;color:var(--foreground)}.Home__Featured--title h2 span{color:var(--bridge)}@media screen and (max-width:825px){.Home__Featured--title h2{font-size:5rem}}@media screen and (max-width:600px){.Home__Featured--title h2{font-size:4rem}}.Home__Featured--title p{font-size:1.5rem;max-width:45rem;font-family:var(--font-ppneue);line-height:120%;letter-spacing:-.03em;text-align:center;color:var(--foreground);flex-wrap:wrap;display:flex;align-items:center;justify-content:center}@media screen and (max-width:600px){.Home__Featured--title p{font-size:1.2rem}}.Home__Featured--projects{width:95%;max-width:85rem;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:auto;gap:1.5rem}@media screen and (max-width:600px){.Home__Featured--projects{display:flex;flex-direction:column}}.Home__Featured--card{position:relative;border-radius:1.5rem;overflow:hidden;display:flex;flex-direction:column;padding:1rem;cursor:pointer;background-position:50%;background-repeat:no-repeat;background-size:cover}@media screen and (max-width:600px){.Home__Featured--card{height:40rem!important}}.Home__Featured--card:before{content:"";position:absolute;inset:0;background-image:inherit;background-position:50%;background-repeat:no-repeat;background-size:cover;transform:scale(1);transition:transform .35s ease-out;z-index:0}.Home__Featured--card:hover:before{transform:scale(1.1)}.Home__Featured--card:hover h3{color:#fff}.Home__Featured--card h3{position:relative;width:max-content;align-self:flex-start;background-color:var(--foreground);padding:1.25rem 2rem;border-radius:1rem;color:var(--bridge);font-size:2rem;font-family:var(--font-youth);font-weight:700;line-height:85%;letter-spacing:-.06em;text-transform:uppercase;transition:all .2s ease-in-out}@media screen and (max-width:600px){.Home__Featured--card h3{width:100%;white-space:normal;word-break:break-word}}.Home__Featured--card-1,.Home__Featured--card-4{grid-column:span 2;height:40rem}.Home__Featured--card-2{grid-column:1;grid-row:2;height:30rem}.Home__Featured--card-3{grid-column:2;grid-row:2/span 2;height:100%}.Home__Featured--card-5{grid-column:1;grid-row:5/span 2;height:100%}.Home__Featured--card-6{grid-column:2;grid-row:6;height:30rem}.Home__Featured--spacer{position:relative;overflow:hidden}.Home__Featured--spacer img{width:100%;height:100%;object-fit:cover}.Home__Featured--spacer-1{grid-column:1;grid-row:3;height:40rem;border-radius:1.5rem}.Home__Featured--spacer-2{grid-column:2;grid-row:5;height:30rem;border-radius:1.5rem}.Home__Featured--more{position:relative;width:100%;height:100dvh;display:flex;align-items:center;justify-content:center;margin-top:5rem}.Home__Featured--more p{position:absolute;z-index:2;font-size:8rem;font-family:var(--font-youth);line-height:85%;letter-spacing:-.04em;text-align:center;color:var(--foreground);max-width:45rem}.Home__Featured--more p span{color:var(--bridge)}.Home__Featured--more-projects{position:absolute;height:90dvh;aspect-ratio:1/1;top:50%;left:50%;transform:translate3d(-50%,-50%,0);display:flex;align-items:center;justify-content:center}.Home__Featured--more-projects div{position:absolute;width:16rem;border-radius:2rem;aspect-ratio:330/315;background-color:var(--bridge);top:50%;left:50%}.Home__Featured--more-projects div:first-child{transform:translate(-50%,-50%) rotate(0deg) translateY(calc(-50dvh + 5rem)) rotate(180deg)}.Home__Featured--more-projects div:nth-child(2){transform:translate(-50%,-50%) rotate(36deg) translateY(calc(-50dvh + 5rem)) rotate(180deg)}.Home__Featured--more-projects div:nth-child(3){transform:translate(-50%,-50%) rotate(72deg) translateY(calc(-50dvh + 5rem)) rotate(180deg)}.Home__Featured--more-projects div:nth-child(4){transform:translate(-50%,-50%) rotate(108deg) translateY(calc(-50dvh + 5rem)) rotate(180deg)}.Home__Featured--more-projects div:nth-child(5){transform:translate(-50%,-50%) rotate(144deg) translateY(calc(-50dvh + 5rem)) rotate(180deg)}.Home__Featured--more-projects div:nth-child(6){transform:translate(-50%,-50%) rotate(180deg) translateY(calc(-50dvh + 5rem)) rotate(180deg)}.Home__Featured--more-projects div:nth-child(7){transform:translate(-50%,-50%) rotate(216deg) translateY(calc(-50dvh + 5rem)) rotate(180deg)}.Home__Featured--more-projects div:nth-child(8){transform:translate(-50%,-50%) rotate(252deg) translateY(calc(-50dvh + 5rem)) rotate(180deg)}.Home__Featured--more-projects div:nth-child(9){transform:translate(-50%,-50%) rotate(288deg) translateY(calc(-50dvh + 5rem)) rotate(180deg)}.Home__Featured--more-projects div:nth-child(10){transform:translate(-50%,-50%) rotate(324deg) translateY(calc(-50dvh + 5rem)) rotate(180deg)}.Home__Services{padding:0 7rem;height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5rem}@media screen and (max-width:825px){.Home__Services{padding:0 5rem}}@media screen and (max-width:600px){.Home__Services{padding:0 3rem;gap:2rem}}@media screen and (max-width:425px){.Home__Services{padding:0 2rem}}.Home__Services h2{font-size:5rem;font-family:var(--font-youth);line-height:85%;letter-spacing:-.04em;text-align:center;color:var(--foreground);max-width:69.25rem;width:100%}.Home__Services h2 span{color:var(--bridge);display:block}@media screen and (max-width:600px){.Home__Services h2{font-size:4rem}}@media screen and (max-width:430px){.Home__Services h2{font-size:3rem}}.Home__Services--cards{margin:0 auto;max-width:80rem;width:100%;height:40rem;position:relative;overflow:hidden}.Home__Services--marquee{padding:2rem 0;width:100%}.Home__Services--card{position:absolute;width:100%;height:100%;padding:1rem;border-radius:1.5rem;overflow:hidden}.Home__Services--card img{object-fit:cover}.Home__Services--card div{position:relative;z-index:1;background-color:var(--foreground);padding:2.5rem 2rem;border-radius:.5rem;max-width:30rem;display:flex;flex-direction:column;gap:2rem}.Home__Services--card h3,.Home__Services--card h4{font-size:2rem;font-family:var(--font-youth);font-weight:700;line-height:85%;letter-spacing:-.04em;color:#fff}.Home__Services--card p{color:hsla(0,0%,100%,.5647058824);font-family:var(--font-ppneue)}.Home__Services--card:first-child{background-color:#3d2fa9}.Home__Services--card:nth-child(2){background-color:#ff3c34}.Home__Services--card:nth-child(3){background-color:#785f47}.Home__Video{height:100dvh;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.Home__Video video{aspect-ratio:16/9;width:100%;object-fit:cover}.Home__HeroSection{padding:0 8.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100dvh;position:relative}@media screen and (max-width:825px){.Home__HeroSection{padding:0 5rem}}@media screen and (max-width:600px){.Home__HeroSection{padding:0 3rem}}@media screen and (max-width:425px){.Home__HeroSection{padding:0 2rem}}.Home__HeroSection--trailContainer{position:absolute;top:0;left:0;width:100%;height:100%}@media screen and (max-width:765px){.Home__HeroSection--trailContainer{display:none}}.Home__HeroSection--trailContainer img{position:absolute;width:300px;height:300px;object-fit:cover;border-radius:1rem;transform-origin:center;pointer-events:none;will-change:transform}.Home__HeroSection--content{flex-direction:column;gap:4rem;position:relative;max-width:69.25rem;width:100%}.Home__HeroSection p,.Home__HeroSection--content{display:flex;align-items:center;justify-content:center}.Home__HeroSection p{font-size:.8rem;font-weight:700;padding:.5rem 1.25rem;border-radius:.6rem;background-color:var(--background-alt);color:var(--bridge);gap:.25rem}.Home__HeroSection h1,.Home__HeroSection p{font-family:var(--font-youth);letter-spacing:-.04em}.Home__HeroSection h1{font-size:8rem;line-height:85%;text-align:center;color:var(--foreground)}@media screen and (max-width:820px){.Home__HeroSection h1{font-size:6rem}}@media screen and (max-width:600px){.Home__HeroSection h1{font-size:4rem}}.Home__HeroSection--callButton{position:relative;background-color:var(--foreground);color:var(--background);font-family:var(--font-youth);font-weight:700;line-height:85%;letter-spacing:-.04em;font-size:.8rem;padding:.75rem 1.25rem;border-radius:.6rem;display:flex;align-items:center;justify-content:center;gap:.75rem;cursor:pointer}.Home__HeroSection--callButton div{display:flex}.Home__HeroSection--callButton div img{width:1.8rem;height:1.8rem;object-fit:cover;aspect-ratio:1/1;border-radius:100%}.Home__HeroSection--callButton div span{width:1.8rem;height:1.8rem;background-color:var(--background);color:var(--foreground);border-radius:100%;display:flex;align-items:center;justify-content:center;margin-left:-.5rem}.Home__HeroSection--callButton div span svg{width:.8rem;height:.8rem}.Home__HeroSection--marquee{width:100%;overflow:hidden;position:relative;mask-image:linear-gradient(90deg,transparent,black 10%,black 90%,transparent)}.Home__About{height:200dvh;position:relative}.Home__About--sticky{position:sticky;top:10vh;height:80dvh;padding:0 10%;overflow:hidden}.Home__About p,.Home__About--sticky{display:flex;align-items:center;justify-content:center}.Home__About p{font-size:3rem;max-width:45rem;font-family:var(--font-ppneue);line-height:120%;letter-spacing:-.03em;text-align:center;color:var(--foreground);flex-wrap:wrap}@media screen and (max-width:600px){.Home__About p{font-size:2rem}}.Home__About--word{margin-right:8px;margin-top:-.2rem}