@property --tw-animation-delay{syntax:"*";inherits:false;initial-value:0s}@property --tw-animation-direction{syntax:"*";inherits:false;initial-value:normal}@property --tw-animation-duration{syntax:"*";inherits:false}@property --tw-animation-fill-mode{syntax:"*";inherits:false;initial-value:none}@property --tw-animation-iteration-count{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-translate-y{syntax:"*";inherits:false;initial-value:0}@theme inline{--animation-delay-0: 0s; --animation-delay-75: 75ms; --animation-delay-100: .1s; --animation-delay-150: .15s; --animation-delay-200: .2s; --animation-delay-300: .3s; --animation-delay-500: .5s; --animation-delay-700: .7s; --animation-delay-1000: 1s; --animation-repeat-0: 0; --animation-repeat-1: 1; --animation-repeat-infinite: infinite; --animation-direction-normal: normal; --animation-direction-reverse: reverse; --animation-direction-alternate: alternate; --animation-direction-alternate-reverse: alternate-reverse; --animation-fill-mode-none: none; --animation-fill-mode-forwards: forwards; --animation-fill-mode-backwards: backwards; --animation-fill-mode-both: both; --percentage-0: 0; --percentage-5: .05; --percentage-10: .1; --percentage-15: .15; --percentage-20: .2; --percentage-25: .25; --percentage-30: .3; --percentage-35: .35; --percentage-40: .4; --percentage-45: .45; --percentage-50: .5; --percentage-55: .55; --percentage-60: .6; --percentage-65: .65; --percentage-70: .7; --percentage-75: .75; --percentage-80: .8; --percentage-85: .85; --percentage-90: .9; --percentage-95: .95; --percentage-100: 1; --percentage-translate-full: 1; --animate-in: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-out: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes enter { from { opacity: var(--tw-enter-opacity,1); transform: translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0)); filter: blur(var(--tw-enter-blur,0)); }}@keyframes exit { to { opacity: var(--tw-exit-opacity,1); transform: translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0)); filter: blur(var(--tw-exit-blur,0)); }}--animate-accordion-down: accordion-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-accordion-up: accordion-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-down: collapsible-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-up: collapsible-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes accordion-down { from { height: 0; }to { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto))))); }}@keyframes accordion-up { from { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto))))); }to { height: 0; }}@keyframes collapsible-down { from { height: 0; }to { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }}@keyframes collapsible-up { from { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }to { height: 0; }}--animate-caret-blink: caret-blink 1.25s ease-out infinite; @keyframes caret-blink { 0%,70%,100% { opacity: 1; }20%,50% { opacity: 0; }}}@utility animation-duration-*{--tw-animation-duration: calc(--value(number)*1ms); --tw-animation-duration: --value(--animation-duration-*,[duration],"initial",[*]); animation-duration: calc(--value(number)*1ms); animation-duration: --value(--animation-duration-*,[duration],"initial",[*]);}@utility delay-*{animation-delay: calc(--value(number)*1ms); animation-delay: --value(--animation-delay-*,[duration],"initial",[*]); --tw-animation-delay: calc(--value(number)*1ms); --tw-animation-delay: --value(--animation-delay-*,[duration],"initial",[*]);}@utility repeat-*{animation-iteration-count: --value(--animation-repeat-*,number,"initial",[*]); --tw-animation-iteration-count: --value(--animation-repeat-*,number,"initial",[*]);}@utility direction-*{animation-direction: --value(--animation-direction-*,"initial",[*]); --tw-animation-direction: --value(--animation-direction-*,"initial",[*]);}@utility fill-mode-*{animation-fill-mode: --value(--animation-fill-mode-*,"initial",[*]); --tw-animation-fill-mode: --value(--animation-fill-mode-*,"initial",[*]);}@utility running{animation-play-state: running;}@utility paused{animation-play-state: paused;}@utility play-state-*{animation-play-state: --value("initial",[*]);}@utility blur-in{--tw-enter-blur: 20px;}@utility blur-in-*{--tw-enter-blur: calc(--value(number)*1px); --tw-enter-blur: --value(--blur-*,[*]);}@utility blur-out{--tw-exit-blur: 20px;}@utility blur-out-*{--tw-exit-blur: calc(--value(number)*1px); --tw-exit-blur: --value(--blur-*,[*]);}@utility fade-in{--tw-enter-opacity: 0;}@utility fade-in-*{--tw-enter-opacity: calc(--value(number)/100); --tw-enter-opacity: --value(--percentage-*,[*]);}@utility fade-out{--tw-exit-opacity: 0;}@utility fade-out-*{--tw-exit-opacity: calc(--value(number)/100); --tw-exit-opacity: --value(--percentage-*,[*]);}@utility zoom-in{--tw-enter-scale: 0;}@utility zoom-in-*{--tw-enter-scale: calc(--value(number)*1%); --tw-enter-scale: calc(--value(ratio)); --tw-enter-scale: --value(--percentage-*,[*]);}@utility -zoom-in-*{--tw-enter-scale: calc(--value(number)*-1%); --tw-enter-scale: calc(--value(ratio)*-1); --tw-enter-scale: --value(--percentage-*,[*]);}@utility zoom-out{--tw-exit-scale: 0;}@utility zoom-out-*{--tw-exit-scale: calc(--value(number)*1%); --tw-exit-scale: calc(--value(ratio)); --tw-exit-scale: --value(--percentage-*,[*]);}@utility -zoom-out-*{--tw-exit-scale: calc(--value(number)*-1%); --tw-exit-scale: calc(--value(ratio)*-1); --tw-exit-scale: --value(--percentage-*,[*]);}@utility spin-in{--tw-enter-rotate: 30deg;}@utility spin-in-*{--tw-enter-rotate: calc(--value(number)*1deg); --tw-enter-rotate: calc(--value(ratio)*360deg); --tw-enter-rotate: --value(--rotate-*,[*]);}@utility -spin-in{--tw-enter-rotate: -30deg;}@utility -spin-in-*{--tw-enter-rotate: calc(--value(number)*-1deg); --tw-enter-rotate: calc(--value(ratio)*-360deg); --tw-enter-rotate: --value(--rotate-*,[*]);}@utility spin-out{--tw-exit-rotate: 30deg;}@utility spin-out-*{--tw-exit-rotate: calc(--value(number)*1deg); --tw-exit-rotate: calc(--value(ratio)*360deg); --tw-exit-rotate: --value(--rotate-*,[*]);}@utility -spin-out{--tw-exit-rotate: -30deg;}@utility -spin-out-*{--tw-exit-rotate: calc(--value(number)*-1deg); --tw-exit-rotate: calc(--value(ratio)*-360deg); --tw-exit-rotate: --value(--rotate-*,[*]);}@utility slide-in-from-top{--tw-enter-translate-y: -100%;}@utility slide-in-from-top-*{--tw-enter-translate-y: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-enter-translate-y: calc(--value(ratio)*-100%); --tw-enter-translate-y: calc(--value(--translate-*,[percentage],[length])*-1);}@utility slide-in-from-bottom{--tw-enter-translate-y: 100%;}@utility slide-in-from-bottom-*{--tw-enter-translate-y: calc(--value(integer)*var(--spacing)); --tw-enter-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-enter-translate-y: calc(--value(ratio)*100%); --tw-enter-translate-y: --value(--translate-*,[percentage],[length]);}@utility slide-in-from-left{--tw-enter-translate-x: -100%;}@utility slide-in-from-left-*{--tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-enter-translate-x: calc(--value(ratio)*-100%); --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1);}@utility slide-in-from-right{--tw-enter-translate-x: 100%;}@utility slide-in-from-right-*{--tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-enter-translate-x: calc(--value(ratio)*100%); --tw-enter-translate-x: --value(--translate-*,[percentage],[length]);}@utility slide-in-from-start{&:dir(ltr){ --tw-enter-translate-x: -100%; }&:dir(rtl){ --tw-enter-translate-x: 100%; }}@utility slide-in-from-start-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-enter-translate-x: calc(--value(ratio)*-100%); --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1); }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-enter-translate-x: calc(--value(ratio)*100%); --tw-enter-translate-x: --value(--translate-*,[percentage],[length]); }}@utility slide-in-from-end{&:dir(ltr){ --tw-enter-translate-x: 100%; }&:dir(rtl){ --tw-enter-translate-x: -100%; }}@utility slide-in-from-end-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-enter-translate-x: calc(--value(ratio)*100%); --tw-enter-translate-x: --value(--translate-*,[percentage],[length]); }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-enter-translate-x: calc(--value(ratio)*-100%); --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1); }}@utility slide-out-to-top{--tw-exit-translate-y: -100%;}@utility slide-out-to-top-*{--tw-exit-translate-y: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-exit-translate-y: calc(--value(ratio)*-100%); --tw-exit-translate-y: calc(--value(--translate-*,[percentage],[length])*-1);}@utility slide-out-to-bottom{--tw-exit-translate-y: 100%;}@utility slide-out-to-bottom-*{--tw-exit-translate-y: calc(--value(integer)*var(--spacing)); --tw-exit-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-exit-translate-y: calc(--value(ratio)*100%); --tw-exit-translate-y: --value(--translate-*,[percentage],[length]);}@utility slide-out-to-left{--tw-exit-translate-x: -100%;}@utility slide-out-to-left-*{--tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-exit-translate-x: calc(--value(ratio)*-100%); --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1);}@utility slide-out-to-right{--tw-exit-translate-x: 100%;}@utility slide-out-to-right-*{--tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-exit-translate-x: calc(--value(ratio)*100%); --tw-exit-translate-x: --value(--translate-*,[percentage],[length]);}@utility slide-out-to-start{&:dir(ltr){ --tw-exit-translate-x: -100%; }&:dir(rtl){ --tw-exit-translate-x: 100%; }}@utility slide-out-to-start-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-exit-translate-x: calc(--value(ratio)*-100%); --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1); }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-exit-translate-x: calc(--value(ratio)*100%); --tw-exit-translate-x: --value(--translate-*,[percentage],[length]); }}@utility slide-out-to-end{&:dir(ltr){ --tw-exit-translate-x: 100%; }&:dir(rtl){ --tw-exit-translate-x: -100%; }}@utility slide-out-to-end-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-exit-translate-x: calc(--value(ratio)*100%); --tw-exit-translate-x: --value(--translate-*,[percentage],[length]); }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-exit-translate-x: calc(--value(ratio)*-100%); --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1); }}
.Footer-module__S6Hkya__footer{z-index:50;color:#fff;background:linear-gradient(90deg,#9333ea08 0%,#000 30%);position:relative;overflow:hidden}.Footer-module__S6Hkya__footer:before{content:"";filter:blur(60px);pointer-events:none;z-index:0;background:radial-gradient(circle,#a855f708 0%,#0000 65%);width:600px;height:600px;position:absolute;top:-100px;left:-10%}.Footer-module__S6Hkya__footer:after{content:"";filter:blur(60px);pointer-events:none;z-index:0;background:radial-gradient(circle,#6366f10d 0%,#0000 65%);width:500px;height:400px;position:absolute;bottom:0;right:-5%}.Footer-module__S6Hkya__container{z-index:2;max-width:1400px;margin:0 auto;padding:0 clamp(1rem,3vw,2.5rem);position:relative}.Footer-module__S6Hkya__ctaBanner{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff05;border:1px solid #ffffff0f;border-radius:24px;justify-content:space-between;align-items:center;gap:2rem;margin-top:2rem;padding:clamp(1.5rem,3vw,2rem) clamp(1.25rem,4vw,2.5rem);display:flex;position:relative;overflow:hidden}.Footer-module__S6Hkya__ctaBanner:before{content:"";pointer-events:none;background:linear-gradient(135deg,#a855f708 0%,#6366f105 50%,#0000 100%);position:absolute;inset:0}.Footer-module__S6Hkya__ctaBannerText{flex-direction:column;gap:.5rem;display:flex}.Footer-module__S6Hkya__ctaBannerTitle{color:#fff;letter-spacing:-.02em;font-size:1.5rem;font-weight:700;line-height:1.2}.Footer-module__S6Hkya__ctaBannerSub{color:#fff6;font-size:.9rem;font-weight:300}.Footer-module__S6Hkya__ctaBannerActions{flex-shrink:0;align-items:center;gap:1rem;display:flex}.Footer-module__S6Hkya__ctaBtn{white-space:nowrap;border-radius:9999px;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.Footer-module__S6Hkya__ctaBtnPrimary{color:#000;background:#fff;border:1px solid #0000}.Footer-module__S6Hkya__ctaBtnPrimary:hover{color:#fff;background:0 0;border-color:#fff6;transform:translateY(-2px);box-shadow:0 8px 24px #ffffff1a}.Footer-module__S6Hkya__ctaBtnSecondary{color:#fff9;background:0 0;border:1px solid #ffffff1a}.Footer-module__S6Hkya__ctaBtnSecondary:hover{color:#fff;border-color:#ffffff4d;transform:translateY(-2px)}@media (max-width:900px){.Footer-module__S6Hkya__ctaBanner{flex-direction:column;align-items:flex-start}.Footer-module__S6Hkya__ctaBannerActions{flex-direction:column;align-items:stretch;width:100%}.Footer-module__S6Hkya__ctaBtn{justify-content:center}}.Footer-module__S6Hkya__gridContainer{grid-template-columns:minmax(230px,.9fr) minmax(430px,1.45fr) minmax(290px,.95fr);align-items:start;gap:clamp(2rem,4vw,3.5rem);padding:3rem 0 1.5rem;display:grid}@media (max-width:1100px){.Footer-module__S6Hkya__gridContainer{grid-template-columns:minmax(220px,.8fr) minmax(0,1.35fr);gap:2.25rem}.Footer-module__S6Hkya__newsletterSection{grid-column:span 2;max-width:none;margin:0}}@media (max-width:768px){.Footer-module__S6Hkya__gridContainer{grid-template-columns:1fr;gap:2.5rem;padding:2rem 0 1rem}.Footer-module__S6Hkya__newsletterSection{grid-column:span 1;max-width:100%}}.Footer-module__S6Hkya__brandBox{flex-direction:column;align-items:flex-start;gap:.75rem;min-width:0;display:flex}.Footer-module__S6Hkya__logoLink{margin-top:.15rem;display:inline-block}.Footer-module__S6Hkya__logo{opacity:.9;-o-object-fit:contain;object-fit:contain;-o-object-position:left center;object-position:left center;width:230px;height:auto;transition:opacity .3s,transform .3s}@media (max-width:768px){.Footer-module__S6Hkya__logo{width:180px}}.Footer-module__S6Hkya__logoLink:hover .Footer-module__S6Hkya__logo{opacity:1;transform:scale(1.02)}.Footer-module__S6Hkya__tagline{color:#fff6;max-width:320px;margin:0;font-size:.875rem;font-weight:300;line-height:1.75}.Footer-module__S6Hkya__socialWrapper{flex-wrap:wrap;gap:.5rem;margin-top:.25rem;display:flex}.Footer-module__S6Hkya__socialIcon{color:#ffffff73;background:#ffffff0a;border:1px solid #ffffff12;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex}.Footer-module__S6Hkya__socialIcon:hover{color:#000;background:#fff;border-color:#fff;transform:translateY(-4px)scale(1.05);box-shadow:0 8px 20px #ffffff1f}.Footer-module__S6Hkya__linksWrapper{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.25rem,3vw,2rem);min-width:0;display:grid}@media (max-width:900px){.Footer-module__S6Hkya__linksWrapper{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}}@media (max-width:640px){.Footer-module__S6Hkya__linksWrapper{grid-template-columns:1fr;gap:1.75rem}}.Footer-module__S6Hkya__linkGroup{flex-direction:column;min-width:0;display:flex}.Footer-module__S6Hkya__groupTitle{letter-spacing:.14em;color:#ffffff80;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.65rem;font-weight:700;line-height:1.35;display:flex}.Footer-module__S6Hkya__groupTitle:after{content:"";background:#ffffff14;flex:1;max-width:20px;height:1px}.Footer-module__S6Hkya__navLinks{flex-direction:column;gap:.6rem;display:flex}.Footer-module__S6Hkya__navItem{color:#ffffff73;align-items:center;gap:.4rem;width:max-content;max-width:100%;padding-left:0;font-size:.85rem;line-height:1.35;text-decoration:none;transition:all .2s;display:flex;position:relative}.Footer-module__S6Hkya__navItem:before{content:"";background:#a855f7cc;flex-shrink:0;width:0;height:1px;transition:width .2s}.Footer-module__S6Hkya__navItem:hover{color:#ffffffe6;padding-left:4px}.Footer-module__S6Hkya__navItem:hover:before{width:10px}.Footer-module__S6Hkya__newsletterSection{flex-direction:column;gap:0;min-width:0;display:flex}.Footer-module__S6Hkya__newsletterCard{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;width:100%;height:100%;padding:1.5rem;transition:all .3s;position:relative;overflow:hidden}.Footer-module__S6Hkya__newsletterCard:hover{background:#ffffff0a;border-color:#ffffff1f}.Footer-module__S6Hkya__newsletterCard:before{content:"";background:linear-gradient(90deg,#0000,#a855f71a,#0000);height:1px;position:absolute;top:0;left:0;right:0}.Footer-module__S6Hkya__newsletterCard:focus-within{border-color:#ffffff1f}.Footer-module__S6Hkya__newsletterLabel{letter-spacing:.25em;color:#ffffff73;margin-bottom:.5rem;font-size:.65rem;font-weight:700}.Footer-module__S6Hkya__newsletterTitle{color:#fffffff2;margin-bottom:.5rem;font-size:1.1rem;font-weight:600;line-height:1.3}.Footer-module__S6Hkya__newsletterText{color:#ffffff59;margin-bottom:1rem;font-size:.8125rem;line-height:1.6}.Footer-module__S6Hkya__newsletterForm{flex-direction:column;gap:.6rem;display:flex}.Footer-module__S6Hkya__inputContainer{background:#ffffff0a;border:1px solid #ffffff17;border-radius:12px;align-items:center;padding:.3rem .4rem .3rem 1rem;transition:all .25s;display:flex}.Footer-module__S6Hkya__inputContainer:focus-within{background:#ffffff0f;border-color:#ffffff2e;box-shadow:0 0 0 4px #a855f70f}.Footer-module__S6Hkya__newsletterInput{color:#fff;background:0 0;border:none;outline:none;flex:1;min-width:0;padding:.55rem 0;font-size:.875rem;font-weight:300}.Footer-module__S6Hkya__newsletterInput::placeholder{color:#ffffff38}.Footer-module__S6Hkya__newsletterBtn{color:#000;cursor:pointer;background:#ffffffe6;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:all .25s;display:flex}.Footer-module__S6Hkya__newsletterBtn:hover:not(:disabled){background:#fff;transform:scale(1.05);box-shadow:0 4px 12px #ffffff26}.Footer-module__S6Hkya__newsletterBtn:disabled{opacity:.5;cursor:not-allowed}.Footer-module__S6Hkya__errorMsg{color:#f87171;margin-top:.25rem;font-size:.75rem}.Footer-module__S6Hkya__subscriberCount{color:#ffffff40;text-align:center;letter-spacing:.03em;margin-top:.75rem;font-size:.75rem}.Footer-module__S6Hkya__divider{background:linear-gradient(90deg,#0000,#ffffff14 20% 80%,#0000);height:1px;margin:.5rem 0}.Footer-module__S6Hkya__bottomBar{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:1.5rem;padding:1.25rem 0 2rem;display:grid}@media (max-width:900px){.Footer-module__S6Hkya__bottomBar{text-align:center;padding:1.5rem 0 calc(7rem + env(safe-area-inset-bottom));flex-direction:column;gap:1.5rem;display:flex}}.Footer-module__S6Hkya__legalLinks{flex-wrap:wrap;align-items:center;gap:.5rem .75rem;min-width:0;display:flex}@media (max-width:900px){.Footer-module__S6Hkya__legalLinks{order:2;justify-content:center}}.Footer-module__S6Hkya__legalLinks a{color:#ffffff8c;letter-spacing:.08em;white-space:nowrap;font-size:.8rem;text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__legalLinks a:hover{color:#ffffffbf}.Footer-module__S6Hkya__linkSeparator{color:#ffffff1a;align-items:center;font-size:.4rem;display:flex}.Footer-module__S6Hkya__copyright{color:#fff6;letter-spacing:.05em;text-align:center;min-width:0;font-size:.75rem}@media (max-width:900px){.Footer-module__S6Hkya__copyright{order:3}}.Footer-module__S6Hkya__backToTop{color:#fff6;letter-spacing:.12em;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:9999px;justify-self:end;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.7rem;font-weight:600;transition:all .25s;display:flex}@media (max-width:900px){.Footer-module__S6Hkya__backToTop{order:1}}.Footer-module__S6Hkya__backToTop:hover{color:#ffffffd9;background:#ffffff1a;border-color:#ffffff26;transform:translateY(-2px)}
