.studio-hero{position:relative;width:100%;height:100%;color:var(--base-100);padding-top:35svh;padding-bottom:10svh}.studio-hero .container{display:flex;gap:2rem}.studio-hero .studio-hero-col:first-child{flex:2;color:#ebf2f4}.studio-hero .studio-hero-col:first-child p{width:50%}.studio-hero .studio-hero-col:nth-child(2){flex:3;display:flex;flex-direction:column;gap:4rem}.studio-hero .studio-hero-hero-img{border-radius:1rem;width:75%;opacity:.65;overflow:hidden}@media (max-width:1000px){.studio-hero .container{flex-direction:column;gap:4rem}.studio-hero .studio-hero-hero-img{width:100%}}.more-facts{position:relative;width:100%;height:100%;color:var(--base-100);padding:2rem 0}.more-facts .container{display:flex;flex-direction:column;gap:4rem;align-items:center}.more-facts .container p{color:var(--base-300)}.more-facts .more-facts-items{width:100%;display:flex;justify-content:space-around;gap:2rem;background-color:var(--base-450);padding:8rem 4rem;border-radius:2rem}.more-facts .fact{flex:1;display:flex;flex-direction:column;align-items:center;gap:2rem}.more-facts .fact h2{display:flex;justify-content:center}.more-facts .fact p{margin-bottom:1rem;text-align:center}.more-facts .fact p .line{text-align:center}@media (max-width:1000px){.studio-hero .studio-hero-col:first-child p{width:85%}.more-facts .more-facts-items{justify-content:center;align-items:center;flex-direction:column;gap:4rem}.more-facts .fact{gap:1.5rem}.more-facts .fact h2{font-size:4rem}}.how-we-work-container{position:relative;width:100%;height:100%;min-height:100svh;background-color:var(--base-500)}