.Navbar-module___rHu7W__header{z-index:100;-webkit-backdrop-filter:blur(12px);background:#fafafacc;border-bottom:1px solid #0000000a;justify-content:space-between;align-items:center;width:100%;padding:1rem 4%;display:flex;position:fixed;top:0;left:0}.Navbar-module___rHu7W__logoContainer{flex-direction:column;justify-content:center;display:flex}.Navbar-module___rHu7W__logoImage{object-fit:contain;width:auto;height:40px;display:block}.Navbar-module___rHu7W__nav{gap:3rem;display:flex;position:absolute;left:50%;transform:translate(-50%)}.Navbar-module___rHu7W__nav a{color:var(--text-secondary);letter-spacing:.1em;text-transform:uppercase;font-size:.75rem;font-weight:600;text-decoration:none;transition:color .3s cubic-bezier(.4,0,.2,1)}.Navbar-module___rHu7W__nav a:hover,.Navbar-module___rHu7W__nav a.Navbar-module___rHu7W__active{color:var(--text-primary)}.Navbar-module___rHu7W__rightNav{align-items:center;display:flex}@media (max-width:1024px){.Navbar-module___rHu7W__nav{display:none}}
.Button-module__e7WGRa__btn{--btn-bg:transparent;--btn-color:var(--text-primary,#111);--btn-border:#0000001f;--hover-color:var(--accent-blue,#3a53a4);background:var(--btn-bg);border:1px solid var(--btn-border);font-family:var(--font-space,"Space Grotesk", sans-serif);letter-spacing:.1em;text-transform:uppercase;clip-path:polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,8px 100%,0 calc(100% - 8px));cursor:pointer;outline:none;justify-content:center;align-items:center;gap:12px;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.2,1,.3,1);display:inline-flex;position:relative;overflow:hidden;color:var(--btn-color)!important}.Button-module__e7WGRa__label{z-index:2;position:relative}.Button-module__e7WGRa__primary{--btn-bg:var(--text-primary,#111);--btn-color:var(--bg-surface,#fff);--btn-border:var(--text-primary,#111)}.Button-module__e7WGRa__primary:hover{--btn-bg:var(--accent-blue);--btn-border:var(--accent-blue)}.Button-module__e7WGRa__outline:hover{border-color:var(--hover-color);background:color-mix(in srgb, var(--hover-color), transparent 94%)}.Button-module__e7WGRa__ghost{--btn-border:transparent}.Button-module__e7WGRa__ghost:hover{background:color-mix(in srgb, var(--hover-color), transparent 94%)}.Button-module__e7WGRa__dark{--btn-bg:#111;--btn-color:#fff;--btn-border:#111}.Button-module__e7WGRa__sm{padding:8px 16px;font-size:.65rem}.Button-module__e7WGRa__md{padding:12px 28px;font-size:.75rem}.Button-module__e7WGRa__lg{padding:16px 40px;font-size:.85rem}.Button-module__e7WGRa__xl{padding:20px 52px;font-size:1rem}.Button-module__e7WGRa__btn:before{content:"";opacity:0;pointer-events:none;z-index:1;background:linear-gradient(90deg,#0000,#fff6,#0000);width:50%;height:100%;transition:all .6s;position:absolute;top:0;left:-100%;transform:skew(-25deg)}.Button-module__e7WGRa__primary:before{background:linear-gradient(90deg,#0000,#fff3,#0000)}.Button-module__e7WGRa__btn:hover{transform:translateY(-2px)}.Button-module__e7WGRa__btn:hover:before{opacity:1;left:200%}.Button-module__e7WGRa__btn:active{transform:translateY(0)}
.Spotlight-module__szKIRW__section{background-color:var(--bg-primary);background:radial-gradient(circle at 50% 50%, var(--bg-surface) 0%, var(--bg-primary) 80%);width:100%;position:relative;overflow:hidden}.Spotlight-module__szKIRW__pinWrap{align-items:center;width:100%;height:100vh;display:flex;position:relative}.Spotlight-module__szKIRW__container{z-index:5;flex-direction:column;width:100%;max-width:1600px;margin:0 auto;padding:0 4%;display:flex;position:relative}.Spotlight-module__szKIRW__headerBlock{pointer-events:none;flex-direction:column;gap:.8rem;margin-bottom:3rem;display:flex}.Spotlight-module__szKIRW__sectionTitle{font-size:clamp(2.4rem,4.5vw,3.8rem);font-family:var(--font-display), sans-serif;letter-spacing:-.03em;color:var(--text-primary);margin:0;font-weight:800;line-height:1.05}.Spotlight-module__szKIRW__titleLine2{display:block}.Spotlight-module__szKIRW__titleDot{color:var(--accent-red);display:inline-block}.Spotlight-module__szKIRW__sectionDesc{color:var(--text-secondary);max-width:380px;margin:0;font-size:clamp(.85rem,1.1vw,1rem);line-height:1.7}.Spotlight-module__szKIRW__horizontalViewport{perspective:1800px;perspective-origin:50%;width:100%;padding:4vh 0;overflow:visible}.Spotlight-module__szKIRW__videoTrack{transform-style:preserve-3d;will-change:transform;flex-wrap:nowrap;gap:8rem;padding-left:10vw;display:flex}.Spotlight-module__szKIRW__videoCard{aspect-ratio:16/9;background-color:var(--bg-surface);cursor:pointer;transform-style:preserve-3d;will-change:transform, opacity;border-radius:4px;flex:0 0 clamp(400px,50vw,720px);transition:box-shadow .6s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 15px 40px #0000000f}.Spotlight-module__szKIRW__videoCard:hover{box-shadow:0 30px 70px #0000001f}.Spotlight-module__szKIRW__videoPoster{object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;transition:transform 1s cubic-bezier(.16,1,.3,1);display:block}.Spotlight-module__szKIRW__videoCard:hover .Spotlight-module__szKIRW__videoPoster{transform:scale(1.08)}.Spotlight-module__szKIRW__darkOverlay{pointer-events:none;z-index:2;background:linear-gradient(#0000 0%,#0000001a 60%,#000000b3 100%);position:absolute;inset:0}.Spotlight-module__szKIRW__playCenter{z-index:5;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.Spotlight-module__szKIRW__playButton{-webkit-backdrop-filter:blur(14px);color:#fff;background-color:#fff3;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:4.5rem;height:4.5rem;transition:all .5s cubic-bezier(.2,1,.3,1);display:flex;box-shadow:0 8px 32px #0000001a}.Spotlight-module__szKIRW__videoCard:hover .Spotlight-module__szKIRW__playButton{background-color:#ffffffe6;border-color:#fff;transform:scale(1.1)}.Spotlight-module__szKIRW__videoCard:hover .Spotlight-module__szKIRW__playButton svg path{fill:#111;transition:fill .3s}.Spotlight-module__szKIRW__videoInfo{pointer-events:none;z-index:6;flex-direction:column;gap:.5rem;width:100%;padding:2.2rem 2.5rem 2.5rem;display:flex;position:absolute;bottom:0;left:0}.Spotlight-module__szKIRW__videoCategory{color:var(--accent-red);text-transform:uppercase;letter-spacing:.3em;font-size:.7rem;font-weight:700;font-family:var(--font-sans), sans-serif}.Spotlight-module__szKIRW__videoName{font-size:clamp(1.4rem,2vw,2rem);font-family:var(--font-display), sans-serif;color:#fff;letter-spacing:-.02em;margin:0;font-weight:800;line-height:1.1}@media (max-width:1024px){.Spotlight-module__szKIRW__videoCard{flex:0 0 65vw}}@media (max-width:768px){.Spotlight-module__szKIRW__videoCard{flex:0 0 85vw}.Spotlight-module__szKIRW__videoTrack{gap:4rem;padding-left:5vw}}.Spotlight-module__szKIRW__videoCardNoLink{cursor:default}.Spotlight-module__szKIRW__playButtonDisabled{opacity:.35}.Spotlight-module__szKIRW__videoCardNoLink:hover .Spotlight-module__szKIRW__playButton{background-color:#fff3;border-color:#ffffff4d;transform:none}.Spotlight-module__szKIRW__videoCardNoLink:hover .Spotlight-module__szKIRW__playButton svg path{fill:#fff}.Spotlight-module__szKIRW__modalBackdrop{z-index:9999;-webkit-backdrop-filter:blur(8px);background:#000000d9;justify-content:center;align-items:center;padding:1.5rem;animation:.25s Spotlight-module__szKIRW__backdropIn;display:flex;position:fixed;inset:0}@keyframes Spotlight-module__szKIRW__backdropIn{0%{opacity:0}to{opacity:1}}.Spotlight-module__szKIRW__modalBox{background:#0d0d0d;border-radius:8px;width:100%;max-width:960px;animation:.3s cubic-bezier(.16,1,.3,1) Spotlight-module__szKIRW__modalIn;position:relative;overflow:hidden;box-shadow:0 40px 100px #0009}@keyframes Spotlight-module__szKIRW__modalIn{0%{opacity:0;transform:scale(.94)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.Spotlight-module__szKIRW__modalClose{z-index:10;-webkit-backdrop-filter:blur(10px);color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:background .2s,transform .2s;display:flex;position:absolute;top:1rem;right:1rem}.Spotlight-module__szKIRW__modalClose:hover{background:#ffffff40;transform:scale(1.1)}.Spotlight-module__szKIRW__modalMeta{flex-direction:column;gap:.3rem;padding:1.4rem 1.6rem .8rem;display:flex}.Spotlight-module__szKIRW__modalCategory{color:var(--accent-red);text-transform:uppercase;letter-spacing:.3em;font-size:.65rem;font-weight:700;font-family:var(--font-sans), sans-serif}.Spotlight-module__szKIRW__modalTitle{font-size:clamp(1.1rem,2vw,1.5rem);font-family:var(--font-display), sans-serif;color:#fff;letter-spacing:-.02em;margin:0;font-weight:800;line-height:1.2}.Spotlight-module__szKIRW__modalVideo{aspect-ratio:16/9;background:#000;outline:none;width:100%;display:block}@media (max-width:600px){.Spotlight-module__szKIRW__modalBox{border-radius:4px}.Spotlight-module__szKIRW__modalMeta{padding:1rem 1rem .6rem}}
.Partners-module__iZbxca__partnerSection{background-color:var(--bg-primary);border-top:1px solid #0000000a;border-bottom:1px solid #0000000a;width:100%;padding:8rem 0;overflow:hidden}.Partners-module__iZbxca__textCenter{text-align:center;max-width:1200px;margin:0 auto 4rem;padding:0 1.5rem}@media (min-width:768px){.Partners-module__iZbxca__textCenter{padding:0 3rem}}.Partners-module__iZbxca__subText{color:var(--text-muted);text-transform:uppercase;letter-spacing:.3em;font-size:.7rem;font-weight:700;font-family:var(--font-sans), sans-serif}.Partners-module__iZbxca__partnersContainer{justify-content:center;align-items:center;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex}.Partners-module__iZbxca__partnersGrid{flex-wrap:wrap;justify-content:center;align-items:center;gap:4rem;width:100%;display:flex}@media (min-width:768px){.Partners-module__iZbxca__partnersGrid{gap:8rem}}.Partners-module__iZbxca__partnerItem{justify-content:center;align-items:center;padding:1.5rem;transition:transform .4s cubic-bezier(.4,0,.2,1);display:flex}.Partners-module__iZbxca__logo{object-fit:contain;opacity:.5;filter:grayscale();transition:all .5s cubic-bezier(.16,1,.3,1)}.Partners-module__iZbxca__partnerItem:hover{transform:scale(1.1)}.Partners-module__iZbxca__partnerItem:hover .Partners-module__iZbxca__logo{opacity:1;filter:grayscale(0)}
.Footer-module__Grjkva__footerSection{background-color:var(--bg-surface);border-top:1px solid #0000000d;width:100%;padding-top:8rem;padding-bottom:3rem;position:relative;overflow:hidden}.Footer-module__Grjkva__glowEffect{z-index:0;pointer-events:none;background:radial-gradient(circle,#00000003 0%,#0000 70%);width:50vw;max-width:600px;height:50vw;max-height:600px;position:absolute;bottom:0;right:0;transform:translate(25%,25%)}.Footer-module__Grjkva__container{z-index:10;max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative}@media (min-width:768px){.Footer-module__Grjkva__container{padding:0 3rem}}.Footer-module__Grjkva__grid{grid-template-columns:1fr;gap:4rem;margin-bottom:6rem;display:grid}@media (min-width:1024px){.Footer-module__Grjkva__grid{grid-template-columns:1fr 1fr;gap:8rem}}.Footer-module__Grjkva__leftCol{flex-direction:column;display:flex}.Footer-module__Grjkva__title{font-size:clamp(2.5rem,5vw,4rem);font-family:var(--font-display), sans-serif;color:var(--text-primary);letter-spacing:-.04em;margin-bottom:1.5rem;font-weight:800;line-height:1.05}.Footer-module__Grjkva__desc{color:var(--text-secondary);max-width:440px;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.6}.Footer-module__Grjkva__contactInfo{flex-direction:column;gap:1.5rem;margin-bottom:2.5rem;display:flex}.Footer-module__Grjkva__contactItem{align-items:center;gap:1rem;display:flex}.Footer-module__Grjkva__contactIcon{color:#1d1d1f;text-align:center;width:20px;font-size:1.125rem}.Footer-module__Grjkva__emailLink{color:#1d1d1f;width:fit-content;font-size:1.5rem;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.Footer-module__Grjkva__emailLink:after{content:"";transform-origin:100%;background-color:currentColor;width:100%;height:1px;transition:transform .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:-4px;left:0;transform:scaleX(0)}.Footer-module__Grjkva__emailLink:hover:after{transform-origin:0;transform:scaleX(1)}.Footer-module__Grjkva__location{color:#1d1d1f;letter-spacing:normal;text-transform:none;font-size:1rem}.Footer-module__Grjkva__socialIconRow{gap:1rem;margin-top:auto;display:flex}.Footer-module__Grjkva__iconBox{color:#1d1d1f;border:1px solid #0000001a;border-radius:.5rem;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.125rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.Footer-module__Grjkva__iconBox:hover{color:#fff;background-color:#1d1d1f;border-color:#1d1d1f;transform:translateY(-3px)}.Footer-module__Grjkva__formPanel{background:var(--bg-primary);border:1px solid #0000000a;border-radius:4px;padding:2.5rem;box-shadow:0 10px 30px #00000005}@media (min-width:768px){.Footer-module__Grjkva__formPanel{padding:3rem}}.Footer-module__Grjkva__form{flex-direction:column;gap:1.75rem;display:flex}.Footer-module__Grjkva__formRow{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.Footer-module__Grjkva__formRow{grid-template-columns:1fr 1fr}}.Footer-module__Grjkva__inputGroup{flex-direction:column;gap:.625rem;display:flex}.Footer-module__Grjkva__label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:.7rem;font-weight:700;font-family:var(--font-sans), sans-serif}.Footer-module__Grjkva__input,.Footer-module__Grjkva__select,.Footer-module__Grjkva__textarea{background-color:var(--bg-surface);width:100%;color:var(--text-primary);border:1px solid #0000001a;border-radius:2px;padding:.875rem 1.125rem;font-family:inherit;font-size:1rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.Footer-module__Grjkva__input::placeholder,.Footer-module__Grjkva__textarea::placeholder{color:#b0b0b5}.Footer-module__Grjkva__input:focus,.Footer-module__Grjkva__select:focus,.Footer-module__Grjkva__textarea:focus{border-color:#1d1d1f;outline:none;box-shadow:0 0 0 4px #0000000a}.Footer-module__Grjkva__select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%236e6e73' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");background-position:right 1.125rem center;background-repeat:no-repeat;padding-right:3rem}.Footer-module__Grjkva__textarea{resize:vertical;min-height:120px}.Footer-module__Grjkva__submitBtn{--btn-bg:#1d1d1f;--btn-color:#fff;--btn-border:#1d1d1f;min-width:240px;margin-left:auto;margin-right:auto}.Footer-module__Grjkva__submitBtn:hover{box-shadow:0 10px 20px #0000001a;--btn-bg:#000!important;color:#000!important}.Footer-module__Grjkva__bottomBar{color:var(--text-muted);border-top:1px solid #0000000a;flex-direction:column;justify-content:space-between;align-items:center;gap:2rem;padding-top:3rem;font-size:.75rem;display:flex}@media (min-width:768px){.Footer-module__Grjkva__bottomBar{flex-direction:row;gap:0}}.Footer-module__Grjkva__socialLinks{gap:2rem;display:flex}.Footer-module__Grjkva__socialLink{color:#6e6e73;font-weight:500;text-decoration:none;transition:color .3s}.Footer-module__Grjkva__socialLink:hover{color:#1d1d1f}.Footer-module__Grjkva__copyright{margin:0}
.Hero-module__JgYmMq__hero{text-align:center;background-color:#fafafa;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:8rem 5% 5rem;display:flex;position:relative;overflow:hidden}.Hero-module__JgYmMq__glowContainer{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__JgYmMq__glowOrbRed{filter:blur(100px);background:radial-gradient(circle,#da1f26 0%,#0000 60%,#3a53a4 70%,#0000 0%);width:45vw;max-width:600px;height:45vw;max-height:600px;position:absolute;top:50%;left:35%}.Hero-module__JgYmMq__glowBluePurple{filter:blur(100px);background:radial-gradient(circle,#3a53a4 0%,#0000 60%,#3a53a4 70%,#0000 0%);width:45vw;max-width:600px;height:45vw;max-height:600px;position:absolute;top:40%;left:50%}.Hero-module__JgYmMq__glowOrbYellow{filter:blur(100px);background:radial-gradient(circle,#ffce01 0%,#0000 60%,#3a53a4 70%,#0000 0%);width:45vw;max-width:600px;height:45vw;max-height:600px;position:absolute;top:50%;left:65%}.Hero-module__JgYmMq__heroTitle{z-index:1;letter-spacing:-.04em;font-size:clamp(3.5rem,8vw,6.5rem);font-weight:700;line-height:1.1;font-family:var(--font-display,sans-serif);color:#111;margin-bottom:2rem;position:relative}.Hero-module__JgYmMq__textGray{background:linear-gradient(135deg,#ffce01 -10%,#da1f26 50%,#3a53a4 110%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;display:inline-block}.Hero-module__JgYmMq__heroSubtitle{z-index:1;color:#444;max-width:600px;margin:0 auto;font-size:1rem;font-weight:400;line-height:1.6;position:relative}.Hero-module__JgYmMq__scrollHint{z-index:10;flex-direction:column;align-items:center;animation:2s infinite Hero-module__JgYmMq__pulseHint;display:flex;position:absolute;bottom:3rem;left:50%;transform:translate(-50%)}@keyframes Hero-module__JgYmMq__pulseHint{0%,to{opacity:.3;transform:translate(-50%)translateY(0)}50%{opacity:.8;transform:translate(-50%)translateY(5px)}}.Hero-module__JgYmMq__scrollText{color:#888;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem;font-size:.75rem}.Hero-module__JgYmMq__scrollLine{background:linear-gradient(#888,#0000);width:1px;height:4rem}
.MillionaireTeaser-module__3mjSnW__container{background:var(--bg-primary,#fafafa);position:relative}.MillionaireTeaser-module__3mjSnW__bgWrapper{z-index:0;position:absolute;inset:0;overflow:hidden}.MillionaireTeaser-module__3mjSnW__background{opacity:.12;filter:grayscale()brightness(1.2);will-change:transform;background-image:url(/images/millionaire/bg.png);background-position:50%;background-size:cover;width:100%;height:100%}.MillionaireTeaser-module__3mjSnW__vignette{background:radial-gradient(circle at center, transparent 40%, var(--bg-primary) 100%);pointer-events:none;position:absolute;inset:0}.MillionaireTeaser-module__3mjSnW__stickyArea{z-index:10;box-sizing:border-box;justify-content:center;align-items:center;height:100vh;padding:0 8vw;display:flex}.MillionaireTeaser-module__3mjSnW__grid{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;width:100%;max-width:1400px;display:grid}.MillionaireTeaser-module__3mjSnW__textContent{z-index:2;flex-direction:column;gap:2rem;display:flex}.MillionaireTeaser-module__3mjSnW__title{font-family:var(--font-display), sans-serif;color:var(--text-primary);letter-spacing:-.04em;flex-direction:column;margin:0;font-size:clamp(3rem,6vw,6rem);font-weight:800;line-height:1.05;display:flex}.MillionaireTeaser-module__3mjSnW__titleLine{padding-bottom:.1em;display:block;overflow:hidden}.MillionaireTeaser-module__3mjSnW__titleWord{will-change:transform;display:inline-block}.MillionaireTeaser-module__3mjSnW__dot{color:#ff9000}.MillionaireTeaser-module__3mjSnW__description{font-family:var(--font-sans), sans-serif;color:var(--text-secondary);will-change:opacity, transform;max-width:90%;margin:0;font-size:clamp(1rem,1.2vw,1.125rem);line-height:1.7}.MillionaireTeaser-module__3mjSnW__ctaBtn{--btn-color:#fff;--btn-border:#fff3;margin-top:1rem}.MillionaireTeaser-module__3mjSnW__playIcon{border-top:5px solid #0000;border-bottom:5px solid #0000;border-left:8px solid;width:0;height:0;margin-left:4px}.MillionaireTeaser-module__3mjSnW__posterWrapper{perspective:2500px;justify-content:flex-end;display:flex}.MillionaireTeaser-module__3mjSnW__poster{aspect-ratio:16/9;will-change:transform, opacity;width:100%;max-width:660px;transform-style:preserve-3d;cursor:pointer;background-color:#f0f0f0;background-image:url(/images/millionaire/poster.png);background-position:top;background-size:cover;border-radius:4px;position:relative;overflow:hidden;box-shadow:0 4px 10px #00000008,0 20px 50px #00000014}.MillionaireTeaser-module__3mjSnW__posterOverlay{pointer-events:none;z-index:1;background:linear-gradient(#0000 35%,#0000008c 65%,#000000eb 100%),linear-gradient(#00000080 0%,#0000 30%);position:absolute;inset:0}.MillionaireTeaser-module__3mjSnW__posterTopText{z-index:2;font-family:var(--font-sans), sans-serif;color:#fffc;letter-spacing:.45em;text-transform:uppercase;font-size:.6rem;font-weight:600;position:absolute;top:8%;left:6%}.MillionaireTeaser-module__3mjSnW__posterCenterTextWrapper{z-index:2;flex-direction:column;gap:.3rem;padding:0 6% 7%;display:flex;position:absolute;bottom:0;left:0;right:0}.MillionaireTeaser-module__3mjSnW__posterGoldText{font-family:var(--font-inter), sans-serif;color:#fff;letter-spacing:-.01em;font-size:clamp(1.1rem,2.2vw,1.7rem);font-weight:700;line-height:1.15}.MillionaireTeaser-module__3mjSnW__posterGoldText span{display:block}.MillionaireTeaser-module__3mjSnW__posterSmallText{font-family:var(--font-sans), sans-serif;color:#ffffffb3;letter-spacing:.3em;text-transform:uppercase;font-size:.7rem}.MillionaireTeaser-module__3mjSnW__posterPlayOverlay{z-index:3;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.MillionaireTeaser-module__3mjSnW__posterPlayBtn{cursor:pointer;background:#cc0000d9;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:transform .3s,background .3s,box-shadow .3s;display:flex;box-shadow:0 0 0 8px #cc00002e,0 8px 30px #cc000080}.MillionaireTeaser-module__3mjSnW__poster:hover .MillionaireTeaser-module__3mjSnW__posterPlayBtn{background:#e60000f2;transform:scale(1.12);box-shadow:0 0 0 12px #cc000026,0 8px 40px #c009}.MillionaireTeaser-module__3mjSnW__posterPlayIcon{border-top:9px solid #0000;border-bottom:9px solid #0000;border-left:14px solid #fff;width:0;height:0;margin-left:4px}.MillionaireTeaser-module__3mjSnW__posterCredit{font-family:var(--font-inter), sans-serif;color:#ffffff40;letter-spacing:.4em;z-index:2;text-transform:uppercase;font-size:.55rem;position:absolute;top:8%;right:6%}@media (max-width:992px){.MillionaireTeaser-module__3mjSnW__grid{grid-template-columns:1fr;gap:4rem}.MillionaireTeaser-module__3mjSnW__stickyArea{height:auto;padding:12vh 6vw;position:relative}.MillionaireTeaser-module__3mjSnW__container{min-height:100vh}.MillionaireTeaser-module__3mjSnW__bgWrapper{height:100%}.MillionaireTeaser-module__3mjSnW__posterWrapper{perspective:1500px;justify-content:center}.MillionaireTeaser-module__3mjSnW__poster{max-width:450px}}
.Subsidiaries-module__mmC-pW__section{background:#fafafa;width:100%}.Subsidiaries-module__mmC-pW__pinWrap{background:#fafafa;flex-direction:row;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.Subsidiaries-module__mmC-pW__panel{flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.Subsidiaries-module__mmC-pW__panelBg{will-change:transform;transform-origin:50%;position:absolute;inset:0}.Subsidiaries-module__mmC-pW__panelBgImg{object-fit:cover;object-position:center;pointer-events:none;-webkit-user-select:none;user-select:none;filter:brightness(1.05)saturate(.9);width:100%;height:100%;display:block}.Subsidiaries-module__mmC-pW__panelOverlay{pointer-events:none;z-index:1;position:absolute;inset:0}.Subsidiaries-module__mmC-pW__panelOverlayDave{background:radial-gradient(circle,#f8fcf0fa 0%,#f8fcf099 50%,#f8fcf01a 100%),linear-gradient(#fafafa80 0%,#0000 40%)}.Subsidiaries-module__mmC-pW__panelOverlayPhante{background:radial-gradient(circle,#fcf5fff5 0%,#fcf5ff80 50%,#fcf5ff1a 100%),linear-gradient(#faf5ff80 0%,#0000 40%)}.Subsidiaries-module__mmC-pW__panelBlurLayer{-webkit-backdrop-filter:blur(14px)saturate(.7)brightness(1.2);backdrop-filter:blur(14px)saturate(.7)brightness(1.2);opacity:0;pointer-events:none;z-index:1;will-change:opacity;background:#fff3;position:absolute;inset:0;transform:translateZ(0)}.Subsidiaries-module__mmC-pW__panelContent{z-index:2;text-align:center;flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:650px;padding:2rem;display:flex;position:relative}.Subsidiaries-module__mmC-pW__panelTag{letter-spacing:.28em;text-transform:uppercase;color:#4a7c0e;font-size:.58rem;font-weight:700;font-family:var(--font-mono,monospace);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);will-change:opacity, transform;background:#b5f23d1f;border:1px solid #4a7c0e4d;border-radius:2px;padding:.25rem .7rem}.Subsidiaries-module__mmC-pW__panelTagPhante{color:#7c22b0;background:#e879f91a;border-color:#7c22b04d}.Subsidiaries-module__mmC-pW__panelTitle{letter-spacing:-.03em;color:#111;font-size:clamp(2.8rem,5.5vw,5rem);font-weight:900;line-height:1;font-family:var(--font-display,"Inter", sans-serif);will-change:opacity, transform;text-shadow:none;margin:0}.Subsidiaries-module__mmC-pW__accentGreen{color:#c3fc00;text-shadow:none}.Subsidiaries-module__mmC-pW__accentPurple{color:#d946ef;text-shadow:none}.Subsidiaries-module__mmC-pW__panelDesc{color:#141414a6;will-change:opacity, transform;max-width:440px;margin:0 auto;font-size:clamp(.85rem,1.4vw,1.1rem);line-height:1.8}.Subsidiaries-module__mmC-pW__panelBtn{--btn-color:#fff;--btn-border:#fff3;margin-top:1rem}.Subsidiaries-module__mmC-pW__verticalDivider{z-index:10;transform-origin:top;will-change:transform, opacity;background:linear-gradient(#0000 0%,#0000001a 20% 80%,#0000 100%);justify-content:center;align-items:center;width:1px;display:flex;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.Subsidiaries-module__mmC-pW__dividerXBadge{color:#0000004d;letter-spacing:.05em;width:40px;height:40px;font-size:.75rem;font-weight:700;font-family:var(--font-mono,monospace);background:#fafafa;border:1px solid #0000001a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;box-shadow:0 2px 8px #00000014}@media (max-width:768px){.Subsidiaries-module__mmC-pW__pinWrap{flex-direction:column}.Subsidiaries-module__mmC-pW__panel{flex:none;height:50vh}.Subsidiaries-module__mmC-pW__panelContent{padding:0 2rem 2.5rem}.Subsidiaries-module__mmC-pW__verticalDivider{transform-origin:0;background:linear-gradient(90deg,#0000 0%,#0000001a 20% 80%,#0000 100%);width:100%;height:1px;inset:50% 0 auto;transform:translateY(-50%)}}
