.Header-module__hBw1pG__header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid var(--glass-border);background:#000c;align-items:center;height:80px;display:flex;position:fixed;top:0;left:0;right:0}.Header-module__hBw1pG__headerContainer{justify-content:space-between;align-items:center;width:100%;display:flex}.Header-module__hBw1pG__logoText{font-family:var(--font-heading);color:var(--nob-white);letter-spacing:-1px;font-size:1.5rem;font-weight:900}.Header-module__hBw1pG__red{color:var(--nob-red)}.Header-module__hBw1pG__nav{align-items:center;gap:2rem;display:flex}.Header-module__hBw1pG__nav a{color:var(--nob-white);text-transform:uppercase;transition:var(--transition-smooth);font-size:.9rem;font-weight:600}.Header-module__hBw1pG__nav a:hover{color:var(--nob-red)}.Header-module__hBw1pG__languageSwitcher{background:#ffffff1a;border-radius:4px;gap:.5rem;padding:.25rem;display:flex}.Header-module__hBw1pG__languageSwitcher button{color:var(--nob-white);transition:var(--transition-smooth);border-radius:2px;padding:.25rem .5rem;font-size:.75rem;font-weight:700}.Header-module__hBw1pG__languageSwitcher button.Header-module__hBw1pG__active{background:var(--nob-red)}@media (max-width:768px){.Header-module__hBw1pG__nav{display:none}}
.VideoModal-module__YJZvbq__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background-color:#000000e6;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;animation:.3s ease-out VideoModal-module__YJZvbq__fadeIn;display:flex;position:fixed;top:0;left:0}.VideoModal-module__YJZvbq__modalContent{background:var(--nob-black);border:1px solid var(--glass-border);border-radius:12px;width:100%;max-width:1000px;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.VideoModal-module__YJZvbq__videoWrapper{height:0;padding-bottom:56.25%;position:relative}.VideoModal-module__YJZvbq__videoWrapper iframe{width:100%;height:100%;position:absolute;top:0;left:0}.VideoModal-module__YJZvbq__closeButton{color:#fff;cursor:pointer;transition:var(--transition-smooth);background:0 0;border:none;font-size:2.5rem;position:absolute;top:-45px;right:0}.VideoModal-module__YJZvbq__closeButton:hover{color:var(--nob-red);transform:scale(1.1)}@keyframes VideoModal-module__YJZvbq__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.VideoModal-module__YJZvbq__closeButton{z-index:10;background:#00000080;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;display:flex;top:10px;right:15px}}
.Hero-module__ZARIfG__hero{background:var(--nob-black);height:100vh;min-height:700px;color:var(--nob-white);justify-content:center;align-items:center;padding-top:80px;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__videoBackground{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__bgIframe{opacity:.6;width:100vw;min-width:177.77vh;height:100vh;min-height:56.25vw;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__ZARIfG__overlay{z-index:1;background:radial-gradient(circle,#0003 0%,#000c 100%),linear-gradient(#000000e6 0%,#0006 50%,#000000e6 100%);position:absolute;inset:0}.Hero-module__ZARIfG__heroContainer{z-index:2;flex-direction:column;align-items:center;width:100%;display:flex;position:relative}.Hero-module__ZARIfG__content{text-align:center;max-width:900px}.Hero-module__ZARIfG__subtitle{color:var(--nob-red);letter-spacing:4px;text-shadow:0 2px 10px #e2001a66;margin-bottom:1rem;font-size:1.25rem}.Hero-module__ZARIfG__title{text-shadow:0 4px 20px #0009;margin-bottom:1.5rem;font-size:5.5rem;line-height:1}.Hero-module__ZARIfG__description{color:#ffffffe6;text-shadow:0 2px 10px #00000080;max-width:700px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.5rem;line-height:1.6}.Hero-module__ZARIfG__actions{justify-content:center;align-items:center;gap:2rem;display:flex}.Hero-module__ZARIfG__vslButton{color:var(--nob-white);text-transform:uppercase;transition:var(--transition-smooth);align-items:center;gap:1rem;font-size:1.1rem;font-weight:700;display:flex}.Hero-module__ZARIfG__vslButton:hover{color:var(--nob-red)}.Hero-module__ZARIfG__playIcon{border:2px solid var(--nob-red);width:60px;height:60px;color:var(--nob-red);transition:var(--transition-smooth);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#e2001a26;border-radius:50%;justify-content:center;align-items:center;font-size:1.4rem;display:flex;position:relative}.Hero-module__ZARIfG__playIcon:after{content:"";border:2px solid var(--nob-red);border-radius:50%;width:100%;height:100%;animation:2s infinite Hero-module__ZARIfG__pulse;position:absolute}.Hero-module__ZARIfG__vslButton:hover .Hero-module__ZARIfG__playIcon{background:var(--nob-red);color:var(--nob-white);transform:scale(1.1)}@keyframes Hero-module__ZARIfG__pulse{0%{opacity:.8;transform:scale(1)}to{opacity:0;transform:scale(1.6)}}@media (max-width:992px){.Hero-module__ZARIfG__title{font-size:4rem}}@media (max-width:768px){.Hero-module__ZARIfG__hero{height:auto;min-height:100vh;padding:140px 0 100px}.Hero-module__ZARIfG__title{font-size:3rem}.Hero-module__ZARIfG__subtitle{letter-spacing:2px;font-size:1rem}.Hero-module__ZARIfG__description{margin-bottom:2rem;font-size:1.1rem}.Hero-module__ZARIfG__overlay{background:#0009}.Hero-module__ZARIfG__actions{flex-direction:column;align-items:stretch;gap:1.5rem}.Hero-module__ZARIfG__vslButton{justify-content:center}.Hero-module__ZARIfG__bgIframe{opacity:.4}}
.About-module__vAULUW__about{background:var(--nob-white);color:var(--nob-black);padding:100px 0}.About-module__vAULUW__grid{grid-template-columns:1.2fr 1fr;align-items:center;gap:4rem;display:grid}.About-module__vAULUW__title{margin-bottom:2rem;font-size:2.5rem;position:relative}.About-module__vAULUW__title:after{content:"";background:var(--nob-red);width:60px;height:4px;position:absolute;bottom:-.5rem;left:0}.About-module__vAULUW__text{color:var(--text-muted);font-size:1.2rem;line-height:1.8}.About-module__vAULUW__stats{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.About-module__vAULUW__statItem{background:var(--nob-black);text-align:center;color:var(--nob-white);transition:var(--transition-smooth);border-radius:8px;padding:2rem}.About-module__vAULUW__statItem:hover{background:var(--nob-red);transform:translateY(-5px)}.About-module__vAULUW__statNumber{font-size:2.5rem;font-weight:900;font-family:var(--font-heading);margin-bottom:.5rem;display:block}.About-module__vAULUW__statLabel{text-transform:uppercase;letter-spacing:1px;font-size:.8rem;font-weight:600}@media (max-width:992px){.About-module__vAULUW__grid{grid-template-columns:1fr;gap:3rem}}@media (max-width:480px){.About-module__vAULUW__stats{grid-template-columns:1fr}}
.Experience-module__RsmxMa__experience{background:var(--nob-black);color:var(--nob-white);padding:100px 0}.Experience-module__RsmxMa__sectionTitle{text-align:center;margin-bottom:4rem;font-size:2.5rem;position:relative}.Experience-module__RsmxMa__sectionTitle:after{content:"";background:var(--nob-red);width:60px;height:4px;position:absolute;bottom:-1rem;left:50%;transform:translate(-50%)}.Experience-module__RsmxMa__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Experience-module__RsmxMa__card{transition:var(--transition-smooth);text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:3rem 2rem}.Experience-module__RsmxMa__card:hover{border-color:var(--nob-red);background:#ffffff1a;transform:translateY(-10px)}.Experience-module__RsmxMa__iconWrapper{margin-bottom:2rem}.Experience-module__RsmxMa__dot{background:var(--nob-red);width:12px;height:12px;box-shadow:0 0 15px var(--nob-red);border-radius:50%;display:inline-block}.Experience-module__RsmxMa__cardTitle{color:var(--nob-white);margin-bottom:1.5rem;font-size:1.5rem}.Experience-module__RsmxMa__cardText{color:#ffffffb3;font-size:1rem;line-height:1.6}@media (max-width:992px){.Experience-module__RsmxMa__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.Experience-module__RsmxMa__grid{grid-template-columns:1fr}}
.TeamsGrid-module__4w2gDG__teams{background:#0a0a0a;border-top:1px solid #ffffff1a;border-bottom:1px solid #ffffff1a;padding:60px 0}.TeamsGrid-module__4w2gDG__title{text-align:center;color:#ffffff80;letter-spacing:3px;margin-bottom:3rem;font-size:1rem}.TeamsGrid-module__4w2gDG__grid{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;display:flex}.TeamsGrid-module__4w2gDG__teamItem{opacity:.6;filter:grayscale();transition:var(--transition-smooth)}.TeamsGrid-module__4w2gDG__teamItem:hover{opacity:1;filter:grayscale(0);transform:scale(1.1)}.TeamsGrid-module__4w2gDG__teamName{font-family:var(--font-heading);color:var(--nob-white);white-space:nowrap;font-size:1.5rem;font-weight:900}@media (max-width:768px){.TeamsGrid-module__4w2gDG__grid{gap:2rem}.TeamsGrid-module__4w2gDG__teamName{font-size:1.2rem}}
.Benefits-module__iMMc8a__benefits{color:var(--nob-black);background:#f8f8f8;padding:100px 0}.Benefits-module__iMMc8a__title{text-align:center;margin-bottom:4rem;font-size:2.5rem}.Benefits-module__iMMc8a__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto;display:grid}.Benefits-module__iMMc8a__benefitItem{background:var(--nob-white);transition:var(--transition-smooth);border-radius:8px;align-items:flex-start;gap:1.5rem;padding:2rem;display:flex;box-shadow:0 4px 15px #0000000d}.Benefits-module__iMMc8a__benefitItem:hover{border-left:4px solid var(--nob-red);transform:translate(10px)}.Benefits-module__iMMc8a__check{color:var(--nob-red);font-size:1.5rem;font-weight:900}.Benefits-module__iMMc8a__text{font-size:1.1rem;font-weight:600;line-height:1.4}@media (max-width:600px){.Benefits-module__iMMc8a__benefitItem{padding:1.5rem}}
.Categories-module__95_W3q__categories{background:var(--nob-white);color:var(--nob-black);padding:100px 0}.Categories-module__95_W3q__title{text-align:center;margin-bottom:4rem;font-size:2.5rem}.Categories-module__95_W3q__grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;display:grid}.Categories-module__95_W3q__card{background:var(--nob-white);border:2px solid var(--nob-black);text-align:center;transition:var(--transition-smooth);border-radius:4px;flex-direction:column;gap:.5rem;padding:2.5rem 1.5rem;display:flex}.Categories-module__95_W3q__card:hover{background:var(--nob-black);color:var(--nob-white);border-color:var(--nob-red);transform:scale(1.05)}.Categories-module__95_W3q__label{font-family:var(--font-heading);font-size:2rem;font-weight:900}.Categories-module__95_W3q__year{text-transform:uppercase;letter-spacing:1px;font-size:.9rem;font-weight:600}
.Testimonials-module__ItA9Ha__testimonials{background:var(--nob-black);color:var(--nob-white);padding:100px 0}.Testimonials-module__ItA9Ha__title{text-align:center;margin-bottom:4rem;font-size:2.5rem}.Testimonials-module__ItA9Ha__grid{grid-template-columns:repeat(2,1fr);gap:3rem;max-width:1000px;margin:0 auto;display:grid}.Testimonials-module__ItA9Ha__card{border-left:4px solid var(--nob-red);background:#ffffff0d;border-radius:12px;padding:3rem}.Testimonials-module__ItA9Ha__quote{color:#ffffffe6;margin-bottom:2rem;font-size:1.25rem;font-style:italic;line-height:1.6}.Testimonials-module__ItA9Ha__meta{flex-direction:column;display:flex}.Testimonials-module__ItA9Ha__author{text-transform:uppercase;letter-spacing:1px;font-size:.9rem;font-weight:800}.Testimonials-module__ItA9Ha__club{color:var(--nob-red);font-size:.8rem;font-weight:600}@media (max-width:768px){.Testimonials-module__ItA9Ha__grid{grid-template-columns:1fr;gap:2rem}}
.RegistrationForm-module__pvEeRW__registration{background:var(--nob-red);padding:100px 0}.RegistrationForm-module__pvEeRW__formCard{background:var(--nob-white);border-radius:8px;max-width:900px;margin:0 auto;padding:4rem;box-shadow:0 10px 40px #0003}.RegistrationForm-module__pvEeRW__title{color:var(--nob-black);text-align:center;margin-bottom:3rem;font-size:2.5rem}.RegistrationForm-module__pvEeRW__form{flex-direction:column;gap:1.5rem;display:flex}.RegistrationForm-module__pvEeRW__row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.RegistrationForm-module__pvEeRW__inputGroup{flex-direction:column;gap:.5rem;display:flex}.RegistrationForm-module__pvEeRW__inputGroup label{text-transform:uppercase;color:var(--nob-black);font-size:.8rem;font-weight:700}.RegistrationForm-module__pvEeRW__inputGroup input,.RegistrationForm-module__pvEeRW__inputGroup textarea{transition:var(--transition-smooth);border:1px solid #ddd;border-radius:4px;padding:.75rem 1rem;font-family:inherit;font-size:1rem}.RegistrationForm-module__pvEeRW__inputGroup input:focus,.RegistrationForm-module__pvEeRW__inputGroup textarea:focus{border-color:var(--nob-red);outline:none;box-shadow:0 0 0 2px #e2001a1a}@media (max-width:768px){.RegistrationForm-module__pvEeRW__formCard{padding:2rem 1.5rem}.RegistrationForm-module__pvEeRW__row{grid-template-columns:1fr}}
.Footer-module__S6Hkya__footer{background:var(--nob-black);color:var(--nob-white);border-top:1px solid #ffffff1a;padding:80px 0 40px}.Footer-module__S6Hkya__grid{grid-template-columns:1.5fr 1fr 1fr;gap:4rem;margin-bottom:60px;display:grid}.Footer-module__S6Hkya__logo{font-family:var(--font-heading);margin-bottom:1.5rem;font-size:1.5rem;font-weight:900}.Footer-module__S6Hkya__red{color:var(--nob-red)}.Footer-module__S6Hkya__motto{color:#fff9;font-size:.9rem;line-height:1.6}.Footer-module__S6Hkya__heading{text-transform:uppercase;letter-spacing:2px;color:var(--nob-red);margin-bottom:1.5rem;font-size:.8rem}.Footer-module__S6Hkya__contact p{color:#fffc;margin-bottom:.5rem;font-size:.9rem}.Footer-module__S6Hkya__socialIcons{gap:1rem;font-size:.8rem;font-weight:700;display:flex}.Footer-module__S6Hkya__bottom{text-align:center;color:#fff6;border-top:1px solid #ffffff0d;padding-top:40px;font-size:.8rem}@media (max-width:768px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr;gap:3rem}}
