 @media only screen and (min-width: 0rem) {:root {--dark: #0e1118;--medium: #616083;--accent: var(--primaryLight);}body.dark-mode {background-color: var(--dark);}body.dark-mode p, body.dark-mode li, body.dark-mode h1, body.dark-mode h2, body.dark-mode h3, body.dark-mode h4, body.dark-mode h5, body.dark-mode h6, body.dark-mode span, body.dark-mode div, body.dark-mode .cs-text, body.dark-mode .cs-title, body.dark-mode .cs-topper, body.dark-mode .cs-content p, body.dark-mode .cs-content li, body.dark-mode .cs-content span, body.dark-mode .cs-content div {color: #ffffff !important;}body.dark-mode a {color: var(--primaryLight) !important;}body.dark-mode .cs-button-solid, body.dark-mode .cs-button-10, body.dark-mode button, body.dark-mode input[type="submit"], body.dark-mode input[type="button"] {color: #ffffff !important;}body.dark-mode .cs-logo, body.dark-mode .cs-logo *, body.dark-mode .cs-logo img, body.dark-mode .cs-logo svg {color: #ffffff !important;filter: brightness(0) invert(1) !important;}body.dark-mode #hero-1350:before {z-index: -1 !important;}body.dark-mode .light {display: none;}body.dark-mode .dark {display: block !important;}.dark {display: none;}}