@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@300;400;500;600;700;800;900&display=swap";
:root{--primary:#0c3b6b;--primary-rgb:12, 59, 107;--secondary:#1e9bc7;--secondary-rgb:30, 155, 199;--accent:#d62222;--accent-rgb:214, 34, 34;--bg-page:#f7f8fa;--bg-card:#fff;--text-main:#1a202c;--text-muted:#4a5568;--text-white:#fff;--border:#e2e8f0;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-display:"Outfit", -apple-system, BlinkMacSystemFont, sans-serif;--shadow-sm:0 2px 4px #00000005;--shadow-md:0 4px 12px #0c3b6b0d;--shadow-lg:0 12px 24px -4px #0c3b6b14, 0 4px 12px -2px #0c3b6b08;--shadow-xl:0 20px 40px -6px #0c3b6b1f;--transition-fast:.2s cubic-bezier(.16, 1, .3, 1);--transition-normal:.3s cubic-bezier(.16, 1, .3, 1);--transition-slow:.5s cubic-bezier(.16, 1, .3, 1);--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-full:9999px}*{box-sizing:border-box;border:0;margin:0;padding:0}html{scroll-behavior:smooth;height:100%}body{min-height:100%;color:var(--text-main);background-color:var(--bg-page);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;line-height:1.6;display:flex}main{flex-grow:1;animation:.45s cubic-bezier(.16,1,.3,1) forwards fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--primary);font-weight:700;line-height:1.25}p{color:var(--text-muted)}a{color:inherit;transition:all var(--transition-fast);text-decoration:none}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--secondary);outline-offset:2px}.container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.section{padding-top:5rem;padding-bottom:5rem}@media (max-width:768px){.section{padding-top:3.5rem;padding-bottom:3.5rem}}.flex-center{justify-content:center;align-items:center;display:flex}.grid-cols-2{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.grid-cols-3{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.grid-cols-4{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}@media (max-width:1024px){.grid-cols-4,.grid-cols-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.grid-cols-4,.grid-cols-3,.grid-cols-2{grid-template-columns:1fr}}.btn{font-family:var(--font-display);border-radius:var(--radius-md);transition:all var(--transition-normal);cursor:pointer;box-shadow:var(--shadow-sm);white-space:nowrap;justify-content:center;align-items:center;padding:.85rem 1.8rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn:active{transform:scale(.98)}.btn-primary{background-color:var(--secondary);color:var(--text-white)}.btn-primary:hover{box-shadow:var(--shadow-md);background-color:#178ab3;transform:translateY(-1px)}.btn-accent{background-color:var(--accent);color:var(--text-white)}.btn-accent:hover{background-color:#b51a1a;transform:translateY(-2px);box-shadow:0 4px 14px #d6222266}.btn-outline{border:2px solid var(--primary);color:var(--primary);background-color:#0000}.btn-outline:hover{background-color:var(--primary);color:var(--text-white);box-shadow:var(--shadow-md)}.btn-text{color:var(--secondary);box-shadow:none;background-color:#0000;padding:0}.btn-text:hover{color:var(--primary)}.glass{-webkit-backdrop-filter:blur(16px);background:#ffffffb3;border:1px solid #fff6}.glass-dark{-webkit-backdrop-filter:blur(16px);background:#0c3b6bd9;border:1px solid #ffffff1a}.card{background:var(--bg-card);border-radius:var(--radius-md);border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:all var(--transition-normal);padding:2rem}.card:hover{box-shadow:var(--shadow-lg);border-color:#1e9bc74d;transform:translateY(-4px)}.highlight-secondary{color:var(--secondary)}.highlight-accent{color:var(--accent)}.scrollTopBtn{background-color:var(--secondary);color:#fff;border-radius:var(--radius-full);cursor:pointer;z-index:999;width:44px;height:44px;transition:all var(--transition-normal);border:1px solid #fff3;justify-content:center;align-items:center;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%)translateY(0);box-shadow:0 4px 12px #1e9bc759}.scrollTopBtn:hover{background-color:var(--primary);transform:translate(-50%)translateY(-4px);box-shadow:0 6px 16px #0c3b6b66}@media (max-width:768px){.scrollTopBtn{display:none!important}}
.Header-module__hBw1pG__header{z-index:1000;width:100%;position:sticky;top:0;left:0}.Header-module__hBw1pG__navBar{-webkit-backdrop-filter:blur(20px)saturate(180%);box-shadow:inset 0 2px 0 0 var(--secondary), 0 1px 0 0 #0c3b6b0f, 0 4px 24px -4px #0c3b6b0f;background:#ffffffe0;border-bottom:1px solid #0c3b6b14;padding:0;transition:box-shadow .3s,background .3s,padding .3s}.Header-module__hBw1pG__scrolled .Header-module__hBw1pG__navBar{box-shadow:inset 0 2px 0 0 var(--secondary), 0 1px 0 #0c3b6b1a, 0 8px 32px -6px #0c3b6b1f;background:#fffffff5}.Header-module__hBw1pG__navBarInner{justify-content:space-between;align-items:center;gap:1.5rem;height:68px;display:flex}.Header-module__hBw1pG__scrolled .Header-module__hBw1pG__navBarInner{height:60px}.Header-module__hBw1pG__logoContainer{flex-shrink:0;align-items:center;display:flex}.Header-module__hBw1pG__logoImage{object-fit:contain;width:auto;height:80px;margin-top:-8px;margin-bottom:-14px;transition:transform .3s cubic-bezier(.16,1,.3,1);display:block}.Header-module__hBw1pG__logoContainer:hover .Header-module__hBw1pG__logoImage{transform:scale(1.03)}.Header-module__hBw1pG__desktopNav{flex:1;justify-content:center;align-items:center;gap:.25rem;display:flex}@media (max-width:1180px){.Header-module__hBw1pG__desktopNav{gap:0}}.Header-module__hBw1pG__navItem{position:relative}.Header-module__hBw1pG__navLink,.Header-module__hBw1pG__dropdownBtn{font-family:var(--font-display);letter-spacing:.01em;color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border-radius:8px;align-items:center;gap:.3rem;padding:.45rem .85rem;font-size:.88rem;font-weight:500;transition:color .2s,background .2s;display:flex;position:relative}.Header-module__hBw1pG__navLink:hover,.Header-module__hBw1pG__dropdownBtn:hover{color:var(--primary);background:#0c3b6b0b}.Header-module__hBw1pG__navLink.Header-module__hBw1pG__active,.Header-module__hBw1pG__dropdownBtn.Header-module__hBw1pG__active{color:var(--primary);font-weight:600}.Header-module__hBw1pG__activeDot{background:var(--secondary);border-radius:50%;width:4px;height:4px;animation:.3s cubic-bezier(.16,1,.3,1) forwards Header-module__hBw1pG__dotPop;position:absolute;bottom:-2px;left:50%;transform:translate(-50%)}@keyframes Header-module__hBw1pG__dotPop{0%{opacity:0;transform:translate(-50%)scale(0)}to{opacity:1;transform:translate(-50%)scale(1)}}.Header-module__hBw1pG__chevron{color:currentColor;opacity:.7;flex-shrink:0;transition:transform .25s cubic-bezier(.16,1,.3,1)}.Header-module__hBw1pG__chevronOpen{transform:rotate(180deg)}.Header-module__hBw1pG__hasDropdown{position:relative}.Header-module__hBw1pG__dropdownMenu{opacity:0;visibility:hidden;pointer-events:none;z-index:1010;background:#fff;border:1px solid #0c3b6b17;border-radius:14px;min-width:380px;padding:1rem;transition:opacity .22s,visibility .22s,transform .25s cubic-bezier(.16,1,.3,1);position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%)translateY(-6px);box-shadow:0 4px 6px -1px #0c3b6b0a,0 16px 40px -6px #0c3b6b24,0 0 0 1px #1e9bc70f}.Header-module__hBw1pG__dropdownNarrow{min-width:260px}.Header-module__hBw1pG__dropdownMenu.Header-module__hBw1pG__show{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.Header-module__hBw1pG__dropdownHeader{font-family:var(--font-sans);letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);align-items:center;gap:.4rem;padding:0 .5rem .5rem;font-size:.7rem;font-weight:700;display:flex}.Header-module__hBw1pG__dropdownHeaderIcon{color:var(--secondary)}.Header-module__hBw1pG__dropdownDivider{background:linear-gradient(90deg,#1e9bc726,#0000);height:1px;margin-bottom:.75rem}.Header-module__hBw1pG__dropdownGrid{grid-template-columns:repeat(2,1fr);gap:2px;display:grid}.Header-module__hBw1pG__dropdownList{flex-direction:column;gap:2px;display:flex}.Header-module__hBw1pG__dropdownLink{color:var(--text-muted);border-radius:8px;align-items:center;gap:.55rem;padding:.52rem .65rem;font-size:.875rem;font-weight:500;transition:background .15s,color .15s,transform .15s;display:flex}.Header-module__hBw1pG__dropdownLink:hover{color:var(--primary);background:#0c3b6b0d;transform:translate(2px)}.Header-module__hBw1pG__dropdownLinkActive{color:var(--secondary);background:#1e9bc714;font-weight:600}.Header-module__hBw1pG__dropdownEmoji{filter:drop-shadow(0 1px 2px #0000001a);flex-shrink:0;font-size:1rem;line-height:1}.Header-module__hBw1pG__dropdownLinkWide{justify-content:space-between;padding:.65rem .75rem}.Header-module__hBw1pG__dropdownLinkContent{flex-direction:column;gap:.1rem;display:flex}.Header-module__hBw1pG__dropdownLinkName{color:var(--text-main);font-size:.875rem;font-weight:600;transition:color .15s}.Header-module__hBw1pG__dropdownLinkDesc{color:var(--text-muted);font-size:.73rem;font-weight:400}.Header-module__hBw1pG__dropdownLink:hover .Header-module__hBw1pG__dropdownLinkName{color:var(--primary)}.Header-module__hBw1pG__dropdownArrow{color:var(--text-muted);opacity:0;flex-shrink:0;transition:opacity .15s,transform .15s}.Header-module__hBw1pG__dropdownLink:hover .Header-module__hBw1pG__dropdownArrow{opacity:1;transform:translate(2px)}.Header-module__hBw1pG__ctaWrapper{flex-shrink:0}.Header-module__hBw1pG__ctaButton{background:var(--accent);color:#fff;font-family:var(--font-display);letter-spacing:.01em;border-radius:var(--radius-full);align-items:center;gap:.45rem;padding:.6rem 1.3rem;font-size:.875rem;font-weight:700;transition:box-shadow .25s,transform .2s,background .2s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #d6222240}.Header-module__hBw1pG__ctaButton:before{content:"";background:linear-gradient(105deg,#0000 30%,#ffffff38 50%,#0000 70%);transition:transform .55s;position:absolute;inset:0;transform:translate(-100%)}.Header-module__hBw1pG__ctaButton:hover:before{transform:translate(100%)}.Header-module__hBw1pG__ctaButton:hover{background:#be1d1d;transform:translateY(-1px);box-shadow:0 4px 18px #d6222261}.Header-module__hBw1pG__ctaButton:active{transform:translateY(0);box-shadow:0 2px 8px #d6222240}.Header-module__hBw1pG__ctaArrow{transition:transform .2s}.Header-module__hBw1pG__ctaButton:hover .Header-module__hBw1pG__ctaArrow{transform:translate(3px)}.Header-module__hBw1pG__hamburger{cursor:pointer;background:0 0;border:1.5px solid #0c3b6b24;border-radius:10px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;padding:0;transition:border-color .2s,background .2s;display:none}.Header-module__hBw1pG__hamburger:hover{background:#0c3b6b0d;border-color:#0c3b6b38}.Header-module__hBw1pG__hamburgerLine{background:var(--primary);transform-origin:50%;border-radius:2px;width:18px;height:1.5px;transition:transform .28s cubic-bezier(.16,1,.3,1),opacity .2s,width .2s;display:block}.Header-module__hBw1pG__hamburgerOpen .Header-module__hBw1pG__hamburgerLine:first-child{transform:translateY(6.5px)rotate(45deg)}.Header-module__hBw1pG__hamburgerOpen .Header-module__hBw1pG__hamburgerLine:nth-child(2){opacity:0;width:0}.Header-module__hBw1pG__hamburgerOpen .Header-module__hBw1pG__hamburgerLine:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}@media (max-width:991px){.Header-module__hBw1pG__hamburger{display:flex}.Header-module__hBw1pG__desktopNav,.Header-module__hBw1pG__ctaWrapper{display:none}}.Header-module__hBw1pG__mobileOverlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:998;opacity:0;background:#0c3b6b59;transition:opacity .3s;display:none;position:fixed;inset:0}.Header-module__hBw1pG__overlayVisible{opacity:1}@media (max-width:991px){.Header-module__hBw1pG__mobileOverlay{pointer-events:none;display:block}.Header-module__hBw1pG__overlayVisible{pointer-events:auto}}.Header-module__hBw1pG__mobileDrawer{z-index:999;background:#fff;width:min(340px,90vw);height:100dvh;transition:transform .35s cubic-bezier(.16,1,.3,1);position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-8px 0 40px #0c3b6b26}.Header-module__hBw1pG__drawerOpen{transform:translate(0)}.Header-module__hBw1pG__drawerInner{flex-direction:column;min-height:100%;padding:0 0 2rem;display:flex}.Header-module__hBw1pG__drawerHeader{z-index:2;background:#f7f8fab3;border-bottom:1px solid #0c3b6b12;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex;position:sticky;top:0}.Header-module__hBw1pG__drawerLogo{align-items:center;display:flex}.Header-module__hBw1pG__drawerLogoImg{object-fit:contain;width:auto;height:56px;margin:-6px 0 -10px}.Header-module__hBw1pG__drawerClose{width:36px;height:36px;color:var(--primary);cursor:pointer;background:#0c3b6b0f;border:none;border-radius:8px;justify-content:center;align-items:center;transition:background .2s;display:flex}.Header-module__hBw1pG__drawerClose:hover{background:#0c3b6b1f}.Header-module__hBw1pG__mobileNavLinks{flex-direction:column;flex:1;padding:1rem 0;display:flex}.Header-module__hBw1pG__mobileNavLink{font-family:var(--font-display);color:var(--text-muted);border-left:3px solid #0000;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;transition:color .15s,background .15s;display:block}.Header-module__hBw1pG__mobileNavLink:hover{color:var(--primary);background:#0c3b6b0a}.Header-module__hBw1pG__mobileNavLinkActive{color:var(--primary);border-left-color:var(--secondary);background:#1e9bc70d;font-weight:700}.Header-module__hBw1pG__mobileAccordion{flex-direction:column;display:flex}.Header-module__hBw1pG__mobileAccordionHeader{width:100%;font-family:var(--font-display);color:var(--text-muted);cursor:pointer;text-align:left;background:0 0;border-left:3px solid #0000;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;transition:color .15s,background .15s,border-color .15s;display:flex}.Header-module__hBw1pG__mobileAccordionHeader:hover{color:var(--primary);background:#0c3b6b0a}.Header-module__hBw1pG__mobileAccordionHeader.Header-module__hBw1pG__mobileNavLinkActive{color:var(--primary);border-left-color:var(--secondary);background:#1e9bc70d;font-weight:700}.Header-module__hBw1pG__accordionContent{max-height:0;transition:max-height .35s cubic-bezier(.16,1,.3,1);overflow:hidden}.Header-module__hBw1pG__accordionExpanded{max-height:600px}.Header-module__hBw1pG__mobileSubGrid{background:#f7f8facc;border-top:1px solid #0c3b6b0f;grid-template-columns:repeat(2,1fr);gap:4px;padding:.5rem 1.25rem .75rem;display:grid}.Header-module__hBw1pG__mobileSubLink{color:var(--text-muted);border-radius:8px;align-items:center;gap:.4rem;padding:.5rem .6rem;font-size:.82rem;font-weight:500;transition:background .15s,color .15s;display:flex}.Header-module__hBw1pG__mobileSubLink:hover{color:var(--primary);background:#1e9bc714}.Header-module__hBw1pG__mobileSubEmoji{font-size:1.05rem;line-height:1}.Header-module__hBw1pG__mobileSubList{background:#f7f8facc;border-top:1px solid #0c3b6b0f;flex-direction:column;gap:2px;padding:.5rem 1.25rem .75rem;display:flex}.Header-module__hBw1pG__mobileSubList .Header-module__hBw1pG__mobileSubLink{flex-direction:column;align-items:flex-start;gap:.1rem;padding:.55rem .75rem}.Header-module__hBw1pG__mobileSubName{color:var(--text-main);font-size:.875rem;font-weight:600}.Header-module__hBw1pG__mobileSubDesc{color:var(--text-muted);font-size:.72rem;font-weight:400}.Header-module__hBw1pG__mobileDrawerFooter{border-top:1px solid #0c3b6b12;flex-direction:column;gap:.75rem;padding:1.25rem 1.25rem 0;display:flex}.Header-module__hBw1pG__mobileContactBtn{background:var(--primary);color:#fff;border-radius:var(--radius-md);font-family:var(--font-display);justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1rem;font-size:.9rem;font-weight:600;transition:background .2s;display:flex}.Header-module__hBw1pG__mobileContactBtn:hover{background:#0a3260}.Header-module__hBw1pG__mobileApplyBtn{background:var(--accent);color:#fff;border-radius:var(--radius-md);font-family:var(--font-display);justify-content:center;align-items:center;gap:.45rem;padding:.85rem 1rem;font-size:.9rem;font-weight:700;transition:background .2s,box-shadow .2s;display:flex;box-shadow:0 2px 8px #d6222233}.Header-module__hBw1pG__mobileApplyBtn:hover{background:#be1d1d;box-shadow:0 4px 14px #d622224d}@media (max-width:640px){.Header-module__hBw1pG__announcementBar{display:none}}
.Footer-module__S6Hkya__footer{background-color:var(--primary);color:#ffffffb3;border-top:4px solid var(--secondary);padding-top:5rem;padding-bottom:2rem;font-size:.95rem}.Footer-module__S6Hkya__footerGrid{grid-template-columns:1.5fr 1fr 1fr 1.25fr;gap:3rem;margin-bottom:4rem;display:grid}@media (max-width:1024px){.Footer-module__S6Hkya__footerGrid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media (max-width:640px){.Footer-module__S6Hkya__footerGrid{grid-template-columns:1fr;gap:2rem}}.Footer-module__S6Hkya__footerBrandColumn{flex-direction:column;gap:1.25rem;display:flex}.Footer-module__S6Hkya__logoContainer{align-items:center;height:48px;display:flex}.Footer-module__S6Hkya__logoImage{object-fit:contain;filter:brightness(0)invert();opacity:.95;width:auto;height:85px;margin-top:-12px;margin-bottom:-18px;display:block}.Footer-module__S6Hkya__brandDesc{color:#ffffffb3;line-height:1.6}.Footer-module__S6Hkya__whatsappBox{margin-top:.5rem}.Footer-module__S6Hkya__whatsappLink{border-radius:var(--radius-md);color:#fff;transition:all var(--transition-fast);background:#ffffff0d;border:1px solid #ffffff1a;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.Footer-module__S6Hkya__whatsappLink:hover{border-color:var(--secondary);background:#1e9bc71a;transform:translateY(-2px)}.Footer-module__S6Hkya__whatsappIcon{color:var(--secondary);width:24px;height:24px}.Footer-module__S6Hkya__whatsappLabel{text-transform:uppercase;letter-spacing:.05em;opacity:.6;font-size:.75rem;display:block}.Footer-module__S6Hkya__whatsappNumber{font-family:var(--font-display);font-size:.9rem;font-weight:600;display:block}.Footer-module__S6Hkya__columnTitle{color:#fff;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.15rem;font-weight:600;position:relative}.Footer-module__S6Hkya__columnTitle:after{content:"";background-color:var(--secondary);width:30px;height:2px;position:absolute;bottom:0;left:0}.Footer-module__S6Hkya__linksList{flex-direction:column;gap:.75rem;list-style:none;display:flex}.Footer-module__S6Hkya__footerLink{color:#ffffffb3;transition:all var(--transition-fast)}.Footer-module__S6Hkya__footerLink:hover{color:var(--secondary);padding-left:.25rem}.Footer-module__S6Hkya__footerStaticLink{color:#ffffff80;font-size:.9rem}.Footer-module__S6Hkya__contactList{flex-direction:column;gap:1rem;list-style:none;display:flex}.Footer-module__S6Hkya__contactItem{align-items:flex-start;gap:.75rem;display:flex}.Footer-module__S6Hkya__contactIcon{color:var(--secondary);flex-shrink:0;margin-top:.2rem}.Footer-module__S6Hkya__contactText{color:#ffffffb3;line-height:1.4}.Footer-module__S6Hkya__contactLink{color:#ffffffb3;transition:color var(--transition-fast)}.Footer-module__S6Hkya__contactLink:hover{color:var(--secondary)}.Footer-module__S6Hkya__newsletterSection{margin-top:2rem}.Footer-module__S6Hkya__newsletterTitle{font-family:var(--font-display);color:#fff;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.9rem;font-weight:600}.Footer-module__S6Hkya__newsletterForm{border-radius:var(--radius-md);transition:all var(--transition-fast);background:#ffffff0f;border:1px solid #ffffff1a;padding:.25rem;display:flex}.Footer-module__S6Hkya__newsletterForm:focus-within{border-color:var(--secondary);background:#ffffff1a}.Footer-module__S6Hkya__newsletterInput{color:#fff;background:0 0;flex-grow:1;padding:.6rem .8rem;font-size:.85rem}.Footer-module__S6Hkya__newsletterInput::placeholder{color:#fff6}.Footer-module__S6Hkya__newsletterSubmit{background-color:var(--secondary);color:#fff;border-radius:var(--radius-sm);cursor:pointer;width:36px;height:36px;transition:background-color var(--transition-fast);justify-content:center;align-items:center;display:flex}.Footer-module__S6Hkya__newsletterSubmit:hover{background-color:#178ab3}.Footer-module__S6Hkya__footerBottom{border-top:1px solid #ffffff14;margin-top:3rem;padding-top:2rem;font-size:.85rem}.Footer-module__S6Hkya__footerBottomInner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.Footer-module__S6Hkya__copyright{color:#ffffff80}.Footer-module__S6Hkya__bottomLinks{color:#fff6;align-items:center;gap:.75rem;display:flex}.Footer-module__S6Hkya__bottomLink{color:#ffffff80}.Footer-module__S6Hkya__bottomLink:hover{color:var(--secondary)}.Footer-module__S6Hkya__separator{opacity:.5}.Footer-module__S6Hkya__credits{color:var(--secondary);font-weight:500}.Footer-module__S6Hkya__creditsLink{color:var(--secondary);text-underline-offset:2px;font-weight:600;text-decoration:underline;transition:opacity .2s}.Footer-module__S6Hkya__creditsLink:hover{opacity:.75}
