*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:100%;scroll-behavior:smooth}ul{list-style:none}a{text-decoration:none}@font-face{font-family:Alfabet;src:url(/Alfabet/fonts/fonnts.com-Alfabet_Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Alfabet;src:url(/Alfabet/fonts/fonnts.com-Alfabet_Bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}:root{--ff-main: "Outfit", sans-serif;--ff-accent: "Plus Jakarta Sans", sans-serif;--ff-alfabet: "Alfabet", sans-serif;--fs-hero: 10rem;--fs-h2: 4rem;--fs-h3: 1.5rem;--fs-body: 1.25rem;--fs-small: 1rem;--c-text: #FFFFFF;--c-red: #E4032E;--c-arrow-alt: #9BD4F0;--c-tier-neutrino: #9B9AD4;--c-tier-quark: #8A87D6;--c-tier-photon: #D96E9E;--c-tier-higgs: #F2647E;--container: 100rem;--space-section: 3.75rem;--space-section-inline: clamp(1.25rem, 4vw, 2.5rem)}@media(max-width:480px){:root{--fs-hero: 4.6875rem;--fs-h2: 1.5rem;--fs-h3: 1.25rem;--fs-body: 1rem;--container: 90%;--space-section: 3rem}}body{background:linear-gradient(183.3deg,#000 26.44%,#3d3c8f 63.46%,#e4032e 91.83%);background-size:cover;min-height:100vh;color:var(--c-text);font-family:var(--ff-main);font-size:var(--fs-body);font-weight:600;line-height:1.5}h1{font-family:var(--ff-main);font-size:var(--fs-hero);line-height:1.1}h2{font-family:var(--ff-main);font-size:var(--fs-h2);line-height:1.2}h3{font-family:var(--ff-main);font-size:var(--fs-h3);line-height:1.3}.text-accent{font-family:var(--ff-accent)}.text-small{font-size:var(--fs-small);font-style:normal;line-height:2}.contenedor{width:100%;max-width:var(--container);margin-inline:auto;padding-block:var(--space-section);padding-inline:var(--space-section-inline)}.grid-justified{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.grid-2-col{display:grid;grid-template-columns:repeat(2,1fr);align-items:center}.grid-3-col{display:grid;grid-template-columns:repeat(3,1fr);justify-content:space-between}.flex-col-center{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.nav-links{display:flex;gap:2rem}.nav-links a{color:var(--c-text);transition:opacity .2s ease}.nav-links a:hover{opacity:.8}.logo{object-fit:contain;width:auto;max-width:200px}.logo-large{max-width:250px;margin-bottom:2rem}.icon{width:28px}.footer-align{align-items:start;gap:4rem}.footer-info{display:flex;flex-direction:column;gap:2.5rem}.social-links li{display:flex;gap:1rem;align-items:center;margin-bottom:1rem}.sponsors{display:flex;gap:1.5rem;height:45px}.bg-wrapper{position:relative;width:100%;overflow-x:hidden}.bg-image-percent{position:absolute;top:var(--top, 0%);bottom:var(--bottom, 0%);left:var(--left, 0%);right:var(--right, 0%);width:100%;height:40%;object-fit:cover;z-index:0;pointer-events:none;background-position:top}.content-overlay{position:relative;z-index:1}.overflow-wrapper{overflow-x:hidden}.heading-align{display:flex;margin-bottom:3rem}.heading-align.left{justify-content:flex-start}.heading-align.right{justify-content:flex-end}.title-wrapper{position:relative;padding-bottom:.5rem;display:inline-block;--c-arrow: var(--c-red)}.arrow-left:after,.arrow-right:after{content:"";position:absolute;bottom:0;height:2px}.arrow-left:after{left:-1000px;right:-20px;background:linear-gradient(90deg,transparent 0%,var(--c-arrow) 100%)}.arrow-left:before{content:"";position:absolute;bottom:-4px;right:-25px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:10px solid var(--c-arrow);z-index:1}.arrow-right:after{right:-1000px;left:-20px;background:linear-gradient(270deg,transparent 0%,var(--c-arrow) 100%)}.arrow-right:before{content:"";position:absolute;bottom:-4px;left:-25px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:10px solid var(--c-arrow);z-index:1}.hero-section{min-height:80vh;gap:3rem}.title-hero{font-family:var(--ff-alfabet);font-weight:700;line-height:1;letter-spacing:-2px}.btn-container{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.btn,.btn-circle{display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#000;box-shadow:0 0 12px #e4032e80;position:relative;z-index:1;cursor:pointer;border:none;transition:transform .5s ease}.btn{padding:.625rem 1.5rem;gap:.625rem;font-family:var(--ff-accent);font-size:var(--fs-small);font-weight:700;border-radius:2rem;min-width:11.5rem}.btn-circle{width:3.125rem;height:3.125rem;border-radius:50%;margin-top:2rem;padding:0}.btn-circle img{width:1.25rem;height:auto}.btn:before,.btn-circle:before{content:"";position:absolute;inset:0;padding:2px;background:linear-gradient(180deg,#e4032e,#e4032e00);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;z-index:-1}.btn:before{border-radius:2rem}.btn-circle:before{border-radius:50%}.btn:hover,.btn-circle:hover{transform:translateY(-3px)}img{width:100%;height:auto;object-fit:cover;display:block;aspect-ratio:16 / 9}.img-radius{border-radius:35px}.img-curve-left{border-radius:35px 0 0 35px}.img-curve-right{border-radius:0 35px 35px 0}@media(min-width:481px){.img-curve-left{width:calc(50vw - 2rem);max-width:none}.img-curve-right{width:calc(50vw - 2rem);max-width:none;justify-self:end}}@media(max-width:480px){.img-curve-left,.img-curve-right{width:100vw;max-width:none;margin-left:calc(-1 * var(--space-section-inline))}}.card{background:#ffffff0d;border-radius:35px;padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.card-title{font-family:var(--ff-main);font-size:var(--fs-h3)}.card-img{width:100%;border-radius:35px}.card-subtitle{font-family:var(--ff-accent);font-size:var(--fs-small);font-weight:400}@media(max-width:480px){.grid-2-col,.grid-3-col{grid-template-columns:1fr;gap:2rem}.btn-container{flex-direction:column;align-items:center}.img-curve-left,.img-curve-right{border-radius:35px}.nav-links{flex-wrap:wrap;justify-content:center;gap:1rem}.footer-align{gap:2rem}.sponsors{flex-wrap:wrap;height:auto}}.logo[data-astro-cid-d3j7fdue]{object-fit:contain;width:auto;max-width:100px}.logo-link[data-astro-cid-d3j7fdue]{display:inline-flex}.nav-links[data-astro-cid-d3j7fdue]{display:flex;gap:2rem;color:var(--c-text)}.nav-links[data-astro-cid-d3j7fdue] a[data-astro-cid-d3j7fdue].active{opacity:1;text-decoration:underline;text-underline-offset:.4rem}.logo[data-astro-cid-fwhkqglp]{object-fit:contain;width:auto;max-width:100px}.logo-large[data-astro-cid-fwhkqglp]{max-width:250px;margin-bottom:2rem}.icon[data-astro-cid-fwhkqglp]{width:28px}.nav-links[data-astro-cid-fwhkqglp]{display:flex;gap:2rem;color:var(--c-text)}.footer-align[data-astro-cid-fwhkqglp]{align-items:start;gap:2rem;border-top:4px solid;border-image-source:linear-gradient(90deg,#CB0B3C 0%,#FFFFFF 50%,#AC174F 100%);border-image-slice:1;padding-top:3rem}.footer-info[data-astro-cid-fwhkqglp]{display:flex;flex-direction:column;gap:1.5rem}.text-small[data-astro-cid-fwhkqglp]{font-size:var(--fs-small);font-style:normal;line-height:2;padding:0}.social-links[data-astro-cid-fwhkqglp] li[data-astro-cid-fwhkqglp]{display:flex;gap:1rem;align-items:center;margin-bottom:1rem}.sponsors[data-astro-cid-fwhkqglp]{display:flex;gap:1.125rem;height:250px}@media(max-width:850px){.footer-align[data-astro-cid-fwhkqglp]{grid-template-columns:1fr}.social-links[data-astro-cid-fwhkqglp] li[data-astro-cid-fwhkqglp]{flex-wrap:wrap}.social-links[data-astro-cid-fwhkqglp] a[data-astro-cid-fwhkqglp]{overflow-wrap:anywhere}.sponsors[data-astro-cid-fwhkqglp]{height:auto;flex-wrap:wrap;align-items:center}}.section-full-bleed[data-astro-cid-goekhzy7]{display:flex;flex-direction:column;gap:6rem;padding-block:var(--space-section)}.no-padding-bottom[data-astro-cid-goekhzy7]{padding-bottom:0}.bleed-row[data-astro-cid-goekhzy7]{display:grid;grid-template-columns:minmax(var(--space-section-inline),1fr) minmax(0,calc(var(--container) / 2 - 1.5rem)) minmax(0,calc(var(--container) / 2 - 1.5rem)) minmax(var(--space-section-inline),1fr);gap:3rem;align-items:center}.content-left[data-astro-cid-goekhzy7]{grid-column:2 / 3}.image-right[data-astro-cid-goekhzy7]{grid-column:3 / 5;width:100%;height:100%;object-fit:cover}.image-left[data-astro-cid-goekhzy7]{grid-column:1 / 3;width:100%;height:100%;object-fit:cover}.content-right[data-astro-cid-goekhzy7]{grid-column:3 / 4}@media(max-width:768px){.bleed-row[data-astro-cid-goekhzy7]{display:flex;flex-direction:column;gap:3rem}.content-left[data-astro-cid-goekhzy7],.content-right[data-astro-cid-goekhzy7]{padding-inline:var(--space-section-inline)}.image-left[data-astro-cid-goekhzy7],.image-right[data-astro-cid-goekhzy7]{width:100%;border-radius:35px}}.layout-gap[data-astro-cid-hhxypxtm]{display:flex;flex-direction:column;gap:5rem}.custom-list[data-astro-cid-hhxypxtm]{list-style:none;display:flex;flex-direction:column;gap:1.5rem;padding-left:3.5rem;max-width:800px;margin-left:2rem}.custom-list[data-astro-cid-hhxypxtm] li[data-astro-cid-hhxypxtm]{position:relative;font-family:var(--ff-accent);font-weight:600}.custom-list[data-astro-cid-hhxypxtm] li[data-astro-cid-hhxypxtm]:before{content:"▪";position:absolute;left:-1.5rem;color:var(--c-text);font-size:1.2em;line-height:1.2}.cards-grid[data-astro-cid-hhxypxtm]{gap:2.5rem;max-width:850px;margin-inline:auto}.card-centered[data-astro-cid-hhxypxtm]{align-items:center;text-align:center;background:#1e1e3266;border:1px solid rgba(255,255,255,.05)}@media(max-width:768px){.custom-list[data-astro-cid-hhxypxtm]{margin-left:0;padding-left:1.5rem}}.title-wrapper[data-astro-cid-uwh3z3lp]{--c-arrow: var(--c-arrow-alt)}.heading-align[data-astro-cid-uwh3z3lp]{margin-bottom:0}.partner-grid[data-astro-cid-uwh3z3lp]{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;gap:3rem;margin-top:5rem}.partner[data-astro-cid-uwh3z3lp]{display:flex;align-items:center;justify-content:center;min-height:6rem}.partner-logo[data-astro-cid-uwh3z3lp]{width:auto;max-width:100%;max-height:5rem;aspect-ratio:auto;object-fit:contain;opacity:.9;transition:opacity .2s ease}.partner-logo[data-astro-cid-uwh3z3lp]:hover{opacity:1}@media(max-width:850px){.partner-grid[data-astro-cid-uwh3z3lp]{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.5rem}}@media(max-width:480px){.partner-grid[data-astro-cid-uwh3z3lp]{gap:2rem;margin-top:2rem}.partner-logo[data-astro-cid-uwh3z3lp]{max-height:3.5rem}}
