.Navbar-module__cJzEcG__navbar{z-index:100;background:#fff0;width:100%;padding:1.5rem 0;transition:background-color .3s,padding .3s,box-shadow .3s;position:fixed;top:0;left:0}.Navbar-module__cJzEcG__scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;padding:1rem 0;box-shadow:0 4px 6px -1px #0000000d}.dark .Navbar-module__cJzEcG__scrolled{background:#0a0a0ae6}.Navbar-module__cJzEcG__container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}.Navbar-module__cJzEcG__logo{font-family:var(--font-serif);letter-spacing:-.02em;text-transform:uppercase;color:#fff;font-size:1.5rem;font-weight:700;transition:color .3s}.Navbar-module__cJzEcG__scrolled .Navbar-module__cJzEcG__logo{color:var(--foreground)}.Navbar-module__cJzEcG__navLinks{gap:2.5rem;list-style:none;display:flex}.Navbar-module__cJzEcG__navLink{text-transform:uppercase;letter-spacing:.05em;opacity:.8;color:#fff;font-size:.9rem;font-weight:500;transition:opacity .3s,color .3s;position:relative}.Navbar-module__cJzEcG__scrolled .Navbar-module__cJzEcG__navLink{color:var(--foreground)}.Navbar-module__cJzEcG__navLink:hover{opacity:1}.Navbar-module__cJzEcG__navLink:after{content:"";background:currentColor;width:0;height:1px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Navbar-module__cJzEcG__navLink:hover:after{width:100%}.Navbar-module__cJzEcG__mobileMenuBtn{cursor:pointer;color:#fff;background:0 0;border:none;transition:color .3s;display:none}.Navbar-module__cJzEcG__scrolled .Navbar-module__cJzEcG__mobileMenuBtn{color:var(--foreground)}@media (max-width:768px){.Navbar-module__cJzEcG__navLinks{display:none}.Navbar-module__cJzEcG__mobileMenuBtn{display:block}}
.Hero-module__ZARIfG__hero{color:#fff;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden;justify-content:flex-start!important}.Hero-module__ZARIfG__videoBackground{object-fit:cover;z-index:-2;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__overlay{z-index:-1;background:linear-gradient(#0000004d,#000000b3);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__content{flex-direction:column;width:100%;max-width:1200px;padding:0 5%;animation:1s ease-out Hero-module__ZARIfG__fadeInUp;display:flex;text-align:left!important;align-items:flex-start!important;margin-left:0!important;margin-right:auto!important}.Hero-module__ZARIfG__heading{font-family:var(--font-serif);text-shadow:0 2px 10px #0000004d;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:700;line-height:1.1;text-align:left!important}.Hero-module__ZARIfG__subheading{opacity:.9;max-width:700px;margin-bottom:2.5rem;font-size:clamp(1.1rem,2vw,1.5rem);font-weight:300;text-align:left!important;margin-left:0!important;margin-right:auto!important}.Hero-module__ZARIfG__ctaGroup{gap:1rem;display:flex;justify-content:flex-start!important}@keyframes Hero-module__ZARIfG__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Hero-module__ZARIfG__mediaLogos{opacity:.7;filter:grayscale();gap:2rem;margin-top:4rem;display:flex;justify-content:flex-start!important;margin-left:0!important}
.AboutSection-module__UGBiha__aboutSection{background:#fff;padding:8rem 0}.AboutSection-module__UGBiha__grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.AboutSection-module__UGBiha__imageContainer{border-radius:20px;height:600px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}.AboutSection-module__UGBiha__image{object-fit:cover;transition:transform .5s}.AboutSection-module__UGBiha__image:hover{transform:scale(1.03)}.AboutSection-module__UGBiha__content{padding-right:2rem}.AboutSection-module__UGBiha__subtitle{color:var(--primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-weight:600;display:block}.AboutSection-module__UGBiha__title{font-family:var(--font-serif);color:var(--foreground);margin-bottom:2rem;font-size:3rem}.AboutSection-module__UGBiha__text{color:#555;margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.AboutSection-module__UGBiha__highlight{border-left:4px solid var(--accent);color:#333;margin:2rem 0;padding-left:1.5rem;font-size:1.25rem;font-style:italic}@media (max-width:960px){.AboutSection-module__UGBiha__grid{grid-template-columns:1fr;gap:3rem}.AboutSection-module__UGBiha__imageContainer{height:400px}.AboutSection-module__UGBiha__content{padding-right:0}}
.ConferencesSection-module__NeZwOG__section{background:var(--background);padding:8rem 0}.ConferencesSection-module__NeZwOG__header{text-align:center;margin-bottom:4rem}.ConferencesSection-module__NeZwOG__title{font-family:var(--font-serif);margin-bottom:1rem;font-size:3rem}.ConferencesSection-module__NeZwOG__subtitle{color:#666;max-width:600px;margin:0 auto;font-size:1.2rem}.ConferencesSection-module__NeZwOG__eventsGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.ConferencesSection-module__NeZwOG__eventCard{background:#fff;border:1px solid #0000000d;border-radius:12px;padding:2rem;transition:transform .3s;box-shadow:0 4px 20px #0000000d}.ConferencesSection-module__NeZwOG__eventCard:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.ConferencesSection-module__NeZwOG__date{color:var(--primary);text-transform:uppercase;margin-bottom:.5rem;font-size:.9rem;font-weight:700;display:block}.ConferencesSection-module__NeZwOG__eventTitle{margin-bottom:1rem;font-size:1.5rem}.ConferencesSection-module__NeZwOG__location{color:#666;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.95rem;display:flex}.ConferencesSection-module__NeZwOG__hireSection{text-align:center;color:#fff;background-color:#0000;background-image:linear-gradient(#000000b3,#000000b3),url(/jan-parras-speaking.jpg);background-position:0 0,50%;background-repeat:repeat,no-repeat;background-size:cover;background-attachment:fixed;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;margin-top:6rem;padding:6rem 2rem;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px #0003}.ConferencesSection-module__NeZwOG__hireContent{z-index:2;-webkit-backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;max-width:800px;padding:3rem;animation:1s ease-out ConferencesSection-module__NeZwOG__fadeInUp;position:relative}.ConferencesSection-module__NeZwOG__hireTitle{color:#fff;font-family:var(--font-serif);text-shadow:0 4px 10px #0000004d;margin-bottom:1rem;font-size:3rem;line-height:1.2}.ConferencesSection-module__NeZwOG__hireText{color:#ffffffe6;max-width:650px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.2rem;line-height:1.6}.ConferencesSection-module__NeZwOG__hireButton{color:var(--foreground);background:#fff;border-radius:50px;padding:1rem 3rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 10px 20px #0003}.ConferencesSection-module__NeZwOG__hireButton:hover{background:var(--primary);color:#fff;transform:translateY(-3px)scale(1.05);box-shadow:0 15px 30px #0000004d}@keyframes ConferencesSection-module__NeZwOG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.ConferencesSection-module__NeZwOG__hireSection{padding:4rem 1.5rem}.ConferencesSection-module__NeZwOG__hireTitle{font-size:2rem}.ConferencesSection-module__NeZwOG__hireContent{padding:2rem}}
.BooksSection-module__bYnc0G__section{background-color:#f4f4f5;padding:8rem 0}.BooksSection-module__bYnc0G__container{max-width:1200px;margin:0 auto;padding:0 2rem}.BooksSection-module__bYnc0G__header{text-align:center;margin-bottom:5rem}.BooksSection-module__bYnc0G__title{font-family:var(--font-serif);color:var(--foreground);margin-bottom:1rem;font-size:3rem}.BooksSection-module__bYnc0G__description{color:#666;max-width:700px;margin:0 auto;font-size:1.1rem}.BooksSection-module__bYnc0G__bookShowcase{align-items:center;gap:5rem;margin-bottom:6rem;display:flex}.BooksSection-module__bYnc0G__bookCover{background-color:#fff;border-radius:4px;flex:1;height:600px;position:relative;overflow:hidden;box-shadow:-20px 20px 40px #00000026}.BooksSection-module__bYnc0G__bookImage{transition:transform .5s}.BooksSection-module__bYnc0G__bookCover:hover .BooksSection-module__bYnc0G__bookImage{transform:scale(1.03)}.BooksSection-module__bYnc0G__bookInfo{flex:1}.BooksSection-module__bYnc0G__bookTitle{font-size:2.5rem;font-family:var(--font-serif);margin-bottom:1rem}.BooksSection-module__bYnc0G__bookMeta{color:var(--primary);text-transform:uppercase;margin-bottom:1.5rem;font-weight:600;display:block}.BooksSection-module__bYnc0G__bookSynopsis{color:#444;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.8}.BooksSection-module__bYnc0G__resourceGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.BooksSection-module__bYnc0G__resourceCard{text-align:center;background:#fff;border:1px solid #0000;border-radius:12px;padding:2rem;transition:all .3s}.BooksSection-module__bYnc0G__resourceCard:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 10px 30px #0000000d}.BooksSection-module__bYnc0G__resourceIcon{color:var(--primary);margin-bottom:1.5rem}@media (max-width:960px){.BooksSection-module__bYnc0G__bookShowcase{flex-direction:column;gap:3rem}.BooksSection-module__bYnc0G__bookCover{width:100%;max-width:400px;height:550px}}
.TestimonialsSection-module__g6gg7W__section{background-color:var(--secondary);color:var(--foreground);padding:8rem 0}.TestimonialsSection-module__g6gg7W__container{max-width:1200px;margin:0 auto;padding:0 2rem}.TestimonialsSection-module__g6gg7W__header{text-align:center;max-width:800px;margin:0 auto 4rem}.TestimonialsSection-module__g6gg7W__title{font-family:var(--font-serif);color:var(--foreground);margin-bottom:1rem;font-size:2.5rem}.TestimonialsSection-module__g6gg7W__subtitle{opacity:.8;font-size:1.1rem;line-height:1.6}.TestimonialsSection-module__g6gg7W__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.TestimonialsSection-module__g6gg7W__card{background:var(--background);border-radius:12px;flex-direction:column;padding:2rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 6px -1px #0000000d}.TestimonialsSection-module__g6gg7W__card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a}.TestimonialsSection-module__g6gg7W__quote{opacity:.9;flex-grow:1;margin-bottom:2rem;font-size:1rem;font-style:italic;line-height:1.7}.TestimonialsSection-module__g6gg7W__author{align-items:center;gap:1rem;margin-top:auto;display:flex}.TestimonialsSection-module__g6gg7W__avatar{background-color:#ddd;border-radius:50%;width:50px;height:50px;position:relative;overflow:hidden}.TestimonialsSection-module__g6gg7W__authorInfo h4{margin-bottom:.2rem;font-size:1rem;font-weight:700}.TestimonialsSection-module__g6gg7W__authorInfo p{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:600}@media (max-width:768px){.TestimonialsSection-module__g6gg7W__section{padding:5rem 0}.TestimonialsSection-module__g6gg7W__title{font-size:2rem}}
.OpportunitySection-module__IKfXPG__section{background:#fff;padding:8rem 0;position:relative;overflow:hidden}.OpportunitySection-module__IKfXPG__container{max-width:1200px;margin:0 auto;padding:0 2rem}.OpportunitySection-module__IKfXPG__grid{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.OpportunitySection-module__IKfXPG__title{font-family:var(--font-serif);margin-bottom:2rem;font-size:3rem}.OpportunitySection-module__IKfXPG__text{color:#555;margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.OpportunitySection-module__IKfXPG__statsRow{gap:3rem;margin-bottom:2.5rem;display:flex}.OpportunitySection-module__IKfXPG__statItem h4{color:var(--primary);margin-bottom:.5rem;font-size:2.5rem}.OpportunitySection-module__IKfXPG__statItem p{text-transform:uppercase;color:#888;letter-spacing:.05em;font-size:.9rem;font-weight:600}.OpportunitySection-module__IKfXPG__teamImageContainer{border-radius:20px;height:500px;position:relative;overflow:hidden}.OpportunitySection-module__IKfXPG__opportunityImage{transition:transform .5s}.OpportunitySection-module__IKfXPG__teamImageContainer:hover .OpportunitySection-module__IKfXPG__opportunityImage{transform:scale(1.03)}.OpportunitySection-module__IKfXPG__overlayCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:12px;max-width:300px;padding:1.5rem;position:absolute;bottom:2rem;left:2rem;box-shadow:0 10px 30px #0000001a}.OpportunitySection-module__IKfXPG__testimonialAvatar{float:left;background:#ccc;border-radius:50%;width:50px;height:50px;margin-right:1rem;position:relative;overflow:hidden}.OpportunitySection-module__IKfXPG__testimonialText{color:#444;margin-bottom:.5rem;font-size:.9rem;font-style:italic}.OpportunitySection-module__IKfXPG__testimonialAuthor{color:var(--foreground);font-size:.85rem;font-weight:700}@media (max-width:960px){.OpportunitySection-module__IKfXPG__grid{grid-template-columns:1fr}.OpportunitySection-module__IKfXPG__teamImageContainer{order:-1;height:400px}}
.ShopSection-module__IMD2KG__section{background-color:var(--background);padding:8rem 0}.ShopSection-module__IMD2KG__header{text-align:center;margin-bottom:5rem}.ShopSection-module__IMD2KG__title{font-family:var(--font-serif);margin-bottom:1rem;font-size:3rem}.ShopSection-module__IMD2KG__subtitle{color:#666;max-width:600px;margin:0 auto}.ShopSection-module__IMD2KG__productsGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;display:grid}.ShopSection-module__IMD2KG__productCard{background:#fff;border-radius:12px;transition:transform .3s;overflow:hidden;box-shadow:0 5px 15px #0000000d}.ShopSection-module__IMD2KG__productCard:hover{transform:translateY(-8px);box-shadow:0 15px 30px #0000001a}.ShopSection-module__IMD2KG__productImage{background:#f0f0f0;height:300px;position:relative}.ShopSection-module__IMD2KG__productDetails{text-align:center;padding:1.5rem}.ShopSection-module__IMD2KG__productName{color:var(--foreground);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.ShopSection-module__IMD2KG__productDescription{color:#666;margin-bottom:1.5rem;font-size:.9rem}.ShopSection-module__IMD2KG__actions{justify-content:center;gap:1rem;display:flex}.ShopSection-module__IMD2KG__shopLink{color:var(--primary);align-items:center;margin-top:3rem;font-size:1.1rem;font-weight:600;text-decoration:underline;display:inline-flex}
.ContactSection-module__UONp9G__section{color:#fff;background:#111;padding:8rem 0}.ContactSection-module__UONp9G__grid{grid-template-columns:1fr 1fr;gap:5rem;display:grid}.ContactSection-module__UONp9G__info{padding-right:3rem}.ContactSection-module__UONp9G__title{font-family:var(--font-serif);margin-bottom:2rem;font-size:3rem}.ContactSection-module__UONp9G__text{color:#aaa;margin-bottom:3rem;font-size:1.1rem;line-height:1.6}.ContactSection-module__UONp9G__contactItem{margin-bottom:2rem}.ContactSection-module__UONp9G__label{text-transform:uppercase;color:#666;letter-spacing:.1em;margin-bottom:.5rem;font-size:.9rem;display:block}.ContactSection-module__UONp9G__value{color:#fff;font-size:1.25rem}.ContactSection-module__UONp9G__socials{gap:1.5rem;margin-top:3rem;display:flex}.ContactSection-module__UONp9G__socialIcon{background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.ContactSection-module__UONp9G__socialIcon:hover{background:var(--primary);transform:translateY(-3px)}.ContactSection-module__UONp9G__form{background:#1a1a1a;border-radius:20px;padding:3rem}.ContactSection-module__UONp9G__formGroup{margin-bottom:1.5rem}.ContactSection-module__UONp9G__input,.ContactSection-module__UONp9G__textarea{color:#fff;background:#333;border:1px solid #0000;border-radius:8px;width:100%;padding:1rem;font-family:inherit;transition:all .3s}.ContactSection-module__UONp9G__input:focus,.ContactSection-module__UONp9G__textarea:focus{border-color:var(--primary);background:#444;outline:none}.ContactSection-module__UONp9G__textarea{resize:vertical;min-height:150px}@media (max-width:960px){.ContactSection-module__UONp9G__grid{grid-template-columns:1fr;gap:3rem}.ContactSection-module__UONp9G__info{padding-right:0}}
.Chatbot-module__DWq8bW__chatbotContainer{z-index:1000;flex-direction:column;align-items:flex-end;display:flex;position:fixed;bottom:2rem;right:2rem}.Chatbot-module__DWq8bW__toggleButton{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 4px 12px #0003}.Chatbot-module__DWq8bW__toggleButton:hover{transform:scale(1.1)}.Chatbot-module__DWq8bW__chatWindow{transform-origin:100% 100%;background:#fff;border-radius:12px;flex-direction:column;width:350px;height:500px;margin-bottom:1rem;animation:.3s cubic-bezier(.175,.885,.32,1.275) Chatbot-module__DWq8bW__popIn;display:flex;overflow:hidden;box-shadow:0 10px 40px #0003}.Chatbot-module__DWq8bW__header{background:var(--primary);color:#fff;justify-content:space-between;align-items:center;padding:1rem;display:flex}.Chatbot-module__DWq8bW__headerTitle{font-size:1rem;font-weight:600}.Chatbot-module__DWq8bW__closeButton{color:#fff;cursor:pointer;background:0 0;border:none}.Chatbot-module__DWq8bW__messages{background:#f9f9f9;flex-direction:column;flex:1;gap:1rem;padding:1rem;display:flex;overflow-y:auto}.Chatbot-module__DWq8bW__message{border-radius:12px;max-width:80%;padding:.8rem 1rem;font-size:.9rem;line-height:1.4}.Chatbot-module__DWq8bW__botMessage{background:#fff;border:1px solid #eee;border-bottom-left-radius:2px;align-self:flex-start}.Chatbot-module__DWq8bW__userMessage{background:var(--primary);color:#fff;border-bottom-right-radius:2px;align-self:flex-end}.Chatbot-module__DWq8bW__inputArea{background:#fff;border-top:1px solid #eee;gap:.5rem;padding:1rem;display:flex}.Chatbot-module__DWq8bW__input{border:1px solid #ddd;border-radius:20px;outline:none;flex:1;padding:.8rem;font-size:.9rem}.Chatbot-module__DWq8bW__sendButton{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}@keyframes Chatbot-module__DWq8bW__popIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}
