.skeleton{background:#ffffff0a;flex-shrink:0;display:block;position:relative;overflow:hidden}.skeleton-block{width:100%;height:100%;display:block}.skeleton:after{content:"";will-change:transform;background:linear-gradient(90deg,#0000 0%,#ffffff0f 40%,#ffffff1f 50%,#ffffff0f 60%,#0000 100%);animation:1.6s ease-in-out infinite skeleton-shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes skeleton-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@media (prefers-reduced-motion:reduce){.skeleton:after{opacity:.5;animation:none}}:root{--bg:#080013;--bg-card:#25183766;--bg-glass:#ffffff1a;--text:#fff;--accent:red;--accent-soft:#ff00004d;--border:#ffffff26;--radius:40px;--radius-lg:20px;--side-pad:7vw}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:clip}body{background-color:var(--bg);color:var(--text);margin:0;font-family:Science Gothic Local,system-ui,-apple-system,sans-serif;overflow-x:clip}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}img{max-width:100%;display:block}.container{z-index:2;max-width:1280px;margin:0 auto;padding:0 24px;position:relative}.page-bg{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.page-bg .bg-image{object-fit:cover;opacity:.4;width:100%;min-height:100%;position:absolute;top:0;left:0}.red-blob{filter:blur(80px);pointer-events:none;will-change:transform;background:radial-gradient(circle,#ff0000b5 0%,#f000 80%);border-radius:800%;position:absolute}.blob-1{background:radial-gradient(circle,#ff000098 0%,#f000 55%);width:64vw;height:64vw;left:0;translate:-50%}.blob-2{width:380px;height:380px;animation:17s ease-in-out infinite alternate blobDrift2;top:1400px;right:-140px}.blob-3{width:460px;height:460px;animation:20s ease-in-out infinite alternate blobDrift3;top:3000px;left:15%}.blob-4{width:340px;height:340px;animation:19s ease-in-out infinite alternate-reverse blobDrift1;top:4800px;right:5%}.blob-5{width:400px;height:400px;animation:18s ease-in-out infinite alternate-reverse blobDrift2;top:6200px;left:-120px}.blob-6{width:380px;height:380px;animation:21s ease-in-out infinite alternate blobDrift3;top:7600px;right:-120px}.blob-7{background:radial-gradient(circle,#ff000098 0%,#f000 55%);width:64vw;height:64vw;right:0;translate:50%}.hero .red-blob{z-index:1;mix-blend-mode:screen}@keyframes blobDrift1{0%{transform:translate(0)scale(1)}to{transform:translate(50px,35px)scale(1.1)}}@keyframes blobDrift2{0%{transform:translate(0)scale(1.05)}to{transform:translate(-40px,55px)scale(.95)}}@keyframes blobDrift3{0%{transform:translate(0)scale(1)}to{transform:translate(35px,-50px)scale(1.12)}}.btn{border-radius:var(--radius);border:1px solid var(--accent);color:var(--text);letter-spacing:.04em;text-transform:uppercase;background:#ffffff1a;justify-content:center;align-items:center;gap:10px;padding:16px 40px;font-size:18px;font-weight:700;transition:box-shadow .3s,transform .2s;display:inline-flex;position:relative}.btn:hover{transform:translateY(-2px);box-shadow:0 0 25px #f009,inset 0 0 15px #f003}.btn-glow{border-radius:var(--radius);border:3px solid var(--accent);filter:blur(8px);opacity:.8;pointer-events:none;position:absolute;inset:0}.btn-sm{padding:13px 28px;font-size:14px;font-weight:700}.header{z-index:50;padding:25px var(--side-pad) 0;position:fixed;top:0;left:0;right:0}.header-inner{justify-content:space-between;align-items:center;gap:60px;display:flex;position:relative}.glass-pill{-webkit-backdrop-filter:blur(12px)saturate(150%);background:#3a36404d;border-radius:50px;justify-content:center;align-items:center;height:50px;display:flex;position:relative;box-shadow:inset 0 0 60px #4a494c4d,inset 0 -10px 24px #8888881a,0 12px 32px #00000059}.header-logo-btn{width:101px;padding:0 20px;text-decoration:none}.header-logo-btn img{object-fit:contain;width:55px;height:28px}.header-menubar{gap:4vw;padding:0 28px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.header-menubar:before{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(30deg,#ffffff71 0%,#ffffff0b 4%,#ffffff6b 25%,#fff3 55%,#fff7 82%,#ffffff0a 100%);border-radius:50px;padding:.5px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.header-menubar a,.mobile-menu a{letter-spacing:-.02em;text-transform:uppercase;opacity:.9;color:#fff;white-space:nowrap;padding-bottom:1px;font-size:10px;font-weight:600;transition:color .2s;position:relative}.header-menubar a:after,.mobile-menu a:after{content:"";background-image:radial-gradient(circle,#ffffffb3 1px,#0000 1px);background-position:0;background-repeat:repeat-x;background-size:5px 2px;height:1px;transition:background-image .2s,box-shadow .2s;position:absolute;bottom:0;left:0;right:0}.header-menubar a.active,.mobile-menu a.active{color:#d02b34;text-shadow:0 0 8px #ff0000b3}.header-menubar a.active:after,.mobile-menu a.active:after{background-image:none;border-bottom:2px solid #d02b34;height:2px}.header-menubar a:hover,.mobile-menu a:hover{color:var(--accent)}.header .btn-sm{border:none;height:50px;padding:0 20px;font-size:13px;font-weight:700}.header-logo-btn,.header .btn-sm{border:1px solid red}@media (width<=900px){.header{padding:16px var(--side-pad) 0;padding:4cqw var(--side-pad) 0}.header-menubar,.header-cta{display:none}}.header-burger,.menu-backdrop,.mobile-menu{display:none}.header-bar{display:contents}@media (width<=900px){.header-inner{z-index:3;-webkit-backdrop-filter:blur(12px)saturate(150%);background:#3a36404d;border-radius:7cqw;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:0;height:auto;min-height:13cqw;padding:0 5cqw 0 0;transition:box-shadow .3s;box-shadow:inset 0 0 60px #4a494c4d,inset 0 -10px 24px #8888881a,0 12px 32px #00000059}.header-inner.open{box-shadow:inset 0 0 60px #4a494c4d,inset 0 -10px 24px #8888881a,0 20px 50px #0000008c,0 40px 100px #000000bf,0 0 60px #000c}.header-bar{flex:none;justify-content:space-between;align-items:center;width:100%;height:13cqw;display:flex}.header-inner:before{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(30deg,#ffffff71 0%,#ffffff0b 4%,#ffffff6b 25%,#fff3 55%,#fff7 82%,#ffffff0a 100%);border-radius:7cqw;padding:.5px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.header-logo-btn{border-radius:7cqw;width:auto;height:13cqw;padding:0 6cqw;transition:background-color .3s,border-color .3s,box-shadow .3s}.header-inner.open .header-logo-btn{box-shadow:none;-webkit-backdrop-filter:none;background-color:#0000;border-color:#0000}.header-logo-btn img{width:14cqw;height:7cqw}.header-burger{width:15cqw;height:8cqw;box-shadow:none;-webkit-backdrop-filter:none;cursor:pointer;background:0 0;border:none;border-radius:0;flex-direction:column;justify-content:center;align-items:center;gap:1.3cqw;padding:0;display:flex}.header-burger span{background:#fff;width:10cqw;height:.7cqw;transition:transform .3s,opacity .2s,width .3s;display:block}.header-burger.open span{width:7cqw}.header-burger.open span:first-child{transform:translateY(2cqw)rotate(45deg)}.header-burger.open span:nth-child(2){opacity:0}.header-burger.open span:nth-child(3){transform:translateY(-2cqw)rotate(-45deg)}.menu-backdrop{z-index:1;-webkit-backdrop-filter:blur(8px);opacity:0;visibility:hidden;background:#08001359;transition:opacity .3s,visibility .3s;display:block;position:fixed;inset:0}.menu-backdrop.open{opacity:1;visibility:visible}.mobile-menu{opacity:0;visibility:hidden;flex-direction:column;align-items:flex-start;gap:5cqw;max-height:0;padding:0 5cqw 0 6cqw;transition:max-height .35s,opacity .3s,padding .35s,visibility .35s;display:flex;overflow:hidden}.mobile-menu.open{opacity:1;visibility:visible;max-height:120cqw;padding:4cqw 5cqw 6cqw 6cqw}.mobile-menu a{padding-bottom:1cqw;font-size:3.5cqw}.mobile-menu .btn-sm{width:100%;height:13cqw;margin-top:1cqw;padding:0 5cqw;font-size:3.5cqw}.mobile-menu .btn-sm:after{content:none}}.hero{min-height:100vh;padding:100px var(--side-pad) 60px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.hero-panel{border-radius:20px;justify-content:center;align-items:center;width:100%;height:50vw;display:flex;position:relative;overflow:hidden;container-type:inline-size}.hero-panel:before{content:"";border-radius:inherit;z-index:0;pointer-events:none;background:#ffffff1a;position:absolute;inset:0}.hero-glow{filter:blur(75px);opacity:.3;pointer-events:none;background:#000;border-radius:50%;width:689px;height:576px;position:absolute;top:34px;left:258px}.hero-dragon{z-index:0;object-fit:contain;opacity:.5;pointer-events:none;filter:brightness(.8);width:auto;height:98cqw;position:absolute;top:-10cqw}.hero-dragon-under{filter:blur(1px)saturate()brightness(.67)drop-shadow(0 0 6px #ff000040)}.hero-dragon-right-solid{right:-12%}.hero-dragon-left-solid{left:-12%;transform:scaleX(-1)}.hero-text{z-index:2;background:0 0;border-left:1px solid #ffffff59;border-right:1px solid #ffffff59;flex-direction:column;justify-content:center;align-items:flex-start;width:54%;max-width:100%;height:100%;padding:32px 50px 44px;display:flex;position:relative;overflow:hidden}.hero-text-defs{width:0;height:0;position:absolute}.hero-text-liquid{z-index:-1;border-radius:inherit;-webkit-backdrop-filter:blur(8px)saturate(1.8)brightness(.9)contrast(1.05);pointer-events:none;background:linear-gradient(#0000004d,#0000004d),linear-gradient(#ffffff0a,#ffffff0a);position:absolute;inset:0;box-shadow:0 8px 32px #0003}.hero-top{justify-content:space-between;align-items:center;width:100%;margin:0 0 10px;font-size:2.2cqw;font-weight:700;line-height:1.2;display:flex}.hero-top .city,.hero-top .date{color:var(--text)}.hero-title{text-align:left;text-transform:uppercase;text-shadow:0 0 8px #fff9,0 0 24px #ffffff59;margin:0;font-size:6.6cqw;font-weight:800;line-height:7.5cqw}.hero-sub{text-align:left;margin:14px 0 0;font-size:1.44cqw;font-style:italic}.hero-sub em{color:var(--accent);font-style:italic}.hero .btn-sm,.register-section .btn-sm{min-width:240px;height:50px;box-shadow:none;background:#645c704d;border:1px solid red;margin:28px 0 0;padding:0 20px;font-size:13px;font-weight:700;display:inline-flex}.hero .btn-sm.glass-pill{-webkit-backdrop-filter:none}.register-section .btn-sm{-webkit-backdrop-filter:blur(8px)saturate(1.8)brightness(1.15)contrast(1.05);background:linear-gradient(#ffffff0e,#ffffff0e),linear-gradient(#ffffff0a,#ffffff0a);min-width:32cqw;height:4.8cqw;margin:8cqw 0 0;padding:0 4cqw;font-size:1.9cqw;overflow:hidden;box-shadow:0 8px 32px #0003}.header .btn-sm:hover,.hero .btn-sm:hover,.register-section .btn-sm:hover,.header-logo-btn:hover{text-shadow:0 0 6px #ffffffe6,0 0 14px #ffffff80;transform:none;box-shadow:0 0 12px #ff000073,0 0 28px #ff000038,inset 0 0 10px #ff000059,inset 0 0 22px #ff000026}.header-logo-btn:hover img{filter:drop-shadow(0 0 6px #ffffffe6)drop-shadow(0 0 14px #ffffff80)}.header .btn-sm,.hero .btn-sm,.register-section .btn-sm{transition:box-shadow .3s,text-shadow .3s,transform .2s}.header-logo-btn{transition:box-shadow .3s,transform .2s}.header-logo-btn img{transition:filter .3s}@media (width<=900px){.hero{padding-left:0;padding-right:0}.hero-panel{background:#05000f99;border-radius:5cqw;width:100cqw;max-width:100cqw;height:auto;min-height:180cqw;margin-left:0;margin-right:0}.hero-dragon-left-solid{display:none}.hero-dragon{width:160cqw;max-width:none;height:auto;top:-28cqw}.hero-dragon-right-solid{left:-8cqw;right:auto}.hero-text{border:0;border-top:1px solid #ffffffd9;border-bottom:1px solid #ffffff59;width:100cqw;max-width:100cqw;min-height:140cqw;margin-left:0;margin-right:0;padding:8cqw 8cqw 9cqw;box-shadow:0 -8px 32px #0003,0 8px 32px #0003}.hero-text-liquid{z-index:-2;-webkit-backdrop-filter:blur(8px)saturate(1.8)brightness(.9)contrast(1.05);-webkit-mask:none;mask:none}.hero-text:after{content:"";z-index:-1;border-radius:inherit;-webkit-backdrop-filter:blur(8px);pointer-events:none;background:0 0;position:absolute;inset:0;-webkit-mask:linear-gradient(#000 0 8cqw,#0000 13cqw calc(100% - 13cqw),#000 calc(100% - 8cqw) 100%);mask:linear-gradient(#000 0 8cqw,#0000 13cqw calc(100% - 13cqw),#000 calc(100% - 8cqw) 100%)}.hero-top{justify-content:flex-start;gap:46cqw;width:100cqw;max-width:100cqw;margin:0 0 7cqw;padding-left:0;padding-right:0;font-size:7cqw}.hero-title{text-shadow:none;font-size:13cqw;line-height:16.5cqw}.hero-sub{margin:7cqw 0 0;font-size:4.2cqw}.hero .btn-sm{min-width:65cqw;height:16cqw;margin:8cqw 0 4cqw;padding:0 6cqw;font-size:4cqw}.hero .blob-1,.hero .blob-7{background:radial-gradient(circle,#ff000059 0%,#f000 60%);width:120cqw;height:280cqw}.hero-glow{width:80%;left:10%}}.what-ctf{padding:60px 0 80px;position:relative;overflow:hidden}.what-ctf:before,.what-ctf:after{content:"";background:var(--bg);z-index:0;pointer-events:none;border-radius:50%;width:1453px;height:305px;position:absolute;left:-27px}.what-ctf:before{top:-9px}.what-ctf:after{bottom:-27px}.what-ctf-top{z-index:6;text-align:center;padding:0 24px;position:relative}.what-ctf-title{z-index:3;max-width:54cqw;color:var(--text);margin:2cqw auto 0;font-size:1.4cqw;font-weight:300;line-height:1.5;position:relative;transform:translateY(50%)}.what-ctf-title strong{filter:drop-shadow(0 0 2px red);color:var(--text);font-weight:700}.ctf-scene{z-index:2;align-items:center;width:100%;height:420px;margin:0;display:flex;position:relative;overflow:hidden}.ctf-marquee{will-change:transform;align-items:center;width:max-content;animation:40s linear infinite marqueeScroll;display:flex}.ctf-arc{z-index:5;pointer-events:none;position:absolute;inset:0}.ctf-arc:before,.ctf-arc:after{content:"";background:#080013;height:210px;position:absolute;left:0;right:0}.ctf-arc:before{clip-path:ellipse(50% 50% at 50% 0);top:0}.ctf-arc:after{clip-path:ellipse(50% 50% at 50% 100%);bottom:0}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.ctf-slide{border-radius:10px;flex:none;width:240px;height:400px;margin-right:8px;overflow:hidden;box-shadow:0 0 30px #00000080}.ctf-slide .lazy-image,.ctf-slide img{object-fit:cover;width:100%;height:100%}.what-ctf-glass{z-index:3;-webkit-backdrop-filter:blur(12px)saturate(150%);text-align:center;background:#3a36404d;border-radius:40px;max-width:578px;margin:0 auto 8cqw;padding:14px 50px;font-size:16px;position:relative;transform:translateY(-50%);box-shadow:inset 0 0 60px #3a36404d,inset 0 -10px 24px #8888881a,0 12px 32px #00000059}.what-ctf-glass strong{filter:drop-shadow(0 0 2px red);color:var(--text);font-weight:600}.what-ctf-glass:before{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(30deg,#ffffff71 0%,#ffffff0b 4%,#ffffff6b 25%,#fff3 55%,#fff7 82%,#ffffff0a 100%);border-radius:40px;padding:.5px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}@media (width<=700px){.ctf-scene{height:360px}.ctf-arc:before,.ctf-arc:after{height:130px}.ctf-arc:before{clip-path:ellipse(65% 50% at 50% 0)}.ctf-arc:after{clip-path:ellipse(65% 50% at 50% 100%)}.ctf-slide{width:56vw;height:340px;margin-right:2vw}.what-ctf-glass{max-width:78cqw;margin:6cqw auto 8cqw;padding:4cqw 6cqw;font-size:3cqw}.what-ctf-title{max-width:70cqw;margin:2cqw auto 8cqw;font-size:3cqw}}.format-section{padding:auto var(--side-pad);position:relative;overflow-x:clip;container-type:inline-size}.format-grid{z-index:1;grid-template-columns:39cqw 44cqw;justify-content:center;gap:3cqw;margin:0 auto;display:grid;position:relative}.format-text{-webkit-backdrop-filter:blur(12px)saturate(150%);background:#25183766;border-radius:20px;min-height:42cqw;padding:2.8cqw 4.8cqw;position:relative;box-shadow:inset 0 0 60px #18102466,inset 0 -5px 4px #18102434,0 12px 32px #00000059}.format-title{margin:0 0 2cqw;font-size:2.8cqw;font-weight:800;line-height:1.12}.format-desc{color:var(--text);max-width:27.5cqw;padding-top:4cqw;font-size:1.1cqw;line-height:1.55}.format-desc strong{filter:drop-shadow(0 0 2px red);color:var(--text);font-style:italic;font-weight:700}.format-desc .fline{display:block}.format-desc .fline+.fline{margin-top:3.1em}.format-text:before{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(30deg,#ffffff36 0%,#ffffff0b 4%,#ffffff32 25%,#fff3 55%,#ffffff29 82%,#ffffff0a 100%);border-radius:20px;padding:.5px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.format-photo{border-radius:20px;min-height:42cqw;overflow:hidden}.format-photo img{object-fit:cover;width:100%;height:100%}.fmt-glass,.fmt-frame{display:none}.format-section .red-blob{z-index:0;width:44vw;height:44vw;animation:20s ease-in-out infinite alternate blobDrift3;top:100%;left:50%;translate:-50% -80%}@media (width<=900px){.format-grid{grid-template-columns:1fr}.format-text{z-index:2;min-height:auto;padding:40px 30px;position:relative}.format-photo{z-index:1;height:138cqw;margin:-141cqw -41vw 0 0;position:relative}.format-title{font-size:28px}.format-desc{max-width:none;font-size:3cqw}.format-desc .fline-2{max-width:75%}.format-desc .fline-3{width:78cqw}.format-text{-webkit-backdrop-filter:none;box-shadow:none;background:0 0}.format-text:before{content:none}.fmt-glass{z-index:0;-webkit-backdrop-filter:blur(6px)saturate(150%);pointer-events:none;background:#25183766;display:block;position:absolute}.fmt-glass-top{border-radius:20px 20px 0 0;height:21%;top:0;left:0;right:0}.fmt-glass-mid{width:56%;height:52%;top:21%;left:0}.fmt-glass-bot{border-radius:0 0 20px 20px;height:27%;bottom:0;left:0;right:0}.format-body{align-items:stretch;gap:4cqw;display:flex}.format-body .format-desc{flex:0 0 52%;min-width:0}.format-text .format-title,.format-text .format-desc{z-index:2;position:relative}.format-text:after{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(30deg,#ffffff71 0%,#ffffff0b 4%,#ffffff6b 25%,#fff3 55%,#fff7 82%,#ffffff0a 100%);border-radius:20px;padding:.5px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.fmt-frame{height:52%;top:21%;left:56%;right:calc(var(--side-pad) * -1);z-index:2;-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(30deg,#ffffff71 0%,#ffffff0b 4%,#ffffff6b 25%,#fff3 55%,#fff7 82%,#ffffff0a 100%);border-radius:20px 0 0 20px;padding:.5px;display:block;position:absolute;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}}.forwhom-section{padding:60px var(--side-pad);margin:0 auto;position:relative;overflow-x:clip;container-type:inline-size}.forwhom-title{text-align:right;text-transform:uppercase;margin:3cqw 0;font-size:3.5cqw;font-weight:800}.forwhom-section .forwhom-blob{z-index:0;background:radial-gradient(circle,#b009 0%,#5a000f00 80%);width:50vw;height:50vw;animation:20s ease-in-out infinite alternate blobDrift3;top:100%;left:0;translate:-50% -80%}.forwhom-block{border-radius:40px;width:100%;margin-bottom:30px;position:relative;overflow:hidden}.forwhom-bg{position:relative}.forwhom-bg img{width:100%;height:auto;display:block}.forwhom-bg img.forwhom-bg-mobile{display:none}.forwhom-content{z-index:2;max-width:56cqw;padding:2.8cqw 3.5cqw;position:absolute;inset:0}.forwhom-content.right{text-align:right;max-width:52cqw;margin-left:auto}.forwhom-content h3{margin:0 0 1.1cqw;font-size:1.8cqw;font-weight:700}.forwhom-content p{opacity:.95;margin:0;font-size:1.3cqw;line-height:1.55}@keyframes emblemFloat{0%,to{transform:translate(0)}50%{transform:translate(-2px,-5px)}}.forwhom-emblem{object-fit:contain;z-index:2;width:110px;height:110px;animation:4s ease-in-out infinite emblemFloat;position:absolute;bottom:4cqw;right:26%}.forwhom-emblem.red{width:95px;height:95px;bottom:8cqw;left:32%;right:auto}@media (width<=700px){.forwhom-title{text-align:left;width:90%;font-size:10cqw}.forwhom-top{margin-right:calc(var(--side-pad) * -1);text-align:left;border-radius:5cqw 0 0 5cqw;transform:translate(18cqw)}.forwhom-bottom{margin-left:calc(var(--side-pad) * -1);border-radius:0 5cqw 5cqw 0;transform:translate(-10cqw)}.forwhom-top .forwhom-bg{padding-right:10cqw}.forwhom-bottom .forwhom-bg{padding-left:10cqw}.forwhom-content h3{width:70cqw;margin-bottom:3cqw;font-size:5.5cqw}.forwhom-content p{width:70cqw;font-size:3cqw}.forwhom-top .forwhom-content{margin-left:3cqw}.forwhom-bottom .forwhom-content h3{margin-bottom:7cqw}.forwhom-bottom .forwhom-content.right{opacity:1;text-align:right;background:0 0;max-width:56cqw;margin-left:auto;margin-right:26cqw}.forwhom-content{padding:5cqw}.forwhom-content.right{text-align:left}.forwhom-bg img.forwhom-bg-desktop{display:none}.forwhom-bg img.forwhom-bg-mobile{display:block}.forwhom-emblem{display:none}}.why-section{padding:60px var(--side-pad);position:relative;overflow-x:clip}.why-grid{grid-template-rows:210px 220px 210px;grid-template-columns:615fr 211fr 276fr;justify-content:center;gap:40px;max-width:1204px;margin:0 auto;display:grid}.why-section .why-blob-right{z-index:0;background:radial-gradient(circle,#bb000085 0%,#5a000f00 80%);width:50vw;height:50vw;animation:20s ease-in-out infinite alternate blobDrift3;top:50%;right:0;translate:50% -50%}.why-section .why-blob-left{z-index:0;background:radial-gradient(circle,#b009 0%,#5a000f00 80%);width:50vw;height:50vw;animation:20s ease-in-out infinite alternate blobDrift3;top:118%;left:0;translate:-50% -80%}.why-card{background:var(--bg-card);border-radius:40px;transition:transform .5s;position:relative;overflow:hidden}.why-card:hover{z-index:2;transform:scale(1.05)}.why-card-lg:hover,.why-card-wide:hover{transform:scale(1.02)}.why-card{transform-origin:50%}.why-card-lg{grid-area:1/1/span 2;height:470px}.why-card:nth-child(2){grid-area:1/2}.why-card:nth-child(3){grid-area:2/2}.why-card:nth-child(4){grid-area:1/3}.why-card-tall{grid-area:2/3/span 2;height:470px}.why-card-wide{grid-area:3/1/auto/span 2;height:210px}.why-photo{position:absolute;inset:0}.why-photo img{object-fit:cover;opacity:.5;filter:grayscale();width:100%;height:100%;transition:filter .5s,opacity .5s}.why-photo .why-photo-mobile{display:none}.why-card:hover .why-photo img{filter:none;opacity:1}.why-card-title{z-index:2;margin:0;font-size:3cqw;font-weight:800;line-height:1.5;position:absolute;top:30px;left:30px;right:30px}.why-card:not(.why-card-lg) .why-card-title{max-width:44cqw;font-size:1.5cqw;font-weight:400;top:30px;left:30px;right:30px}.why-card:nth-child(2) .why-card-title,.why-card:nth-child(3) .why-card-title,.why-card:nth-child(4) .why-card-title{font-size:1.1cqw}.why-card-wide .why-card-title{font-size:20px;font-weight:400}@media (width<=900px){.why-grid{grid-template-rows:auto;grid-template-columns:1fr;justify-items:center;gap:5cqw}.why-grid .why-card-lg{border-radius:3cqw;grid-area:auto;width:100cqw;max-width:100cqw;height:70cqw}.why-grid .why-card:not(.why-card-lg){grid-area:auto;width:80cqw;height:22cqw}.why-grid .why-card-title{max-width:none;top:5cqw;left:25cqw;right:5cqw}.why-grid .why-card-lg .why-card-title{text-align:right;width:70%;font-size:7.5cqw}.why-grid .why-card:not(.why-card-lg) .why-card-title{max-width:60cqw;padding:2cqw 3cqw;font-size:4cqw;font-weight:300;top:50%;left:6cqw;right:3cqw;translate:0 -50%}.why-grid .why-card.why-card-tall .why-card-title,.why-grid .why-card.why-card-wide .why-card-title{max-width:100cqw}.why-grid .why-card.why-card-wide .why-card-title{line-height:1.2}.why-grid .why-photo .lazy-image:not(.why-photo-mobile){display:none}.why-grid .why-photo .why-photo-mobile{display:block}.why-section .why-blob-right{width:80vw;height:80vw;top:60px;left:100%;right:auto;translate:-50% -50%}.why-section .why-blob-left{background:radial-gradient(circle,#e60303 0%,#bb00009e 45%,#8b00173f 75%);width:80vw;height:80vw;top:70%;left:0;right:auto;translate:-50% -50%}.why-grid .why-photo .why-photo-mobile img,.why-grid .why-card:hover .why-photo .why-photo-mobile img{opacity:.7}}.steps-section{padding:60px var(--side-pad);margin:0 auto;position:relative;overflow-x:clip}.steps-title{text-align:center;text-transform:uppercase;margin:0 0 80px;font-size:40px;font-style:italic;font-weight:800}.steps-row{z-index:2;grid-template-columns:repeat(3,.85fr) 1fr;align-items:center;gap:2cqw;margin-bottom:2.2cqw;display:grid;position:relative}.step-card{-webkit-backdrop-filter:blur(12px)saturate(150%);background:#25183766;border-radius:40px;min-width:0;min-height:26cqw;padding:30px;position:relative;box-shadow:inset 0 0 60px #0f0a1666,inset 0 -5px 4px #18102434,0 12px 32px #00000059}.step-card:not(.step-final){min-height:18cqw}.step-card.step-final{border:1px solid #f00c;padding-top:30px;box-shadow:0 0 8px #ff000096,0 0 1px #f00b}.step-card.step-final:before{display:none}.step-card.step-final:after{content:"";filter:blur(1.8px);pointer-events:none;box-shadow:2cqw #ff000016;z-index:-1;border:.6cqw solid #ff00001f;border-radius:40px;position:absolute;inset:.1cqw}.step-card:before{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(30deg,#ffffff2d 0%,#ffffff0b 4%,#ffffff2b 25%,#ffffff5e 55%,#ffffff2a 82%,#ffffff0a 100%);border-radius:40px;padding:.5px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.step-date{margin-bottom:52px;font-size:22px;font-style:italic;font-weight:700;line-height:1.2}.step-card.step-final .step-date{margin-bottom:2.2cqw}.step-card p{opacity:.9;margin:0;font-size:16px;font-style:italic;line-height:1.5}.step-badge{color:var(--accent);margin-top:0;margin-bottom:52px;font-size:22px;font-style:italic;font-weight:700;line-height:1.2;position:static}.steps-line{background:var(--accent);z-index:3;height:2px;position:absolute;top:calc(4cqw + 82px);left:0;right:0}.steps-light{pointer-events:none;background:linear-gradient(90deg,#0000 0%,#ff282866 25%,#ff1414 60%,#ffd9d9 85%,#fff 100%);border-radius:4px;width:70px;height:4px;animation:4s linear infinite runLight,.5s ease-in-out infinite alternate fireflyFlicker;position:absolute;top:50%;left:0;transform:translateY(-50%);box-shadow:0 0 26px 7px #ff1414cc,0 0 8px 2px #ff5a5ae6}@keyframes runLight{0%{opacity:1;left:0}50%{opacity:1;left:calc(100% - 70px)}55%{opacity:0;left:calc(100% - 70px)}55.01%{opacity:0;left:0}to{opacity:0;left:0}}@keyframes fireflyFlicker{0%{box-shadow:0 0 16px 4px #ff141499,0 0 5px 1px #ff5a5abf}to{box-shadow:0 0 30px 9px #ff1414f2,0 0 10px 3px #ff6e6e}}.steps-line .arrow{z-index:3;border-top:3px solid var(--accent);border-right:3px solid var(--accent);width:16px;height:16px;position:absolute;top:-7px;transform:rotate(45deg)}.steps-line .arrow:nth-child(2){left:calc(23.94% - 1.4364cqw - 17px)}.steps-line .arrow:nth-child(3){left:calc(47.89% - .8734cqw - 17px)}.steps-line .arrow:nth-child(4){left:calc(71.83% - .3098cqw - 17px)}.steps-line .arrow:last-child{right:3px}.step-arrow{display:none}@media (width<=900px){.steps-row{grid-template-columns:1fr 1fr;gap:7cqw 4cqw}.steps-title{z-index:3;margin-bottom:10cqw;position:relative}.step-card{background:#2518374d;min-height:20cqw;padding:5cqw 8.5cqw}.step-card.step-final{padding:6cqw 10cqw}.step-card:not(.step-final){min-height:14cqw}.step-date,.step-badge{margin-bottom:6.2cqw}.step-card:not(.step-final){flex-direction:column;display:flex}.step-card:not(.step-final) p{order:-1;margin-bottom:6.2cqw;font-size:4.8cqw}.step-card:not(.step-final) .step-date{margin-bottom:0}.step-card.step-final{text-align:center}.step-card.step-final .step-badge{font-size:7cqw}.step-card.step-final p{max-width:85%;margin-inline:auto;font-size:3cqw}.step-card.step-final:after{border:2cqw solid #f003;inset:.5cqw}.steps-line{z-index:-1;width:.8cqw;height:auto;inset:-8cqw auto 0 calc(50% - .4cqw)}.steps-line .steps-light{background:linear-gradient(#0000 0%,#ff282866 25%,#ff1414 60%,#ffd9d9 85%,#fff 100%);width:1cqw;height:18cqw;animation:4s linear infinite runLightY,.5s ease-in-out infinite alternate fireflyFlicker;top:0;left:50%;transform:translate(-50%)}@keyframes runLightY{0%{opacity:1;top:0}50%{opacity:1;top:calc(100% - 18cqw)}55%{opacity:0;top:calc(100% - 18cqw)}55.01%{opacity:0;top:0}to{opacity:0;top:0}}.steps-line .arrow,.steps-row>.step-card:first-child .step-arrow{display:none}.step-arrow{border-top:.8cqw solid var(--accent);border-right:.8cqw solid var(--accent);z-index:3;width:4.1cqw;height:4.1cqw;margin-bottom:.9cqw;display:block;position:absolute;bottom:100%;left:50%;transform:rotate(135deg)}}@media (width<=560px){.steps-row{grid-template-columns:1fr}}.register-section{padding:6cqw var(--side-pad);margin-top:4cqw;position:relative;overflow-x:clip;container-type:inline-size}.register-blob-left,.register-blob-right{background:radial-gradient(circle,#ff000098 0%,#f000 55%);width:56vw;height:56vw;top:50%}.register-blob-left{left:0;translate:-57% -50%}.register-blob-right{right:0;translate:57% -50%}.register-section .red-blob{z-index:1;mix-blend-mode:screen}.register-dragon-wrap{width:88cqw;margin:0}.register-dragon{opacity:.8;filter:blur(1px)drop-shadow(0 0 .3px #c51d1d78);width:100%;height:auto;display:block}.register-cta{z-index:2;flex-direction:column;justify-content:center;align-items:center;gap:2cqw;display:flex;position:absolute;inset:0}.register-hint{text-align:center;width:20cqw;margin:5cqw 0 0;font-size:1.2cqw;font-style:italic;line-height:1.5}.register-hint em{color:red;text-shadow:0 0 2px #ff0000d2}@media (width<=900px){.register-dragon-wrap{width:350cqw;max-width:none;margin:0 0 0 -105cqw}.register-section .btn-sm{min-width:78cqw;height:18cqw;margin:-3cqw 0 10cqw;padding:0 5cqw;font-size:4.8cqw}.register-hint{width:70cqw;margin:-2cqw 0 0;font-size:4cqw}}.faq-section{padding:60px calc(var(--side-pad) + 3vw) 120px;background:url(/images/BGdecorativeFrames.svg) bottom/auto 176vh no-repeat;min-height:185vh;margin-bottom:40vh;position:relative;container-type:inline-size}.faq-main-title{text-align:center;text-transform:uppercase;z-index:2;width:100%;margin:0 0 3.1cqw;font-size:3.4cqw;font-weight:800;position:relative}.faq-wrap{display:block}.faq-card{z-index:2;-webkit-backdrop-filter:blur(12px)saturate(150%);background:#25183766;border-radius:2.4cqw;padding:2cqw;transition:transform .4s;position:absolute;overflow:hidden;box-shadow:inset 0 0 60px #0f0a1666,inset 0 -5px 4px #18102434,0 12px 32px #00000059}.faq-card:hover{transform:scale(1.03)}.faq-card:after{content:"";aspect-ratio:1;opacity:0;pointer-events:none;z-index:-1;background:radial-gradient(circle,#5a000fd9 0%,#5a000f00 70%);border-radius:50%;width:50cqw;transition:opacity .4s,transform .4s;position:absolute;top:0;left:50%;transform:translate(-50%,-50%)scale(0)}.faq-card:hover:after{opacity:1;transform:translate(-50%,-50%)scale(1)}.faq-card:before{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(30deg,#ffffff2d 0%,#ffffff0b 4%,#ffffff2b 25%,#ffffff5e 55%,#ffffff2a 82%,#ffffff0a 100%);border-radius:2.4cqw;padding:.5px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.faq-card .faq-q{width:100%;max-width:100cqw;margin-bottom:2.6cqw;font-size:2.5cqw;font-style:italic;font-weight:500;line-height:1.3;display:block}.faq-card .faq-a{opacity:.9;width:100%;margin:0;font-size:2cqw;font-style:italic;line-height:1.6}.faq-card .faq-a a{color:inherit;text-shadow:none;font-weight:700;text-decoration:none;transition:color .2s,text-shadow .2s}.faq-card:hover .faq-a a,.faq-card .faq-a a:hover{color:var(--accent);text-shadow:0 0 6px #f009}.faq-card:first-child{width:40cqw;top:30%;left:32.5%}.faq-card:nth-child(2){width:26cqw;top:13%;left:calc(var(--side-pad) + 3vw);transform-origin:0 0}.faq-card:first-child .faq-q{width:50%;margin-bottom:5cqw}.faq-card:first-child .faq-a{line-height:4cqw}.faq-card:nth-child(3){width:30cqw;top:20%;right:calc(var(--side-pad) + 3vw);transform-origin:100% 0}.faq-card:nth-child(3) .faq-q{width:90%;margin-bottom:4.5cqw}.faq-card:nth-child(3) .faq-a{width:100%}.faq-card:nth-child(4){width:42cqw;top:60%;right:calc(var(--side-pad) + 6vw);transform-origin:100% 0}.faq-card:nth-child(4) .faq-q{margin-bottom:6cqw}.faq-card:nth-child(5){width:37cqw;top:76%;left:calc(var(--side-pad) + 10vw);transform-origin:0 100%}.faq-card:nth-child(5) .faq-q{margin-bottom:7cqw}@media (width<=900px){.faq-section{background:url(/images/BGdecorativeFramesAdd.svg) 50% -60px/100% no-repeat}.faq-card:nth-child(n){width:92%;margin:0 auto 12cqw;padding:10cqw;position:static}.faq-card:first-child,.faq-card:nth-child(3){margin-left:1cqw;margin-right:auto}.faq-card:nth-child(2),.faq-card:nth-child(4){margin-left:auto;margin-right:1cqw}.faq-card:nth-child(5){margin-left:auto;margin-right:auto}.faq-card .faq-q{font-size:7cqw}.faq-card .faq-a{font-size:3.3cqw}.faq-main-title{text-align:left;margin-bottom:10cqw;font-size:10cqw}.faq-card:nth-child(n) .faq-q{margin-bottom:3cqw;line-height:1.15}.faq-card:first-child .faq-q,.faq-card:nth-child(3) .faq-q{width:100%}.faq-card:nth-child(4) .faq-q,.faq-card:nth-child(5) .faq-q{margin-bottom:5cqw}.faq-card:nth-child(n) .faq-a{line-height:1.35}.faq-card,.faq-card:before{border-radius:12cqw}}.faq-dragon{right:calc(100% - var(--side-pad) - 5vw - 94cqw);opacity:.6;filter:drop-shadow(0 0 16px #ff000059);pointer-events:none;z-index:1;width:55.5cqw;position:absolute;top:88%}@media (width<=900px){.faq-dragon{z-index:-1;opacity:.8;filter:blur(1px)drop-shadow(0 0 .3px #c51d1d78);width:350cqw;max-width:none;display:block;top:auto;bottom:-30cqw;right:-240cqw;transform:scaleX(-1)}}.organizers-section{padding:60px var(--side-pad);-webkit-backdrop-filter:blur(12px)saturate(150%);background:#ffffff1a;border-radius:1cqw;max-width:1204px;margin:0 auto;position:relative;overflow:hidden;box-shadow:inset 0 0 60px #0f0a1666,inset 0 -5px 4px #9b9a9f16,0 12px 32px #00000059;container-type:inline-size}.organizers-section:before{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(30deg,#ffffff56 0%,#ffffff41 4%,#ffffff0f 25%,#ffffff13 55%,#ffffff2a 82%,#ffffff2c 100%);border-radius:1.4cqw;padding:1.5px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.organizers-section:after{content:"";aspect-ratio:1;opacity:0;pointer-events:none;z-index:0;background:radial-gradient(circle,#5a000fd9 0%,#5a000f00 70%);border-radius:50%;width:50cqw;position:absolute;top:0;left:50%;transform:translate(-50%,-50%)scale(0)}.org-title{text-transform:uppercase;margin:0 0 4cqw;font-size:4cqw;font-weight:800}.org-glow{filter:blur(100px);pointer-events:none;z-index:0;background:#ff00004d;border-radius:50%;width:553px;height:549px;position:absolute;top:109px;left:484px}.org-content{align-items:flex-start;gap:40px;display:flex}.org-left{flex:1;max-width:480px}.org-best-logo{width:163px;margin-bottom:4cqw}.org-stats{margin-bottom:24px;position:absolute;top:24cqw;right:10cqw}.org-stat{font-size:1.6cqw}.org-stat .stat-num{filter:drop-shadow(0 0 2px red);font-weight:400}.org-about{width:33cqw;font-size:1.6cqw;line-height:1.5}.org-about strong{filter:drop-shadow(0 0 2px red);font-weight:700}.org-map{z-index:1;width:713px;max-width:67%;height:auto;margin-top:-5.5cqw;margin-left:5cqw;position:relative}.org-blob{display:none}@media (width<=900px){.org-content{flex-flow:wrap;gap:8cqw 4cqw}.org-map{margin-inline:auto;flex:100%;order:3;align-self:center;max-width:85%;height:auto;margin-top:-28cqw;margin-left:0}.organizers-section{border-radius:5cqw;box-shadow:inset 0 0 60px #0f0a1666,inset 0 -5px 4px #9b9a9f16}.organizers-section:before{border-radius:5cqw}.org-wrap{position:relative}.org-blob{z-index:-1;mix-blend-mode:screen;background:radial-gradient(circle,#ff0000d2 0%,#f000 60%);width:200vw;height:200vw;display:block;bottom:-70vw;right:-120vw}.org-title{text-align:center;font-size:9.8cqw}.org-left{display:contents}.org-left br{display:none}.org-side{flex:0 0 40cqw;width:40cqw;max-width:none;display:block}.org-best-logo{width:28cqw;margin-bottom:6cqw}.org-stats{width:100%;margin-bottom:0;position:static}.org-stats .org-stat{font-size:3.6cqw}.org-about-short{text-align:right;flex:0 0 52cqw;width:55cqw;margin-top:4cqw;margin-left:auto;font-size:3.6cqw}.org-about-long{flex:100%;order:4;width:90cqw;margin:0 auto;font-size:3.6cqw}.org-about-long .org-hl{filter:drop-shadow(0 0 2px red);font-weight:400}}.team-section{padding:9cqw var(--side-pad);position:relative;overflow-x:clip;container-type:inline-size}@media (width<=900px){.team-section{margin-top:12cqw;padding-left:2cqw;padding-right:2cqw}}.team-swiper,.team-nav{display:none}@media (width<=900px){.team-row{display:none}.team-swiper{width:100cqw;max-width:100cqw;display:block;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 10cqw calc(100% - 10cqw),#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 10cqw calc(100% - 10cqw),#0000 100%)}.team-section .team-swiper{padding:10cqw 0}.team-swiper .swiper-slide{width:30cqw}.team-swiper .org-card{will-change:opacity, transform;transform-origin:50%;width:100%;height:120cqw;transition:opacity var(--team-fade,.65s) ease, transform .35s ease, flex-basis .35s ease, flex-grow .35s ease, border-color .35s ease, box-shadow .35s ease, height .35s ease;flex:none}.team-swiper .org-card.active{height:120cqw;transform:scale(1.18,1.1)}.team-swiper .swiper-slide-active{z-index:5}.team-swiper .org-info{justify-content:flex-start;height:33cqw;min-height:33cqw;bottom:2cqw}.team-swiper .org-role{flex:none}.team-swiper .org-describe{margin-top:auto}.team-nav{justify-content:center;gap:6cqw;margin-top:6cqw;display:flex}.team-nav-btn{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:18cqw;height:14cqw;padding:0;font-size:18cqw;font-weight:100;line-height:1;display:inline-flex}.team-section .team-blob-left,.team-section .team-blob-right{background:radial-gradient(circle,#ff0000d2 0%,#f000 55%);top:90%}}.team-blob-left,.team-blob-right{background:radial-gradient(circle,#ff000098 0%,#f000 55%);width:86vw;height:86vw;top:50%}.team-blob-left{left:0;translate:-57% -50%}.team-blob-right{right:0;translate:57% -50%}.team-section .red-blob{z-index:0;mix-blend-mode:screen}.team-title{text-align:center;text-transform:uppercase;margin:0 0 40px;font-size:40px;font-weight:800}.team-row{justify-content:center;align-items:center;gap:12px;max-width:1204px;margin:0 auto;padding:30px 0;transition:gap .35s;display:flex}.team-row.has-active{gap:4px}.org-card{cursor:pointer;isolation:isolate;border-left:2px solid #ffffff4a;border-right:2px solid #ffffff38;border-radius:40px;flex:1 1 0;min-width:0;height:440px;transition:flex-basis .35s,flex-grow .35s,border-color .35s,box-shadow .35s,height .35s;position:relative;overflow:hidden;transform:translateZ(0);box-shadow:inset 0 0 14px 2px #d7d4d464,inset 6px 0 16px -6px #ffffff1a,inset -6px 0 16px -6px #ffffff1a}.org-card:hover,.org-card.active{box-shadow:none;border-left-color:#0000;border-right-color:#0000}.org-card.active{flex:1.45 1 0;height:474px}.org-photo{border-radius:inherit;position:absolute;inset:0;overflow:hidden}.org-photo .lazy-image,.org-photo img{object-fit:cover;object-position:top center;width:100%;height:100%;transition:filter .35s}.org-photo img{filter:blur(4px)}.org-card:hover .org-photo .lazy-image,.org-card:hover .org-photo img,.org-card.active .org-photo .lazy-image,.org-card.active .org-photo img{filter:none!important}.org-info{text-align:center;background:0 0;flex-direction:column;justify-content:flex-start;align-items:center;gap:0;height:9cqw;min-height:7cqw;padding:12px 10px;transition:background .3s;display:flex;position:absolute;bottom:0;left:0;right:0}.org-card.active .org-info{background:#2518374d}.org-role{text-align:center;flex:1 0 auto;justify-content:center;align-items:flex-start;min-height:0;font-size:13px;font-weight:500;line-height:1.35;display:flex}.org-describe{letter-spacing:.2em;opacity:.6;order:3;min-height:12px;padding-bottom:0;font-size:12px;line-height:1}.org-name{visibility:hidden;opacity:0;order:2;align-items:center;min-height:17px;font-size:13px;font-weight:700;transition:opacity .25s,visibility .25s;display:flex}.org-card.active .org-name{visibility:visible;opacity:1}.supporters-section{padding:2cqw var(--side-pad);-webkit-backdrop-filter:blur(12px)saturate(150%);background:#ffffff1a;border-radius:1cqw;max-width:1204px;margin:0 auto;position:relative;overflow:hidden;box-shadow:inset 0 0 60px #0f0a1666,inset 0 -5px 4px #9b9a9f16,0 12px 32px #00000059;container-type:inline-size}.supporters-section:before{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(30deg,#ffffff56 0%,#ffffff41 4%,#ffffff0f 25%,#ffffff13 55%,#ffffff2a 82%,#ffffff2c 100%);border-radius:1.4cqw;padding:.75px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.supporters-title{text-align:center;text-transform:uppercase;margin:0 0 2cqw;font-size:3.5cqw;font-weight:800}.supporters-glow{filter:blur(150px);pointer-events:none;background:#ff000080;border-radius:50%;width:815px;height:755px;position:absolute;top:55cqw;left:50%;transform:translate(-50%)}.supporters-grid{z-index:2;grid-template-columns:repeat(3,minmax(0,1fr));place-items:center;gap:60px;padding:40px 20px;display:grid;position:relative}.sponsor-logo{object-fit:contain;filter:none;opacity:1;width:100%;max-width:210px;max-height:96px}.sponsor-logo--sm{max-width:180px;max-height:80px}.sponsor-link{justify-content:center;align-items:center;transition:transform .25s,filter .25s;display:inline-flex}.sponsor-link:hover{filter:drop-shadow(0 0 12px #ff0000a6)drop-shadow(0 0 4px #ff0000d9);transform:scale(1.06)}@media (width<=900px){.supporters-section{border-radius:4cqw;margin-top:20cqw;padding-top:12cqw;padding-bottom:12cqw}.supporters-section:before{border-radius:4cqw}.supporters-title{color:#fff;opacity:1;margin-bottom:20cqw;font-size:9cqw}.supporters-glow{top:auto;bottom:-200cqw}.supporters-swiper{z-index:2;height:116cqw;position:relative}.supporters-swiper .sponsor-slide{justify-content:center;align-items:center;display:flex}.supporters-swiper .sponsor-col{grid-template-rows:repeat(3,32cqw);align-content:center;justify-items:center;gap:10cqw;width:100%;height:100%;display:grid}.supporters-swiper .sponsor-link{justify-content:center;align-items:center;width:100%;max-width:70cqw;height:32cqw;display:flex}.supporters-swiper .sponsor-logo{width:auto;max-width:100%;height:auto;max-height:100%;transform:scale(1.25)}.supporters-swiper .sponsor-logo--sm{max-width:60cqw;max-height:26.4cqw}.supporters-swiper .sponsor-logo--md{max-width:44cqw;max-height:20cqw}.supporters-swiper .sponsor-link:hover{filter:drop-shadow(0 0 1cqw #ff0000a6)drop-shadow(0 0 .3cqw #ff0000d9)}}.footer{height:295px;padding:0 var(--side-pad) 2cqw;align-items:flex-end;margin-top:6cqw;display:flex;position:relative;overflow:hidden}.footer-bg{filter:blur(50px);background:#0009;height:20cqw;position:absolute;top:83px;left:0;right:0}.footer-inner{z-index:2;justify-content:space-between;align-items:center;width:100%;display:flex;position:relative}.footer-social{align-items:center;gap:72px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.footer-social a{line-height:0;display:inline-flex}.footer-social a:hover{filter:drop-shadow(0 0 6px #ff0000b3)}.footer-icon{width:2.8cqw;height:auto;display:block}.footer-logo-ctf{width:81px}.footer-right{align-items:center;gap:32px;display:flex}.footer-best{width:91px}.footer-year{font-size:24px;font-weight:600}@media (width<=900px){.footer{height:auto;padding:10cqw var(--side-pad) 8cqw;margin-top:24cqw}.footer-inner{grid-template-columns:auto auto auto;grid-template-areas:"social social social""flag year best";justify-content:space-between;place-items:center;row-gap:32cqw;display:grid}.footer-social{grid-area:social;justify-self:center;gap:12cqw;position:static;transform:none}.footer-icon{width:10cqw}.footer-logo-ctf{grid-area:flag}.footer-right{display:contents}.footer-year{grid-area:year}.footer-best{grid-area:best}}@font-face{font-family:Science Gothic Local;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/ScienceGothic-vf-latin.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Science Gothic Local;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/ScienceGothic-vf-cyrillic.woff2)format("woff2-variations");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}body{font-family:Science Gothic Local,system-ui,-apple-system,sans-serif}
