:root{--theme-color-dark: rgb(23, 37, 84);--bg-color-main: var(--theme-color-dark);--bg-color-section: rgb(29, 45, 95);--bg-color-subsection: rgb(35, 51, 107);--bg-color-button: rgb(3, 105, 161);--bg-color-button-hover: rgb(25, 130, 190);--text-color-main: rgb(229, 231, 235);--text-color-link: rgb(80, 150, 235);--text-color-link-hover: rgb(90, 165, 235);--text-color-button: rgb(255, 255, 255);--text-color-button-hover: rgb(245, 245, 245);--text-color-button-disabled: rgb(235, 235, 235)}:root{--theme-color-light: rgb(229, 231, 235)}body.theme-light{--bg-color-main: var(--theme-color-light);--bg-color-section: rgb(207, 209, 212);--bg-color-subsection: rgb(197, 199, 202);--bg-color-button: rgb(180, 180, 185);--bg-color-button-hover: rgb(167, 169, 172);--text-color-main: rgb(40, 44, 52);--text-color-link: rgb(13, 100, 164);--text-color-link-hover: rgb(37, 78, 105);--text-color-button: rgb(40, 44, 52);--text-color-button-hover: rgb(37, 78, 105);--text-color-button-disabled: rgb(45, 35, 40)}:root{--theme-color-minimal: rgb(40, 44, 52)}body.theme-minimal{--bg-color-main: var(--theme-color-minimal);--bg-color-section: rgb(55, 58, 66);--bg-color-subsection: rgb(65, 68, 76);--bg-color-button: rgb(115, 119, 127);--bg-color-button-hover: rgb(95, 99, 107);--text-color-main: rgb(229, 231, 235);--text-color-link: rgb(242, 107, 41);--text-color-link-hover: rgb(232, 82, 7);--text-color-button: rgb(229, 231, 235);--text-color-button-hover: rgb(242, 107, 41);--text-color-button-disabled: rgb(235, 165, 160)}:root{--theme-color-light-blue: rgb(186, 230, 253)}body.theme-light-blue{--bg-color-main: var(--theme-color-light-blue);--bg-color-section: rgb(217, 238, 255);--bg-color-subsection: rgb(200, 230, 255);--bg-color-button: rgb(125, 211, 252);--bg-color-button-hover: rgb(107, 185, 240);--text-color-main: rgb(31, 41, 55);--text-color-link: rgb(37, 99, 235);--text-color-link-hover: rgb(30, 64, 175);--text-color-button: rgb(0, 0, 0);--text-color-button-hover: rgb(10, 10, 10);--text-color-button-disabled: rgb(20, 20, 20)}:root{--theme-color-teal: rgb(184, 223, 221)}body.theme-teal{--bg-color-main: var(--theme-color-teal);--bg-color-section: rgb(207, 239, 237);--bg-color-subsection: rgb(191, 232, 230);--bg-color-button: rgb(163, 214, 209);--bg-color-button-hover: rgb(61, 173, 169);--text-color-main: rgb(31, 41, 55);--text-color-link: rgb(37, 99, 235);--text-color-link-hover: rgb(30, 64, 175);--text-color-button: rgb(0, 0, 0);--text-color-button-hover: rgb(10, 10, 10);--text-color-button-disabled: rgb(20, 20, 20)}body{background-color:var(--bg-color-main);color:var(--text-color-main)}body a{color:var(--text-color-link)}body a:hover{color:var(--text-color-link-hover)}body a.button{background-color:var(--bg-color-button);color:var(--text-color-button)}body a[disabled].button{color:var(--text-color-button-disabled)}body .theme-selector .theme-button{background-color:var(--bg-color-button);color:var(--text-color-button)}body a:not([disabled]):hover.button{background-color:var(--bg-color-button-hover);color:var(--text-color-button-hover)}body .theme-selector .theme-button:hover{background-color:var(--bg-color-button-hover);color:var(--text-color-button-hover)}body section{background-color:var(--bg-color-section)}body section .subsection{background-color:var(--bg-color-subsection)}body .certification-button{background-color:var(--bg-color-button);color:var(--text-color-button)}body .certification-button:hover{background-color:var(--bg-color-button-hover);color:var(--text-color-button-hover)}.theme-selector .theme-dark:empty,.theme-selector .theme-dark>*{background-color:var(--theme-color-dark)}.theme-selector .theme-light:empty,.theme-selector .theme-light>*{background-color:var(--theme-color-light)}.theme-selector .theme-minimal:empty,.theme-selector .theme-minimal>*{background-color:var(--theme-color-minimal)}.theme-selector .theme-light-blue:empty,.theme-selector .theme-light-blue>*{background-color:var(--theme-color-light-blue)}.theme-selector .theme-teal:empty,.theme-selector .theme-teal>*{background-color:var(--theme-color-teal)}
