.LanguageToggle-module__ab5fuG__button{width:70px;color:inherit;cursor:pointer;background-color:#0000;border:none;border-radius:.2em;justify-content:flex-start;align-items:center;gap:.4rem;padding:.4rem .2rem;font-size:12px;font-weight:600;transition:background-color .2s,color .2s;display:flex}.LanguageToggle-module__ab5fuG__button:hover{background-color:var(--truox-turquoise);color:var(--background)}.LanguageToggle-module__ab5fuG__dark .LanguageToggle-module__ab5fuG__button:hover{background-color:#1f2937}.LanguageToggle-module__ab5fuG__globe{stroke-width:2px;width:18px;height:18px}
.ThemeToggle-module__bEDBxa__button{width:80px;color:inherit;cursor:pointer;background-color:#0000;border:none;border-radius:.2em;justify-content:flex-start;align-items:center;gap:.4rem;padding:.4rem .8rem;transition:background-color .2s,color .2s;display:flex}.ThemeToggle-module__bEDBxa__button:hover{background-color:var(--truox-turquoise);color:var(--background)}.ThemeToggle-module__bEDBxa__dark .ThemeToggle-module__bEDBxa__button:hover{background-color:#1f2937}.ThemeToggle-module__bEDBxa__toggleWrapper{justify-content:flex-end;align-items:center;gap:.5rem;width:70px;display:flex}.ThemeToggle-module__bEDBxa__switch{width:36px;height:20px;display:inline-block;position:relative}.ThemeToggle-module__bEDBxa__switch input{opacity:0;width:0;height:0}.ThemeToggle-module__bEDBxa__slider{cursor:pointer;background-color:#ccc;border-radius:34px;transition:all .3s;position:absolute;inset:0}.ThemeToggle-module__bEDBxa__slider:before{content:"";background-color:var(--background);border-radius:50%;width:14px;height:14px;transition:all .3s;position:absolute;bottom:3px;left:3px}input:checked+.ThemeToggle-module__bEDBxa__slider{background-color:var(--truox-turquoise,#338481)}input:checked+.ThemeToggle-module__bEDBxa__slider:before{transform:translate(16px)}.ThemeToggle-module__bEDBxa__dark input:checked+.ThemeToggle-module__bEDBxa__slider{background-color:#1f2937}.ThemeToggle-module__bEDBxa__label{-webkit-user-select:none;user-select:none;font-size:12px;font-weight:600}
.Navbar-module__ZERf_q__wrapper{z-index:50;background:0 0;justify-content:center;display:flex;position:sticky;top:0}.Navbar-module__ZERf_q__navbar{background-color:var(--navbar-bg);border:1px solid var(--navbar-border);border-radius:.2em;justify-content:space-between;align-items:center;width:100%;height:100px;padding:1rem 2rem;display:flex;position:relative;overflow:visible;box-shadow:0 12px 28px #0000001f}.Navbar-module__ZERf_q__rightSection{flex-direction:column;align-items:flex-end;gap:.1rem;display:flex}.Navbar-module__ZERf_q__links{gap:1.75rem;display:flex}.Navbar-module__ZERf_q__link{color:var(--navbar-link-color,#111827);justify-content:space-between;align-items:center;gap:.5rem;min-width:60px;padding:.1rem;font-size:16.5px;font-weight:400;text-decoration:none;transition:color .2s;display:inline-flex;position:relative}.Navbar-module__ZERf_q__link:after{content:"";background-color:var(--truox-turquoise);width:0%;height:2px;transition:width .2s;position:absolute;bottom:-4px;left:0}.Navbar-module__ZERf_q__link:hover{color:var(--truox-turquoise)}.Navbar-module__ZERf_q__link:hover:after{width:100%}.Navbar-module__ZERf_q__dark .Navbar-module__ZERf_q__navbar{background-color:var(--navbar-bg);border-color:var(--navbar-border)}.Navbar-module__ZERf_q__dark .Navbar-module__ZERf_q__link{color:var(--foreground)}.Navbar-module__ZERf_q__dark .Navbar-module__ZERf_q__link:hover{color:var(--truox-turquoise)}.Navbar-module__ZERf_q__navItem{position:static}.Navbar-module__ZERf_q__chevron{margin-left:0;transition:transform .2s}.Navbar-module__ZERf_q__navItem:hover .Navbar-module__ZERf_q__chevron{transform:rotate(180deg)}.Navbar-module__ZERf_q__dropdown{background-color:var(--navbar-bg);border:1px solid var(--navbar-border);opacity:0;visibility:hidden;z-index:50;border-radius:.2rem;min-width:220px;transition:all .2s;position:absolute;top:100%;left:0;transform:translateY(6px);box-shadow:0 4px 12px #00000014}.Navbar-module__ZERf_q__navItem:hover .Navbar-module__ZERf_q__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.Navbar-module__ZERf_q__dropdownLink{color:var(--navbar-link-color);padding:.6rem 1rem;text-decoration:none;transition:background-color .15s,color .15s;display:block}.Navbar-module__ZERf_q__dropdownLink:hover{background-color:var(--foreground-muted);color:#fff}.Navbar-module__ZERf_q__toggles{align-items:center;gap:1rem;display:flex}.Navbar-module__ZERf_q__megaPanel{pointer-events:none;background-color:var(--navbar-bg);border:1px solid var(--navbar-border);opacity:0;visibility:hidden;transform-origin:top;z-index:60;pointer-events:none;border-radius:.2rem;margin:0 auto;padding:1rem 1.25rem;transition:transform .18s,opacity .18s,visibility .18s;position:absolute;top:calc(100% - 1px);left:0;right:0;transform:scaleY(0);box-shadow:0 12px 28px #0000001f}.Navbar-module__ZERf_q__megaPanel.Navbar-module__ZERf_q__open{opacity:1;visibility:visible;pointer-events:auto;transform:scaleY(1)}.Navbar-module__ZERf_q__megaContent{max-width:1100px;margin:0 auto;padding:0 .75rem}.Navbar-module__ZERf_q__megaGrid{text-align:left;grid-auto-columns:minmax(220px,max-content);grid-auto-flow:column;justify-content:center;justify-items:start;column-gap:2rem;display:grid}.Navbar-module__ZERf_q__megaGrid:not(:has(>div:nth-child(2))){justify-content:flex-start;margin-left:clamp(10rem,13vw,20rem)}.Navbar-module__ZERf_q__megaHeading{color:var(--truox-turquoise);margin-bottom:.25rem;padding:.25rem .5rem;font-size:17px;font-weight:650}.Navbar-module__ZERf_q__megaLink{color:var(--navbar-link-color);border-radius:.375rem;padding:.5rem;text-decoration:none;transition:background-color .15s,color .15s;display:block}.Navbar-module__ZERf_q__megaLink:hover,html.Navbar-module__ZERf_q__dark .Navbar-module__ZERf_q__megaLink:hover{background-color:var(--navbar-link-hover)}
.Footer-module__hP-FLq__brand{--footer-bg:var(--truox-turquoise);--footer-fg:var(--background);--footer-muted:#ffffffb3;--footer-accent:#fff;--footer-border:#0000001f;--footer-icon:#fff}.Footer-module__hP-FLq__wrap{background:var(--background)}.Footer-module__hP-FLq__rule{background:var(--foreground-muted);opacity:.8;justify-content:center;align-items:center;width:55%;height:2px;margin:0 auto;display:flex}.Footer-module__hP-FLq__iconLink{background:color-mix(in srgb,var(--foreground)8%,transparent);width:48px;height:48px;color:var(--foreground);border-radius:10px;justify-content:center;align-items:center;transition:color .12s;display:inline-flex}.Footer-module__hP-FLq__iconLink:hover{background:color-mix(in srgb,var(--foreground)12%,transparent);color:var(--truox-turquoise);transform:translateY(-1px)}.Footer-module__hP-FLq__legalLink{color:var(--foreground-muted);text-decoration:none}.Footer-module__hP-FLq__legalLink:hover{color:var(--foreground);text-decoration:underline}.Footer-module__hP-FLq__iconLink:focus-visible,.Footer-module__hP-FLq__legalLink:focus-visible{outline:2px solid color-mix(in srgb,var(--truox-turquoise)50%,transparent);outline-offset:2px;border-radius:10px}.Footer-module__hP-FLq__footerLink{color:var(--foreground);text-decoration:none;transition:color .18s;position:relative}.Footer-module__hP-FLq__footerLink:after{content:"";background-color:var(--truox-turquoise);width:0%;height:1px;transition:width .2s;position:absolute;bottom:-2px;left:0}.Footer-module__hP-FLq__footerLink:hover{color:var(--truox-turquoise)}.Footer-module__hP-FLq__footerLink:hover:after{width:100%}
