:root{--dd-color:#dddddc;--main-color:#f5f7f7;--secondary-color:#0058a1;--third-color:#17294a;--fourth-color:#ea376e;--fourth-color-hovered:#e61a57;--two-times-standard-gap:calc(2 * var(--standard-gap));--width-minus-two-standard-gaps:calc(100vw - var(--two-times-standard-gap));--header-desktop-inside-height:50px;--header-desktop-outside-height:calc(var(--header-desktop-inside-height) + var(--standard-gap));--header-mobile-inside-height:2rem;--header-mobile-outside-height:calc(var(--header-mobile-inside-height) + var(--two-times-standard-gap));--media-mobile-max-width:1023px;--media-desktop-min-width:1024px;--footer-mobile-inside-height:100px;--footer-mobile-outside-height:calc(var(--footer-mobile-inside-height) + var(--two-times-standard-gap));--footer-desktop-inside-height:150px;--footer-desktop-outside-height:calc(var(--footer-desktop-inside-height) + var(--two-times-standard-gap) + 1px)}@media (max-width:1023px){:root{--standard-gap:7px}body,html{font-size:.95rem}}@media (min-width:1024px){:root{--standard-gap:15px}}body,html{background-color:var(--main-color);color:var(--third-color);overflow-x:hidden;position:relative;min-height:100lvh;max-width:100vw;padding:0;margin:0;font-family:Verdana,sans-serif;line-height:1.4;letter-spacing:-.5px;>#content-wrap{min-height:calc(100lvh - var(--footer-desktop-outside-height) - var(--header-desktop-outside-height));@media (max-width:1023px){padding-bottom:calc(var(--footer-mobile-outside-height) + var(--two-times-standard-gap))}@media (min-width:1024px){padding-bottom:calc(var(--footer-desktop-outside-height))}}}h1,h2,h3,h4,h5,h6{text-wrap:balance;text-transform:uppercase;font-weight:lighter;line-height:1.2;letter-spacing:-1px;margin-top:1em;margin-bottom:.25em}p{margin-top:.5em;margin-bottom:.5em}p:last-of-type{margin-bottom:1em}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}hr{border-top:1px solid var(--dd-color);border-bottom:none}ul{list-style:none}#alerts{position:fixed;z-index:50;top:100px;@media (max-width:1023px){width:100%}@media (min-width:1024px){left:12.5%;width:75%}}