._navigation_1mmae_1{position:fixed;top:0;left:0;right:0;background:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid rgba(0,0,0,.1);box-shadow:0 2px 10px #0000001a}._navOverlay_1mmae_25{display:none}._navContainer_1mmae_33{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}._navLogo_1mmae_51{display:flex;align-items:center;gap:1rem;height:50px}._logoImage_1mmae_65{height:100%;width:auto;object-fit:contain;max-width:200px}._safeLogoImage_1mmae_79{height:100%;width:auto;object-fit:contain}._navLinks_1mmae_91{display:flex;gap:2rem;align-items:center}._navLinks_1mmae_91 a{color:var(--primary-color);text-decoration:none;font-size:.9rem;font-weight:500;letter-spacing:.05em;transition:color .3s ease}._navLinks_1mmae_91 a:hover{color:var(--blue-dark)}._navToggle_1mmae_129{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:.5rem;z-index:1001}._navToggle_1mmae_129 span{width:25px;height:3px;background:var(--primary-color);transition:all .3s ease;border-radius:2px}._navToggle_1mmae_129._active_1mmae_167 span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}._navToggle_1mmae_129._active_1mmae_167 span:nth-child(2){opacity:0}._navToggle_1mmae_129._active_1mmae_167 span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media (max-width: 768px){._navContainer_1mmae_33{padding:1rem}._navToggle_1mmae_129{display:flex}._navOverlay_1mmae_25{display:block;position:fixed;top:0;left:0;width:100%;height:100vh;background:#00000080;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:999}._navOverlay_1mmae_25._active_1mmae_167{opacity:1;visibility:visible}._navLinks_1mmae_91{position:fixed;top:0;right:-100%;width:80%;max-width:300px;height:100vh;background:var(--white);flex-direction:column;align-items:flex-start;padding:5rem 2rem 2rem;gap:2rem;box-shadow:-2px 0 10px #0000001a;transition:right .3s ease;z-index:1000;overflow-y:auto}._navLinks_1mmae_91._active_1mmae_167{right:0}._navLinks_1mmae_91 a{font-size:1rem;width:100%;padding:.75rem 0;border-bottom:1px solid rgba(34,65,221,.1);transition:all .3s ease}._navLinks_1mmae_91 a:hover{color:var(--blue-dark);padding-left:.5rem}._logoImage_1mmae_65{max-width:120px;height:40px}._safeLogoImage_1mmae_79{max-width:100px;height:40px}}._btn_2057j_1{padding:1.2rem 3rem;font-size:1.1rem;font-weight:600;border:none;border-radius:4px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.05em;position:relative;overflow:hidden}._btnPrimary_2057j_29{background:var(--white);color:var(--primary-color);font-weight:700;box-shadow:0 10px 30px #fff3}._btnPrimary_2057j_29:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}._btnPrimary_2057j_29:hover:before{left:100%}._btnPrimary_2057j_29:hover{background:var(--text-secondary);transform:translateY(-3px) scale(1.02);box-shadow:0 15px 40px #ffffff4d}._btnSecondary_2057j_85{background:var(--primary-color);color:var(--white);font-weight:700}._btnSecondary_2057j_85:hover{background:var(--blue-light-hover);transform:translateY(-2px);box-shadow:0 5px 15px #2241dd4d}._btnGradient_2057j_109{background:linear-gradient(135deg,var(--primary-color) 0%,var(--blue-light) 100%);color:#fff;box-shadow:0 10px 30px #2241dd4d}._btnGradient_2057j_109:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}._btnGradient_2057j_109:hover:before{width:300px;height:300px}._btnGradient_2057j_109:hover{background:linear-gradient(135deg,#3d5aeb 0%,var(--blue-light) 100%);transform:translateY(-3px) scale(1.02);box-shadow:0 15px 40px #2241dd66}@media (max-width: 768px){._btn_2057j_1{padding:1rem 2rem;font-size:1rem}}@media (max-width: 480px){._btn_2057j_1{padding:.9rem 1.5rem;font-size:.95rem}}._heroSection_j5pvo_1{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:5rem 2rem 2rem;overflow:hidden}._heroBackgroundImage_j5pvo_21{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center;z-index:-2}._heroBackgroundOverlay_j5pvo_43{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#2241ddb3,#2241dd80);z-index:0}._heroContent_j5pvo_63{position:relative;z-index:1;max-width:1400px;width:100%;margin:0 auto;display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:end;animation:_fadeIn_j5pvo_1 1s ease-out;padding:2rem 2rem 0;box-sizing:border-box}._heroLeft_j5pvo_93{display:flex;flex-direction:column;gap:.6rem;animation:_slideInLeft_j5pvo_1 .8s ease-out}._heroEyebrow_j5pvo_107{font-size:.75rem;font-weight:500;color:var(--text-primary);text-transform:uppercase;letter-spacing:.125em;opacity:.9;margin-bottom:.2rem;animation:_fadeInUp_j5pvo_1 1s ease-out .05s both;line-height:1.4}._heroLogoContainer_j5pvo_131{display:flex;align-items:flex-start;gap:2rem;margin-bottom:0;background:transparent}._heroShieldLogo_j5pvo_147{width:200px;height:auto;object-fit:contain;flex-shrink:0;animation:_fadeInUp_j5pvo_1 1s ease-out .1s both;background:transparent;mix-blend-mode:normal}._heroTextGroup_j5pvo_167{display:flex;flex-direction:column;flex:1;margin-top:72px}._heroBrand_j5pvo_181{display:flex;align-items:flex-start;gap:.8rem;margin-bottom:0;position:relative}._heroLogoText_j5pvo_197{font-size:4rem;font-weight:700;color:var(--text-primary);letter-spacing:.15em;text-transform:uppercase;opacity:.9;animation:_fadeInUp_j5pvo_1 1s ease-out .1s both;line-height:1}._heroYearInline_j5pvo_219{font-size:2.8rem;font-weight:600;color:var(--white);letter-spacing:.1em;opacity:.85;animation:_fadeInUp_j5pvo_1 1s ease-out .1s both;line-height:1;margin-top:-.2rem;align-self:flex-start}._heroTitleWrapper_j5pvo_243{display:flex;flex-direction:column;gap:.2rem;margin:.1rem 0}._heroTitle_j5pvo_243{font-size:7rem;font-weight:900;color:var(--text-primary);line-height:.95;letter-spacing:-.03em;text-shadow:0 4px 20px rgba(0,0,0,.3);animation:_fadeInUp_j5pvo_1 1s ease-out .3s both;margin:0}._heroYear_j5pvo_219{font-size:3rem;font-weight:600;color:var(--white);letter-spacing:.1em;opacity:.85;margin-top:.2rem;animation:_fadeInUp_j5pvo_1 1s ease-out .4s both;position:relative;padding-left:1rem;line-height:1}._heroYear_j5pvo_219:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:60%;background:var(--white);opacity:.5}._heroHeading_j5pvo_329{font-size:1.6rem;font-weight:500;color:var(--text-primary);line-height:1.4;max-width:600px;text-shadow:0 2px 10px rgba(0,0,0,.2);animation:_fadeInUp_j5pvo_1 1s ease-out .5s both;margin-top:1.5rem;letter-spacing:.02em;text-transform:none}._heroSubtitle_j5pvo_355{font-size:1.1rem;font-weight:300;color:var(--text-primary);line-height:1.7;max-width:650px;text-shadow:0 2px 10px rgba(0,0,0,.2);animation:_fadeInUp_j5pvo_1 1s ease-out .6s both;margin-top:.8rem;letter-spacing:.01em;opacity:.95}._heroRight_j5pvo_381{display:flex;flex-direction:column;gap:1.2rem;align-items:center;animation:_slideInRight_j5pvo_1 .8s ease-out;padding-top:0;margin-top:0;justify-content:flex-start;width:100%;max-width:100%}._heroEventDetails_j5pvo_407{display:flex;flex-direction:column;align-items:center;gap:.3rem;margin-top:.5rem;width:100%}._heroRight_j5pvo_381 ._heroEyebrow_j5pvo_107{text-align:center;margin:0;width:100%;font-size:1rem;text-transform:uppercase}._heroInvitation_j5pvo_441{font-size:.9rem;font-weight:500;color:var(--text-primary);text-align:center;opacity:.9;margin:0;width:100%;text-transform:uppercase}._registrationBadge_j5pvo_463{font-size:1.5rem;font-weight:600;color:var(--text-primary);letter-spacing:.05em;padding:.5rem 1.5rem;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50px;border:1px solid rgba(255,255,255,.3);display:inline-block;animation:_fadeInUp_j5pvo_1 1s ease-out .6s both;margin:0;text-align:center}._eventDate_j5pvo_495{font-size:1.3rem;font-weight:500;color:var(--text-primary);margin:0;text-align:right;width:100%}._countdownContainer_j5pvo_513{display:flex;gap:1rem;width:100%;margin:0;justify-content:center}._countdownBox_j5pvo_529{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.5);border-radius:8px;padding:1.5rem 1.2rem;text-align:center;min-width:100px;transition:all .3s ease;box-shadow:0 4px 15px #0003}._countdownBox_j5pvo_529:hover{transform:translateY(-5px);background:#fff;box-shadow:0 8px 25px #0000004d}._countdownNumber_j5pvo_565{font-size:2.5rem;font-weight:700;color:var(--bg-dark);font-variant-numeric:tabular-nums}._countdownLabel_j5pvo_579{font-size:.8rem;color:var(--bg-dark);text-transform:uppercase;letter-spacing:.1em;margin-top:.5rem;font-weight:600}._heroRegisterButton_j5pvo_597{background:#ffeb3b!important;color:#000!important;font-weight:700!important;box-shadow:0 4px 15px #ffeb3b80!important;padding:1.2rem 2.5rem!important;border-radius:8px!important;width:100%!important;max-width:327px!important;text-align:center!important;border:none!important}._heroRegisterButton_j5pvo_597:hover{background:gold!important;transform:translateY(-2px)!important;box-shadow:0 6px 20px #ffeb3b99!important}._ctaButton_j5pvo_635{padding:1.2rem 3rem;font-size:1.1rem;font-weight:600;border:none;border-radius:4px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.05em;margin-top:0;width:auto;display:inline-block;align-self:flex-end}._ctaButton_j5pvo_635._primary_j5pvo_667{background:var(--white);color:var(--primary-color);font-weight:700;position:relative;overflow:hidden;box-shadow:0 10px 30px #fff3}._ctaButton_j5pvo_635._primary_j5pvo_667:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}._ctaButton_j5pvo_635._primary_j5pvo_667:hover:before{left:100%}._ctaButton_j5pvo_635._primary_j5pvo_667:hover{background:var(--text-secondary);transform:translateY(-3px) scale(1.02);box-shadow:0 15px 40px #ffffff4d}@media (max-width: 1024px){._heroContent_j5pvo_63{grid-template-columns:1fr;gap:2.5rem;text-align:center;padding:1rem 2rem 0}._heroLeft_j5pvo_93{align-items:center;gap:.6rem}._heroLogoContainer_j5pvo_131{flex-direction:column;align-items:center;gap:1.5rem}._heroShieldLogo_j5pvo_147{width:150px}._heroTextGroup_j5pvo_167{align-items:center;text-align:center;margin-top:40px}._heroRight_j5pvo_381{align-items:center;gap:1.2rem;padding-top:0;margin-top:0;width:100%}._countdownContainer_j5pvo_513{justify-content:center;width:100%}._heroTitle_j5pvo_243{font-size:5.5rem}._heroLogoText_j5pvo_197{font-size:3rem}._heroYearInline_j5pvo_219{font-size:2.2rem}._heroYear_j5pvo_219{font-size:2.5rem}._heroHeading_j5pvo_329{font-size:1.4rem;max-width:100%;margin-top:1rem;text-transform:none}._heroSubtitle_j5pvo_355{font-size:1rem;max-width:100%;margin-top:.6rem}._heroEyebrow_j5pvo_107{font-size:.7rem;text-align:center;margin-bottom:.2rem}._heroRight_j5pvo_381 ._heroEyebrow_j5pvo_107{text-align:center;font-size:.9rem}._heroInvitation_j5pvo_441{font-size:.85rem}._heroTitleWrapper_j5pvo_243{margin:.1rem 0}}@media (max-width: 768px){._heroSection_j5pvo_1{padding:4rem 1rem 2rem;min-height:auto}._heroContent_j5pvo_63{padding:.5rem 1rem 0;gap:2rem}._heroLeft_j5pvo_93{gap:.5rem}._heroLogoContainer_j5pvo_131{flex-direction:column;align-items:center;gap:1rem}._heroShieldLogo_j5pvo_147{width:100px}._heroTextGroup_j5pvo_167{align-items:center;text-align:center;margin-top:30px}._heroEyebrow_j5pvo_107{font-size:.6rem;margin-bottom:.2rem;line-height:1.5}._heroEventDetails_j5pvo_407{align-items:center;text-align:center}._heroRight_j5pvo_381 ._heroEyebrow_j5pvo_107{text-align:center;margin:0;font-size:.8rem}._heroInvitation_j5pvo_441{text-align:center;font-size:.75rem}._heroTitle_j5pvo_243{font-size:3rem;line-height:.9}._heroLogoText_j5pvo_197{font-size:2rem}._heroYearInline_j5pvo_219{font-size:1.5rem}._heroYear_j5pvo_219{font-size:1.8rem;padding-left:.6rem;margin-top:.1rem}._heroYear_j5pvo_219:before{width:3px}._heroTitleWrapper_j5pvo_243{margin:.1rem 0}._heroHeading_j5pvo_329{font-size:1.1rem;margin-top:.8rem;max-width:100%;text-transform:none}._heroSubtitle_j5pvo_355{font-size:.9rem;margin-top:.5rem;line-height:1.6;max-width:100%}._heroRight_j5pvo_381{gap:1rem;width:100%;align-items:center;margin-top:0}._countdownContainer_j5pvo_513{flex-wrap:wrap;justify-content:center;width:100%;gap:.5rem}._registrationBadge_j5pvo_463{text-align:center;font-size:1.2rem;padding:.4rem 1rem}._countdownBox_j5pvo_529{min-width:70px;padding:.8rem .6rem;flex:1;max-width:80px}._countdownNumber_j5pvo_565{font-size:1.8rem}._countdownLabel_j5pvo_579{font-size:.7rem}._heroRegisterButton_j5pvo_597{padding:1rem 2rem!important;font-size:1rem!important;max-width:100%!important}}@media (max-width: 480px){._heroSection_j5pvo_1{padding:3.5rem .75rem 1.5rem}._heroContent_j5pvo_63{padding:.5rem .75rem 0;gap:1.5rem}._heroShieldLogo_j5pvo_147{width:80px}._heroTitle_j5pvo_243{font-size:2.5rem}._heroLogoText_j5pvo_197{font-size:1.6rem}._heroYearInline_j5pvo_219{font-size:1.2rem}._heroYear_j5pvo_219{font-size:1.5rem}._heroHeading_j5pvo_329{font-size:1rem}._heroSubtitle_j5pvo_355{font-size:.85rem}._countdownBox_j5pvo_529{min-width:60px;padding:.6rem .5rem;max-width:70px}._countdownNumber_j5pvo_565{font-size:1.5rem}._countdownLabel_j5pvo_579{font-size:.65rem}}._container_hswqz_1{max-width:1400px;margin:0 auto;padding:0 2rem;width:100%;box-sizing:border-box}@media (max-width: 768px){._container_hswqz_1{padding:0 1.5rem}}@media (max-width: 480px){._container_hswqz_1{padding:0 1rem}}._descriptionSection_914h1_1{padding:6rem 0;background:var(--white);position:relative}._descriptionGrid_914h1_13{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}._descriptionLeft_914h1_27{display:flex;flex-direction:column;gap:1.5rem}._sectionTitle_914h1_39{font-size:2.2rem;font-weight:600;color:#000;margin-bottom:1.5rem;line-height:1.3;text-transform:uppercase;letter-spacing:.02em;max-width:100%}._titleIndent_914h1_61{display:block}._sectionSubtitle_914h1_69{font-size:1.3rem;font-weight:600;color:var(--primary-color);margin-top:1.5rem;margin-bottom:1rem;line-height:1.5}._descriptionText_914h1_87{font-size:1.1rem;line-height:1.8;color:#333;margin-bottom:1rem}._optInLink_914h1_101{color:var(--primary-color);text-decoration:none;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-top:1rem;transition:color .3s ease;text-decoration:underline}._optInLink_914h1_101:hover{color:var(--blue-light-hover)}._descriptionRight_914h1_133{display:flex;flex-direction:column;gap:2rem}._videoContainer_914h1_145{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:20px;box-shadow:0 20px 60px #2241dd4d;transition:transform .3s ease,box-shadow .3s ease;background:#000}._videoContainer_914h1_145:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 30px 80px #2241dd66}._descriptionVideo_914h1_179{position:absolute;top:0;left:0;width:100%;height:100%;border:none;border-radius:20px}@media (max-width: 1024px){._descriptionGrid_914h1_13{grid-template-columns:1fr;gap:3rem}._videoContainer_914h1_145{padding-bottom:56.25%;max-width:100%}._sectionTitle_914h1_39{font-size:2.5rem;line-height:1.25}}@media (max-width: 768px){._descriptionSection_914h1_1{padding:4rem 1.5rem}._descriptionGrid_914h1_13{gap:2.5rem}._sectionTitle_914h1_39{font-size:1.8rem;line-height:1.3;letter-spacing:.02em;margin-bottom:1.5rem}._sectionSubtitle_914h1_69{font-size:1.1rem}._descriptionText_914h1_87{font-size:1rem;line-height:1.7}._videoContainer_914h1_145{padding-bottom:56.25%;border-radius:15px}}@media (max-width: 480px){._descriptionSection_914h1_1{padding:3rem 1rem}._sectionTitle_914h1_39{font-size:1.5rem;margin-bottom:1rem}._sectionSubtitle_914h1_69{font-size:1rem;margin-top:1rem}._descriptionText_914h1_87{font-size:.95rem}._videoContainer_914h1_145{border-radius:12px}}._section_111fz_1{padding:6rem 2rem;position:relative}._sectionDefault_111fz_11{background:var(--bg-dark)}._sectionWhite_111fz_19{background:linear-gradient(to bottom,var(--white) 0%,#f8f9fa 100%)}._sectionBlue_111fz_27{background:linear-gradient(135deg,var(--bg-dark) 0%,var(--blue-dark) 100%)}._sectionGradient_111fz_35{background:linear-gradient(180deg,var(--blue-medium) 0%,var(--blue-dark) 100%)}@media (max-width: 768px){._section_111fz_1{padding:4rem 1.5rem}}@media (max-width: 480px){._section_111fz_1{padding:3rem 1rem}}._card_1nqgj_1{border-radius:12px;padding:2rem;transition:all .3s ease}._cardDefault_1nqgj_13{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}._cardWhite_1nqgj_25{background:var(--white);border:2px solid #e9ecef;box-shadow:0 4px 20px #00000014}._cardWhite_1nqgj_25:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--blue-light));transform:scaleX(0);transition:transform .4s ease}._cardWhite_1nqgj_25:hover:before{transform:scaleX(1)}._cardHover_1nqgj_69:hover{transform:translateY(-5px)}._cardWhite_1nqgj_25._cardHover_1nqgj_69:hover{transform:translateY(-10px) scale(1.02);border-color:var(--primary-color);box-shadow:0 20px 50px #2241dd40}._cardDefault_1nqgj_13._cardHover_1nqgj_69:hover{border-color:#ffffff80;box-shadow:0 10px 30px #fff3}@media (max-width: 768px){._card_1nqgj_1{padding:1.5rem}}@media (max-width: 480px){._card_1nqgj_1{padding:1.25rem}}._solutionSection_1hy01_1{padding:6rem 2rem;background:linear-gradient(to bottom,#f8f9fa 0%,var(--white) 100%);position:relative}._solutionSection_1hy01_1:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent,var(--primary-color),transparent)}._sectionHeadline_1hy01_33{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:var(--primary-color);letter-spacing:.05em}._solutionIntro_1hy01_51{max-width:900px;margin:0 auto 4rem;text-align:center}._solutionText_1hy01_63{font-size:1.1rem;line-height:1.8;color:#333;margin-bottom:1.5rem}._solutionGrid_1hy01_77{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}._solutionCard_1hy01_89{background:var(--white);border:2px solid #e9ecef;border-radius:20px;padding:3rem 2rem;text-align:center;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 4px 20px #00000014;position:relative;overflow:hidden}._solutionCard_1hy01_89:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--blue-light));transform:scaleX(0);transition:transform .4s ease}._solutionCard_1hy01_89:hover:before{transform:scaleX(1)}._solutionCard_1hy01_89:hover{transform:translateY(-10px) scale(1.02);border-color:var(--primary-color);box-shadow:0 20px 50px #2241dd40;background:var(--white)}._cardIcon_1hy01_159{font-size:3.5rem;margin-bottom:1.5rem;display:inline-block}._cardTitle_1hy01_171{font-size:1.8rem;font-weight:700;color:var(--primary-color);margin-bottom:.75rem;white-space:nowrap}._cardSubtitle_1hy01_187{font-size:1.1rem;color:var(--primary-color);margin-bottom:1rem;font-weight:600}._cardDescription_1hy01_201{font-size:1rem;line-height:1.7;color:#555}@media (max-width: 768px){._solutionSection_1hy01_1{padding:4rem 1.5rem}._sectionHeadline_1hy01_33{font-size:2rem;margin-bottom:2rem}._solutionIntro_1hy01_51{margin-bottom:3rem}._solutionText_1hy01_63{font-size:1rem}._solutionGrid_1hy01_77{grid-template-columns:1fr;gap:1.5rem}._solutionCard_1hy01_89{padding:2rem 1.5rem}._cardIcon_1hy01_159{font-size:3rem;margin-bottom:1rem}._cardTitle_1hy01_171{white-space:normal;font-size:1.5rem}._cardSubtitle_1hy01_187{font-size:1rem}._cardDescription_1hy01_201{font-size:.95rem}}@media (max-width: 480px){._solutionSection_1hy01_1{padding:3rem 1rem}._sectionHeadline_1hy01_33{font-size:1.75rem}._solutionCard_1hy01_89{padding:1.5rem 1rem}._cardTitle_1hy01_171{font-size:1.3rem}}._imageSliderSection_27aht_1{padding:6rem 2rem;background:var(--white);position:relative}._imageSliderSection_27aht_1 ._sectionHeadline_27aht_13{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#000!important;letter-spacing:.05em}._imageCarousel_27aht_31{display:flex;align-items:center;gap:1rem;position:relative;max-width:1400px;margin:0 auto}._imageWrapper_27aht_49{flex:1;overflow:hidden;position:relative;width:100%;max-width:100%}._carouselArrow_27aht_65{background:#2241dd1a;border:1px solid rgba(34,65,221,.2);color:var(--primary-color);width:50px;height:50px;border-radius:50%;font-size:2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0;z-index:10}._carouselArrow_27aht_65:hover{background:#2241dd33;border-color:var(--primary-color);transform:scale(1.1)}._carouselArrow_27aht_65:active{transform:scale(.95)}._imageSlider_27aht_1{display:flex;gap:1.5rem;overflow-x:auto;scroll-behavior:smooth;padding:1rem 0;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory}._imageSlider_27aht_1::-webkit-scrollbar{display:none}._imageSlide_27aht_1{flex-shrink:0;width:calc((100% - 3rem) / 3);min-width:calc((100% - 3rem) / 3);scroll-snap-align:start;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #00000026;transition:all .4s cubic-bezier(.175,.885,.32,1.275);background:var(--white)}._imageSlide_27aht_1:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 16px 40px #00000040}._sliderImage_27aht_183{width:100%;height:400px;object-fit:cover;display:block;transition:transform .4s ease}._imageSlide_27aht_1:hover ._sliderImage_27aht_183{transform:scale(1.05)}@media (max-width: 1024px){._imageSlide_27aht_1{width:calc((100% - 1.5rem)/2);min-width:calc((100% - 1.5rem)/2)}._sliderImage_27aht_183{height:350px}}@media (max-width: 768px){._imageSliderSection_27aht_1{padding:4rem 1.5rem}._imageSliderSection_27aht_1 ._sectionHeadline_27aht_13{font-size:2rem;margin-bottom:2rem}._imageCarousel_27aht_31{gap:.5rem}._imageSlide_27aht_1{width:calc(100% - 1rem);min-width:calc(100% - 1rem)}._sliderImage_27aht_183{height:300px}._carouselArrow_27aht_65{width:40px;height:40px;font-size:1.5rem}._imageSlider_27aht_1{gap:1rem}}@media (max-width: 480px){._imageSliderSection_27aht_1{padding:3rem 1rem}._imageSliderSection_27aht_1 ._sectionHeadline_27aht_13{font-size:1.75rem;margin-bottom:1.5rem}._sliderImage_27aht_183{height:250px}._carouselArrow_27aht_65{width:35px;height:35px;font-size:1.2rem}}._whoShouldAttendSection_k5lcw_1{padding:6rem 2rem;background:var(--white)}._whoShouldAttendSection_k5lcw_1 ._sectionHeadline_k5lcw_11{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#000!important;letter-spacing:.05em}._attendeeList_k5lcw_29{display:flex;flex-direction:column;gap:1.5rem}._attendeeItem_k5lcw_41{display:flex;align-items:flex-start;gap:1rem;padding:2rem;background:#2241dd14;border:2px solid rgba(34,65,221,.2);border-left:4px solid var(--primary-color);border-radius:12px;transition:all .3s ease;box-shadow:0 2px 10px #2241dd1a}._attendeeItem_k5lcw_41:hover{background:#2241dd1f;border-color:var(--primary-color);transform:translate(5px);box-shadow:0 6px 20px #2241dd33}._attendeeBullet_k5lcw_81{font-size:1.5rem;color:var(--primary-color);flex-shrink:0;font-weight:700}._attendeeContent_k5lcw_95{flex:1}._attendeeTitle_k5lcw_103{font-size:1.3rem;font-weight:700;color:var(--primary-color);margin-bottom:.5rem;display:inline}._attendeeDescription_k5lcw_119{font-size:1rem;line-height:1.6;color:#333;display:inline;margin-left:.25rem}@media (max-width: 768px){._whoShouldAttendSection_k5lcw_1{padding:4rem 1.5rem}._whoShouldAttendSection_k5lcw_1 ._sectionHeadline_k5lcw_11{font-size:2rem;margin-bottom:2rem;color:#000!important}._attendeeList_k5lcw_29{gap:1.25rem}._attendeeItem_k5lcw_41{padding:1.25rem;flex-direction:row;gap:1rem}._attendeeBullet_k5lcw_81{font-size:1.3rem}._attendeeTitle_k5lcw_103{font-size:1.1rem}._attendeeDescription_k5lcw_119{font-size:.95rem}}@media (max-width: 480px){._whoShouldAttendSection_k5lcw_1{padding:3rem 1rem}._whoShouldAttendSection_k5lcw_1 ._sectionHeadline_k5lcw_11{font-size:1.75rem;margin-bottom:1.5rem}._attendeeItem_k5lcw_41{padding:1rem;flex-direction:column;gap:.75rem}._attendeeBullet_k5lcw_81{font-size:1.2rem}._attendeeTitle_k5lcw_103{font-size:1rem}._attendeeDescription_k5lcw_119{font-size:.9rem}}._optinSection_a1ipq_1{padding:6rem 2rem;background:var(--white)}._optinSection_a1ipq_1 ._sectionHeadline_a1ipq_11{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#000!important;letter-spacing:.05em;line-height:1.2}._optinFormContainer_a1ipq_31{background:#fff;border-radius:24px;padding:3.5rem;box-shadow:0 20px 60px #2241dd26;border:2px solid rgba(34,65,221,.1);transition:all .3s ease}._optinFormContainer_a1ipq_31:hover{box-shadow:0 30px 80px #2241dd33;transform:translateY(-5px)}._formTitle_a1ipq_59{font-size:1.5rem;font-weight:700;color:var(--bg-dark);margin-bottom:2rem}._formGrid_a1ipq_73{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}._formGroup_a1ipq_87{display:flex;flex-direction:column;gap:.5rem}._formGroup_a1ipq_87._fullWidth_a1ipq_99{grid-column:1 / -1}._formGroup_a1ipq_87 label{font-size:.9rem;font-weight:600;color:var(--bg-dark);text-transform:uppercase;letter-spacing:.05em}._formGroup_a1ipq_87 input{padding:1rem 1.2rem;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;color:var(--bg-dark);transition:all .3s ease;background:#f8f9fa}._formGroup_a1ipq_87 input:focus{outline:none;border-color:var(--primary-color);background:var(--white);box-shadow:0 0 0 4px #2241dd1a;transform:translateY(-2px)}._privacyText_a1ipq_159{font-size:.85rem;color:#666;line-height:1.6;margin-bottom:1.5rem}._formCheckbox_a1ipq_173{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:2rem}._formCheckbox_a1ipq_173 input[type=checkbox]{width:20px;height:20px;margin-top:2px;cursor:pointer;flex-shrink:0}._formCheckbox_a1ipq_173 label{font-size:.9rem;color:var(--bg-dark);cursor:pointer;line-height:1.5}._submitButton_a1ipq_217{width:100%;padding:1.4rem;background:linear-gradient(135deg,var(--primary-color) 0%,var(--blue-light) 100%);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .4s ease;text-transform:uppercase;letter-spacing:.05em;position:relative;overflow:hidden;box-shadow:0 10px 30px #2241dd4d}._submitButton_a1ipq_217:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}._submitButton_a1ipq_217:hover:before{width:300px;height:300px}._submitButton_a1ipq_217:hover{background:linear-gradient(135deg,#3d5aeb 0%,var(--blue-light) 100%);transform:translateY(-3px) scale(1.02);box-shadow:0 15px 40px #2241dd66}@media (max-width: 768px){._optinSection_a1ipq_1{padding:4rem 1.5rem}._optinSection_a1ipq_1 ._sectionHeadline_a1ipq_11{font-size:2rem;color:#000!important;margin-bottom:2rem}._optinFormContainer_a1ipq_31{padding:2rem 1.5rem}._formTitle_a1ipq_59{font-size:1.3rem;margin-bottom:1.5rem}._formGrid_a1ipq_73{grid-template-columns:1fr;gap:1rem}._formGroup_a1ipq_87 input{padding:.9rem 1rem;font-size:.95rem}._submitButton_a1ipq_217{padding:1.2rem;font-size:1rem}}@media (max-width: 480px){._optinSection_a1ipq_1{padding:3rem 1rem}._optinSection_a1ipq_1 ._sectionHeadline_a1ipq_11{font-size:1.75rem;margin-bottom:1.5rem}._optinFormContainer_a1ipq_31{padding:1.5rem 1rem;border-radius:16px}._formTitle_a1ipq_59{font-size:1.2rem;margin-bottom:1.25rem}._formGroup_a1ipq_87 label{font-size:.85rem}._formGroup_a1ipq_87 input{padding:.8rem .9rem;font-size:.9rem}._privacyText_a1ipq_159{font-size:.8rem}._formCheckbox_a1ipq_173 label{font-size:.85rem}._submitButton_a1ipq_217{padding:1.1rem;font-size:.95rem}}._footerSection_14ubu_1{padding:0 0 2rem;background:linear-gradient(180deg,var(--bg-dark) 0%,var(--blue-dark) 100%);border-top:2px solid rgba(255,255,255,.15);position:relative}._footerSection_14ubu_1:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.05) 0%,transparent 50%),radial-gradient(circle at 70% 80%,rgba(255,255,255,.05) 0%,transparent 50%);pointer-events:none}._footerSliderWrapper_14ubu_21{width:100%;overflow:hidden;background:#ffffff0d;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);padding:1rem 0;margin-bottom:1.5rem;position:relative}._footerSlider_14ubu_21{width:100%;overflow:hidden;position:relative}._footerSliderTrack_14ubu_38{display:flex;gap:3rem;animation:_slide_14ubu_62 30s linear infinite;width:fit-content}@keyframes _slide_14ubu_62{0%{transform:translate(0)}to{transform:translate(-50%)}}._footerSliderItem_14ubu_54{display:flex;align-items:center;gap:3rem;white-space:nowrap;flex-shrink:0}._sliderText_14ubu_62{font-size:1.2rem;font-weight:600;color:var(--white);letter-spacing:.05em;text-transform:uppercase}._sliderSeparator_14ubu_70{font-size:1.5rem;color:#ffffff4d;font-weight:300}._footerSliderTrack_14ubu_38:hover{animation-play-state:paused}._footerContent_14ubu_80{display:grid;grid-template-columns:2fr 1fr;gap:4rem;margin-bottom:2rem;margin-top:3rem;max-width:1400px;margin-left:auto;margin-right:auto;padding:0 2rem}._footerLeft_14ubu_92{display:flex;flex-direction:column;gap:1.5rem}._footerHeading_14ubu_98{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem;letter-spacing:.02em;line-height:1.3}._footerSubtext_14ubu_107{font-size:1.1rem;line-height:1.7;color:var(--text-secondary);max-width:600px;margin-bottom:.75rem}._footerLogo_14ubu_115{display:flex;align-items:center;margin-bottom:.75rem}._footerLogoImage_14ubu_121{height:50px;max-width:200px;object-fit:contain}._footerRight_14ubu_127{display:flex;flex-direction:column;gap:1.5rem;align-items:flex-end;text-align:right;justify-content:flex-start}._footerContact_14ubu_136{display:flex;flex-direction:column;gap:.5rem;align-items:flex-end}._contactTitle_14ubu_143{font-size:1rem;font-weight:600;color:var(--text-primary);letter-spacing:.1em}._contactEmail_14ubu_150{font-size:1rem;color:var(--white);text-decoration:none;transition:color .3s ease}._contactEmail_14ubu_150:hover{color:var(--text-secondary)}._contactEmailSmall_14ubu_161{font-size:.75rem;font-weight:400}._footerSocialSection_14ubu_166{display:flex;flex-direction:column;gap:1rem;align-items:flex-end;margin-top:.75rem}._followUsTitle_14ubu_174{font-size:1rem;font-weight:600;color:var(--text-primary);letter-spacing:.1em;margin:0}._footerSocial_14ubu_166{display:flex;gap:.75rem;justify-content:flex-end}._socialIcon_14ubu_188{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid rgba(255,255,255,.3);border-radius:6px;color:var(--text-primary);text-decoration:none;transition:all .3s ease}._socialIcon_14ubu_188 svg{width:18px;height:18px}._socialIcon_14ubu_188:hover{background:#ffffff1a;border-color:#ffffff80;transform:translateY(-2px)}._footerVenue_14ubu_213{margin-top:2rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1);text-align:center;max-width:1400px;margin-left:auto;margin-right:auto;padding-left:2rem;padding-right:2rem}._venueText_14ubu_226{font-size:.95rem;color:var(--text-secondary);line-height:1.6;margin:0}._footerBottom_14ubu_233{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:1rem;max-width:1400px;margin-left:auto;margin-right:auto;padding:0 2rem}._footerCopyright_14ubu_245{font-size:.9rem;color:var(--text-secondary)}._footerPrivacy_14ubu_250{font-size:.9rem;color:var(--text-secondary);text-decoration:none;transition:color .3s ease}._footerPrivacy_14ubu_250:hover{color:var(--white)}@media (max-width: 768px){._footerSection_14ubu_1{padding:4rem 1.5rem 1rem}._footerSliderWrapper_14ubu_21{padding:.75rem 0;margin-bottom:1rem}._sliderText_14ubu_62{font-size:1rem}._footerContent_14ubu_80{grid-template-columns:1fr;gap:2.5rem}._footerRight_14ubu_127{align-items:flex-start;text-align:left}._footerContact_14ubu_136,._footerSocialSection_14ubu_166{align-items:flex-start}._footerSocial_14ubu_166{justify-content:flex-start}._footerHeading_14ubu_98{font-size:1.5rem}._footerSubtext_14ubu_107{font-size:1rem}._footerLogoImage_14ubu_121{height:40px;max-width:150px}._footerVenue_14ubu_213{margin-top:1.5rem;margin-bottom:1.5rem;padding-top:1.5rem;padding-bottom:1.5rem}._venueText_14ubu_226{font-size:.85rem}._footerBottom_14ubu_233{flex-direction:column;text-align:center;gap:.75rem}._footerCopyright_14ubu_245,._footerPrivacy_14ubu_250{font-size:.85rem}}@media (max-width: 480px){._footerSection_14ubu_1{padding:3rem 1rem 1.5rem}._footerSliderWrapper_14ubu_21{padding:1rem 0;margin-bottom:1.5rem}._sliderText_14ubu_62{font-size:.9rem}._footerContent_14ubu_80{gap:2rem}._footerHeading_14ubu_98{font-size:1.3rem}._footerSubtext_14ubu_107{font-size:.95rem}._contactTitle_14ubu_143,._followUsTitle_14ubu_174,._contactEmail_14ubu_150{font-size:.9rem}._socialIcon_14ubu_188{width:32px;height:32px}._socialIcon_14ubu_188 svg{width:16px;height:16px}}.app{width:100%;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #2241dd;--secondary-color: #1a35b8;--accent-color: #2d4fe8;--highlight-color: #ffffff;--orange-accent: #ffffff;--blue-light: #4a6ef5;--blue-dark: #1a35b8;--blue-medium: #2241dd;--blue-light-hover: #3d5aeb;--text-primary: #ffffff;--text-secondary: #f0f0f0;--bg-dark: #2241dd;--bg-section: #1a35b8;--bg-light: #ffffff;--white: #ffffff}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-dark);color:var(--text-primary);overflow-x:hidden;width:100%;position:relative}html{scroll-behavior:smooth}@media (max-width: 768px){*{-webkit-tap-highlight-color:transparent}body{font-size:16px;-webkit-text-size-adjust:100%}button,a,input,select,textarea{min-height:44px;min-width:44px}}@media (max-width: 480px){body{font-size:15px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}
