@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.header{background-color:#000;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.1);position:sticky;top:0;z-index:1000}.header-container{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1440px;margin:0 auto;padding:0 2rem}.logo img{height:56px;display:block}.nav-menu ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:2.5rem}.nav-menu a{color:#fff;text-decoration:none;font-weight:600;font-size:1rem;transition:color .2s ease-in-out}.nav-menu a:hover{color:#a87ffb}.hamburger-menu{display:none;background:none;border:none;cursor:pointer;padding:0;z-index:1010}.hamburger-menu span{display:block;width:25px;height:3px;margin:5px 0;background-color:#fff;transition:all .3s ease-in-out}@media (max-width: 1024px){.header-container{padding:0 1.5rem}.nav-menu{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#000000f2;flex-direction:column;justify-content:center;align-items:center}.nav-menu.active{display:flex}.nav-menu ul{flex-direction:column;gap:2rem}.nav-menu a{font-size:1.5rem}.hamburger-menu{display:block}}.atwater-modal-overlay{position:fixed;inset:0;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.atwater-modal-content{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border-radius:20px;max-width:600px;width:100%;max-height:80vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #00000080;border:1px solid rgba(255,255,255,.1)}.atwater-modal-close{position:absolute;top:20px;right:20px;background:none;border:none;font-size:24px;color:#fff;cursor:pointer;z-index:1001;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;background-color:#ffffff1a}.atwater-modal-close:hover{background-color:#fff3;transform:rotate(90deg)}.atwater-modal-header{padding:40px 40px 20px;text-align:center;border-bottom:1px solid rgba(255,255,255,.1)}.atwater-logo{max-height:80px;width:auto}.atwater-modal-body{padding:30px 40px 40px}.atwater-description{color:#e0e0e0;line-height:1.8;font-size:16px;margin:0;text-align:justify}@media (max-width: 768px){.atwater-modal-overlay{padding:10px}.atwater-modal-content{max-height:90vh;border-radius:15px}.atwater-modal-header{padding:30px 20px 15px}.atwater-logo{max-height:60px}.atwater-modal-body{padding:20px}.atwater-description{font-size:14px;line-height:1.6}.atwater-modal-close{top:15px;right:15px;width:35px;height:35px;font-size:20px}}@media (max-width: 480px){.atwater-modal-header{padding:20px 15px 10px}.atwater-logo{max-height:50px}.atwater-modal-body{padding:15px}.atwater-description{font-size:13px;line-height:1.5}}.modal-overlay{position:fixed;inset:0;background-color:#000000bf;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease}.modal-content{background:#fff;padding:2.5rem;border-radius:8px;position:relative;box-shadow:0 5px 15px #0000004d;animation:slide-down .4s ease-out;color:#333;max-height:85vh;overflow-y:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slide-down{0%{transform:translateY(-40px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close-btn{position:absolute;top:15px;right:20px;background:transparent;border:none;font-size:2.5rem;font-weight:300;line-height:1;cursor:pointer;color:#aaa;transition:color .2s ease}.modal-close-btn:hover{color:#000}.company-modal-content{flex-grow:1;overflow-y:auto;padding:1.5rem 2rem;color:#333}.modal-content.company-modal{max-width:1200px;display:flex;flex-direction:column;max-height:90vh;padding:0}.company-modal-header{display:flex;align-items:center;margin-bottom:2rem;border-bottom:1px solid #e5e7eb;padding-bottom:1.5rem}.company-intro-logo{height:5rem;width:auto;margin-right:1.5rem}.company-modal-title{font-size:2rem;font-weight:700;color:#1f2937}.company-modal-content main .modal-section{margin-bottom:2.5rem}.company-modal-content p{color:#4b5563;line-height:1.625}.company-details-section{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.company-details-image-wrapper,.company-details-text-wrapper{width:100%}.rounded-lg{border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;width:100%}.content-images-scroll-container{display:flex;gap:1rem;overflow-x:auto;padding:.5rem 0;border-radius:.5rem;scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9}.content-images-scroll-container::-webkit-scrollbar{height:8px}.content-images-scroll-container::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.content-images-scroll-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.content-images-scroll-container::-webkit-scrollbar-thumb:hover{background:#94a3b8}.content-image-item{flex-shrink:0;width:300px;height:200px;object-fit:cover;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.content-image-item:hover{transform:scale(1.02);box-shadow:0 8px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.video-selector-container{margin-bottom:1.5rem;padding:1rem;background-color:#f8fafc;border-radius:.5rem}.video-selector-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.video-selector-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.video-selector-button{padding:.5rem 1rem;border:2px solid #e5e7eb;border-radius:.375rem;background-color:#fff;color:#374151;font-weight:500;cursor:pointer;transition:all .2s ease}.video-selector-button:hover{border-color:#2563eb;color:#2563eb}.video-selector-button.active{border-color:#2563eb;background-color:#2563eb;color:#fff}.video-selector-button.active:hover{background-color:#1d4ed8;border-color:#1d4ed8}.company-details-subtitle{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.website-link{color:#2563eb;font-weight:600;transition:color .2s}.website-link:hover{color:#1d4ed8}.video-placeholder{display:flex;justify-content:center;align-items:center;width:100%;height:300px;background-color:#f0f2f5;border-radius:8px;border:2px dashed #d9d9d9;margin-top:1.5rem}.video-placeholder p{margin:0;color:#8c8c8c;font-size:1.25rem;font-weight:700}.play-icon{font-size:6rem;color:#9ca3af;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (min-width: 768px){.company-details-section{flex-direction:row}.company-details-image-wrapper,.company-details-text-wrapper{width:50%}.content-image-item{width:250px;height:167px}}@media (max-width: 767px){.content-image-item{width:280px;height:187px}}.company-modal-footer{flex-shrink:0;display:flex;border-top:1px solid #e5e7eb}.apply-button{width:100%;background-color:#2563eb;color:#fff;font-weight:700;font-size:1.125rem;padding:1.25rem 2rem;border:none;border-radius:0;cursor:pointer;transition:background-color .2s ease-in-out}.apply-button:hover{background-color:#1d4ed8}.company-contents-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2rem}.company-contents-grid-2 .grid-item{display:flex;flex-direction:column}.company-contents-grid-2 .company-details-image-wrapper{width:100%;margin-bottom:1rem}.company-contents-grid-2 .company-details-image-wrapper img{width:100%;height:auto;object-fit:cover}.company-details-text-wrapper.below-image{width:100%}@media (max-width: 768px){.company-contents-grid-2{grid-template-columns:1fr;gap:1.5rem}}.modal-content.speaker-modal{max-width:800px;padding:2rem}.speaker-modal-content .modal-header{margin-bottom:1rem;text-align:center}.speaker-modal-content .modal-title{font-size:1.75rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.speaker-modal-content .modal-time{color:#6b7280;margin-top:1rem}.speaker-modal-content hr{border:0;height:1px;background-color:#e5e7eb;margin-bottom:1.5rem}.speaker-modal-content .modal-speaker-details{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}@media (min-width: 768px){.speaker-modal-content .modal-speaker-details{flex-direction:row;align-items:flex-start}}.modal-speaker-image-container{flex-shrink:0;width:150px;height:150px;margin:0 auto}@media (min-width: 768px){.modal-speaker-image-container{margin:0}}.speaker-modal-content .modal-speaker-image-container{flex-shrink:0}.speaker-modal-content .modal-img{width:100%;height:100%;object-fit:cover;border-radius:50%;border:3px solid #e5e7eb}.modal-speaker-info{flex-grow:1}.modal-speaker-info .speaker-name{font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.modal-speaker-info .speaker-title{color:#4b5563;font-style:italic;margin-bottom:1rem}.modal-speaker-info .speaker-description{line-height:1.6;color:#374151}.speaker-social-icons{margin-top:1.5rem;display:flex;align-items:center;gap:1rem}.speaker-social-icons a{display:inline-block;line-height:0}.speaker-social-icons img{width:28px;height:28px;transition:transform .2s ease-in-out,opacity .2s ease-in-out}.speaker-social-icons a:hover img{opacity:.8;transform:scale(1.1)}.speaker-modal-content .speaker-description{color:#374151;font-size:.95rem;line-height:1.6}.speaker-modal-content .close-button{width:100%;margin-top:2rem;background-color:#3b82f6;color:#fff;font-weight:700;padding:.75rem 1rem;border-radius:.5rem;border:none;cursor:pointer;transition:background-color .2s ease}.speaker-modal-content .close-button:hover{background-color:#2563eb}.hero{display:flex;justify-content:center;align-items:center;min-height:404px;background-color:#000;overflow:hidden}.hero-content{display:flex;justify-content:center;align-items:center;gap:2rem}@keyframes reveal-from-left{0%{clip-path:inset(0 100% 0 0)}70%{clip-path:inset(0 0 0 0)}to{clip-path:inset(0 0 0 0)}}@keyframes reveal-from-right{0%{clip-path:inset(0 0 0 100%)}70%{clip-path:inset(0 0 0 0)}to{clip-path:inset(0 0 0 0)}}@keyframes fade-in{0%{opacity:0;transform:scale(.95)}70%{opacity:1;transform:scale(1)}to{opacity:1;transform:scale(1)}}.logo-reveal-left,.logo-reveal-right,.logo-fade-in{animation-duration:1.7s;animation-timing-function:cubic-bezier(.25,.1,.25,1);animation-fill-mode:forwards;animation-iteration-count:infinite}.logo-reveal-left{animation-name:reveal-from-left;animation-delay:1s}.logo-reveal-right{animation-name:reveal-from-right;animation-delay:1.3s}.logo-fade-in{animation-name:fade-in;opacity:0;animation-delay:2.3s}.about-page-container{background-color:#0c0a1a;color:#000}.page-hero{text-align:center;border-bottom:1px solid rgba(255,255,255,.1);background-color:#000}.page-hero h1{font-size:2rem;color:#fff;margin-bottom:20px}.introduction{background:url(/images/main-Bg-2.jpg) no-repeat center center/cover;height:auto;min-height:400px;display:flex;align-items:center;justify-content:center;text-align:center;margin:0 auto 30px}.slogan-section{padding:100px 0;text-align:center}.slogan-section .slogan{font-size:50px;font-style:italic;color:#fff;margin-bottom:15px}.slogan-section .slogan-description{font-size:25px;color:#fff;line-height:1.7;margin:0 auto}.introduction-line{display:block;margin:40px auto;width:100px}.about-page-container .logo{display:block;margin:0 auto}.page-info{background-color:#0c0a1a}.page-info .wrapper{background-color:#000;border-radius:12px}.info-grid{display:grid;grid-template-columns:repeat(3,1fr);justify-items:stretch;width:100%;gap:20px}.info-box{display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center;background-color:#374151;border-radius:12px;padding:2rem;width:100%}.info-label{font-size:18px;color:#a87ffb;font-weight:700;margin-bottom:10px;text-transform:uppercase}.info-value{font-size:14px;color:#fff;line-height:1.5;text-align:left}.host-organizer{display:flex;gap:40px;justify-content:center;align-items:center;padding-top:30px;border-top:1px solid rgba(255,255,255,.1);flex-wrap:wrap}.org-header{text-align:center}.logo-container{margin-top:15px}.host-logos{display:flex;align-items:center;gap:2rem;margin-top:15px}.org-logo{height:20px;filter:brightness(0) invert(1)}.program{display:flex;flex-direction:column;align-items:center;background-color:#fff}.program-title{font-size:36px;text-align:center;margin-bottom:60px;color:#000!important}.program-item{width:100%;max-width:1200px;display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem;border-radius:12px}.program-item.reverse{flex-direction:column}.program-image{flex:1;max-width:500px}.program-image img{border-radius:12px;width:100%}.program-text{flex:1}.program-text h3{font-size:24px;color:#000;margin-bottom:15px}.program-text p{color:#000;line-height:1.7}@media (min-width: 768px){.page-hero h1,.slogan-section .slogan{font-size:2.5rem}.slogan-section .slogan-description{font-size:1.25rem}.page-info{padding:40px}.info-grid{grid-template-columns:repeat(1,1fr);gap:20px}.program{padding:5rem 1.5rem}.program-item{gap:2rem;margin-bottom:4rem}}@media (min-width: 1024px){.page-hero h1{font-size:48px}.slogan-section .slogan{font-size:50px}.slogan-section .slogan-description{font-size:25px}.info-grid{grid-template-columns:repeat(3,1fr)}.program-item{flex-direction:row;align-items:center;gap:30px;margin-bottom:60px}.program-item.reverse{flex-direction:row-reverse}.program-image{max-width:500px}}.timetable-section{padding:10px 0;color:#333;background-color:#000}.section-title{text-align:center;font-size:36px;color:#fff!important}.tabs-container{max-width:900px;margin:0 auto;background-color:#0c0a1a;color:#e5e7eb;padding:40px;border-radius:12px;box-shadow:0 10px 25px #0000004d}.tab-nav{display:flex;border-bottom:2px solid #374151;margin-bottom:30px}.tab-btn{padding:15px 30px;cursor:pointer;border:none;background-color:transparent;font-size:18px;font-weight:500;color:#9ca3af;transition:all .3s ease;border-bottom:3px solid transparent;margin-bottom:-2px}.tab-btn:hover{color:#fff}.tab-btn.active{color:#fff;font-weight:600;background-color:#a87ffb1a;border-bottom-color:#a87ffb;border-top-left-radius:8px;border-top-right-radius:8px}.tab-content .tab-panel{display:none}.tab-content .tab-panel.active{display:block;animation:fadeIn .5s ease-in-out}.schedule-table{width:100%;border-collapse:collapse;margin-top:20px}.schedule-table th,.schedule-table td{padding:5px;text-align:left;border-bottom:1px solid #374151}.schedule-table th{font-weight:700;color:#d1d5db;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}.time-cell{width:150px;font-size:.85rem;font-weight:500;color:#a87ffb;vertical-align:top}.program-cell,.program-cell-split{color:#e5e7eb}.program-cell.forum-header,.program-cell.business-meetup,.program-cell.keynote,.program-cell.session{background-color:#1f2937;font-weight:700;text-align:center;color:#a87ffb}.program-cell-split.luncheon{color:#9ca3af;font-style:italic}.reception{background-color:#064e3b!important;text-align:center;font-weight:700;color:#a7f3d0}.program-cell-split p{margin:5px 0 0;font-size:.9em;color:#9ca3af}.modal-content.forum-modal{max-width:800px}.forum-form{color:#333}.forum-form h2{text-align:center;margin-bottom:2rem;color:#111827}.forum-page{color:#fff}.forum-hero{background-color:#5b21b6}.hero-container{display:grid;grid-template-columns:1fr;gap:1rem;align-items:center;padding:4rem 1.5rem;max-width:1200px;margin:0 auto}@media (min-width: 768px){.hero-container{grid-template-columns:1.2fr .8fr}}.hero-text{padding-right:1rem;max-width:none;width:100%}.theme-title{font-size:1.125rem;font-weight:600}.main-title{font-size:2.25rem;font-weight:700;margin-bottom:1rem;white-space:nowrap}.theme-description{margin-top:1.5rem;margin-bottom:1.5rem;color:#fff;line-height:1.625;max-width:none}.hero-image-container{display:flex;justify-content:right}@media (min-width: 768px){.hero-image-container{justify-content:flex-end}}.hero-image{width:100%;height:auto;object-fit:cover}.speakers-section{padding:5rem 0;background-color:#111827}.speakers-section .container:first-child{margin-bottom:4rem}.section-heading{font-size:2.25rem;font-weight:700;text-align:center;margin-bottom:3rem}.speakers-grid{display:grid;gap:3rem}@media (min-width: 768px){.speakers-grid{grid-template-columns:repeat(2,1fr)}}.speaker-card-item{background-color:#1f2937;border-radius:.5rem;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transition:box-shadow .3s ease}.speaker-card-item:hover{box-shadow:0 0 15px #a855f733}.card-header{padding:2rem}.session-time{font-size:.875rem;color:#a78bfa;font-weight:600}.session-title{font-size:1.5rem;font-weight:700;margin-top:.5rem}.session-description{font-size:.85rem;font-weight:700;margin-top:.5rem}.card-body-multiple{padding:2rem;background-color:#374151;display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 640px){.card-body-multiple{grid-template-columns:repeat(2,1fr)}}.card-body-single{padding:2rem;background-color:#374151;display:flex;justify-content:center;gap:3rem}.speaker-profile{display:flex;flex-direction:column;align-items:center;text-align:center}.speaker-avatar{width:7rem;height:7rem;border-radius:9999px;object-fit:cover;border:4px solid #4b5563;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.speaker-info{margin-top:1.5rem}.speaker-name-large{font-size:2rem;font-weight:600;letter-spacing:.025em}.speaker-title-small{color:#d1d5db;font-size:1.125rem}.full-width{grid-column:1 / -1}.modal-speaker-details{display:flex;flex-direction:row;align-items:flex-start;margin-top:1.5rem;margin-bottom:1.5rem;text-align:left}.modal-speaker-image-container{flex-shrink:0}.modal-speaker-info{margin-left:1.5rem}.modal-img{width:6rem;height:6rem;border-radius:9999px;object-fit:cover}.modal-title{font-size:1.75rem;font-weight:700}.modal-time{font-size:1rem;color:#6b7280;margin-top:.5rem}.speaker-modal-content .text-xl{font-size:1.25rem}.speaker-modal-content .font-bold{font-weight:700}.speaker-modal-content .text-gray-500{color:#6b7280}.speaker-modal-content .mb-2{margin-bottom:.5rem}.speaker-modal-content .text-gray-700{color:#374151}.speaker-modal-content .text-sm{font-size:.875rem;line-height:1.6}.speaker-modal-content hr{border-top:1px solid #e5e7eb;margin:1rem 0}.speaker-modal-content button{width:100%;background-color:#3b82f6;color:#fff;font-weight:700;padding:.75rem 1rem;border-radius:.5rem;border:none;cursor:pointer;transition:background-color .2s ease}.speaker-modal-content button:hover{background-color:#2563eb}.dark-hero-bg{background-color:#1f2937;color:#f9fafb}.hero-container{padding:3rem 1.5rem;display:flex;flex-direction:column;align-items:center}.hero-text{margin-bottom:2.5rem}.hero-title{font-size:2.25rem;font-weight:700;margin-bottom:1rem}.hero-description{margin-top:1.5rem;color:#fff;line-height:1.625;max-width:none}.hero-image-wrapper{display:flex;justify-content:right}.hero-image{border-radius:0;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;width:calc(100% - 10px)}.dark-section-bg{background-color:#111827;padding:5rem 0}.section-title-company-i{font-size:1.875rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#6366f1}.section-title_company{font-size:1.875rem;font-weight:700;text-align:center;margin-top:3rem;margin-bottom:3rem;color:#10b981}.company-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.company-card{border-radius:12px;overflow:hidden;background-color:#1f2937;cursor:pointer;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out;display:flex;flex-direction:column}.company-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0003}.company-logo{width:100%;height:180px;background-color:#fff}.company-card-text{background-color:#374151;padding:1.5rem;flex-grow:1;display:flex;flex-direction:column;justify-content:center}.company-name{color:#fff;font-size:1.25rem;font-weight:700;margin:0 0 .25rem}.company-category{color:#fff;font-size:.9rem;opacity:.8;margin:0}.white-how-to-bg{background-color:#fff;padding:5rem 0}.how-to-title{font-size:1.875rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#000}.steps-container{max-width:56rem;margin:0 auto}.step{margin-bottom:2.5rem}.step-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#000}.step-text{font-size:1.125rem;color:#000}.dark-cta-bg{background-color:#111827;padding:5rem 0}.cta-container{text-align:center}.cta-title{font-size:1.875rem;font-weight:700;margin-bottom:1rem;color:#fff}.cta-text{font-size:1.125rem;margin-bottom:2rem;color:#d1d5db}.cta-button{background-color:#007bff;color:#fff;font-weight:700;padding:1rem 2rem;border-radius:9999px;font-size:1.125rem;transition:background-color .3s;display:inline-block}.cta-button:hover{background-color:#8b5cf6}@media (min-width: 768px){.hero-container{flex-direction:row;padding:4rem 1.5rem}.hero-text{width:50%;margin-bottom:0}.hero-image-wrapper{width:100%}.hero-image{width:83.333333%}.company-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){.company-grid{grid-template-columns:repeat(5,1fr)}}.modal-content.application-modal{max-width:800px}.application-form{color:#333}.application-form h2{text-align:center;margin-bottom:2rem;color:#111827}.meetup-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column}.form-group label{margin-bottom:.5rem;font-weight:600;color:#4b5563}.form-group input[type=text],.form-group input[type=url],.form-group input[type=tel],.form-group input[type=email],.form-group textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:1rem}.checkbox-group{display:flex;flex-direction:column;gap:.5rem;background-color:#f9fafb;padding:1rem;border-radius:.375rem;border:1px solid #e5e7eb}.checkbox-group.scrollable{max-height:150px;overflow-y:auto}.submit-button{padding:.75rem;background-color:#a87ffb;color:#fff;font-weight:700;border:none;border-radius:.375rem;cursor:pointer;font-size:1.125rem;margin-top:1rem}.wrapper{max-width:1280px;margin:0 auto;padding:0 20px}.contact-section{padding:40px 0;background-color:#000}.contact-grid{display:grid;grid-template-columns:1fr;gap:30px}@media (min-width: 992px){.contact-grid{grid-template-columns:1fr 1fr}}.contact-form-container .section-title,.contact-info-container .section-title{color:#fff;text-align:left;margin-bottom:20px}.contact-form-container p{margin-left:auto;margin-bottom:30px;line-height:1.7;color:#fff}.contact-form .form-group{margin-bottom:25px;margin-left:auto}.contact-form label{display:block;margin-bottom:8px;font-weight:600;font-size:16px;color:#fff}.contact-form input,.contact-form textarea{width:100%;padding:12px;border:1px solid #ccc;border-radius:6px;font-size:16px}.contact-form .cta-button{width:100%;padding:15px;background-color:#007bff;color:#fff;border:none;border-radius:6px;font-size:18px;cursor:pointer;transition:background-color .3s}.contact-form .cta-button:hover{background-color:#0056b3}.contact-info p{margin-bottom:15px;font-size:16px;line-height:1.8}.map-container{margin-top:30px;border-radius:8px;overflow:hidden;box-shadow:0 4px 15px #0000001a}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:#0c0a1a;color:#fff;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 20px}img{max-width:100%;height:auto;display:block}a{color:#fff;text-decoration:none}ul{list-style:none}.header{border-bottom:1px solid rgba(255,255,255,.1);padding:0;position:sticky;top:0;z-index:100;background:url(/images/main-Bg-1.jpg) no-repeat center center/cover}.header-container{display:flex;height:120px;justify-content:space-between;align-items:center}.logo{font-size:24px;font-weight:700}.nav-menu ul{display:flex;gap:30px}.nav-menu ul li a{font-weight:700;transition:color .3s ease}.nav-menu ul li a:hover{color:#a87ffb}.hamburger-menu{display:none;background:none;border:none;cursor:pointer;z-index:110}.hamburger-menu span{display:block;width:25px;height:3px;background-color:#fff;margin:5px 0}.hero{background:url(/images/main-Bg-2.jpg) no-repeat center center/cover;height:400PX;display:flex;justify-content:center;align-items:center;text-align:center}.hero-content{width:410px;display:flex;flex-direction:column;align-items:center}.hero-logo-row{display:flex;align-items:flex-end;gap:1rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in-item{opacity:0;animation:fadeIn 1.2s ease-out forwards}.partners{padding:10px 0;background-color:#fff;position:relative;overflow-x:hidden}@keyframes scroll-rtl{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes slideInFromRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.partners-container{display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap;gap:20px;overflow:hidden}.scrolling-partners{display:flex;flex-shrink:0;gap:40px;animation:scroll-rtl 50s linear infinite}.scrolling-partners:hover{animation-play-state:paused}.about{padding:40px 0;background:url(/assets/main_Bg_2-ckm4W6Vo.jpg) no-repeat center center/cover}.about-container{display:flex;align-items:center;height:512px;max-width:1400px;gap:60px}.about-image,.about-text{flex:1}.about-text h4{font-size:32px;margin-bottom:20px;color:#a87ffb}.about-text p{font-size:16px;margin-bottom:30px}.speakers{padding:80px 0;text-align:center;background-color:#fff}.speakers h5{font-size:65px;margin-bottom:40px;color:#0c0a1a;font-weight:700}.speaker-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;height:auto}.speaker-card{text-align:left;border:1px solid #bfbfbf;border-radius:30px;width:217px}.speaker-card img{border-radius:30px 30px 0 0;margin-bottom:10px;width:100%;height:278px;object-fit:cover}.speaker-card .speaker-name{font-weight:700;font-size:18px;color:#000;margin-top:10px;margin-left:20px}.speaker-card .speaker-title{font-size:14px;color:#000;margin-left:20px;margin-top:1rem}.speaker-card .speaker-position{font-size:14px;color:#000;margin-top:.2rem;margin-left:20px;margin-bottom:.5rem}.footer{padding:50px 0;background-color:#080614;border-top:1px solid rgba(255,255,255,.1);font-size:14px;color:#aaa}.footer-container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:30px}.footer-left{display:flex;flex-direction:column;gap:20px}.footer-left img{width:516px;max-width:100%}.footer-container>img{width:405px;max-width:100%}@media (max-width: 1024px){.container{max-width:960px}.hero-content h2{font-size:60px}.hero-content h3{font-size:40px}.about-container{flex-direction:column;text-align:center}.speaker-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 768px){.header-container{padding:0 20px}.hamburger-menu{display:block}.nav-menu{display:none;position:fixed;top:0;left:0;width:30%;height:100vh;background-color:#0c0a1a;flex-direction:column;justify-content:center;align-items:center}.nav-menu.active{display:flex}.nav-menu ul{flex-direction:column;gap:40px;text-align:center}.hero-content h2{font-size:40px}.hero-content h3{font-size:30px}.partners-container img{width:calc(50% - 20px)}.speaker-grid{grid-template-columns:repeat(2,1fr)}}
