@import"https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Instrument+Serif:ital@0;1&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--base-100: #ebf5df;--base-200: #aace60;--base-300: #0e3e3e;--sticky-card-1: #0e3e3e;--sticky-card-2: #aace60;--sticky-card-3: #94a187;--sticky-card-4: #fefae0}*{margin:0;padding:0;box-sizing:border-box}html,body{overflow-x:hidden;width:100%;max-width:100vw}img{width:100%;height:100%}h1{font-family:Inter;font-weight:700;font-size:5rem;line-height:1.2;letter-spacing:-.065em}.hero-header p{font-family:"Instrument Serif";font-weight:500;font-size:2.2rem;line-height:1.2;letter-spacing:-.02em;max-width:30ch;opacity:.9;color:var(--base-300)}h2{text-transform:uppercase;font-family:"Instrument Serif",sans-serif;font-weight:500;line-height:.9}h2{font-size:clamp(2.5rem,4.5vw,5rem)}p{font-family:Instrument Sans,sans-serif;font-size:1.125rem;font-weight:400}.hero{position:relative;width:100%;max-width:100vw;height:175svh;color:var(--base-300);overflow:hidden}@media(max-width:768px){.hero{height:250svh}}.hero-img-wrapper{position:absolute;top:0;left:0;width:100%;max-width:100vw;height:100%;visibility:hidden}.hero-img{position:absolute;top:0;left:0;width:100%;height:100%}.hero-img--background{z-index:0}.hero-img--foreground{z-index:1}.hero-img img{width:100%;height:120vh;object-fit:cover;object-position:center top}.hero-header{position:absolute;width:100%;height:100svh;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;text-align:center;z-index:1}.hero-logo-container{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:start;z-index:3}.hero-logo{width:auto;height:60px;margin-top:3.5rem}.hero-header p{width:75%}.hero-header h1{font-size:clamp(1.75rem,5vw + 1rem,5rem);padding:0 1rem}@media(max-width:768px){.hero-header h1{font-size:3rem!important;padding:0 1.5rem;line-height:1}.hero-header p{font-size:1.75rem;width:80%!important;max-width:none;padding:0 1rem}}@media(max-width:480px){.hero-header h1{font-size:2.25rem;padding:0 1rem}.hero-header p{font-size:1.5rem;width:95%;padding:0 .75rem}}.hero-geometric-overlay{position:absolute;top:0;left:0;width:100%;height:100svh;pointer-events:none;z-index:100;color:var(--base-300)}.hero-canvas{position:absolute;top:0;left:0;width:100%;max-width:100vw;height:100%;pointer-events:none}.hero-canvas--bg{z-index:0}.hero-canvas--fg{z-index:2}.hero-scroll-indicator{position:absolute;top:70svh;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;z-index:10;color:var(--base-300);transition:opacity .4s ease-out}@media(max-width:768px){.hero-scroll-indicator{top:78svh}}.hero-scroll-text{font-family:Instrument Sans,sans-serif;font-size:.875rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;opacity:.9;animation:hero-scroll-fade 2s ease-in-out infinite}.hero-scroll-arrow{width:1.5rem;height:1.5rem;animation:hero-scroll-bounce 1.5s ease-in-out infinite}@keyframes hero-scroll-fade{0%,to{opacity:.6}50%{opacity:1}}@keyframes hero-scroll-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(.35rem)}}.hero-content{position:absolute;bottom:0;width:100%;height:125svh;display:flex;justify-content:center;align-items:center;text-align:center;z-index:2}@media(max-width:768px){.hero-content{height:170svh}}.hero-content h2{width:75%;color:var(--base-300);line-height:1}.hero-content-img-wrap{display:inline;white-space:nowrap}.hero-content-img-wrap .hero-content-img{height:.8em;width:auto;vertical-align:-.03em;object-fit:contain}.about{position:relative;width:100%;height:100svh;display:flex;justify-content:center;align-items:center;background-color:var(--base-300);color:var(--base-100);overflow:hidden}.about-geometric-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;color:#fff}.about h2,.about-title{position:relative;z-index:2;font-size:clamp(2rem,5vw + 1rem,5rem);font-weight:700;font-family:Inter;line-height:1.1;text-transform:none;letter-spacing:-.05em;max-width:20ch;text-align:center}@media(max-width:768px){.about h2,.about-title{font-size:1.5rem!important;max-width:85%;font-weight:600;line-height:1.3;letter-spacing:-.02em}}.split-parent{overflow:hidden}.about p{width:40%;text-align:center}@media(max-width:1000px){.hero-content h2,.about p{width:calc(100% - 4rem)}}.sticky-cards{position:relative;width:100%;height:100svh;overflow:hidden;perspective:1000px}.sticky-cards .card{position:absolute;top:50%;left:50%;width:65%;height:60%;display:flex;justify-content:center;align-items:center;gap:1rem;padding:2.5rem;border-radius:1rem;color:#fff;transform-origin:center bottom;will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.sticky-cards .card .col{flex:1;height:100%}.sticky-cards .card .col:nth-child(1){display:flex;flex-direction:column;justify-content:space-between;padding:.5rem}.sticky-cards .card .col:nth-child(2){border-radius:.75rem;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);-webkit-mask-image:-webkit-radial-gradient(white,black)}.sticky-cards .card .col img{width:100%;height:100%;object-fit:cover}.sticky-cards .card .card-title{font-size:4rem;font-weight:400;font-family:"Instrument Serif"}.sticky-cards .card .card-desc{font-size:1.25rem;line-height:1.4;letter-spacing:-.02em;text-transform:none;font-weight:400}.sticky-cards .card#card-1{background-color:var(--sticky-card-1);z-index:5}.sticky-cards .card#card-2{background-color:var(--sticky-card-2);z-index:4}.sticky-cards .card#card-3{background-color:var(--sticky-card-3);z-index:3}.sticky-cards .card#card-4{background-color:var(--sticky-card-4);color:var(--base-300);z-index:2}@media(max-width:1000px){.sticky-cards .card{width:calc(100% - 4rem);height:75%;flex-direction:column;padding:2rem;gap:1.25rem}.sticky-cards .card .col{width:100%}.sticky-cards .card .card-title{font-size:2.5rem}.sticky-cards .card .card-desc{font-size:1.1rem}.sticky-cards .card .col:nth-child(2){min-height:180px;max-height:220px;flex-shrink:0}}@media(max-width:768px){.sticky-cards .card{width:calc(100% - 2rem);height:70%;padding:1.5rem;gap:1rem}.sticky-cards .card .card-title{font-size:2.5rem!important;line-height:1}.sticky-cards .card .card-desc{font-size:1rem}.sticky-cards .card .col:nth-child(2){min-height:160px;max-height:200px}}@media(max-width:480px){.sticky-cards .card{width:calc(100% - 1.5rem);padding:1.25rem;gap:.875rem}.sticky-cards .card .card-title{font-size:1.6rem}.sticky-cards .card .card-desc{font-size:.95rem}.sticky-cards .card .col:nth-child(2){min-height:140px;max-height:180px}}.spotlight{position:relative;width:100%;min-height:100%;padding:2rem;display:flex;flex-direction:column;gap:10rem;overflow:hidden;color:var(--base-300)}.spotlight:before{content:"";position:absolute;inset:0;z-index:-2}.spotlight .row{position:relative;z-index:1;display:flex;justify-content:center;align-items:center;gap:2rem}.spotlight .row .col{flex:1;display:flex;flex-direction:column;justify-content:center}.spotlight .row:nth-child(1) .img,.spotlight .row:nth-child(5) .img{width:50%}.spotlight .row:nth-child(2){margin-top:-20rem}.spotlight .row--single{justify-content:flex-start}.spotlight .row--single .spotlight-card{width:100%;max-width:30%;margin-left:5rem;margin-right:auto}.spotlight .spotlight-card{width:75%;margin:0 auto;padding:3rem;background:#ffffff40;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.4);border-radius:1rem;box-shadow:0 8px 32px #0e3e3e14;display:flex;flex-direction:column;gap:1rem}.spotlight .spotlight-card h2{text-transform:none;font-size:2.5rem}.spotlight .spotlight-card p{text-transform:none}.spotlight .whatsapp-btn{display:inline-flex;align-items:center;gap:.5rem;align-self:flex-start;width:fit-content;padding:.75rem 1.5rem;background-color:#25d366;color:#fff;font-family:Instrument Sans,sans-serif;font-weight:600;font-size:1rem;text-decoration:none;border-radius:.5rem;transition:background-color .2s,transform .2s}.spotlight .whatsapp-btn:hover{background-color:#20bd5a;transform:translateY(-1px)}.spotlight .whatsapp-btn__icon{width:1.25rem;height:1.25rem}.spotlight .spotlight-card-actions{display:flex;align-items:center;gap:1.5rem}.spotlight .copy-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:transparent;color:var(--base-300);font-family:Instrument Sans,sans-serif;font-weight:500;font-size:.95rem;border:1px solid rgba(14,62,62,.35);border-radius:.5rem;cursor:pointer;transition:background-color .2s,border-color .2s,transform .2s;font-variant-numeric:tabular-nums}.spotlight .copy-btn:hover{background:#0e3e3e0f;border-color:#0e3e3e80}.spotlight .copy-btn:active{transform:scale(.98)}.spotlight .copy-btn.copied{border-color:var(--base-200);color:var(--base-200)}.spotlight .copy-btn__icon{width:1.125rem;height:1.125rem;flex-shrink:0}.spotlight .svg-path{position:absolute;top:25svh;left:50%;transform:translate(-50%);width:90%;height:100%;z-index:-1;pointer-events:none}.spotlight .svg-path svg{width:100%;height:auto}.spotlight .img img{object-fit:contain}@media(max-width:1000px){.spotlight{gap:5rem;padding:2rem 1rem}.spotlight .row{flex-direction:column;gap:3rem}.spotlight .row--img-right{flex-direction:column-reverse}.spotlight .row:nth-child(2){margin-top:0}.spotlight .row:nth-child(1) .img,.spotlight .row:nth-child(5) .img,.spotlight .img{width:100%;max-width:400px;margin:0 auto}.spotlight .spotlight-card,.spotlight .row--single .spotlight-card{width:100%;max-width:600px;margin:0 auto;padding:2rem}.spotlight .spotlight-card h2{font-size:2rem}.spotlight .svg-path{top:15svh;width:275%}}@media(max-width:768px){.spotlight{gap:4rem}.spotlight .spotlight-card{padding:1.5rem}.spotlight .spotlight-card h2{font-size:1.75rem}.spotlight .spotlight-card-actions{flex-direction:column;align-items:stretch;gap:1rem}.spotlight .whatsapp-btn,.spotlight .copy-btn{width:100%;justify-content:center}}@media(max-width:480px){.spotlight{gap:3rem}.spotlight .spotlight-card h2{font-size:1.5rem}.spotlight .spotlight-card p{font-size:1rem}}.conditions{position:relative;width:100%;padding:8rem 2rem 10rem;background-color:#fff;color:var(--base-300);overflow:hidden}.conditions .about-geometric-overlay{z-index:1;color:var(--base-300)}.conditions-grid{position:relative;z-index:2;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.conditions-card{padding:3rem 2.5rem;background:#0e3e3e08;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(14,62,62,.1);border-radius:1.5rem;display:flex;flex-direction:column;gap:1.25rem;transition:transform .3s ease,background .3s ease,border-color .3s ease;box-shadow:0 8px 32px #0e3e3e0d}.conditions-card:hover{transform:translateY(-8px);background:#0e3e3e0f;border-color:#0e3e3e33}.conditions-card__title{font-family:"Instrument Serif",sans-serif;font-size:2.25rem;font-weight:500;text-transform:none;color:var(--base-300)}.conditions-card__text{font-family:Instrument Sans,sans-serif;font-size:1.125rem;line-height:1.6;color:#0e3e3ed9}.conditions-card__note{font-size:.9375rem;opacity:.85;margin-top:.25rem}.conditions-qr{display:inline-flex;flex-direction:column;align-items:center;gap:.75rem;margin-top:.5rem;padding:1.25rem;background:#0e3e3e0d;border:2px dashed rgba(14,62,62,.2);border-radius:.75rem;text-decoration:none;color:var(--base-300);font-family:Instrument Sans,sans-serif;font-weight:600;font-size:.9375rem;transition:background .2s,border-color .2s}.conditions-qr:hover{background:#0e3e3e14;border-color:var(--base-200)}.conditions-qr__img-wrap{position:relative;width:120px;height:120px;display:flex;align-items:center;justify-content:center;background:#0e3e3e0d;border-radius:.5rem}.conditions-qr img{width:100%;height:100%;object-fit:contain}.conditions-qr__placeholder{display:none;position:absolute;inset:0;align-items:center;justify-content:center;font-size:.75rem;font-weight:500;opacity:.7;color:var(--base-300)}.conditions-qr__placeholder--visible{display:flex}@media(max-width:1000px){.conditions{padding:3rem 1.5rem 10rem}.conditions-grid{grid-template-columns:1fr;gap:1.5rem}.conditions-card{padding:2rem}.conditions-card__title{font-size:2rem}}@media(max-width:768px){.conditions{padding:2.5rem 1.25rem 8rem}.conditions-grid{gap:1.25rem}.conditions-card{padding:1.75rem 1.5rem}.conditions-card__title{font-size:1.75rem}.conditions-card__text{font-size:1rem}.conditions-qr{padding:1rem}.conditions-qr__img-wrap{width:100px;height:100px}}@media(max-width:480px){.conditions{padding:2rem 1rem 7rem}.conditions-grid{gap:1rem}.conditions-card{padding:1.5rem 1.25rem}.conditions-card__title{font-size:1.5rem}.conditions-card__text{font-size:.9375rem}.conditions-card__note{font-size:.875rem}.conditions-qr{padding:.875rem;font-size:.875rem}.conditions-qr__img-wrap{width:90px;height:90px}}.about-contact{position:relative;width:100%;padding:8rem 2rem 10rem;background-color:#fff;color:var(--base-300);overflow:hidden}.about-contact .about-geometric-overlay{z-index:1;color:var(--base-300)}.about-contact__inner{position:relative;z-index:2;max-width:1000px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:5rem}.about-contact__header{display:flex;flex-direction:column;align-items:center;gap:2rem;text-align:center}.about-contact__header .about-title{color:var(--base-300)}.about-contact__lead{font-family:Instrument Sans,sans-serif;font-size:1.25rem;line-height:1.6;color:#0e3e3ed9;max-width:60ch}.about-contact__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;width:100%}.about-contact__card{padding:3rem 2.5rem;background:#0e3e3e08;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(14,62,62,.1);border-radius:1.5rem;display:flex;flex-direction:column;gap:1.25rem;transition:transform .3s ease,background .3s ease,border-color .3s ease;box-shadow:0 8px 32px #0e3e3e0d}.about-contact__card:hover{transform:translateY(-8px);background:#0e3e3e0f;border-color:#0e3e3e33}.about-contact__card-icon{width:3.5rem;height:3.5rem;color:var(--base-200);margin-bottom:.5rem}.about-contact__card h3{font-family:"Instrument Serif",sans-serif;font-size:2.25rem;font-weight:500;color:var(--base-300);letter-spacing:0;text-transform:none}.about-contact__card p,.about-contact__card ul{font-family:Instrument Sans,sans-serif;font-size:1.125rem;line-height:1.6;color:#0e3e3ed9}.about-contact__card ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:1rem}.about-contact__card strong{color:var(--base-200);font-weight:600;display:block;margin-bottom:.25rem}.social-text{position:relative;width:100%;height:100svh;display:flex;justify-content:center;align-items:center;padding:6rem 2rem;background-color:#fff;color:var(--base-300)}.social-text__inner{max-width:800px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:2.5rem}.social-text__inner p{font-family:Instrument Sans,sans-serif;font-size:1.5rem;line-height:1.3;color:#0e3e3ee6}.social-text__actions{display:flex;gap:1.5rem;justify-content:center;align-items:center;flex-wrap:wrap}.pill-btn{display:inline-flex;align-items:center;gap:.75rem;background-color:var(--base-300);border-radius:9999px;padding:.375rem 1.25rem .375rem .375rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.pill-btn:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0e3e3e33}.pill-btn__icon-wrap{display:flex;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;background-color:var(--base-200);border-radius:50%;color:var(--base-300)}.pill-btn__icon-wrap svg{width:1.25rem;height:1.25rem}.pill-btn__text{font-family:Instrument Sans,sans-serif;font-weight:600;font-size:1.0625rem;color:var(--base-100)}@media(max-width:1000px){.social-text{padding:4rem 1.5rem}.social-text__inner p{font-size:1.25rem}}.cta-final{width:100%;height:100svh;background:url(https://pub-082e4dee03f041549186581968fc681e.r2.dev/hero-img.jpg) no-repeat center center;background-size:cover;padding:5rem 2rem 6rem;background-color:var(--base-100);color:var(--base-300);text-align:center}.cta-final__inner{margin:0 auto;height:100%;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;align-items:center}.cta-final__tagline{font-family:"Instrument Serif",sans-serif;font-size:2rem;font-style:italic;opacity:.9}.cta-final__headline{font-family:Inter,sans-serif;font-size:clamp(2.5rem,5vw,5rem);font-weight:700;line-height:1;letter-spacing:-.05em;text-transform:none}.cta-final__whatsapp{display:inline-flex;align-items:center;gap:.625rem;margin-top:.5rem;padding:1rem 2rem;background-color:#25d366;color:#fff;font-family:Instrument Sans,sans-serif;font-weight:600;font-size:1.125rem;text-decoration:none;border-radius:.5rem;transition:background-color .2s,transform .2s}.cta-final__whatsapp:hover{background-color:#20bd5a;transform:translateY(-2px)}.cta-final__whatsapp-icon{width:1.5rem;height:1.5rem}@media(max-width:1000px){.about-contact{padding:3rem 1.5rem 6rem}.about-contact__inner{gap:4rem}.about-contact__header{gap:1.5rem}.about-contact__lead{font-size:1.125rem;max-width:100%;padding:0 .5rem}.about-contact__grid{grid-template-columns:1fr;gap:1.5rem}.about-contact__card{padding:2rem}.about-contact__card h3{font-size:2rem}.about-contact__card p,.about-contact__card ul{font-size:1.0625rem}.cta-final{padding:4rem 1.5rem 5rem}}@media(max-width:768px){.about-contact{padding:2.5rem 1.25rem 5rem}.about-contact__inner{gap:3rem}.about-contact__header{gap:1.25rem}.about-contact__lead{font-size:1rem}.about-contact__card{padding:1.75rem 1.5rem}.about-contact__card-icon{width:2.75rem;height:2.75rem}.about-contact__card h3{font-size:1.75rem}.about-contact__card p,.about-contact__card ul{font-size:1rem}}@media(max-width:480px){.about-contact{padding:6rem 2.5rem}.about-contact__inner{gap:2.5rem}.about-contact__header{gap:1rem}.about-contact__lead{font-size:.9375rem}.about-contact__grid{gap:1rem}.about-contact__card{padding:1.5rem 1.25rem;gap:1rem;text-align:center;justify-content:center;align-items:center}.about-contact__card-icon{width:2.5rem;height:2.5rem}.about-contact__card h3{font-size:1.5rem}.about-contact__card p,.about-contact__card ul{font-size:.9375rem}.social-text__actions{scale:.8}}.stories-section{position:relative;width:100%;height:100svh;background:#000;overflow:hidden;cursor:none}.stories-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;filter:blur(25px) brightness(1);transform:scale(1.1);transition:background-image 1s ease-in-out}.stories-container{position:absolute;top:0;left:0;width:100%;height:100%}.stories-cursor{position:absolute;top:0;left:0;width:100px;height:100px;display:flex;justify-content:center;align-items:center;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:100%;pointer-events:none;z-index:2;will-change:transform}.stories-cursor p{color:#fff;font-size:12px;text-transform:uppercase;margin:0}.stories-section .story-img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:80%;aspect-ratio:9/16;overflow:hidden;border-radius:1rem;box-shadow:0 10px 40px #0006}.stories-section .story-img:after{content:"";position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(to top,rgba(0,0,0,.5),transparent);pointer-events:none}.stories-section .img{position:absolute;top:0;left:0;width:100%;height:100%;will-change:clip-path}.stories-section .img img,.stories-section .img video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;will-change:transform}.stories-section .story-content{position:absolute;padding:3em;top:50%;left:50%;transform:translate(-50%,-50%);height:85%;aspect-ratio:9/16;display:flex;flex-direction:column;justify-content:space-between;z-index:1;pointer-events:none}.stories-section .indices{width:100%;height:10px;display:flex;justify-content:space-between;align-items:center;gap:.25em}.stories-section .index{position:relative;width:100%;height:1px;background:#ffffff40}.stories-section .index-highlight{position:absolute;top:0;left:0;width:0%;height:100%;background:#fff;transform:scaleX(1)}.stories-section .profile{width:100%;height:60px;display:flex;gap:1em;align-items:center;margin-top:0rem}.stories-section .profile-icon{position:relative;width:40px;height:40px;border-radius:100%;overflow:hidden}.stories-section .profile-name{position:relative;width:200px;height:20px;clip-path:polygon(0 0,100% 0,100% 100%,0% 100%)}.stories-section .profile-name p{position:absolute;top:0;color:#fff;font-size:16px;margin:0}.stories-section .title-row{position:relative;width:100%;height:42px;clip-path:polygon(0 0,100% 0,100% 100%,0% 100%)}.stories-section .title-row h1{position:absolute;top:0;color:#fff;font-size:2.5rem;margin:0;font-weight:400;line-height:1.2;font-family:"Instrument Serif",sans-serif;text-transform:none;letter-spacing:normal}@media(max-width:768px){.stories-section .title-row h1{font-size:2rem}}.stories-section .social-links{position:relative;margin:2em 0;display:flex;gap:1rem;pointer-events:auto}.stories-section .social-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#ffffff26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.3);color:#fff;text-decoration:none;font-family:Instrument Sans,sans-serif;font-size:1rem;font-weight:500;border-radius:2rem;transition:background-color .2s,transform .2s,border-color .2s}.stories-section .social-btn:hover{background:#ffffff40;border-color:#ffffff80;transform:translateY(-2px)}.stories-section .social-btn svg{width:1.25rem;height:1.25rem}@media(max-width:900px){.stories-section{cursor:default}.stories-section .story-content{width:100%;padding:3em}.stories-cursor{display:none}}html.is-preloading,html.is-preloading body{overflow:hidden;height:100%}.page-preloader{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;background:var(--base-100);transition:opacity .35s ease,visibility .35s ease}.page-preloader--hidden{opacity:0;visibility:hidden;pointer-events:none}.page-preloader__spinner{width:2.25rem;height:2.25rem;border:3px solid color-mix(in srgb,var(--base-300) 18%,transparent);border-top-color:var(--base-300);border-radius:50%;animation:page-preloader-spin .65s linear infinite}@keyframes page-preloader-spin{to{transform:rotate(360deg)}}@supports not (background: color-mix(in srgb,black 50%,white)){.page-preloader__spinner{border-color:#0e3e3e2e;border-top-color:var(--base-300)}}html.lenis,html.lenis body{height:auto}.lenis:not(.lenis-autoToggle).lenis-stopped{overflow:clip}.lenis [data-lenis-prevent],.lenis [data-lenis-prevent-wheel],.lenis [data-lenis-prevent-touch],.lenis [data-lenis-prevent-vertical],.lenis [data-lenis-prevent-horizontal]{overscroll-behavior:contain}.lenis.lenis-smooth iframe{pointer-events:none}.lenis.lenis-autoToggle{transition-property:overflow;transition-duration:1ms;transition-behavior:allow-discrete}
