.wrapper{padding:2rem;padding-top:5rem;max-width:1200px;margin:0 auto;position:relative;--gap:2vw;--radius:20px}.headerContainer{position:absolute;padding:5rem 2rem 15rem;top:0;right:0;width:100%;background:linear-gradient(180deg,var(--off-white),var(--off-white),var(--off-white),transparent)}header{display:flex;flex-direction:column;gap:20px;max-width:var(--max-width);width:100%;margin-left:auto;margin-right:auto;padding-bottom:80px}h1{font-size:2.8rem}h2{font-size:1.8rem;color:var(--text);font-weight:400;text-align:left}.grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:5vw;gap:var(--gap);width:100%;margin-top:15vh}.grid>img{width:100%;align-self:stretch;justify-self:stretch;object-fit:cover;grid-column:span 1;grid-row:span 1;border-radius:20px}.grid img:first-child{grid-row:span 6}.grid img:nth-child(2){grid-row:span 4}.grid img:nth-child(3){grid-row:span 5}.grid img:nth-child(4){grid-row:span 3}.grid img:nth-child(5){grid-row:span 4}.grid img:nth-child(6){grid-row:span 5}.grid img:nth-child(7){grid-row:span 2}.grid img:nth-child(8){grid-row:span 4}.grid img:nth-child(9){grid-row:span 5;grid-column:span 2}.grid img:nth-child(10){grid-row:span 3}.grid img:nth-child(11){grid-row:span 2}.mission{margin-top:var(--gap);margin-bottom:var(--gap);width:100%;background-color:#fff;border-radius:var(--radius);padding:2rem}.mission>p{font-size:1.1rem;text-wrap:balance}.flex{display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--gap);align-items:stretch}.flex>img{object-fit:cover;border-radius:var(--radius)}.flex>img:first-child{width:calc(40% - var(--gap));height:25vw;object-fit:contain;background-color:var(--primary);padding:5vw}.flex>img:nth-child(2){width:60%;height:25vw;object-fit:contain;background-color:#fff;padding:5vw}.flex>img:nth-child(3){width:30%;object-fit:contain;background-color:#fff}.flex .story{flex:1;background-color:#fff;border-radius:var(--radius);padding:2rem;display:flex;flex-direction:row;align-items:center;font-size:1.1rem;text-wrap:balance}.flex .founder{position:relative;width:calc(50% - (var(--gap)/ 2));aspect-ratio:1;overflow:hidden;border-radius:var(--radius)}.founder img{height:100%;width:100%;object-fit:cover}.founderBottom{position:absolute;bottom:0;left:0;right:0;display:flex;flex-direction:row;align-items:flex-end;padding:0;height:100%}.founderBottom .info{display:flex;flex-direction:column;gap:4px;background-color:rgba(255,255,255,.6);backdrop-filter:blur(20px);border-radius:0 var(--radius) 0 0;padding:20px;margin:0;flex:1;max-height:90%}.info h3{font-size:1.1rem;color:var(--text)}.info p{font-size:.9rem;overflow-y:auto;padding-right:8px;max-height:0;transition:max-height .5s}.info p.show{max-height:1000px}.founderBottom .infoButton button{background-color:transparent;border:none;color:#fff;padding:16px;cursor:pointer}.infoButton svg{width:32px;height:32px}@media (max-width:700px){.wrapper{--gap:4vw}.grid{grid-template-columns:repeat(2,1fr)}h1{font-size:2.3rem}h2{font-size:1.1rem}.grid img:nth-child(5){grid-row:span 7}.grid img:nth-child(6){grid-row:span 6}.grid img:nth-child(7){grid-row:span 5}.grid img:nth-child(8){grid-row:span 4}.grid img:nth-child(9){grid-row:span 5;grid-column:span 2}.grid img:nth-child(10){grid-row:span 3}.grid img:nth-child(11){grid-row:span 3}.flex>img:first-child{width:calc(40% - var(--gap));height:25vw}.flex>img:nth-child(2){width:60%;height:25vw}.flex>img:nth-child(3){width:100%}.flex .story,.mission>p{font-size:1rem}.flex .founder{width:100%}.info h3{font-size:1rem}}