@layer base{html{scroll-behavior:smooth}body{color:#fff;background-color:#000;margin:0;padding:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}}@layer components{.btn-primary{color:#000;cursor:pointer;background:linear-gradient(90deg,#facc15,gold);border:none;border-radius:9999px;padding:.75rem 1.5rem;font-weight:700;transition:all .3s;transform:scale(1);box-shadow:0 10px 15px -3px rgba(255,215,0,.5),0 4px 6px -4px rgba(255,215,0,.5)}.btn-primary:hover{background:linear-gradient(90deg,#fde047,#ffe066);transform:scale(1.05);box-shadow:0 10px 15px -3px rgba(255,215,0,.7),0 4px 6px -4px rgba(255,215,0,.7)}.btn-secondary{color:gold;cursor:pointer;background:0 0;border:2px solid gold;border-radius:9999px;padding:.75rem 1.5rem;font-weight:700;transition-property:all;transition-duration:.3s}.btn-secondary:hover{color:#000;background-color:gold}.text-gradient{background:linear-gradient(90deg,#facc15,gold,#facc15);-webkit-text-fill-color:transparent;color:transparent;-webkit-background-clip:text;background-clip:text}.card-glow{background-color:#111827;border:1px solid rgba(255,215,0,.2);border-radius:.75rem;padding:1.5rem;transition:all .3s}.card-glow:hover{border-color:rgba(255,215,0,.5);box-shadow:0 10px 15px -3px rgba(255,215,0,.2),0 4px 6px -4px rgba(255,215,0,.2)}.section-padding{padding:4rem 1rem}@media (min-width:640px){.section-padding{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.section-padding{padding-left:2rem;padding-right:2rem}}}@layer utilities{.animation-delay-200{animation-delay:.2s}.animation-delay-400{animation-delay:.4s}.animation-delay-600{animation-delay:.6s}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:linear-gradient(gold,#ff0);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#fff 0%,#c29a6c 50%,#8b4513 100%)}:root{--primary-black:#000;--primary-gold:#c29a6c;--primary-brown:#8b4513;--primary-red:brown;--text-white:#fff;--text-light:#f5f5f5;--accent-gold:rgba(194,154,108,.1);--accent-brown:rgba(139,69,19,.1);--gradient-primary:linear-gradient(135deg,#fff 0%,#c29a6c 25%,#8b4513 50%,brown 75%,#fff 100%);--shadow-primary:rgba(194,154,108,.15);--border-radius-sm:8px;--border-radius-md:15px;--border-radius-lg:25px;--transition-smooth:all .4s cubic-bezier(.25,.46,.45,.94);--transition-bounce:all .6s cubic-bezier(.68,-.55,.265,1.55)}
.header-module__-0s03G__header{z-index:1000;-webkit-backdrop-filter:blur(20px);background:linear-gradient(135deg,#000,#000,rgba(30,30,30,.97),#000,rgba(0,0,0,.98));transition:all .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0;box-shadow:0 2px 20px rgba(255,215,0,.1),0 4px 30px rgba(255,215,0,.05)}.header-module__-0s03G__nav{border-bottom:2px solid;border-image:linear-gradient(90deg,rgba(255,255,254,.3),#ce970d,rgba(255,255,255,.7),rgba(255,254,251,.992),#edce07) 1;width:100%;max-width:1400px;margin:0 auto;padding:0 .5rem}.header-module__-0s03G__navContainer{justify-content:space-between;align-items:center;height:70px;display:flex}.header-module__-0s03G__logoSection{z-index:1001;flex:1;align-items:center;margin-left:-5px;display:flex}.header-module__-0s03G__logoLink{align-items:center;text-decoration:none;transition:transform .3s;display:flex}.header-module__-0s03G__logoLink:hover{transform:scale(1.02)}.header-module__-0s03G__logoLink:focus{outline:none}.header-module__-0s03G__logoContainer{align-items:center;gap:8px;display:flex}.header-module__-0s03G__logoIcon{background:linear-gradient(45deg,#000,#1a1a1a);border:2px solid #e4c40a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:2px;animation:2.5s ease-in-out infinite alternate header-module__-0s03G__breathingGlow;display:flex;position:relative;overflow:hidden;box-shadow:0 0 15px rgba(255,215,0,.4),0 0 30px rgba(255,215,0,.2),inset 0 2px 8px rgba(255,215,0,.1)}.header-module__-0s03G__logoIcon:before{content:"";z-index:-1;background:linear-gradient(45deg,gold,#facc15,gold,#ffe066);border-radius:50%;animation:4s linear infinite header-module__-0s03G__rotate;position:absolute;top:-2px;bottom:-2px;left:-2px;right:-2px}.header-module__-0s03G__logoImage{object-fit:cover;z-index:1;border-radius:50%;width:36px!important;height:36px!important}.header-module__-0s03G__logoText{background:linear-gradient(135deg,#fff,#fff,#f7e305);-webkit-text-fill-color:transparent;letter-spacing:-.3px;text-shadow:0 0 20px rgba(255,215,0,.4);text-transform:capitalize;-webkit-background-clip:text;background-clip:text;font-family:Inter,Georgia,Times New Roman,serif;font-size:22px;font-weight:700;animation:3s ease-in-out infinite alternate header-module__-0s03G__textGlow}.header-module__-0s03G__hamburgerContainer{z-index:1001;align-items:center;margin-right:8px;display:flex;position:relative}.header-module__-0s03G__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:flex-end;gap:3px;width:39px;height:39px;padding:6px;transition:all .4s cubic-bezier(.25,.46,.45,.94);display:flex}.header-module__-0s03G__hamburger:hover{transform:scale(1.1)}.header-module__-0s03G__hamburger:active{transform:scale(.95)}.header-module__-0s03G__hamburger:focus{outline:none}.header-module__-0s03G__hamburgerLine{transform-origin:50%;background:linear-gradient(45deg,#fff,#fff);border-radius:3px;height:4.5px;font-weight:800;transition:all .4s cubic-bezier(.25,.46,.45,.94);display:block;position:relative;box-shadow:0 0 8px rgba(0,0,0,.3),0 2px 4px rgba(0,0,0,.2)}.header-module__-0s03G__hamburgerLine:first-child{width:100px;margin-left:auto}.header-module__-0s03G__hamburgerLine:nth-child(2){width:100px}.header-module__-0s03G__hamburgerLine:nth-child(3){width:100px;margin-right:auto}.header-module__-0s03G__hamburgerOpen .header-module__-0s03G__hamburgerLine{opacity:0;transform:scale(0)}.header-module__-0s03G__announcementBanner{background:linear-gradient(90deg,#000 0%,#000 15%,#000 30%,#000 45%,rgba(59,54,54,.584) 60%,#000 75%,#000 100%);border-top:1px solid rgba(255,215,0,.3);border-bottom:2px solid;border-image:linear-gradient(90deg,transparent,gold,#ffc107,gold,transparent) 1;align-items:center;width:100%;height:50px;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 15px rgba(255,215,0,.2),inset 0 1px 3px rgba(255,215,0,.1)}.header-module__-0s03G__announcementContent{background:linear-gradient(90deg,rgba(255,215,0,.05),rgba(255,215,0,.02),rgba(255,215,0,.05));align-items:center;width:100%;height:100%;display:flex;position:relative}.header-module__-0s03G__announcementText,.header-module__-0s03G__announcementTextDuplicate{white-space:nowrap;color:#fff;letter-spacing:.5px;text-shadow:0 0 10px rgba(255,215,0,.3);align-items:center;gap:.75rem;height:100%;padding:0 2rem;font-family:Inter,Georgia,sans-serif;font-size:14px;font-weight:600;display:flex;position:absolute;top:0}.header-module__-0s03G__announcementText{animation:60s linear infinite header-module__-0s03G__scrollAnnouncement}.header-module__-0s03G__announcementTextDuplicate{animation:60s linear -30s infinite header-module__-0s03G__scrollAnnouncement}.header-module__-0s03G__announcementHighlight{color:gold;text-transform:uppercase;background:linear-gradient(45deg,gold,#ffc107);-webkit-text-fill-color:transparent;text-shadow:0 0 15px rgba(255,215,0,.5);-webkit-background-clip:text;background-clip:text;font-weight:700;animation:2s ease-in-out infinite alternate header-module__-0s03G__pulseGlow}.header-module__-0s03G__announcementFeature{color:#fff;text-transform:uppercase;text-shadow:0 0 8px rgba(255,255,255,.4);font-weight:600}.header-module__-0s03G__announcementToken{color:gold;background:linear-gradient(45deg,gold,#ffc107);-webkit-text-fill-color:transparent;text-shadow:0 0 12px rgba(255,215,0,.6);-webkit-background-clip:text;background-clip:text;font-size:15px;font-weight:700}.header-module__-0s03G__announcementSeparator{color:gold;text-shadow:0 0 10px rgba(255,215,0,.5);font-size:16px;font-weight:700;animation:1.5s ease-in-out infinite alternate header-module__-0s03G__twinkle}.header-module__-0s03G__mobileMenu{opacity:0;visibility:hidden;background:#000;border-bottom:1px solid rgba(255,215,0,.3);max-height:calc(100vh - 120px);transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:120px;left:0;right:0;overflow-y:auto;transform:translateY(-100%)}.header-module__-0s03G__mobileMenuOpen{opacity:1;visibility:visible;transform:translateY(0)}.header-module__-0s03G__mobileMenuContent{background:#000;flex-direction:column;gap:2rem;max-width:500px;margin:0 auto;padding:2rem 1.5rem;display:flex}.header-module__-0s03G__mobileNavLinks{background:#000;flex-direction:column;gap:2rem;display:flex}.header-module__-0s03G__navGroup{background:#000;flex-direction:column;gap:1rem;display:flex}.header-module__-0s03G__navGroupTitle{color:gold;text-transform:uppercase;letter-spacing:1px;background:linear-gradient(90deg,rgba(255,215,0,.1) 0%,transparent 100%);border-left:3px solid gold;border-radius:0 8px 8px 0;margin:0;padding:0 .5rem 0 1rem;font-size:14px;font-weight:600;line-height:1.5}.header-module__-0s03G__sectionButtonsContainer,.header-module__-0s03G__pageButtonsContainer{background:#000;flex-direction:column;gap:.75rem;display:flex}.header-module__-0s03G__sectionNavButton,.header-module__-0s03G__pageNavButton{color:#fff;cursor:pointer;text-align:left;border:2px solid;border-radius:16px;justify-content:space-between;align-items:center;width:100%;padding:1.2rem 1.5rem;font-family:inherit;font-size:16px;font-weight:600;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.header-module__-0s03G__sectionNavButton{background:linear-gradient(135deg,rgba(0,0,0,.95),rgba(20,20,20,.98));border-color:rgba(0,123,255,.25);box-shadow:0 4px 15px rgba(0,123,255,.15),0 2px 8px rgba(0,0,0,.1)}.header-module__-0s03G__pageNavButton{background:linear-gradient(135deg,rgba(0,0,0,.95),rgba(20,20,20,.98));border-color:rgba(255,215,0,.25);box-shadow:0 4px 15px rgba(255,215,0,.15),0 2px 8px rgba(0,0,0,.1)}.header-module__-0s03G__sectionNavButton:before,.header-module__-0s03G__pageNavButton:before{content:"";width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.header-module__-0s03G__sectionNavButton:before{background:linear-gradient(90deg,transparent,rgba(0,123,255,.2),transparent)}.header-module__-0s03G__pageNavButton:before{background:linear-gradient(90deg,transparent,rgba(255,215,0,.2),transparent)}.header-module__-0s03G__sectionNavButton:after,.header-module__-0s03G__pageNavButton:after{content:"";transform-origin:bottom;border-radius:0 4px 4px 0;width:4px;height:100%;transition:transform .3s;position:absolute;top:0;left:0;transform:scaleY(0)}.header-module__-0s03G__sectionNavButton:after{background:linear-gradient(#007bff,#28a745)}.header-module__-0s03G__pageNavButton:after{background:linear-gradient(gold,#ffc107)}.header-module__-0s03G__sectionButtonIcon,.header-module__-0s03G__pageButtonIcon{border:1px solid;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .3s;display:flex}.header-module__-0s03G__sectionButtonIcon{background:linear-gradient(135deg,rgba(0,123,255,.2),rgba(40,167,69,.3));border-color:rgba(0,123,255,.4)}.header-module__-0s03G__pageButtonIcon{background:linear-gradient(135deg,rgba(255,215,0,.2),rgba(255,193,7,.3));border-color:rgba(255,215,0,.4)}.header-module__-0s03G__sectionButtonIconInner,.header-module__-0s03G__pageButtonIconInner{border-radius:50%;width:8px;height:8px;transition:all .3s}.header-module__-0s03G__sectionButtonIconInner{background:linear-gradient(135deg,#007bff,#28a745)}.header-module__-0s03G__pageButtonIconInner{background:linear-gradient(135deg,gold,#ffc107)}.header-module__-0s03G__sectionButtonText,.header-module__-0s03G__pageButtonText{letter-spacing:.5px;flex:1;margin:0 1rem;font-weight:600}.header-module__-0s03G__sectionButtonArrow,.header-module__-0s03G__pageButtonArrow{font-size:18px;font-weight:700;transition:all .3s;transform:translate(0)}.header-module__-0s03G__sectionButtonArrow{color:#007bff}.header-module__-0s03G__pageButtonArrow{color:gold}.header-module__-0s03G__sectionNavButton:hover,.header-module__-0s03G__sectionNavButton:active{background:linear-gradient(135deg,rgba(0,123,255,.15),rgba(0,0,0,.98));border-color:rgba(0,123,255,.5);transform:translate(8px)translateY(-2px);box-shadow:0 8px 25px rgba(0,123,255,.3),0 4px 12px rgba(0,0,0,.15)}.header-module__-0s03G__pageNavButton:hover,.header-module__-0s03G__pageNavButton:active{background:linear-gradient(135deg,rgba(255,215,0,.15),rgba(0,0,0,.98));border-color:rgba(255,215,0,.5);transform:translate(8px)translateY(-2px);box-shadow:0 8px 25px rgba(255,215,0,.3),0 4px 12px rgba(0,0,0,.15)}.header-module__-0s03G__sectionNavButton:hover:before,.header-module__-0s03G__sectionNavButton:active:before,.header-module__-0s03G__pageNavButton:hover:before,.header-module__-0s03G__pageNavButton:active:before{left:100%}.header-module__-0s03G__sectionNavButton:hover:after,.header-module__-0s03G__sectionNavButton:active:after,.header-module__-0s03G__pageNavButton:hover:after,.header-module__-0s03G__pageNavButton:active:after{transform:scaleY(1)}.header-module__-0s03G__sectionNavButton:hover .header-module__-0s03G__sectionButtonIcon,.header-module__-0s03G__sectionNavButton:active .header-module__-0s03G__sectionButtonIcon{background:linear-gradient(135deg,rgba(0,123,255,.4),rgba(40,167,69,.5));border-color:rgba(0,123,255,.6);transform:scale(1.1)}.header-module__-0s03G__pageNavButton:hover .header-module__-0s03G__pageButtonIcon,.header-module__-0s03G__pageNavButton:active .header-module__-0s03G__pageButtonIcon{background:linear-gradient(135deg,rgba(255,215,0,.4),rgba(255,193,7,.5));border-color:rgba(255,215,0,.6);transform:scale(1.1)}.header-module__-0s03G__sectionNavButton:hover .header-module__-0s03G__sectionButtonIconInner,.header-module__-0s03G__sectionNavButton:active .header-module__-0s03G__sectionButtonIconInner,.header-module__-0s03G__pageNavButton:hover .header-module__-0s03G__pageButtonIconInner,.header-module__-0s03G__pageNavButton:active .header-module__-0s03G__pageButtonIconInner{background:linear-gradient(135deg,#fff,#fff);transform:scale(1.2)}.header-module__-0s03G__sectionNavButton:hover .header-module__-0s03G__sectionButtonArrow,.header-module__-0s03G__sectionNavButton:active .header-module__-0s03G__sectionButtonArrow,.header-module__-0s03G__pageNavButton:hover .header-module__-0s03G__pageButtonArrow,.header-module__-0s03G__pageNavButton:active .header-module__-0s03G__pageButtonArrow{color:#fff;transform:translate(4px)}.header-module__-0s03G__pageNavButtonActive{transform:translate(4px);box-shadow:0 8px 25px rgba(255,215,0,.4),0 4px 12px rgba(0,0,0,.2);color:gold!important;background:linear-gradient(135deg,rgba(255,215,0,.2),rgba(0,0,0,.98))!important;border-color:rgba(255,215,0,.6)!important}.header-module__-0s03G__pageNavButtonActive:after{transform:scaleY(1)}.header-module__-0s03G__pageNavButtonActive .header-module__-0s03G__pageButtonIcon{background:linear-gradient(135deg,rgba(255,215,0,.5),rgba(255,193,7,.6));border-color:rgba(255,215,0,.8)}.header-module__-0s03G__pageNavButtonActive .header-module__-0s03G__pageButtonIconInner{background:gold}.header-module__-0s03G__pageNavButtonActive .header-module__-0s03G__pageButtonText{color:gold}.header-module__-0s03G__mobileNavButton{color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;text-align:left;cursor:pointer;background:0 0;border:none;width:100%;margin:0;padding:0}.header-module__-0s03G__sectionNavButton:focus,.header-module__-0s03G__pageNavButton:focus{outline-offset:2px;outline:3px solid rgba(255,215,0,.5)}.header-module__-0s03G__mobileMenuClose{background:#000;border-top:1px solid rgba(255,215,0,.2);justify-content:center;padding:1.5rem 0 .5rem;display:flex}.header-module__-0s03G__closeButton{cursor:pointer;background:rgba(255,215,0,.1);border:2px solid #fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;padding:6px;transition:all .4s cubic-bezier(.25,.46,.45,.94);display:flex;box-shadow:0 0 15px rgba(255,215,0,.4)}.header-module__-0s03G__closeButton:hover{background:#ffd900;transform:scale(1.1);box-shadow:0 0 25px rgba(255,215,0,.6)}.header-module__-0s03G__closeButton:active{transform:scale(.95)}.header-module__-0s03G__closeButton:focus{outline:none}.header-module__-0s03G__closeLine{transform-origin:50%;background:#ffd900;border-radius:3px;width:20px;height:3px;transition:all .4s cubic-bezier(.25,.46,.45,.94);position:absolute;box-shadow:0 0 8px #2a2402}.header-module__-0s03G__closeLine:first-child{transform:rotate(45deg)}.header-module__-0s03G__closeLine:nth-child(2){transform:rotate(-45deg)}.header-module__-0s03G__overlay{z-index:999;opacity:0;background:rgba(0,0,0,.6);animation:.3s forwards header-module__-0s03G__fadeIn;position:fixed;top:0;bottom:0;left:0;right:0}@keyframes header-module__-0s03G__breathingGlow{0%{box-shadow:0 0 15px rgba(20,17,2,.996),0 0 30px #080700,inset 0 2px 8px rgba(255,215,0,.1)}to{box-shadow:0 0 25px #000411,0 0 50px #010215,inset 0 2px 12px #000312}}@keyframes header-module__-0s03G__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes header-module__-0s03G__textGlow{0%{text-shadow:0 0 20px rgba(255,215,0,.4)}to{text-shadow:0 0 25px #010411,0 0 35px #010318}}@keyframes header-module__-0s03G__scrollAnnouncement{0%{transform:translate(100%)}to{transform:translate(-100%)}}@keyframes header-module__-0s03G__pulseGlow{0%{text-shadow:0 0 15px rgba(255,215,0,.5)}to{text-shadow:0 0 25px rgba(255,215,0,.8),0 0 35px rgba(255,215,0,.4)}}@keyframes header-module__-0s03G__twinkle{0%{opacity:.7;transform:scale(1)}to{opacity:1;transform:scale(1.1)}}@keyframes header-module__-0s03G__fadeIn{to{opacity:1}}@media (max-width:480px){.header-module__-0s03G__navContainer{height:65px;padding:0 .25rem}.header-module__-0s03G__nav{padding:0 .5rem}.header-module__-0s03G__logoSection{margin-left:-3px}.header-module__-0s03G__logoIcon{width:32px;height:32px}.header-module__-0s03G__logoImage{width:28px!important;height:28px!important}.header-module__-0s03G__logoText{font-size:18px;font-weight:600}.header-module__-0s03G__logoContainer{gap:6px}.header-module__-0s03G__hamburgerContainer{margin-right:12px}.header-module__-0s03G__hamburger{gap:2.5px;width:32px;height:32px;padding:5px}.header-module__-0s03G__hamburgerLine{background:linear-gradient(45deg,#fff,#fff);border-radius:2.4px;height:3.9px;font-weight:800;box-shadow:0 0 6px #000,0 1px 3px rgba(0,0,0,.3)}.header-module__-0s03G__hamburgerLine:first-child,.header-module__-0s03G__hamburgerLine:nth-child(2){width:36px}.header-module__-0s03G__hamburgerLine:nth-child(3){width:35px}.header-module__-0s03G__announcementBanner{height:45px}.header-module__-0s03G__announcementText,.header-module__-0s03G__announcementTextDuplicate{gap:.5rem;font-size:12px;animation-duration:80s}.header-module__-0s03G__announcementTextDuplicate{animation-delay:-40s}.header-module__-0s03G__mobileMenu{max-height:calc(100vh - 110px);top:110px}.header-module__-0s03G__mobileMenuContent{gap:1.5rem;padding:1.5rem 1rem}.header-module__-0s03G__sectionNavButton,.header-module__-0s03G__pageNavButton{border-radius:12px;padding:1rem 1.25rem;font-size:14px}.header-module__-0s03G__sectionButtonIcon,.header-module__-0s03G__pageButtonIcon{width:28px;height:28px}.header-module__-0s03G__sectionButtonIconInner,.header-module__-0s03G__pageButtonIconInner{width:6px;height:6px}.header-module__-0s03G__sectionButtonText,.header-module__-0s03G__pageButtonText{margin:0 .75rem;font-size:14px}.header-module__-0s03G__sectionButtonArrow,.header-module__-0s03G__pageButtonArrow{font-size:16px}.header-module__-0s03G__navGroup{gap:.75rem}.header-module__-0s03G__navGroupTitle{font-size:12px}.header-module__-0s03G__closeButton{width:36px;height:36px}.header-module__-0s03G__closeLine{width:18px;height:2.5px}}@media (min-width:481px) and (max-width:768px){.header-module__-0s03G__navContainer{height:68px;padding:0 .5rem}.header-module__-0s03G__nav{padding:0 .75rem}.header-module__-0s03G__logoSection{margin-left:-4px}.header-module__-0s03G__logoIcon{width:36px;height:36px}.header-module__-0s03G__logoImage{width:32px!important;height:32px!important}.header-module__-0s03G__logoText{font-size:20px;font-weight:650}.header-module__-0s03G__logoContainer{gap:7px}.header-module__-0s03G__hamburgerContainer{margin-right:10px}.header-module__-0s03G__hamburger{gap:2.8px;width:34px;height:34px;padding:5.5px}.header-module__-0s03G__hamburgerLine{background:linear-gradient(45deg,#fff,#fffefe);border-radius:2.5px;height:4.1px;font-weight:600;box-shadow:0 0 7px rgba(0,0,0,.4),0 2px 3px rgba(0,0,0,.3)}.header-module__-0s03G__hamburgerLine:first-child,.header-module__-0s03G__hamburgerLine:nth-child(2){width:38px}.header-module__-0s03G__hamburgerLine:nth-child(3){width:36px}.header-module__-0s03G__announcementBanner{height:48px}.header-module__-0s03G__announcementText,.header-module__-0s03G__announcementTextDuplicate{gap:.65rem;font-size:13px;animation-duration:70s}.header-module__-0s03G__announcementTextDuplicate{animation-delay:-35s}.header-module__-0s03G__mobileMenu{max-height:calc(100vh - 116px);top:116px}.header-module__-0s03G__sectionNavButton,.header-module__-0s03G__pageNavButton{border-radius:14px;padding:1.1rem 1.4rem;font-size:15px}.header-module__-0s03G__sectionButtonIcon,.header-module__-0s03G__pageButtonIcon{width:30px;height:30px}.header-module__-0s03G__sectionButtonIconInner,.header-module__-0s03G__pageButtonIconInner{width:7px;height:7px}.header-module__-0s03G__sectionButtonText,.header-module__-0s03G__pageButtonText{margin:0 .875rem;font-size:15px}.header-module__-0s03G__sectionButtonArrow,.header-module__-0s03G__pageButtonArrow{font-size:17px}.header-module__-0s03G__closeButton{width:38px;height:38px}.header-module__-0s03G__closeLine{width:19px;height:2.8px}}@media (min-width:769px) and (max-width:1024px){.header-module__-0s03G__navContainer{height:72px;padding:0 .5rem}.header-module__-0s03G__nav{padding:0 1rem}.header-module__-0s03G__logoSection{margin-left:-4px}.header-module__-0s03G__logoIcon{width:38px;height:38px}.header-module__-0s03G__logoImage{width:34px!important;height:34px!important}.header-module__-0s03G__logoText{font-size:21px;font-weight:700}.header-module__-0s03G__logoContainer{gap:8px}.header-module__-0s03G__hamburgerContainer{margin-right:10px}.header-module__-0s03G__hamburger{gap:3px;width:36px;height:36px;padding:6px}.header-module__-0s03G__hamburgerLine{background:linear-gradient(45deg,#fff,#fff);border-radius:3px;height:4.5px;font-weight:600;box-shadow:0 0 8px rgba(0,0,0,.4),0 2px 4px rgba(0,0,0,.3)}.header-module__-0s03G__hamburgerLine:first-child,.header-module__-0s03G__hamburgerLine:nth-child(2){width:38px}.header-module__-0s03G__hamburgerLine:nth-child(3){width:37px}.header-module__-0s03G__announcementText,.header-module__-0s03G__announcementTextDuplicate{animation-duration:65s}.header-module__-0s03G__announcementTextDuplicate{animation-delay:-32.5s}.header-module__-0s03G__mobileMenu{max-height:calc(100vh - 122px);top:122px}.header-module__-0s03G__sectionNavButton,.header-module__-0s03G__pageNavButton{border-radius:15px;padding:1.15rem 1.5rem;font-size:16px}.header-module__-0s03G__sectionButtonText,.header-module__-0s03G__pageButtonText{font-size:16px}}@media (min-width:1025px) and (max-width:1440px){.header-module__-0s03G__navContainer{height:75px;padding:0 .5rem}.header-module__-0s03G__nav{padding:0 1.25rem}.header-module__-0s03G__logoSection{margin-left:-5px}.header-module__-0s03G__logoIcon{width:40px;height:40px}.header-module__-0s03G__logoImage{width:36px!important;height:36px!important}.header-module__-0s03G__logoText{font-size:22px;font-weight:700}.header-module__-0s03G__logoContainer{gap:8px}.header-module__-0s03G__hamburgerContainer{margin-right:8px}.header-module__-0s03G__hamburger{gap:3.2px;width:38px;height:38px;padding:6.5px}.header-module__-0s03G__hamburgerLine{background:linear-gradient(45deg,#fffcfc,#fff);border-radius:3px;height:4.5px;font-weight:600;box-shadow:0 0 8px rgba(0,0,0,.4),0 2px 4px rgba(0,0,0,.3)}.header-module__-0s03G__hamburgerLine:first-child,.header-module__-0s03G__hamburgerLine:nth-child(2){width:38px}.header-module__-0s03G__hamburgerLine:nth-child(3){width:36px}.header-module__-0s03G__announcementText,.header-module__-0s03G__announcementTextDuplicate{animation-duration:60s}.header-module__-0s03G__announcementTextDuplicate{animation-delay:-30s}.header-module__-0s03G__mobileMenu{max-height:calc(100vh - 125px);top:125px}.header-module__-0s03G__mobileMenuContent{max-width:600px;padding:2.5rem 2rem}.header-module__-0s03G__sectionNavButton,.header-module__-0s03G__pageNavButton{padding:1.25rem 1.75rem;font-size:17px}.header-module__-0s03G__sectionButtonIcon,.header-module__-0s03G__pageButtonIcon{width:34px;height:34px}.header-module__-0s03G__sectionButtonIconInner,.header-module__-0s03G__pageButtonIconInner{width:9px;height:9px}.header-module__-0s03G__sectionButtonText,.header-module__-0s03G__pageButtonText{margin:0 1.125rem;font-size:17px}.header-module__-0s03G__sectionButtonArrow,.header-module__-0s03G__pageButtonArrow{font-size:19px}}@media (min-width:1441px){.header-module__-0s03G__navContainer{height:78px;padding:0 .5rem}.header-module__-0s03G__nav{padding:0 1.5rem}.header-module__-0s03G__logoSection{margin-left:-5px}.header-module__-0s03G__logoIcon{width:42px;height:42px}.header-module__-0s03G__logoImage{width:38px!important;height:38px!important}.header-module__-0s03G__logoText{font-size:24px;font-weight:700}.header-module__-0s03G__logoContainer{gap:8px}.header-module__-0s03G__hamburgerContainer{margin-right:8px}.header-module__-0s03G__hamburger{gap:3.5px;width:40px;height:40px;padding:7px}.header-module__-0s03G__hamburgerLine{background:linear-gradient(45deg,#fff,#fff);border-radius:3px;height:4.9px;font-weight:600;box-shadow:0 0 10px rgba(0,0,0,.4),0 2px 5px rgba(0,0,0,.3)}.header-module__-0s03G__hamburgerLine:first-child{width:35px}.header-module__-0s03G__hamburgerLine:nth-child(2){width:30px}.header-module__-0s03G__hamburgerLine:nth-child(3){width:32px}.header-module__-0s03G__announcementText,.header-module__-0s03G__announcementTextDuplicate{animation-duration:55s}.header-module__-0s03G__announcementTextDuplicate{animation-delay:-27.5s}.header-module__-0s03G__mobileMenu{max-height:calc(100vh - 128px);top:128px}.header-module__-0s03G__mobileMenuContent{max-width:700px;padding:3rem 2.5rem}.header-module__-0s03G__sectionNavButton,.header-module__-0s03G__pageNavButton{padding:1.375rem 2rem;font-size:18px}.header-module__-0s03G__sectionButtonIcon,.header-module__-0s03G__pageButtonIcon{width:36px;height:36px}.header-module__-0s03G__sectionButtonIconInner,.header-module__-0s03G__pageButtonIconInner{width:10px;height:10px}.header-module__-0s03G__sectionButtonText,.header-module__-0s03G__pageButtonText{margin:0 1.25rem;font-size:18px}.header-module__-0s03G__sectionButtonArrow,.header-module__-0s03G__pageButtonArrow{font-size:20px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.header-module__-0s03G__header{-webkit-backdrop-filter:blur(25px)}}@media (prefers-reduced-motion:reduce){.header-module__-0s03G__logoIcon,.header-module__-0s03G__logoText,.header-module__-0s03G__hamburger,.header-module__-0s03G__sectionNavButton,.header-module__-0s03G__pageNavButton,.header-module__-0s03G__logoIcon:before,.header-module__-0s03G__announcementText,.header-module__-0s03G__announcementTextDuplicate,.header-module__-0s03G__announcementHighlight,.header-module__-0s03G__announcementSeparator{animation:none}.header-module__-0s03G__header .header-module__-0s03G__reducedMotion{transition-duration:.1s!important}}@media (max-width:768px){.header-module__-0s03G__hamburger,.header-module__-0s03G__closeButton{min-width:44px;min-height:44px}}.header-module__-0s03G__headerSpacer{width:100%;height:110px}@media (max-width:480px){.header-module__-0s03G__headerSpacer{height:50px}}@media (min-width:481px) and (max-width:768px){.header-module__-0s03G__headerSpacer{height:100px}}@media (min-width:769px) and (max-width:1024px){.header-module__-0s03G__headerSpacer{height:100px}}@media (min-width:1025px) and (max-width:1440px){.header-module__-0s03G__headerSpacer{height:100px}}@media (min-width:1441px){.header-module__-0s03G__headerSpacer{height:100px}}
.footer-module__CIQsJG__footer{contain:layout;isolation:isolate;background:linear-gradient(135deg,#000 0%,#000 50%,#000 100%);border-top:2px solid #000;position:relative;overflow:hidden;transform:translateZ(0)}.footer-module__CIQsJG__footer:before{content:"";background:linear-gradient(90deg,transparent 0%,rgba(217,175,107,.8) 50%,transparent 100%);height:1px;position:absolute;top:0;left:0;right:0}.footer-module__CIQsJG__container{z-index:1;-webkit-backface-visibility:hidden;backface-visibility:hidden;max-width:1200px;margin:0 auto;padding:3rem 1rem;position:relative;transform:translateZ(0)}.footer-module__CIQsJG__gridContainer{grid-template-columns:1fr;gap:2rem;margin-bottom:3rem;display:grid}@media (min-width:768px){.footer-module__CIQsJG__gridContainer{grid-template-columns:2fr 1fr 1fr;gap:3rem}.footer-module__CIQsJG__container{padding:4rem 2rem}}@media (min-width:1024px){.footer-module__CIQsJG__container{padding:5rem 3rem}}.footer-module__CIQsJG__brandSection{text-align:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;flex-direction:column;align-items:center;display:flex;transform:translateZ(0)}@media (min-width:768px){.footer-module__CIQsJG__brandSection{text-align:left;grid-column:span 1;align-items:flex-start}}.footer-module__CIQsJG__brandHeader{justify-content:center;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}@media (min-width:768px){.footer-module__CIQsJG__brandHeader{justify-content:flex-start}}.footer-module__CIQsJG__brandTitle{-webkit-text-fill-color:transparent;text-shadow:0 0 30px rgba(217,175,107,.3);letter-spacing:-.025em;-webkit-backface-visibility:hidden;backface-visibility:hidden;background:linear-gradient(135deg,#d9af6b,#f4e1a1,#d9af6b);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:800;transform:translateZ(0)}@media (min-width:768px){.footer-module__CIQsJG__brandTitle{font-size:2.25rem}}.footer-module__CIQsJG__brandDescription{color:#94a3b8;max-width:100%;margin-bottom:2rem;font-size:.95rem;line-height:1.7}@media (min-width:768px){.footer-module__CIQsJG__brandDescription{max-width:400px;font-size:1rem}}.footer-module__CIQsJG__linksSection{text-align:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}@media (min-width:768px){.footer-module__CIQsJG__linksSection{text-align:left}}.footer-module__CIQsJG__sectionTitle{color:#d9af6b;margin-bottom:1.5rem;font-size:1.125rem;font-weight:700;display:inline-block;position:relative;transform:translateZ(0)}.footer-module__CIQsJG__sectionTitle:after{content:"";background:linear-gradient(90deg,transparent,#d9af6b,transparent);width:30px;height:2px;position:absolute;bottom:-4px;left:50%;transform:translate(-50%)}@media (min-width:768px){.footer-module__CIQsJG__sectionTitle:after{left:0;transform:none}}.footer-module__CIQsJG__linksList{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.footer-module__CIQsJG__linkItem{-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .2s;transform:translateZ(0)}.footer-module__CIQsJG__linkItem:hover{transform:translate(4px)translateZ(0)}@media (min-width:768px){.footer-module__CIQsJG__linkItem:hover{transform:translate(6px)translateZ(0)}}.footer-module__CIQsJG__footerLink{color:#94a3b8;-webkit-backface-visibility:hidden;backface-visibility:hidden;padding:.25rem 0;font-size:.95rem;text-decoration:none;transition:all .2s;display:inline-block;position:relative;transform:translateZ(0)}.footer-module__CIQsJG__footerLink:before{content:"";background:#d9af6b;width:0;height:1px;transition:width .2s;position:absolute;bottom:0;left:0}.footer-module__CIQsJG__footerLink:hover{color:#d9af6b;transform:translateZ(0)}.footer-module__CIQsJG__footerLink:hover:before{width:100%}.footer-module__CIQsJG__footerButton{color:#94a3b8;cursor:pointer;text-align:left;-webkit-backface-visibility:hidden;backface-visibility:hidden;background:0 0;border:none;width:100%;padding:.25rem 0;font-family:inherit;font-size:.95rem;text-decoration:none;transition:all .2s;display:inline-block;position:relative;transform:translateZ(0)}.footer-module__CIQsJG__footerButton:before{content:"";background:#d9af6b;width:0;height:1px;transition:width .2s;position:absolute;bottom:0;left:0}.footer-module__CIQsJG__footerButton:hover{color:#d9af6b;transform:translateZ(0)}.footer-module__CIQsJG__footerButton:hover:before{width:100%}.footer-module__CIQsJG__footerButton:focus{outline-offset:2px;color:#d9af6b;outline:2px solid #d9af6b}.footer-module__CIQsJG__socialMediaSection{text-align:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;border-top:1px solid rgba(213,137,15,.965);margin-top:2.5rem;padding-top:2rem;transform:translateZ(0)}@media (min-width:768px){.footer-module__CIQsJG__socialMediaSection{text-align:left}}.footer-module__CIQsJG__socialTitle{color:rgba(231,13,13,.97);margin-bottom:1.5rem;font-size:1rem;font-weight:700;display:inline-block;position:relative;transform:translateZ(0)}.footer-module__CIQsJG__socialTitle:after{content:"";background:linear-gradient(90deg,transparent,#d9af6b,transparent);width:24px;height:2px;position:absolute;bottom:-4px;left:50%;transform:translate(-50%)}@media (min-width:768px){.footer-module__CIQsJG__socialTitle:after{left:0;transform:none}}.footer-module__CIQsJG__socialLinks{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;display:flex}@media (min-width:768px){.footer-module__CIQsJG__socialLinks{justify-content:flex-start;gap:1.75rem}}.footer-module__CIQsJG__socialLink{color:#d9af6b;-webkit-backface-visibility:hidden;backface-visibility:hidden;background:linear-gradient(135deg,#1c1202,rgba(22,14,1,.992));border:2px solid rgba(217,175,107,.4);border-radius:.875rem;justify-content:center;align-items:center;width:3rem;height:3rem;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden;transform:translateZ(0);box-shadow:0 2px 8px rgba(217,175,107,.15)}.footer-module__CIQsJG__socialLink:before{content:"";background:linear-gradient(90deg,transparent,rgba(217,175,107,.25),transparent);width:100%;height:100%;transition:left .4s;position:absolute;top:0;left:-100%}.footer-module__CIQsJG__socialLink:hover:before{left:100%}.footer-module__CIQsJG__socialLink:hover{color:#f4e1a1;background:linear-gradient(135deg,rgba(217,175,107,.25),rgba(217,175,107,.15));border-color:rgba(217,175,107,.8);transform:translateY(-3px)scale(1.15)translateZ(0);box-shadow:0 12px 30px rgba(217,175,107,.35),0 0 25px rgba(217,175,107,.25)}.footer-module__CIQsJG__socialIcon{justify-content:center;align-items:center;width:1.5rem;height:1.5rem;transition:all .3s;display:flex;transform:translateZ(0)}.footer-module__CIQsJG__socialSvg{filter:drop-shadow(0 3px 6px #000);stroke-width:.5px;width:100%;height:100%;transition:all .3s}.footer-module__CIQsJG__socialLink:hover .footer-module__CIQsJG__socialSvg{filter:drop-shadow(0 6px 12px rgba(217,175,107,.5));transform:scale(1.05)}.footer-module__CIQsJG__bottomSection{-webkit-backface-visibility:hidden;backface-visibility:hidden;border-top:1px solid rgba(217,175,107,.15);margin-top:2rem;padding-top:2rem;transform:translateZ(0)}.footer-module__CIQsJG__bottomContent{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;display:flex}@media (min-width:768px){.footer-module__CIQsJG__bottomContent{text-align:center;flex-direction:row;justify-content:center}}.footer-module__CIQsJG__copyright{color:#64748b;font-size:.875rem;font-weight:500}@media (max-width:480px){.footer-module__CIQsJG__container{padding:2rem 1rem}.footer-module__CIQsJG__brandTitle{font-size:1.75rem}.footer-module__CIQsJG__socialMediaSection{margin-top:2rem;padding-top:1.5rem}.footer-module__CIQsJG__socialLinks{gap:1.25rem}.footer-module__CIQsJG__socialLink{width:2.75rem;height:2.75rem}.footer-module__CIQsJG__socialIcon{width:1.35rem;height:1.35rem}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.footer-module__CIQsJG__footer{background-attachment:fixed}}@media (prefers-color-scheme:dark){.footer-module__CIQsJG__footer{background:linear-gradient(135deg,#000 0%,#0f172a 50%,#000 100%)}}@media (prefers-reduced-motion:reduce){.footer-module__CIQsJG__linkItem,.footer-module__CIQsJG__footerLink,.footer-module__CIQsJG__footerButton,.footer-module__CIQsJG__socialLink{transition:none!important;transform:none!important}.footer-module__CIQsJG__linkItem:hover,.footer-module__CIQsJG__footerLink:hover,.footer-module__CIQsJG__footerButton:hover,.footer-module__CIQsJG__socialLink:hover{transform:none!important}.footer-module__CIQsJG__sectionTitle:after,.footer-module__CIQsJG__socialTitle:after,.footer-module__CIQsJG__footerLink:before,.footer-module__CIQsJG__footerButton:before,.footer-module__CIQsJG__socialLink:before{transition:none}}.footer-module__CIQsJG__footerLink:focus,.footer-module__CIQsJG__socialLink:focus{outline-offset:2px;outline:2px solid #d9af6b;transform:translateZ(0)}.footer-module__CIQsJG__footer{z-index:1;clear:both;box-sizing:border-box;width:100%;position:relative}.footer-module__CIQsJG__footer *{box-sizing:border-box}.footer-module__CIQsJG__gridContainer{contain:layout style}.footer-module__CIQsJG__brandSection,.footer-module__CIQsJG__linksSection{contain:layout}
