:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{height:100%;max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}@media (max-width:480px){.headerSytle{display:none!important}.container{flex-direction:column!important;padding:20px!important}.imageContainer{display:none!important}.button{font-size:clamp(.8rem,2.5vw,1rem)!important;margin:8px 0!important;width:100%!important}.footer .addressWrapper,.footer .divider,.footer .topRow,.leftText{display:none!important}.footer{display:flex!important;align-items:center!important;padding:10px!important}.footer,.footer .linkGroup{justify-content:center!important}.footer .linkGroup{gap:10px!important}.inquiryContainer{flex-direction:column;padding:20px 0}.inquiryCard{width:90vw!important;max-width:none!important;aspect-ratio:auto!important;margin-bottom:16px}}