.main-footer{--footer-container-radius: var(--radius-xxxl);margin-top:auto;border-top-left-radius:var(--footer-container-radius);border-top-right-radius:var(--footer-container-radius);background-color:var(--theme-bg-green)}.main-footer .container{display:grid;gap:1em;grid-template-columns:1fr auto 1fr;align-items:center;padding:1em 3em;max-width:100%}@media(max-width: 1200px){.main-footer .container{grid-template-columns:auto auto 1fr}}@media(max-width: 992px){.main-footer .container{display:flex;flex-direction:column;gap:.75em}}@media(max-width: 576px){.main-footer .container{padding:.75em 1em}}@media(max-width: 992px){.main-footer .copyright{order:2}}.main-footer .social-media{display:flex;gap:1em}@media(max-width: 992px){.main-footer .social-media{order:1}}.main-footer .social-media a:not([href]){display:none}.main-footer .social-media .btn{--shadow-color: transparent;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:0;width:1em;height:1em;background:none;border-radius:0;font-size:2em}.main-footer .social-media .btn:not(a):not(:disabled):not(.disabled):active,.main-footer .social-media .btn:is(a[href]):not(:disabled):not(.disabled):active{--shadow-offset: 0;--shadow-size-active: var(--shadow-size);transform:scale(0.95)}.main-footer .about-links{display:flex;gap:1.5em;flex-wrap:wrap;justify-content:flex-end}@media(max-width: 992px){.main-footer .about-links{order:3;row-gap:.5em;justify-content:center}}.main-footer .about-links .link{color:inherit;text-decoration:none}
:root{--radius-s: 0.125em;--radius-m: 0.25em;--radius-l: 0.5em;--radius-xl: 0.75em;--radius-xxl: 1em;--radius-xxxl: 1.5em;--radius-circle: 50%;--radius-full: 100%}:root{--theme-bg-dark-orange: #F68301;--theme-bg-dark-orange-a10: rgba(246, 131, 1, 0.1);--theme-bg-dark-orange-a20: rgba(246, 131, 1, 0.2);--theme-bg-dark-orange-a25: rgba(246, 131, 1, 0.25);--theme-bg-dark-orange-a50: rgba(246, 131, 1, 0.5);--theme-bg-dark-orange-a75: rgba(246, 131, 1, 0.75);--theme-bg-dark-orange-a80: rgba(246, 131, 1, 0.8);--theme-bg-dark-orange-a90: rgba(246, 131, 1, 0.9);--theme-bg-light-orange: #FFF9BF;--theme-bg-light-orange-a10: rgba(255, 249, 191, 0.1);--theme-bg-light-orange-a20: rgba(255, 249, 191, 0.2);--theme-bg-light-orange-a25: rgba(255, 249, 191, 0.25);--theme-bg-light-orange-a50: rgba(255, 249, 191, 0.5);--theme-bg-light-orange-a75: rgba(255, 249, 191, 0.75);--theme-bg-light-orange-a80: rgba(255, 249, 191, 0.8);--theme-bg-light-orange-a90: rgba(255, 249, 191, 0.9);--theme-bg-black: #1F1F1F;--theme-bg-black-a10: rgba(31, 31, 31, 0.1);--theme-bg-black-a20: rgba(31, 31, 31, 0.2);--theme-bg-black-a25: rgba(31, 31, 31, 0.25);--theme-bg-black-a50: rgba(31, 31, 31, 0.5);--theme-bg-black-a75: rgba(31, 31, 31, 0.75);--theme-bg-black-a80: rgba(31, 31, 31, 0.8);--theme-bg-black-a90: rgba(31, 31, 31, 0.9);--theme-bg-white: white;--theme-bg-white-a10: rgba(255, 255, 255, 0.1);--theme-bg-white-a20: rgba(255, 255, 255, 0.2);--theme-bg-white-a25: rgba(255, 255, 255, 0.25);--theme-bg-white-a50: rgba(255, 255, 255, 0.5);--theme-bg-white-a75: rgba(255, 255, 255, 0.75);--theme-bg-white-a80: rgba(255, 255, 255, 0.8);--theme-bg-white-a90: rgba(255, 255, 255, 0.9);--theme-bg-gray: gray;--theme-bg-gray-a10: rgba(128, 128, 128, 0.1);--theme-bg-gray-a20: rgba(128, 128, 128, 0.2);--theme-bg-gray-a25: rgba(128, 128, 128, 0.25);--theme-bg-gray-a50: rgba(128, 128, 128, 0.5);--theme-bg-gray-a75: rgba(128, 128, 128, 0.75);--theme-bg-gray-a80: rgba(128, 128, 128, 0.8);--theme-bg-gray-a90: rgba(128, 128, 128, 0.9);--theme-bg-light-gray: #B5B5B5;--theme-bg-light-gray-a10: rgba(181, 181, 181, 0.1);--theme-bg-light-gray-a20: rgba(181, 181, 181, 0.2);--theme-bg-light-gray-a25: rgba(181, 181, 181, 0.25);--theme-bg-light-gray-a50: rgba(181, 181, 181, 0.5);--theme-bg-light-gray-a75: rgba(181, 181, 181, 0.75);--theme-bg-light-gray-a80: rgba(181, 181, 181, 0.8);--theme-bg-light-gray-a90: rgba(181, 181, 181, 0.9);--theme-bg-dark-gray: #4F4F4F;--theme-bg-dark-gray-a10: rgba(79, 79, 79, 0.1);--theme-bg-dark-gray-a20: rgba(79, 79, 79, 0.2);--theme-bg-dark-gray-a25: rgba(79, 79, 79, 0.25);--theme-bg-dark-gray-a50: rgba(79, 79, 79, 0.5);--theme-bg-dark-gray-a75: rgba(79, 79, 79, 0.75);--theme-bg-dark-gray-a80: rgba(79, 79, 79, 0.8);--theme-bg-dark-gray-a90: rgba(79, 79, 79, 0.9);--theme-bg-royalblue: royalblue;--theme-bg-royalblue-a10: rgba(65, 105, 225, 0.1);--theme-bg-royalblue-a20: rgba(65, 105, 225, 0.2);--theme-bg-royalblue-a25: rgba(65, 105, 225, 0.25);--theme-bg-royalblue-a50: rgba(65, 105, 225, 0.5);--theme-bg-royalblue-a75: rgba(65, 105, 225, 0.75);--theme-bg-royalblue-a80: rgba(65, 105, 225, 0.8);--theme-bg-royalblue-a90: rgba(65, 105, 225, 0.9);--theme-bg-xsolla: #FF005B;--theme-bg-xsolla-a10: rgba(255, 0, 91, 0.1);--theme-bg-xsolla-a20: rgba(255, 0, 91, 0.2);--theme-bg-xsolla-a25: rgba(255, 0, 91, 0.25);--theme-bg-xsolla-a50: rgba(255, 0, 91, 0.5);--theme-bg-xsolla-a75: rgba(255, 0, 91, 0.75);--theme-bg-xsolla-a80: rgba(255, 0, 91, 0.8);--theme-bg-xsolla-a90: rgba(255, 0, 91, 0.9);--theme-bg-badge: #ec818e;--theme-bg-badge-a10: rgba(236, 129, 142, 0.1);--theme-bg-badge-a20: rgba(236, 129, 142, 0.2);--theme-bg-badge-a25: rgba(236, 129, 142, 0.25);--theme-bg-badge-a50: rgba(236, 129, 142, 0.5);--theme-bg-badge-a75: rgba(236, 129, 142, 0.75);--theme-bg-badge-a80: rgba(236, 129, 142, 0.8);--theme-bg-badge-a90: rgba(236, 129, 142, 0.9);--theme-font-black: black;--theme-font-black-a10: rgba(0, 0, 0, 0.1);--theme-font-black-a20: rgba(0, 0, 0, 0.2);--theme-font-black-a25: rgba(0, 0, 0, 0.25);--theme-font-black-a50: rgba(0, 0, 0, 0.5);--theme-font-black-a75: rgba(0, 0, 0, 0.75);--theme-font-black-a80: rgba(0, 0, 0, 0.8);--theme-font-black-a90: rgba(0, 0, 0, 0.9);--theme-font-gray: #B5B5B5;--theme-font-gray-a10: rgba(181, 181, 181, 0.1);--theme-font-gray-a20: rgba(181, 181, 181, 0.2);--theme-font-gray-a25: rgba(181, 181, 181, 0.25);--theme-font-gray-a50: rgba(181, 181, 181, 0.5);--theme-font-gray-a75: rgba(181, 181, 181, 0.75);--theme-font-gray-a80: rgba(181, 181, 181, 0.8);--theme-font-gray-a90: rgba(181, 181, 181, 0.9);--theme-font-dark-gray: #555555;--theme-font-dark-gray-a10: rgba(85, 85, 85, 0.1);--theme-font-dark-gray-a20: rgba(85, 85, 85, 0.2);--theme-font-dark-gray-a25: rgba(85, 85, 85, 0.25);--theme-font-dark-gray-a50: rgba(85, 85, 85, 0.5);--theme-font-dark-gray-a75: rgba(85, 85, 85, 0.75);--theme-font-dark-gray-a80: rgba(85, 85, 85, 0.8);--theme-font-dark-gray-a90: rgba(85, 85, 85, 0.9);--theme-font-white: whitesmoke;--theme-font-white-a10: rgba(245, 245, 245, 0.1);--theme-font-white-a20: rgba(245, 245, 245, 0.2);--theme-font-white-a25: rgba(245, 245, 245, 0.25);--theme-font-white-a50: rgba(245, 245, 245, 0.5);--theme-font-white-a75: rgba(245, 245, 245, 0.75);--theme-font-white-a80: rgba(245, 245, 245, 0.8);--theme-font-white-a90: rgba(245, 245, 245, 0.9);--theme-font-orange: #FFA03D;--theme-font-orange-a10: rgba(255, 160, 61, 0.1);--theme-font-orange-a20: rgba(255, 160, 61, 0.2);--theme-font-orange-a25: rgba(255, 160, 61, 0.25);--theme-font-orange-a50: rgba(255, 160, 61, 0.5);--theme-font-orange-a75: rgba(255, 160, 61, 0.75);--theme-font-orange-a80: rgba(255, 160, 61, 0.8);--theme-font-orange-a90: rgba(255, 160, 61, 0.9);--theme-font-red: orangered;--theme-font-red-a10: rgba(255, 69, 0, 0.1);--theme-font-red-a20: rgba(255, 69, 0, 0.2);--theme-font-red-a25: rgba(255, 69, 0, 0.25);--theme-font-red-a50: rgba(255, 69, 0, 0.5);--theme-font-red-a75: rgba(255, 69, 0, 0.75);--theme-font-red-a80: rgba(255, 69, 0, 0.8);--theme-font-red-a90: rgba(255, 69, 0, 0.9);--theme-border-black: black;--theme-border-black-a10: rgba(0, 0, 0, 0.1);--theme-border-black-a20: rgba(0, 0, 0, 0.2);--theme-border-black-a25: rgba(0, 0, 0, 0.25);--theme-border-black-a50: rgba(0, 0, 0, 0.5);--theme-border-black-a75: rgba(0, 0, 0, 0.75);--theme-border-black-a80: rgba(0, 0, 0, 0.8);--theme-border-black-a90: rgba(0, 0, 0, 0.9);--theme-border-gray: #B5B5B5;--theme-border-gray-a10: rgba(181, 181, 181, 0.1);--theme-border-gray-a20: rgba(181, 181, 181, 0.2);--theme-border-gray-a25: rgba(181, 181, 181, 0.25);--theme-border-gray-a50: rgba(181, 181, 181, 0.5);--theme-border-gray-a75: rgba(181, 181, 181, 0.75);--theme-border-gray-a80: rgba(181, 181, 181, 0.8);--theme-border-gray-a90: rgba(181, 181, 181, 0.9);--theme-border-dark-gray: #555555;--theme-border-dark-gray-a10: rgba(85, 85, 85, 0.1);--theme-border-dark-gray-a20: rgba(85, 85, 85, 0.2);--theme-border-dark-gray-a25: rgba(85, 85, 85, 0.25);--theme-border-dark-gray-a50: rgba(85, 85, 85, 0.5);--theme-border-dark-gray-a75: rgba(85, 85, 85, 0.75);--theme-border-dark-gray-a80: rgba(85, 85, 85, 0.8);--theme-border-dark-gray-a90: rgba(85, 85, 85, 0.9);--theme-border-white: #FFFCF0;--theme-border-white-a10: rgba(255, 252, 240, 0.1);--theme-border-white-a20: rgba(255, 252, 240, 0.2);--theme-border-white-a25: rgba(255, 252, 240, 0.25);--theme-border-white-a50: rgba(255, 252, 240, 0.5);--theme-border-white-a75: rgba(255, 252, 240, 0.75);--theme-border-white-a80: rgba(255, 252, 240, 0.8);--theme-border-white-a90: rgba(255, 252, 240, 0.9);--theme-border-orange: #FFA03D;--theme-border-orange-a10: rgba(255, 160, 61, 0.1);--theme-border-orange-a20: rgba(255, 160, 61, 0.2);--theme-border-orange-a25: rgba(255, 160, 61, 0.25);--theme-border-orange-a50: rgba(255, 160, 61, 0.5);--theme-border-orange-a75: rgba(255, 160, 61, 0.75);--theme-border-orange-a80: rgba(255, 160, 61, 0.8);--theme-border-orange-a90: rgba(255, 160, 61, 0.9);--theme-progress-bg: white;--theme-progress-bg-a10: rgba(255, 255, 255, 0.1);--theme-progress-bg-a20: rgba(255, 255, 255, 0.2);--theme-progress-bg-a25: rgba(255, 255, 255, 0.25);--theme-progress-bg-a50: rgba(255, 255, 255, 0.5);--theme-progress-bg-a75: rgba(255, 255, 255, 0.75);--theme-progress-bg-a80: rgba(255, 255, 255, 0.8);--theme-progress-bg-a90: rgba(255, 255, 255, 0.9);--theme-progress-bar-normal: royalblue;--theme-progress-bar-normal-a10: rgba(65, 105, 225, 0.1);--theme-progress-bar-normal-a20: rgba(65, 105, 225, 0.2);--theme-progress-bar-normal-a25: rgba(65, 105, 225, 0.25);--theme-progress-bar-normal-a50: rgba(65, 105, 225, 0.5);--theme-progress-bar-normal-a75: rgba(65, 105, 225, 0.75);--theme-progress-bar-normal-a80: rgba(65, 105, 225, 0.8);--theme-progress-bar-normal-a90: rgba(65, 105, 225, 0.9);--theme-progress-bar-warning: #FFA03D;--theme-progress-bar-warning-a10: rgba(255, 160, 61, 0.1);--theme-progress-bar-warning-a20: rgba(255, 160, 61, 0.2);--theme-progress-bar-warning-a25: rgba(255, 160, 61, 0.25);--theme-progress-bar-warning-a50: rgba(255, 160, 61, 0.5);--theme-progress-bar-warning-a75: rgba(255, 160, 61, 0.75);--theme-progress-bar-warning-a80: rgba(255, 160, 61, 0.8);--theme-progress-bar-warning-a90: rgba(255, 160, 61, 0.9);--theme-progress-bar-completed: green;--theme-progress-bar-completed-a10: rgba(0, 128, 0, 0.1);--theme-progress-bar-completed-a20: rgba(0, 128, 0, 0.2);--theme-progress-bar-completed-a25: rgba(0, 128, 0, 0.25);--theme-progress-bar-completed-a50: rgba(0, 128, 0, 0.5);--theme-progress-bar-completed-a75: rgba(0, 128, 0, 0.75);--theme-progress-bar-completed-a80: rgba(0, 128, 0, 0.8);--theme-progress-bar-completed-a90: rgba(0, 128, 0, 0.9);--theme-shadow-white: #FFFCF0;--theme-shadow-white-a10: rgba(255, 252, 240, 0.1);--theme-shadow-white-a20: rgba(255, 252, 240, 0.2);--theme-shadow-white-a25: rgba(255, 252, 240, 0.25);--theme-shadow-white-a50: rgba(255, 252, 240, 0.5);--theme-shadow-white-a75: rgba(255, 252, 240, 0.75);--theme-shadow-white-a80: rgba(255, 252, 240, 0.8);--theme-shadow-white-a90: rgba(255, 252, 240, 0.9);--theme-shadow-white-faint: rgba(255, 252, 240, 0.5);--theme-shadow-black: black;--theme-shadow-black-a10: rgba(0, 0, 0, 0.1);--theme-shadow-black-a20: rgba(0, 0, 0, 0.2);--theme-shadow-black-a25: rgba(0, 0, 0, 0.25);--theme-shadow-black-a50: rgba(0, 0, 0, 0.5);--theme-shadow-black-a75: rgba(0, 0, 0, 0.75);--theme-shadow-black-a80: rgba(0, 0, 0, 0.8);--theme-shadow-black-a90: rgba(0, 0, 0, 0.9);--theme-shadow-black-faint: rgba(0, 0, 0, 0.25);--theme-shadow-orange: #FFA03D;--theme-shadow-orange-a10: rgba(255, 160, 61, 0.1);--theme-shadow-orange-a20: rgba(255, 160, 61, 0.2);--theme-shadow-orange-a25: rgba(255, 160, 61, 0.25);--theme-shadow-orange-a50: rgba(255, 160, 61, 0.5);--theme-shadow-orange-a75: rgba(255, 160, 61, 0.75);--theme-shadow-orange-a80: rgba(255, 160, 61, 0.8);--theme-shadow-orange-a90: rgba(255, 160, 61, 0.9);--theme-btn-bg-normal: black;--theme-btn-bg-normal-a10: rgba(0, 0, 0, 0.1);--theme-btn-bg-normal-a20: rgba(0, 0, 0, 0.2);--theme-btn-bg-normal-a25: rgba(0, 0, 0, 0.25);--theme-btn-bg-normal-a50: rgba(0, 0, 0, 0.5);--theme-btn-bg-normal-a75: rgba(0, 0, 0, 0.75);--theme-btn-bg-normal-a80: rgba(0, 0, 0, 0.8);--theme-btn-bg-normal-a90: rgba(0, 0, 0, 0.9);--theme-btn-bg-black: #1F1F1F;--theme-btn-bg-black-a10: rgba(31, 31, 31, 0.1);--theme-btn-bg-black-a20: rgba(31, 31, 31, 0.2);--theme-btn-bg-black-a25: rgba(31, 31, 31, 0.25);--theme-btn-bg-black-a50: rgba(31, 31, 31, 0.5);--theme-btn-bg-black-a75: rgba(31, 31, 31, 0.75);--theme-btn-bg-black-a80: rgba(31, 31, 31, 0.8);--theme-btn-bg-black-a90: rgba(31, 31, 31, 0.9);--theme-btn-bg-white: white;--theme-btn-bg-white-a10: rgba(255, 255, 255, 0.1);--theme-btn-bg-white-a20: rgba(255, 255, 255, 0.2);--theme-btn-bg-white-a25: rgba(255, 255, 255, 0.25);--theme-btn-bg-white-a50: rgba(255, 255, 255, 0.5);--theme-btn-bg-white-a75: rgba(255, 255, 255, 0.75);--theme-btn-bg-white-a80: rgba(255, 255, 255, 0.8);--theme-btn-bg-white-a90: rgba(255, 255, 255, 0.9);--theme-btn-bg-dark-gray: #4F4F4F;--theme-btn-bg-dark-gray-a10: rgba(79, 79, 79, 0.1);--theme-btn-bg-dark-gray-a20: rgba(79, 79, 79, 0.2);--theme-btn-bg-dark-gray-a25: rgba(79, 79, 79, 0.25);--theme-btn-bg-dark-gray-a50: rgba(79, 79, 79, 0.5);--theme-btn-bg-dark-gray-a75: rgba(79, 79, 79, 0.75);--theme-btn-bg-dark-gray-a80: rgba(79, 79, 79, 0.8);--theme-btn-bg-dark-gray-a90: rgba(79, 79, 79, 0.9);--theme-btn-bg-red: orangered;--theme-btn-bg-red-a10: rgba(255, 69, 0, 0.1);--theme-btn-bg-red-a20: rgba(255, 69, 0, 0.2);--theme-btn-bg-red-a25: rgba(255, 69, 0, 0.25);--theme-btn-bg-red-a50: rgba(255, 69, 0, 0.5);--theme-btn-bg-red-a75: rgba(255, 69, 0, 0.75);--theme-btn-bg-red-a80: rgba(255, 69, 0, 0.8);--theme-btn-bg-red-a90: rgba(255, 69, 0, 0.9);--theme-btn-bg-orange-incline: linear-gradient(148deg, #ffa03d 0%, #ffa03d 50%, #f68301 50%, #f68301 100%);--theme-btn-bg-orange-vertical: linear-gradient(to bottom, rgba(255, 160, 61, 0.9) 0%, rgba(255, 160, 61, 0.9) 50%, #ffa03d 50%, #ffa03d 100%);--theme-btn-bg-pink-incline: linear-gradient(148deg, #ffcece 0%, #ffcece 50%, #ffb5b5 50%, #ffb5b5 100%);--theme-btn-font-primary: whitesmoke;--theme-btn-font-primary-a10: rgba(245, 245, 245, 0.1);--theme-btn-font-primary-a20: rgba(245, 245, 245, 0.2);--theme-btn-font-primary-a25: rgba(245, 245, 245, 0.25);--theme-btn-font-primary-a50: rgba(245, 245, 245, 0.5);--theme-btn-font-primary-a75: rgba(245, 245, 245, 0.75);--theme-btn-font-primary-a80: rgba(245, 245, 245, 0.8);--theme-btn-font-primary-a90: rgba(245, 245, 245, 0.9);--theme-btn-font-secondary: whitesmoke;--theme-btn-font-secondary-a10: rgba(245, 245, 245, 0.1);--theme-btn-font-secondary-a20: rgba(245, 245, 245, 0.2);--theme-btn-font-secondary-a25: rgba(245, 245, 245, 0.25);--theme-btn-font-secondary-a50: rgba(245, 245, 245, 0.5);--theme-btn-font-secondary-a75: rgba(245, 245, 245, 0.75);--theme-btn-font-secondary-a80: rgba(245, 245, 245, 0.8);--theme-btn-font-secondary-a90: rgba(245, 245, 245, 0.9);--theme-btn-font-normal: whitesmoke;--theme-btn-font-normal-a10: rgba(245, 245, 245, 0.1);--theme-btn-font-normal-a20: rgba(245, 245, 245, 0.2);--theme-btn-font-normal-a25: rgba(245, 245, 245, 0.25);--theme-btn-font-normal-a50: rgba(245, 245, 245, 0.5);--theme-btn-font-normal-a75: rgba(245, 245, 245, 0.75);--theme-btn-font-normal-a80: rgba(245, 245, 245, 0.8);--theme-btn-font-normal-a90: rgba(245, 245, 245, 0.9);--theme-btn-font-black: black;--theme-btn-font-black-a10: rgba(0, 0, 0, 0.1);--theme-btn-font-black-a20: rgba(0, 0, 0, 0.2);--theme-btn-font-black-a25: rgba(0, 0, 0, 0.25);--theme-btn-font-black-a50: rgba(0, 0, 0, 0.5);--theme-btn-font-black-a75: rgba(0, 0, 0, 0.75);--theme-btn-font-black-a80: rgba(0, 0, 0, 0.8);--theme-btn-font-black-a90: rgba(0, 0, 0, 0.9);--theme-btn-font-white: whitesmoke;--theme-btn-font-white-a10: rgba(245, 245, 245, 0.1);--theme-btn-font-white-a20: rgba(245, 245, 245, 0.2);--theme-btn-font-white-a25: rgba(245, 245, 245, 0.25);--theme-btn-font-white-a50: rgba(245, 245, 245, 0.5);--theme-btn-font-white-a75: rgba(245, 245, 245, 0.75);--theme-btn-font-white-a80: rgba(245, 245, 245, 0.8);--theme-btn-font-white-a90: rgba(245, 245, 245, 0.9)}@media(prefers-color-scheme: light){:root:has([data-theme=auto]){--theme-bg-main-img: url("/img/main-bg.png");--theme-bg-main-img--mobile: url("/img/main-bg_mobile.png");--theme-bg-primary: #FFFCF0;--theme-bg-primary-a10: rgba(255, 252, 240, 0.1);--theme-bg-primary-a20: rgba(255, 252, 240, 0.2);--theme-bg-primary-a25: rgba(255, 252, 240, 0.25);--theme-bg-primary-a50: rgba(255, 252, 240, 0.5);--theme-bg-primary-a75: rgba(255, 252, 240, 0.75);--theme-bg-primary-a80: rgba(255, 252, 240, 0.8);--theme-bg-primary-a90: rgba(255, 252, 240, 0.9);--theme-bg-secondary: #1F1F1F;--theme-bg-secondary-a10: rgba(31, 31, 31, 0.1);--theme-bg-secondary-a20: rgba(31, 31, 31, 0.2);--theme-bg-secondary-a25: rgba(31, 31, 31, 0.25);--theme-bg-secondary-a50: rgba(31, 31, 31, 0.5);--theme-bg-secondary-a75: rgba(31, 31, 31, 0.75);--theme-bg-secondary-a80: rgba(31, 31, 31, 0.8);--theme-bg-secondary-a90: rgba(31, 31, 31, 0.9);--theme-bg-info: #CFF4FC;--theme-bg-info-a10: rgba(207, 244, 252, 0.1);--theme-bg-info-a20: rgba(207, 244, 252, 0.2);--theme-bg-info-a25: rgba(207, 244, 252, 0.25);--theme-bg-info-a50: rgba(207, 244, 252, 0.5);--theme-bg-info-a75: rgba(207, 244, 252, 0.75);--theme-bg-info-a80: rgba(207, 244, 252, 0.8);--theme-bg-info-a90: rgba(207, 244, 252, 0.9);--theme-bg-success: #D1E7DD;--theme-bg-success-a10: rgba(209, 231, 221, 0.1);--theme-bg-success-a20: rgba(209, 231, 221, 0.2);--theme-bg-success-a25: rgba(209, 231, 221, 0.25);--theme-bg-success-a50: rgba(209, 231, 221, 0.5);--theme-bg-success-a75: rgba(209, 231, 221, 0.75);--theme-bg-success-a80: rgba(209, 231, 221, 0.8);--theme-bg-success-a90: rgba(209, 231, 221, 0.9);--theme-bg-warning: #FFF3CD;--theme-bg-warning-a10: rgba(255, 243, 205, 0.1);--theme-bg-warning-a20: rgba(255, 243, 205, 0.2);--theme-bg-warning-a25: rgba(255, 243, 205, 0.25);--theme-bg-warning-a50: rgba(255, 243, 205, 0.5);--theme-bg-warning-a75: rgba(255, 243, 205, 0.75);--theme-bg-warning-a80: rgba(255, 243, 205, 0.8);--theme-bg-warning-a90: rgba(255, 243, 205, 0.9);--theme-bg-error: #F8D7DA;--theme-bg-error-a10: rgba(248, 215, 218, 0.1);--theme-bg-error-a20: rgba(248, 215, 218, 0.2);--theme-bg-error-a25: rgba(248, 215, 218, 0.25);--theme-bg-error-a50: rgba(248, 215, 218, 0.5);--theme-bg-error-a75: rgba(248, 215, 218, 0.75);--theme-bg-error-a80: rgba(248, 215, 218, 0.8);--theme-bg-error-a90: rgba(248, 215, 218, 0.9);--theme-bg-green: #93E171;--theme-bg-green-a10: rgba(147, 225, 113, 0.1);--theme-bg-green-a20: rgba(147, 225, 113, 0.2);--theme-bg-green-a25: rgba(147, 225, 113, 0.25);--theme-bg-green-a50: rgba(147, 225, 113, 0.5);--theme-bg-green-a75: rgba(147, 225, 113, 0.75);--theme-bg-green-a80: rgba(147, 225, 113, 0.8);--theme-bg-green-a90: rgba(147, 225, 113, 0.9);--theme-bg-orange: #FFA03D;--theme-bg-orange-a10: rgba(255, 160, 61, 0.1);--theme-bg-orange-a20: rgba(255, 160, 61, 0.2);--theme-bg-orange-a25: rgba(255, 160, 61, 0.25);--theme-bg-orange-a50: rgba(255, 160, 61, 0.5);--theme-bg-orange-a75: rgba(255, 160, 61, 0.75);--theme-bg-orange-a80: rgba(255, 160, 61, 0.8);--theme-bg-orange-a90: rgba(255, 160, 61, 0.9);--theme-font-primary: black;--theme-font-primary-a10: rgba(0, 0, 0, 0.1);--theme-font-primary-a20: rgba(0, 0, 0, 0.2);--theme-font-primary-a25: rgba(0, 0, 0, 0.25);--theme-font-primary-a50: rgba(0, 0, 0, 0.5);--theme-font-primary-a75: rgba(0, 0, 0, 0.75);--theme-font-primary-a80: rgba(0, 0, 0, 0.8);--theme-font-primary-a90: rgba(0, 0, 0, 0.9);--theme-font-secondary: #FFFCF0;--theme-font-secondary-a10: rgba(255, 252, 240, 0.1);--theme-font-secondary-a20: rgba(255, 252, 240, 0.2);--theme-font-secondary-a25: rgba(255, 252, 240, 0.25);--theme-font-secondary-a50: rgba(255, 252, 240, 0.5);--theme-font-secondary-a75: rgba(255, 252, 240, 0.75);--theme-font-secondary-a80: rgba(255, 252, 240, 0.8);--theme-font-secondary-a90: rgba(255, 252, 240, 0.9);--theme-font-info: #055160;--theme-font-info-a10: rgba(5, 81, 96, 0.1);--theme-font-info-a20: rgba(5, 81, 96, 0.2);--theme-font-info-a25: rgba(5, 81, 96, 0.25);--theme-font-info-a50: rgba(5, 81, 96, 0.5);--theme-font-info-a75: rgba(5, 81, 96, 0.75);--theme-font-info-a80: rgba(5, 81, 96, 0.8);--theme-font-info-a90: rgba(5, 81, 96, 0.9);--theme-font-success: #0f5132;--theme-font-success-a10: rgba(15, 81, 50, 0.1);--theme-font-success-a20: rgba(15, 81, 50, 0.2);--theme-font-success-a25: rgba(15, 81, 50, 0.25);--theme-font-success-a50: rgba(15, 81, 50, 0.5);--theme-font-success-a75: rgba(15, 81, 50, 0.75);--theme-font-success-a80: rgba(15, 81, 50, 0.8);--theme-font-success-a90: rgba(15, 81, 50, 0.9);--theme-font-warning: #856404;--theme-font-warning-a10: rgba(133, 100, 4, 0.1);--theme-font-warning-a20: rgba(133, 100, 4, 0.2);--theme-font-warning-a25: rgba(133, 100, 4, 0.25);--theme-font-warning-a50: rgba(133, 100, 4, 0.5);--theme-font-warning-a75: rgba(133, 100, 4, 0.75);--theme-font-warning-a80: rgba(133, 100, 4, 0.8);--theme-font-warning-a90: rgba(133, 100, 4, 0.9);--theme-font-error: #842029;--theme-font-error-a10: rgba(132, 32, 41, 0.1);--theme-font-error-a20: rgba(132, 32, 41, 0.2);--theme-font-error-a25: rgba(132, 32, 41, 0.25);--theme-font-error-a50: rgba(132, 32, 41, 0.5);--theme-font-error-a75: rgba(132, 32, 41, 0.75);--theme-font-error-a80: rgba(132, 32, 41, 0.8);--theme-font-error-a90: rgba(132, 32, 41, 0.9);--theme-font-link: inherit;--theme-font-link-visited: inherit;--theme-border-primary: #B5B5B5;--theme-border-primary-a10: rgba(181, 181, 181, 0.1);--theme-border-primary-a20: rgba(181, 181, 181, 0.2);--theme-border-primary-a25: rgba(181, 181, 181, 0.25);--theme-border-primary-a50: rgba(181, 181, 181, 0.5);--theme-border-primary-a75: rgba(181, 181, 181, 0.75);--theme-border-primary-a80: rgba(181, 181, 181, 0.8);--theme-border-primary-a90: rgba(181, 181, 181, 0.9);--theme-border-info: #B6EFFB;--theme-border-info-a10: rgba(182, 239, 251, 0.1);--theme-border-info-a20: rgba(182, 239, 251, 0.2);--theme-border-info-a25: rgba(182, 239, 251, 0.25);--theme-border-info-a50: rgba(182, 239, 251, 0.5);--theme-border-info-a75: rgba(182, 239, 251, 0.75);--theme-border-info-a80: rgba(182, 239, 251, 0.8);--theme-border-info-a90: rgba(182, 239, 251, 0.9);--theme-border-success: #BADBCC;--theme-border-success-a10: rgba(186, 219, 204, 0.1);--theme-border-success-a20: rgba(186, 219, 204, 0.2);--theme-border-success-a25: rgba(186, 219, 204, 0.25);--theme-border-success-a50: rgba(186, 219, 204, 0.5);--theme-border-success-a75: rgba(186, 219, 204, 0.75);--theme-border-success-a80: rgba(186, 219, 204, 0.8);--theme-border-success-a90: rgba(186, 219, 204, 0.9);--theme-border-warning: #FFECB5;--theme-border-warning-a10: rgba(255, 236, 181, 0.1);--theme-border-warning-a20: rgba(255, 236, 181, 0.2);--theme-border-warning-a25: rgba(255, 236, 181, 0.25);--theme-border-warning-a50: rgba(255, 236, 181, 0.5);--theme-border-warning-a75: rgba(255, 236, 181, 0.75);--theme-border-warning-a80: rgba(255, 236, 181, 0.8);--theme-border-warning-a90: rgba(255, 236, 181, 0.9);--theme-border-error: #F5C2C7;--theme-border-error-a10: rgba(245, 194, 199, 0.1);--theme-border-error-a20: rgba(245, 194, 199, 0.2);--theme-border-error-a25: rgba(245, 194, 199, 0.25);--theme-border-error-a50: rgba(245, 194, 199, 0.5);--theme-border-error-a75: rgba(245, 194, 199, 0.75);--theme-border-error-a80: rgba(245, 194, 199, 0.8);--theme-border-error-a90: rgba(245, 194, 199, 0.9);--theme-shadow-primary: black;--theme-shadow-primary-a10: rgba(0, 0, 0, 0.1);--theme-shadow-primary-a20: rgba(0, 0, 0, 0.2);--theme-shadow-primary-a25: rgba(0, 0, 0, 0.25);--theme-shadow-primary-a50: rgba(0, 0, 0, 0.5);--theme-shadow-primary-a75: rgba(0, 0, 0, 0.75);--theme-shadow-primary-a80: rgba(0, 0, 0, 0.8);--theme-shadow-primary-a90: rgba(0, 0, 0, 0.9);--theme-shadow-primary-faint: rgba(0, 0, 0, 0.25);--theme-shadow-secondary: #FFFCF0;--theme-shadow-secondary-a10: rgba(255, 252, 240, 0.1);--theme-shadow-secondary-a20: rgba(255, 252, 240, 0.2);--theme-shadow-secondary-a25: rgba(255, 252, 240, 0.25);--theme-shadow-secondary-a50: rgba(255, 252, 240, 0.5);--theme-shadow-secondary-a75: rgba(255, 252, 240, 0.75);--theme-shadow-secondary-a80: rgba(255, 252, 240, 0.8);--theme-shadow-secondary-a90: rgba(255, 252, 240, 0.9);--theme-shadow-secondary-faint: rgba(255, 252, 240, 0.5);--theme-btn-bg-primary: #FFA03D;--theme-btn-bg-primary-a10: rgba(255, 160, 61, 0.1);--theme-btn-bg-primary-a20: rgba(255, 160, 61, 0.2);--theme-btn-bg-primary-a25: rgba(255, 160, 61, 0.25);--theme-btn-bg-primary-a50: rgba(255, 160, 61, 0.5);--theme-btn-bg-primary-a75: rgba(255, 160, 61, 0.75);--theme-btn-bg-primary-a80: rgba(255, 160, 61, 0.8);--theme-btn-bg-primary-a90: rgba(255, 160, 61, 0.9);--theme-btn-bg-secondary: #93E171;--theme-btn-bg-secondary-a10: rgba(147, 225, 113, 0.1);--theme-btn-bg-secondary-a20: rgba(147, 225, 113, 0.2);--theme-btn-bg-secondary-a25: rgba(147, 225, 113, 0.25);--theme-btn-bg-secondary-a50: rgba(147, 225, 113, 0.5);--theme-btn-bg-secondary-a75: rgba(147, 225, 113, 0.75);--theme-btn-bg-secondary-a80: rgba(147, 225, 113, 0.8);--theme-btn-bg-secondary-a90: rgba(147, 225, 113, 0.9)}}:root:has([data-theme=light]){--theme-bg-main-img: url("/img/main-bg.png");--theme-bg-main-img--mobile: url("/img/main-bg_mobile.png");--theme-bg-primary: #FFFCF0;--theme-bg-primary-a10: rgba(255, 252, 240, 0.1);--theme-bg-primary-a20: rgba(255, 252, 240, 0.2);--theme-bg-primary-a25: rgba(255, 252, 240, 0.25);--theme-bg-primary-a50: rgba(255, 252, 240, 0.5);--theme-bg-primary-a75: rgba(255, 252, 240, 0.75);--theme-bg-primary-a80: rgba(255, 252, 240, 0.8);--theme-bg-primary-a90: rgba(255, 252, 240, 0.9);--theme-bg-secondary: #1F1F1F;--theme-bg-secondary-a10: rgba(31, 31, 31, 0.1);--theme-bg-secondary-a20: rgba(31, 31, 31, 0.2);--theme-bg-secondary-a25: rgba(31, 31, 31, 0.25);--theme-bg-secondary-a50: rgba(31, 31, 31, 0.5);--theme-bg-secondary-a75: rgba(31, 31, 31, 0.75);--theme-bg-secondary-a80: rgba(31, 31, 31, 0.8);--theme-bg-secondary-a90: rgba(31, 31, 31, 0.9);--theme-bg-info: #CFF4FC;--theme-bg-info-a10: rgba(207, 244, 252, 0.1);--theme-bg-info-a20: rgba(207, 244, 252, 0.2);--theme-bg-info-a25: rgba(207, 244, 252, 0.25);--theme-bg-info-a50: rgba(207, 244, 252, 0.5);--theme-bg-info-a75: rgba(207, 244, 252, 0.75);--theme-bg-info-a80: rgba(207, 244, 252, 0.8);--theme-bg-info-a90: rgba(207, 244, 252, 0.9);--theme-bg-success: #D1E7DD;--theme-bg-success-a10: rgba(209, 231, 221, 0.1);--theme-bg-success-a20: rgba(209, 231, 221, 0.2);--theme-bg-success-a25: rgba(209, 231, 221, 0.25);--theme-bg-success-a50: rgba(209, 231, 221, 0.5);--theme-bg-success-a75: rgba(209, 231, 221, 0.75);--theme-bg-success-a80: rgba(209, 231, 221, 0.8);--theme-bg-success-a90: rgba(209, 231, 221, 0.9);--theme-bg-warning: #FFF3CD;--theme-bg-warning-a10: rgba(255, 243, 205, 0.1);--theme-bg-warning-a20: rgba(255, 243, 205, 0.2);--theme-bg-warning-a25: rgba(255, 243, 205, 0.25);--theme-bg-warning-a50: rgba(255, 243, 205, 0.5);--theme-bg-warning-a75: rgba(255, 243, 205, 0.75);--theme-bg-warning-a80: rgba(255, 243, 205, 0.8);--theme-bg-warning-a90: rgba(255, 243, 205, 0.9);--theme-bg-error: #F8D7DA;--theme-bg-error-a10: rgba(248, 215, 218, 0.1);--theme-bg-error-a20: rgba(248, 215, 218, 0.2);--theme-bg-error-a25: rgba(248, 215, 218, 0.25);--theme-bg-error-a50: rgba(248, 215, 218, 0.5);--theme-bg-error-a75: rgba(248, 215, 218, 0.75);--theme-bg-error-a80: rgba(248, 215, 218, 0.8);--theme-bg-error-a90: rgba(248, 215, 218, 0.9);--theme-bg-green: #93E171;--theme-bg-green-a10: rgba(147, 225, 113, 0.1);--theme-bg-green-a20: rgba(147, 225, 113, 0.2);--theme-bg-green-a25: rgba(147, 225, 113, 0.25);--theme-bg-green-a50: rgba(147, 225, 113, 0.5);--theme-bg-green-a75: rgba(147, 225, 113, 0.75);--theme-bg-green-a80: rgba(147, 225, 113, 0.8);--theme-bg-green-a90: rgba(147, 225, 113, 0.9);--theme-bg-orange: #FFA03D;--theme-bg-orange-a10: rgba(255, 160, 61, 0.1);--theme-bg-orange-a20: rgba(255, 160, 61, 0.2);--theme-bg-orange-a25: rgba(255, 160, 61, 0.25);--theme-bg-orange-a50: rgba(255, 160, 61, 0.5);--theme-bg-orange-a75: rgba(255, 160, 61, 0.75);--theme-bg-orange-a80: rgba(255, 160, 61, 0.8);--theme-bg-orange-a90: rgba(255, 160, 61, 0.9);--theme-font-primary: black;--theme-font-primary-a10: rgba(0, 0, 0, 0.1);--theme-font-primary-a20: rgba(0, 0, 0, 0.2);--theme-font-primary-a25: rgba(0, 0, 0, 0.25);--theme-font-primary-a50: rgba(0, 0, 0, 0.5);--theme-font-primary-a75: rgba(0, 0, 0, 0.75);--theme-font-primary-a80: rgba(0, 0, 0, 0.8);--theme-font-primary-a90: rgba(0, 0, 0, 0.9);--theme-font-secondary: #FFFCF0;--theme-font-secondary-a10: rgba(255, 252, 240, 0.1);--theme-font-secondary-a20: rgba(255, 252, 240, 0.2);--theme-font-secondary-a25: rgba(255, 252, 240, 0.25);--theme-font-secondary-a50: rgba(255, 252, 240, 0.5);--theme-font-secondary-a75: rgba(255, 252, 240, 0.75);--theme-font-secondary-a80: rgba(255, 252, 240, 0.8);--theme-font-secondary-a90: rgba(255, 252, 240, 0.9);--theme-font-info: #055160;--theme-font-info-a10: rgba(5, 81, 96, 0.1);--theme-font-info-a20: rgba(5, 81, 96, 0.2);--theme-font-info-a25: rgba(5, 81, 96, 0.25);--theme-font-info-a50: rgba(5, 81, 96, 0.5);--theme-font-info-a75: rgba(5, 81, 96, 0.75);--theme-font-info-a80: rgba(5, 81, 96, 0.8);--theme-font-info-a90: rgba(5, 81, 96, 0.9);--theme-font-success: #0f5132;--theme-font-success-a10: rgba(15, 81, 50, 0.1);--theme-font-success-a20: rgba(15, 81, 50, 0.2);--theme-font-success-a25: rgba(15, 81, 50, 0.25);--theme-font-success-a50: rgba(15, 81, 50, 0.5);--theme-font-success-a75: rgba(15, 81, 50, 0.75);--theme-font-success-a80: rgba(15, 81, 50, 0.8);--theme-font-success-a90: rgba(15, 81, 50, 0.9);--theme-font-warning: #856404;--theme-font-warning-a10: rgba(133, 100, 4, 0.1);--theme-font-warning-a20: rgba(133, 100, 4, 0.2);--theme-font-warning-a25: rgba(133, 100, 4, 0.25);--theme-font-warning-a50: rgba(133, 100, 4, 0.5);--theme-font-warning-a75: rgba(133, 100, 4, 0.75);--theme-font-warning-a80: rgba(133, 100, 4, 0.8);--theme-font-warning-a90: rgba(133, 100, 4, 0.9);--theme-font-error: #842029;--theme-font-error-a10: rgba(132, 32, 41, 0.1);--theme-font-error-a20: rgba(132, 32, 41, 0.2);--theme-font-error-a25: rgba(132, 32, 41, 0.25);--theme-font-error-a50: rgba(132, 32, 41, 0.5);--theme-font-error-a75: rgba(132, 32, 41, 0.75);--theme-font-error-a80: rgba(132, 32, 41, 0.8);--theme-font-error-a90: rgba(132, 32, 41, 0.9);--theme-font-link: inherit;--theme-font-link-visited: inherit;--theme-border-primary: #B5B5B5;--theme-border-primary-a10: rgba(181, 181, 181, 0.1);--theme-border-primary-a20: rgba(181, 181, 181, 0.2);--theme-border-primary-a25: rgba(181, 181, 181, 0.25);--theme-border-primary-a50: rgba(181, 181, 181, 0.5);--theme-border-primary-a75: rgba(181, 181, 181, 0.75);--theme-border-primary-a80: rgba(181, 181, 181, 0.8);--theme-border-primary-a90: rgba(181, 181, 181, 0.9);--theme-border-info: #B6EFFB;--theme-border-info-a10: rgba(182, 239, 251, 0.1);--theme-border-info-a20: rgba(182, 239, 251, 0.2);--theme-border-info-a25: rgba(182, 239, 251, 0.25);--theme-border-info-a50: rgba(182, 239, 251, 0.5);--theme-border-info-a75: rgba(182, 239, 251, 0.75);--theme-border-info-a80: rgba(182, 239, 251, 0.8);--theme-border-info-a90: rgba(182, 239, 251, 0.9);--theme-border-success: #BADBCC;--theme-border-success-a10: rgba(186, 219, 204, 0.1);--theme-border-success-a20: rgba(186, 219, 204, 0.2);--theme-border-success-a25: rgba(186, 219, 204, 0.25);--theme-border-success-a50: rgba(186, 219, 204, 0.5);--theme-border-success-a75: rgba(186, 219, 204, 0.75);--theme-border-success-a80: rgba(186, 219, 204, 0.8);--theme-border-success-a90: rgba(186, 219, 204, 0.9);--theme-border-warning: #FFECB5;--theme-border-warning-a10: rgba(255, 236, 181, 0.1);--theme-border-warning-a20: rgba(255, 236, 181, 0.2);--theme-border-warning-a25: rgba(255, 236, 181, 0.25);--theme-border-warning-a50: rgba(255, 236, 181, 0.5);--theme-border-warning-a75: rgba(255, 236, 181, 0.75);--theme-border-warning-a80: rgba(255, 236, 181, 0.8);--theme-border-warning-a90: rgba(255, 236, 181, 0.9);--theme-border-error: #F5C2C7;--theme-border-error-a10: rgba(245, 194, 199, 0.1);--theme-border-error-a20: rgba(245, 194, 199, 0.2);--theme-border-error-a25: rgba(245, 194, 199, 0.25);--theme-border-error-a50: rgba(245, 194, 199, 0.5);--theme-border-error-a75: rgba(245, 194, 199, 0.75);--theme-border-error-a80: rgba(245, 194, 199, 0.8);--theme-border-error-a90: rgba(245, 194, 199, 0.9);--theme-shadow-primary: black;--theme-shadow-primary-a10: rgba(0, 0, 0, 0.1);--theme-shadow-primary-a20: rgba(0, 0, 0, 0.2);--theme-shadow-primary-a25: rgba(0, 0, 0, 0.25);--theme-shadow-primary-a50: rgba(0, 0, 0, 0.5);--theme-shadow-primary-a75: rgba(0, 0, 0, 0.75);--theme-shadow-primary-a80: rgba(0, 0, 0, 0.8);--theme-shadow-primary-a90: rgba(0, 0, 0, 0.9);--theme-shadow-primary-faint: rgba(0, 0, 0, 0.25);--theme-shadow-secondary: #FFFCF0;--theme-shadow-secondary-a10: rgba(255, 252, 240, 0.1);--theme-shadow-secondary-a20: rgba(255, 252, 240, 0.2);--theme-shadow-secondary-a25: rgba(255, 252, 240, 0.25);--theme-shadow-secondary-a50: rgba(255, 252, 240, 0.5);--theme-shadow-secondary-a75: rgba(255, 252, 240, 0.75);--theme-shadow-secondary-a80: rgba(255, 252, 240, 0.8);--theme-shadow-secondary-a90: rgba(255, 252, 240, 0.9);--theme-shadow-secondary-faint: rgba(255, 252, 240, 0.5);--theme-btn-bg-primary: #FFA03D;--theme-btn-bg-primary-a10: rgba(255, 160, 61, 0.1);--theme-btn-bg-primary-a20: rgba(255, 160, 61, 0.2);--theme-btn-bg-primary-a25: rgba(255, 160, 61, 0.25);--theme-btn-bg-primary-a50: rgba(255, 160, 61, 0.5);--theme-btn-bg-primary-a75: rgba(255, 160, 61, 0.75);--theme-btn-bg-primary-a80: rgba(255, 160, 61, 0.8);--theme-btn-bg-primary-a90: rgba(255, 160, 61, 0.9);--theme-btn-bg-secondary: #93E171;--theme-btn-bg-secondary-a10: rgba(147, 225, 113, 0.1);--theme-btn-bg-secondary-a20: rgba(147, 225, 113, 0.2);--theme-btn-bg-secondary-a25: rgba(147, 225, 113, 0.25);--theme-btn-bg-secondary-a50: rgba(147, 225, 113, 0.5);--theme-btn-bg-secondary-a75: rgba(147, 225, 113, 0.75);--theme-btn-bg-secondary-a80: rgba(147, 225, 113, 0.8);--theme-btn-bg-secondary-a90: rgba(147, 225, 113, 0.9)}@media(prefers-color-scheme: dark){:root:has([data-theme=auto]){--theme-bg-main-img: url("/img/main-bg.png");--theme-bg-main-img--mobile: url("/img/main-bg_mobile.png");--theme-bg-primary: #1F1F1F;--theme-bg-primary-a10: rgba(31, 31, 31, 0.1);--theme-bg-primary-a20: rgba(31, 31, 31, 0.2);--theme-bg-primary-a25: rgba(31, 31, 31, 0.25);--theme-bg-primary-a50: rgba(31, 31, 31, 0.5);--theme-bg-primary-a75: rgba(31, 31, 31, 0.75);--theme-bg-primary-a80: rgba(31, 31, 31, 0.8);--theme-bg-primary-a90: rgba(31, 31, 31, 0.9);--theme-bg-secondary: #FFFCF0;--theme-bg-secondary-a10: rgba(255, 252, 240, 0.1);--theme-bg-secondary-a20: rgba(255, 252, 240, 0.2);--theme-bg-secondary-a25: rgba(255, 252, 240, 0.25);--theme-bg-secondary-a50: rgba(255, 252, 240, 0.5);--theme-bg-secondary-a75: rgba(255, 252, 240, 0.75);--theme-bg-secondary-a80: rgba(255, 252, 240, 0.8);--theme-bg-secondary-a90: rgba(255, 252, 240, 0.9);--theme-bg-info: #CFF4FC;--theme-bg-info-a10: rgba(207, 244, 252, 0.1);--theme-bg-info-a20: rgba(207, 244, 252, 0.2);--theme-bg-info-a25: rgba(207, 244, 252, 0.25);--theme-bg-info-a50: rgba(207, 244, 252, 0.5);--theme-bg-info-a75: rgba(207, 244, 252, 0.75);--theme-bg-info-a80: rgba(207, 244, 252, 0.8);--theme-bg-info-a90: rgba(207, 244, 252, 0.9);--theme-bg-success: #D1E7DD;--theme-bg-success-a10: rgba(209, 231, 221, 0.1);--theme-bg-success-a20: rgba(209, 231, 221, 0.2);--theme-bg-success-a25: rgba(209, 231, 221, 0.25);--theme-bg-success-a50: rgba(209, 231, 221, 0.5);--theme-bg-success-a75: rgba(209, 231, 221, 0.75);--theme-bg-success-a80: rgba(209, 231, 221, 0.8);--theme-bg-success-a90: rgba(209, 231, 221, 0.9);--theme-bg-warning: #FFF3CD;--theme-bg-warning-a10: rgba(255, 243, 205, 0.1);--theme-bg-warning-a20: rgba(255, 243, 205, 0.2);--theme-bg-warning-a25: rgba(255, 243, 205, 0.25);--theme-bg-warning-a50: rgba(255, 243, 205, 0.5);--theme-bg-warning-a75: rgba(255, 243, 205, 0.75);--theme-bg-warning-a80: rgba(255, 243, 205, 0.8);--theme-bg-warning-a90: rgba(255, 243, 205, 0.9);--theme-bg-error: #F8D7DA;--theme-bg-error-a10: rgba(248, 215, 218, 0.1);--theme-bg-error-a20: rgba(248, 215, 218, 0.2);--theme-bg-error-a25: rgba(248, 215, 218, 0.25);--theme-bg-error-a50: rgba(248, 215, 218, 0.5);--theme-bg-error-a75: rgba(248, 215, 218, 0.75);--theme-bg-error-a80: rgba(248, 215, 218, 0.8);--theme-bg-error-a90: rgba(248, 215, 218, 0.9);--theme-bg-green: #1E6400;--theme-bg-green-a10: rgba(30, 100, 0, 0.1);--theme-bg-green-a20: rgba(30, 100, 0, 0.2);--theme-bg-green-a25: rgba(30, 100, 0, 0.25);--theme-bg-green-a50: rgba(30, 100, 0, 0.5);--theme-bg-green-a75: rgba(30, 100, 0, 0.75);--theme-bg-green-a80: rgba(30, 100, 0, 0.8);--theme-bg-green-a90: rgba(30, 100, 0, 0.9);--theme-bg-orange: #E7953C;--theme-bg-orange-a10: rgba(231, 149, 60, 0.1);--theme-bg-orange-a20: rgba(231, 149, 60, 0.2);--theme-bg-orange-a25: rgba(231, 149, 60, 0.25);--theme-bg-orange-a50: rgba(231, 149, 60, 0.5);--theme-bg-orange-a75: rgba(231, 149, 60, 0.75);--theme-bg-orange-a80: rgba(231, 149, 60, 0.8);--theme-bg-orange-a90: rgba(231, 149, 60, 0.9);--theme-font-primary: whitesmoke;--theme-font-primary-a10: rgba(245, 245, 245, 0.1);--theme-font-primary-a20: rgba(245, 245, 245, 0.2);--theme-font-primary-a25: rgba(245, 245, 245, 0.25);--theme-font-primary-a50: rgba(245, 245, 245, 0.5);--theme-font-primary-a75: rgba(245, 245, 245, 0.75);--theme-font-primary-a80: rgba(245, 245, 245, 0.8);--theme-font-primary-a90: rgba(245, 245, 245, 0.9);--theme-font-secondary: black;--theme-font-secondary-a10: rgba(0, 0, 0, 0.1);--theme-font-secondary-a20: rgba(0, 0, 0, 0.2);--theme-font-secondary-a25: rgba(0, 0, 0, 0.25);--theme-font-secondary-a50: rgba(0, 0, 0, 0.5);--theme-font-secondary-a75: rgba(0, 0, 0, 0.75);--theme-font-secondary-a80: rgba(0, 0, 0, 0.8);--theme-font-secondary-a90: rgba(0, 0, 0, 0.9);--theme-font-info: #0887A0;--theme-font-info-a10: rgba(8, 135, 160, 0.1);--theme-font-info-a20: rgba(8, 135, 160, 0.2);--theme-font-info-a25: rgba(8, 135, 160, 0.25);--theme-font-info-a50: rgba(8, 135, 160, 0.5);--theme-font-info-a75: rgba(8, 135, 160, 0.75);--theme-font-info-a80: rgba(8, 135, 160, 0.8);--theme-font-info-a90: rgba(8, 135, 160, 0.9);--theme-font-success: #1AD87F;--theme-font-success-a10: rgba(26, 216, 127, 0.1);--theme-font-success-a20: rgba(26, 216, 127, 0.2);--theme-font-success-a25: rgba(26, 216, 127, 0.25);--theme-font-success-a50: rgba(26, 216, 127, 0.5);--theme-font-success-a75: rgba(26, 216, 127, 0.75);--theme-font-success-a80: rgba(26, 216, 127, 0.8);--theme-font-success-a90: rgba(26, 216, 127, 0.9);--theme-font-warning: #DD810A;--theme-font-warning-a10: rgba(221, 129, 10, 0.1);--theme-font-warning-a20: rgba(221, 129, 10, 0.2);--theme-font-warning-a25: rgba(221, 129, 10, 0.25);--theme-font-warning-a50: rgba(221, 129, 10, 0.5);--theme-font-warning-a75: rgba(221, 129, 10, 0.75);--theme-font-warning-a80: rgba(221, 129, 10, 0.8);--theme-font-warning-a90: rgba(221, 129, 10, 0.9);--theme-font-error: #A81824;--theme-font-error-a10: rgba(168, 24, 36, 0.1);--theme-font-error-a20: rgba(168, 24, 36, 0.2);--theme-font-error-a25: rgba(168, 24, 36, 0.25);--theme-font-error-a50: rgba(168, 24, 36, 0.5);--theme-font-error-a75: rgba(168, 24, 36, 0.75);--theme-font-error-a80: rgba(168, 24, 36, 0.8);--theme-font-error-a90: rgba(168, 24, 36, 0.9);--theme-font-link: deepskyblue;--theme-font-link-a10: rgba(0, 191, 255, 0.1);--theme-font-link-a20: rgba(0, 191, 255, 0.2);--theme-font-link-a25: rgba(0, 191, 255, 0.25);--theme-font-link-a50: rgba(0, 191, 255, 0.5);--theme-font-link-a75: rgba(0, 191, 255, 0.75);--theme-font-link-a80: rgba(0, 191, 255, 0.8);--theme-font-link-a90: rgba(0, 191, 255, 0.9);--theme-font-link-visited: darkorchid;--theme-font-link-visited-a10: rgba(153, 50, 204, 0.1);--theme-font-link-visited-a20: rgba(153, 50, 204, 0.2);--theme-font-link-visited-a25: rgba(153, 50, 204, 0.25);--theme-font-link-visited-a50: rgba(153, 50, 204, 0.5);--theme-font-link-visited-a75: rgba(153, 50, 204, 0.75);--theme-font-link-visited-a80: rgba(153, 50, 204, 0.8);--theme-font-link-visited-a90: rgba(153, 50, 204, 0.9);--theme-border-primary: #B5B5B5;--theme-border-primary-a10: rgba(181, 181, 181, 0.1);--theme-border-primary-a20: rgba(181, 181, 181, 0.2);--theme-border-primary-a25: rgba(181, 181, 181, 0.25);--theme-border-primary-a50: rgba(181, 181, 181, 0.5);--theme-border-primary-a75: rgba(181, 181, 181, 0.75);--theme-border-primary-a80: rgba(181, 181, 181, 0.8);--theme-border-primary-a90: rgba(181, 181, 181, 0.9);--theme-border-info: #B6EFFB;--theme-border-info-a10: rgba(182, 239, 251, 0.1);--theme-border-info-a20: rgba(182, 239, 251, 0.2);--theme-border-info-a25: rgba(182, 239, 251, 0.25);--theme-border-info-a50: rgba(182, 239, 251, 0.5);--theme-border-info-a75: rgba(182, 239, 251, 0.75);--theme-border-info-a80: rgba(182, 239, 251, 0.8);--theme-border-info-a90: rgba(182, 239, 251, 0.9);--theme-border-success: #BADBCC;--theme-border-success-a10: rgba(186, 219, 204, 0.1);--theme-border-success-a20: rgba(186, 219, 204, 0.2);--theme-border-success-a25: rgba(186, 219, 204, 0.25);--theme-border-success-a50: rgba(186, 219, 204, 0.5);--theme-border-success-a75: rgba(186, 219, 204, 0.75);--theme-border-success-a80: rgba(186, 219, 204, 0.8);--theme-border-success-a90: rgba(186, 219, 204, 0.9);--theme-border-warning: #FFECB5;--theme-border-warning-a10: rgba(255, 236, 181, 0.1);--theme-border-warning-a20: rgba(255, 236, 181, 0.2);--theme-border-warning-a25: rgba(255, 236, 181, 0.25);--theme-border-warning-a50: rgba(255, 236, 181, 0.5);--theme-border-warning-a75: rgba(255, 236, 181, 0.75);--theme-border-warning-a80: rgba(255, 236, 181, 0.8);--theme-border-warning-a90: rgba(255, 236, 181, 0.9);--theme-border-error: #F5C2C7;--theme-border-error-a10: rgba(245, 194, 199, 0.1);--theme-border-error-a20: rgba(245, 194, 199, 0.2);--theme-border-error-a25: rgba(245, 194, 199, 0.25);--theme-border-error-a50: rgba(245, 194, 199, 0.5);--theme-border-error-a75: rgba(245, 194, 199, 0.75);--theme-border-error-a80: rgba(245, 194, 199, 0.8);--theme-border-error-a90: rgba(245, 194, 199, 0.9);--theme-shadow-primary: #FFFCF0;--theme-shadow-primary-a10: rgba(255, 252, 240, 0.1);--theme-shadow-primary-a20: rgba(255, 252, 240, 0.2);--theme-shadow-primary-a25: rgba(255, 252, 240, 0.25);--theme-shadow-primary-a50: rgba(255, 252, 240, 0.5);--theme-shadow-primary-a75: rgba(255, 252, 240, 0.75);--theme-shadow-primary-a80: rgba(255, 252, 240, 0.8);--theme-shadow-primary-a90: rgba(255, 252, 240, 0.9);--theme-shadow-primary-faint: rgba(255, 252, 240, 0.5);--theme-shadow-secondary: black;--theme-shadow-secondary-a10: rgba(0, 0, 0, 0.1);--theme-shadow-secondary-a20: rgba(0, 0, 0, 0.2);--theme-shadow-secondary-a25: rgba(0, 0, 0, 0.25);--theme-shadow-secondary-a50: rgba(0, 0, 0, 0.5);--theme-shadow-secondary-a75: rgba(0, 0, 0, 0.75);--theme-shadow-secondary-a80: rgba(0, 0, 0, 0.8);--theme-shadow-secondary-a90: rgba(0, 0, 0, 0.9);--theme-shadow-secondary-faint: rgba(0, 0, 0, 0.25);--theme-btn-bg-primary: #E7953C;--theme-btn-bg-primary-a10: rgba(231, 149, 60, 0.1);--theme-btn-bg-primary-a20: rgba(231, 149, 60, 0.2);--theme-btn-bg-primary-a25: rgba(231, 149, 60, 0.25);--theme-btn-bg-primary-a50: rgba(231, 149, 60, 0.5);--theme-btn-bg-primary-a75: rgba(231, 149, 60, 0.75);--theme-btn-bg-primary-a80: rgba(231, 149, 60, 0.8);--theme-btn-bg-primary-a90: rgba(231, 149, 60, 0.9);--theme-btn-bg-secondary: #1E6400;--theme-btn-bg-secondary-a10: rgba(30, 100, 0, 0.1);--theme-btn-bg-secondary-a20: rgba(30, 100, 0, 0.2);--theme-btn-bg-secondary-a25: rgba(30, 100, 0, 0.25);--theme-btn-bg-secondary-a50: rgba(30, 100, 0, 0.5);--theme-btn-bg-secondary-a75: rgba(30, 100, 0, 0.75);--theme-btn-bg-secondary-a80: rgba(30, 100, 0, 0.8);--theme-btn-bg-secondary-a90: rgba(30, 100, 0, 0.9)}}:root:has([data-theme=dark]){--theme-bg-main-img: url("/img/main-bg.png");--theme-bg-main-img--mobile: url("/img/main-bg_mobile.png");--theme-bg-primary: #1F1F1F;--theme-bg-primary-a10: rgba(31, 31, 31, 0.1);--theme-bg-primary-a20: rgba(31, 31, 31, 0.2);--theme-bg-primary-a25: rgba(31, 31, 31, 0.25);--theme-bg-primary-a50: rgba(31, 31, 31, 0.5);--theme-bg-primary-a75: rgba(31, 31, 31, 0.75);--theme-bg-primary-a80: rgba(31, 31, 31, 0.8);--theme-bg-primary-a90: rgba(31, 31, 31, 0.9);--theme-bg-secondary: #FFFCF0;--theme-bg-secondary-a10: rgba(255, 252, 240, 0.1);--theme-bg-secondary-a20: rgba(255, 252, 240, 0.2);--theme-bg-secondary-a25: rgba(255, 252, 240, 0.25);--theme-bg-secondary-a50: rgba(255, 252, 240, 0.5);--theme-bg-secondary-a75: rgba(255, 252, 240, 0.75);--theme-bg-secondary-a80: rgba(255, 252, 240, 0.8);--theme-bg-secondary-a90: rgba(255, 252, 240, 0.9);--theme-bg-info: #CFF4FC;--theme-bg-info-a10: rgba(207, 244, 252, 0.1);--theme-bg-info-a20: rgba(207, 244, 252, 0.2);--theme-bg-info-a25: rgba(207, 244, 252, 0.25);--theme-bg-info-a50: rgba(207, 244, 252, 0.5);--theme-bg-info-a75: rgba(207, 244, 252, 0.75);--theme-bg-info-a80: rgba(207, 244, 252, 0.8);--theme-bg-info-a90: rgba(207, 244, 252, 0.9);--theme-bg-success: #D1E7DD;--theme-bg-success-a10: rgba(209, 231, 221, 0.1);--theme-bg-success-a20: rgba(209, 231, 221, 0.2);--theme-bg-success-a25: rgba(209, 231, 221, 0.25);--theme-bg-success-a50: rgba(209, 231, 221, 0.5);--theme-bg-success-a75: rgba(209, 231, 221, 0.75);--theme-bg-success-a80: rgba(209, 231, 221, 0.8);--theme-bg-success-a90: rgba(209, 231, 221, 0.9);--theme-bg-warning: #FFF3CD;--theme-bg-warning-a10: rgba(255, 243, 205, 0.1);--theme-bg-warning-a20: rgba(255, 243, 205, 0.2);--theme-bg-warning-a25: rgba(255, 243, 205, 0.25);--theme-bg-warning-a50: rgba(255, 243, 205, 0.5);--theme-bg-warning-a75: rgba(255, 243, 205, 0.75);--theme-bg-warning-a80: rgba(255, 243, 205, 0.8);--theme-bg-warning-a90: rgba(255, 243, 205, 0.9);--theme-bg-error: #F8D7DA;--theme-bg-error-a10: rgba(248, 215, 218, 0.1);--theme-bg-error-a20: rgba(248, 215, 218, 0.2);--theme-bg-error-a25: rgba(248, 215, 218, 0.25);--theme-bg-error-a50: rgba(248, 215, 218, 0.5);--theme-bg-error-a75: rgba(248, 215, 218, 0.75);--theme-bg-error-a80: rgba(248, 215, 218, 0.8);--theme-bg-error-a90: rgba(248, 215, 218, 0.9);--theme-bg-green: #1E6400;--theme-bg-green-a10: rgba(30, 100, 0, 0.1);--theme-bg-green-a20: rgba(30, 100, 0, 0.2);--theme-bg-green-a25: rgba(30, 100, 0, 0.25);--theme-bg-green-a50: rgba(30, 100, 0, 0.5);--theme-bg-green-a75: rgba(30, 100, 0, 0.75);--theme-bg-green-a80: rgba(30, 100, 0, 0.8);--theme-bg-green-a90: rgba(30, 100, 0, 0.9);--theme-bg-orange: #E7953C;--theme-bg-orange-a10: rgba(231, 149, 60, 0.1);--theme-bg-orange-a20: rgba(231, 149, 60, 0.2);--theme-bg-orange-a25: rgba(231, 149, 60, 0.25);--theme-bg-orange-a50: rgba(231, 149, 60, 0.5);--theme-bg-orange-a75: rgba(231, 149, 60, 0.75);--theme-bg-orange-a80: rgba(231, 149, 60, 0.8);--theme-bg-orange-a90: rgba(231, 149, 60, 0.9);--theme-font-primary: whitesmoke;--theme-font-primary-a10: rgba(245, 245, 245, 0.1);--theme-font-primary-a20: rgba(245, 245, 245, 0.2);--theme-font-primary-a25: rgba(245, 245, 245, 0.25);--theme-font-primary-a50: rgba(245, 245, 245, 0.5);--theme-font-primary-a75: rgba(245, 245, 245, 0.75);--theme-font-primary-a80: rgba(245, 245, 245, 0.8);--theme-font-primary-a90: rgba(245, 245, 245, 0.9);--theme-font-secondary: black;--theme-font-secondary-a10: rgba(0, 0, 0, 0.1);--theme-font-secondary-a20: rgba(0, 0, 0, 0.2);--theme-font-secondary-a25: rgba(0, 0, 0, 0.25);--theme-font-secondary-a50: rgba(0, 0, 0, 0.5);--theme-font-secondary-a75: rgba(0, 0, 0, 0.75);--theme-font-secondary-a80: rgba(0, 0, 0, 0.8);--theme-font-secondary-a90: rgba(0, 0, 0, 0.9);--theme-font-info: #0887A0;--theme-font-info-a10: rgba(8, 135, 160, 0.1);--theme-font-info-a20: rgba(8, 135, 160, 0.2);--theme-font-info-a25: rgba(8, 135, 160, 0.25);--theme-font-info-a50: rgba(8, 135, 160, 0.5);--theme-font-info-a75: rgba(8, 135, 160, 0.75);--theme-font-info-a80: rgba(8, 135, 160, 0.8);--theme-font-info-a90: rgba(8, 135, 160, 0.9);--theme-font-success: #1AD87F;--theme-font-success-a10: rgba(26, 216, 127, 0.1);--theme-font-success-a20: rgba(26, 216, 127, 0.2);--theme-font-success-a25: rgba(26, 216, 127, 0.25);--theme-font-success-a50: rgba(26, 216, 127, 0.5);--theme-font-success-a75: rgba(26, 216, 127, 0.75);--theme-font-success-a80: rgba(26, 216, 127, 0.8);--theme-font-success-a90: rgba(26, 216, 127, 0.9);--theme-font-warning: #DD810A;--theme-font-warning-a10: rgba(221, 129, 10, 0.1);--theme-font-warning-a20: rgba(221, 129, 10, 0.2);--theme-font-warning-a25: rgba(221, 129, 10, 0.25);--theme-font-warning-a50: rgba(221, 129, 10, 0.5);--theme-font-warning-a75: rgba(221, 129, 10, 0.75);--theme-font-warning-a80: rgba(221, 129, 10, 0.8);--theme-font-warning-a90: rgba(221, 129, 10, 0.9);--theme-font-error: #A81824;--theme-font-error-a10: rgba(168, 24, 36, 0.1);--theme-font-error-a20: rgba(168, 24, 36, 0.2);--theme-font-error-a25: rgba(168, 24, 36, 0.25);--theme-font-error-a50: rgba(168, 24, 36, 0.5);--theme-font-error-a75: rgba(168, 24, 36, 0.75);--theme-font-error-a80: rgba(168, 24, 36, 0.8);--theme-font-error-a90: rgba(168, 24, 36, 0.9);--theme-font-link: deepskyblue;--theme-font-link-a10: rgba(0, 191, 255, 0.1);--theme-font-link-a20: rgba(0, 191, 255, 0.2);--theme-font-link-a25: rgba(0, 191, 255, 0.25);--theme-font-link-a50: rgba(0, 191, 255, 0.5);--theme-font-link-a75: rgba(0, 191, 255, 0.75);--theme-font-link-a80: rgba(0, 191, 255, 0.8);--theme-font-link-a90: rgba(0, 191, 255, 0.9);--theme-font-link-visited: darkorchid;--theme-font-link-visited-a10: rgba(153, 50, 204, 0.1);--theme-font-link-visited-a20: rgba(153, 50, 204, 0.2);--theme-font-link-visited-a25: rgba(153, 50, 204, 0.25);--theme-font-link-visited-a50: rgba(153, 50, 204, 0.5);--theme-font-link-visited-a75: rgba(153, 50, 204, 0.75);--theme-font-link-visited-a80: rgba(153, 50, 204, 0.8);--theme-font-link-visited-a90: rgba(153, 50, 204, 0.9);--theme-border-primary: #B5B5B5;--theme-border-primary-a10: rgba(181, 181, 181, 0.1);--theme-border-primary-a20: rgba(181, 181, 181, 0.2);--theme-border-primary-a25: rgba(181, 181, 181, 0.25);--theme-border-primary-a50: rgba(181, 181, 181, 0.5);--theme-border-primary-a75: rgba(181, 181, 181, 0.75);--theme-border-primary-a80: rgba(181, 181, 181, 0.8);--theme-border-primary-a90: rgba(181, 181, 181, 0.9);--theme-border-info: #B6EFFB;--theme-border-info-a10: rgba(182, 239, 251, 0.1);--theme-border-info-a20: rgba(182, 239, 251, 0.2);--theme-border-info-a25: rgba(182, 239, 251, 0.25);--theme-border-info-a50: rgba(182, 239, 251, 0.5);--theme-border-info-a75: rgba(182, 239, 251, 0.75);--theme-border-info-a80: rgba(182, 239, 251, 0.8);--theme-border-info-a90: rgba(182, 239, 251, 0.9);--theme-border-success: #BADBCC;--theme-border-success-a10: rgba(186, 219, 204, 0.1);--theme-border-success-a20: rgba(186, 219, 204, 0.2);--theme-border-success-a25: rgba(186, 219, 204, 0.25);--theme-border-success-a50: rgba(186, 219, 204, 0.5);--theme-border-success-a75: rgba(186, 219, 204, 0.75);--theme-border-success-a80: rgba(186, 219, 204, 0.8);--theme-border-success-a90: rgba(186, 219, 204, 0.9);--theme-border-warning: #FFECB5;--theme-border-warning-a10: rgba(255, 236, 181, 0.1);--theme-border-warning-a20: rgba(255, 236, 181, 0.2);--theme-border-warning-a25: rgba(255, 236, 181, 0.25);--theme-border-warning-a50: rgba(255, 236, 181, 0.5);--theme-border-warning-a75: rgba(255, 236, 181, 0.75);--theme-border-warning-a80: rgba(255, 236, 181, 0.8);--theme-border-warning-a90: rgba(255, 236, 181, 0.9);--theme-border-error: #F5C2C7;--theme-border-error-a10: rgba(245, 194, 199, 0.1);--theme-border-error-a20: rgba(245, 194, 199, 0.2);--theme-border-error-a25: rgba(245, 194, 199, 0.25);--theme-border-error-a50: rgba(245, 194, 199, 0.5);--theme-border-error-a75: rgba(245, 194, 199, 0.75);--theme-border-error-a80: rgba(245, 194, 199, 0.8);--theme-border-error-a90: rgba(245, 194, 199, 0.9);--theme-shadow-primary: #FFFCF0;--theme-shadow-primary-a10: rgba(255, 252, 240, 0.1);--theme-shadow-primary-a20: rgba(255, 252, 240, 0.2);--theme-shadow-primary-a25: rgba(255, 252, 240, 0.25);--theme-shadow-primary-a50: rgba(255, 252, 240, 0.5);--theme-shadow-primary-a75: rgba(255, 252, 240, 0.75);--theme-shadow-primary-a80: rgba(255, 252, 240, 0.8);--theme-shadow-primary-a90: rgba(255, 252, 240, 0.9);--theme-shadow-primary-faint: rgba(255, 252, 240, 0.5);--theme-shadow-secondary: black;--theme-shadow-secondary-a10: rgba(0, 0, 0, 0.1);--theme-shadow-secondary-a20: rgba(0, 0, 0, 0.2);--theme-shadow-secondary-a25: rgba(0, 0, 0, 0.25);--theme-shadow-secondary-a50: rgba(0, 0, 0, 0.5);--theme-shadow-secondary-a75: rgba(0, 0, 0, 0.75);--theme-shadow-secondary-a80: rgba(0, 0, 0, 0.8);--theme-shadow-secondary-a90: rgba(0, 0, 0, 0.9);--theme-shadow-secondary-faint: rgba(0, 0, 0, 0.25);--theme-btn-bg-primary: #E7953C;--theme-btn-bg-primary-a10: rgba(231, 149, 60, 0.1);--theme-btn-bg-primary-a20: rgba(231, 149, 60, 0.2);--theme-btn-bg-primary-a25: rgba(231, 149, 60, 0.25);--theme-btn-bg-primary-a50: rgba(231, 149, 60, 0.5);--theme-btn-bg-primary-a75: rgba(231, 149, 60, 0.75);--theme-btn-bg-primary-a80: rgba(231, 149, 60, 0.8);--theme-btn-bg-primary-a90: rgba(231, 149, 60, 0.9);--theme-btn-bg-secondary: #1E6400;--theme-btn-bg-secondary-a10: rgba(30, 100, 0, 0.1);--theme-btn-bg-secondary-a20: rgba(30, 100, 0, 0.2);--theme-btn-bg-secondary-a25: rgba(30, 100, 0, 0.25);--theme-btn-bg-secondary-a50: rgba(30, 100, 0, 0.5);--theme-btn-bg-secondary-a75: rgba(30, 100, 0, 0.75);--theme-btn-bg-secondary-a80: rgba(30, 100, 0, 0.8);--theme-btn-bg-secondary-a90: rgba(30, 100, 0, 0.9)}html:has([data-theme]){background-color:#000;color:#f5f5f5}@media(prefers-color-scheme: light){html{background-color:#f5f5f5;color:#000}}@media(prefers-color-scheme: dark){html{background-color:#000;color:#f5f5f5}}html:not(:has(body[data-theme]))::before{content:"";aspect-ratio:5/2;position:fixed;top:50%;left:50%;transform:translate(-50%, -50%) scale(1);width:10em;background-image:url("/img/logo-full.svg");background-size:contain;background-repeat:no-repeat;background-position:center;animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,100%{transform:translateX(-50%) translateY(-50%) scale(1, 1)}50%{transform:translateX(-50%) translateY(-50%) scale(1.2, 0.8)}}body:not([data-theme]){visibility:hidden}:root{--base-font-family: "微軟正黑體", "微软雅黑", "メイリオ", "맑은 고딕", "Helvetica Neue", Helvetica, Arial, sans-serif}html{line-height:normal}fieldset legend{padding:0 .5em}input{line-height:normal}code,kbd,samp{font-family:var(--base-font-family)}:root{--heading-font-size-ratio-h1: 2;--heading-font-size-ratio-h2: 1.5;--heading-font-size-ratio-h3: 1.15;--heading-font-size-ratio-h4: 1;--heading-font-size-ratio-h5: 0.83;--heading-font-size-ratio-h6: 0.67}@media(max-width: 576px){:root{--heading-font-size-ratio-h1: 1.5;--heading-font-size-ratio-h2: 1.25}}h1{font-size:calc(var(--heading-font-size-ratio-h1)*1em)}h2{font-size:calc(var(--heading-font-size-ratio-h2)*1em)}h3{font-size:calc(var(--heading-font-size-ratio-h3)*1em)}h4{font-size:calc(var(--heading-font-size-ratio-h4)*1em)}h5{font-size:calc(var(--heading-font-size-ratio-h5)*1em)}h6{font-size:calc(var(--heading-font-size-ratio-h6)*1em)}@media(max-width: 576px){h1{font-size:calc(var(--heading-font-size-ratio-h1)*1em)}h2{font-size:calc(var(--heading-font-size-ratio-h2)*1em)}}*{box-sizing:border-box}html,body{width:100%}html{height:100%}body{--main-header-height: 4.5em;overflow:hidden;display:flex;flex-direction:column;margin:0 auto;padding:0 !important;max-width:1920px;min-height:100%;height:100%;background-color:var(--theme-bg-primary);color:var(--theme-font-primary);font-family:var(--base-font-family)}@media(max-width: 768px){body{--main-header-height: 6.25em}}@media(max-width: 576px){body{--main-header-height: 4.5em}}body main{flex:1;display:flex;flex-direction:column;margin:0 auto;max-width:1700px;width:100%}@media(max-width: 1700px){body main{max-width:100%}}a{color:var(--theme-font-link)}a:visited{color:var(--theme-font-link-visited)}a:not([href]){cursor:auto}a.btn{color:inherit}details summary{cursor:pointer}p{line-height:normal}template{display:none !important}.body-scroll-wrapper{scroll-padding-top:calc(var(--main-header-height) + .5em);overflow-x:hidden;overflow-y:auto;flex:1;display:flex;flex-direction:column;background-image:var(--theme-bg-main-img);background-repeat:repeat-y;background-size:contain;background-position:0 0}@media(max-width: 576px){.body-scroll-wrapper{background-image:var(--theme-bg-main-img--mobile)}}@media print{@page{size:A4 portrait}.no-print,aside{display:none !important}*{overflow:revert !important;animation:none !important;text-shadow:none !important;box-shadow:none !important;filter:none !important}html,body{background:none;color:#000}h1,h2,h3,h4,h5,h6{page-break-after:avoid}img{page-break-inside:avoid}.body-scroll-wrapper{background:none}.main-header{position:relative}.app-play .app-enter{position:relative}}[sr-only],[seo-only]{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;overflow:hidden !important;white-space:nowrap !important;border:0 !important;clip-path:inset(50%) !important}[data-unread]{position:relative}[data-unread]::after{content:attr(data-unread);position:absolute;top:0;right:0;aspect-ratio:1/1;padding:.125em .25em;min-width:1em;width:max-content;border-radius:1em;background-color:red;color:#fff;font-size:12px}blockquote{--border-color: #fdfdfe;--bg-color: #fefefe;--color: #636464;margin:.5em 0 .5em 1em;border:.0625em solid var(--border-color);border-left:.25em solid var(--color);padding:.5em;max-width:100%;background-color:var(--bg-color);color:var(--color)}blockquote:empty{display:none}blockquote.info{--border-color: var(--theme-border-info);--bg-color: var(--theme-bg-info);--color: var(--theme-font-info)}blockquote.success{--border-color: var(--theme-border-success);--bg-color: var(--theme-bg-success);--color: var(--theme-font-success)}blockquote.warning{--border-color: var(--theme-border-warning);--bg-color: var(--theme-bg-warning);--color: var(--theme-font-warning)}blockquote.error{--border-color: var(--theme-border-error);--bg-color: var(--theme-bg-error);--color: var(--theme-font-error)}button,.btn{--shadow-size: 0.125em;--shadow-color: var(--theme-shadow-primary-faint);appearance:button;cursor:pointer;filter:drop-shadow(var(--shadow-size) var(--shadow-size) var(--shadow-size) var(--shadow-color));display:inline-block;padding:.25em .5em;border-radius:.25em;border:none;background-color:var(--theme-btn-bg-normal);color:var(--theme-btn-font-normal);font-size:1em;font-weight:bold;text-decoration:none;text-align:center;line-height:1.15}button:disabled,button.disabled,button:is(a):not([href]),.btn:disabled,.btn.disabled,.btn:is(a):not([href]){cursor:no-drop;opacity:.8}button:disabled:active,button.disabled:active,button:is(a):not([href]):active,.btn:disabled:active,.btn.disabled:active,.btn:is(a):not([href]):active{content:"";pointer-events:none}button:is(a):not([href]),.btn:is(a):not([href]){opacity:.5}button:not(a):not(:disabled):not(.disabled):active,button:is(a[href]):not(:disabled):not(.disabled):active,.btn:not(a):not(:disabled):not(.disabled):active,.btn:is(a[href]):not(:disabled):not(.disabled):active{--shadow-offset: calc(var(--shadow-size) / 2);--shadow-size-active: var(--shadow-offset);filter:drop-shadow(var(--shadow-offset) var(--shadow-offset) var(--shadow-size-active) var(--shadow-color));transform:translate(var(--shadow-offset), var(--shadow-offset))}.btn-primary{background-color:var(--theme-btn-bg-primary);color:var(--theme-btn-font-primary)}.btn-secondary{background-color:var(--theme-btn-bg-secondary);color:var(--theme-btn-font-secondary)}.btn-image{padding:0;background-color:revert}.btn-image img{display:inline-block}.btn-image:hover .normal{display:none}.btn-image:hover .hover{display:unset}.container{margin:0 auto;max-width:1920px;width:100%}@media screen and (max-width: 1920px){.container{max-width:1200px}}@media screen and (max-width: 1200px){.container{max-width:100%}}@media screen and (max-width: 992px){.container{max-width:100%}}@media screen and (max-width: 768px){.container{max-width:100%}}@media screen and (max-width: 576px){.container{max-width:100%}}details:has(.smooth-toggle){--smooth-duration: 0.3s}details .smooth-toggle{overflow:hidden;height:0;transition:height var(--smooth-duration) linear}.form-grid{--form-gap: 0.75em;display:grid;gap:var(--form-gap);grid-template-columns:auto 1fr;max-width:30em}.form-grid .row{display:grid;grid-column:1/-1;grid-template-columns:subgrid}@media(max-width: 576px){.form-grid .row{row-gap:.25em}}.form-grid .row:has(:only-child:where(textarea[hidden],input[hidden],select[hidden])){display:none}.form-grid .row-header,.form-grid .row-footer{display:flex;justify-content:center;gap:1em}.form-grid .label{font-weight:bold;text-align:right}.form-grid .label.colon::after{content:var(--l10n-colon)}.form-grid .content{position:relative;display:flex;flex-wrap:wrap;gap:.5em;text-align:left;word-break:break-all}.form-grid .content:not(:has(.value)){user-select:all}.form-grid .content .value{user-select:all}.form-grid .content .input-count{display:block;margin-left:auto;color:var(--theme-font-gray);font-size:.5em}.form-grid .content .input-count[data-count-label]::after{content:attr(data-count-label)}.form-grid .content-group{display:inherit;gap:inherit;align-items:inherit}.form-grid textarea{resize:vertical;min-height:5.5em;height:7.5em}.form-grid textarea,.form-grid input:not([type=checkbox]):not([type=radio]),.form-grid select,.form-grid select+.ts-wrapper{padding:.5em;width:100%;border:.125em inset var(--theme-border-primary);border-radius:var(--radius-m);background-color:#fff}.form-grid textarea::placeholder,.form-grid input:not([type=checkbox]):not([type=radio])::placeholder,.form-grid select::placeholder,.form-grid select+.ts-wrapper::placeholder{color:#a9a9a9}.form-grid textarea[pattern]:not(:valid),.form-grid input:not([type=checkbox]):not([type=radio])[pattern]:not(:valid),.form-grid select[pattern]:not(:valid),.form-grid select+.ts-wrapper[pattern]:not(:valid){color:red}.form-grid textarea[pattern]:valid,.form-grid input:not([type=checkbox]):not([type=radio])[pattern]:valid,.form-grid select[pattern]:valid,.form-grid select+.ts-wrapper[pattern]:valid{color:green}.form-grid select[hidden]+.ts-wrapper{display:none}.form-grid input:read-only:not([type=checkbox]):not([type=radio]){background-color:var(--theme-bg-light-gray)}.fullscreen{position:fixed !important;top:0 !important;right:0 !important;bottom:0 !important;left:0 !important;z-index:10000 !important}.icon-help{cursor:help;margin-left:auto;height:fit-content;opacity:.5}.icon-help:hover{opacity:revert}.icon.is-operate{color:#90ee90}.icon.is-stop-operate{color:red}.icon.is-preparing{color:#000}.icon.is-maintenance{color:#daa520}.icon.is-game{color:skyblue}.icon.is-not-game{color:#00008b}.icon.is-test{color:#ffb6c1}.icon.is-disuse{color:#a9a9a9}i.icon-support{--size: 1em;position:relative;width:var(--size);height:var(--size)}i.icon-support::before{display:var(--fa-display, inline-block);font-family:"Font Awesome 6 Free";font-size:normal;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:900;content:"";display:flex;margin:auto;margin-left:calc(.15*var(--size));width:max-content;height:max-content;font-size:calc(.8*var(--size))}i.icon-support::after{display:var(--fa-display, inline-block);font-family:"Font Awesome 6 Free";font-size:normal;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:900;content:"";position:absolute;left:0;right:0;bottom:calc(-0.1*var(--size));display:inline-flex;margin:auto;width:max-content;height:max-content;font-size:calc(.85*var(--size))}img,.image{display:block;object-fit:contain;max-height:100%;max-width:100%;transform:translateZ(0);will-change:transform}img.loading,.image.loading{width:100%;height:100%;background-image:url("/img/loading.svg");background-size:contain;background-repeat:no-repeat;background-position:center}.qr-code{aspect-ratio:1/1;image-rendering:pixelated}.transparent-grid-block{--block-size: 10px;--block-position: calc(var(--block-size) * 0.5);--block-color-primary: white;--block-color-secondary: rgba(0, 0, 0, 0.1);background-color:var(--block-color-primary);background-image:linear-gradient(45deg, var(--block-color-secondary) 25%, transparent 25%),linear-gradient(-45deg, var(--block-color-secondary) 25%, transparent 25%),linear-gradient(45deg, transparent 75%, var(--block-color-secondary) 75%),linear-gradient(-45deg, transparent 75%, var(--block-color-secondary) 75%);background-size:var(--block-size) var(--block-size);background-position:0 0,0 var(--block-position),var(--block-position) calc(-1*var(--block-position)),calc(-1*var(--block-position)) 0}input[type=checkbox],input[type=radio]{cursor:pointer}textarea:read-only{background-color:gray}.checkbox,.radio-box{--symbol-border-width: 0.125em;--symbol-size: 1em;--symbol-gap: 0.125em;--symbol-inner-size: calc(var(--symbol-size) - 2 * var(--symbol-gap) - 2 * var(--symbol-border-width));--symbol-border-radius: 0.0625em;--symbol-color: var(--theme-bg-orange);--border-color: var(--theme-border-primary);user-select:none;position:relative;display:inline-flex;align-items:center;gap:.25em;margin:0;padding:0 .25em;border-radius:var(--radius-m);border:.0625em solid rgba(0,0,0,0)}.checkbox:hover,.radio-box:hover{border-color:var(--border-color)}.checkbox:has(input:disabled),.radio-box:has(input:disabled){opacity:.5}.checkbox:has(input:disabled):hover,.radio-box:has(input:disabled):hover{border-color:rgba(0,0,0,0)}.checkbox:has(input:disabled) .input,.checkbox:has(input:disabled) .label,.radio-box:has(input:disabled) .input,.radio-box:has(input:disabled) .label{cursor:no-drop !important}.checkbox input,.radio-box input{appearance:none;-webkit-appearance:none;display:block;margin:0 calc(var(--symbol-gap) + var(--symbol-border-width));width:var(--symbol-inner-size);height:var(--symbol-inner-size);outline:var(--symbol-border-width) solid var(--symbol-color);outline-offset:var(--symbol-gap);border-radius:var(--symbol-border-radius);background-color:var(--symbol-color)}.checkbox input:not(:checked),.radio-box input:not(:checked){background-color:rgba(0,0,0,0)}.checkbox .label,.radio-box .label{display:flex;align-items:center;max-width:100%;width:max-content}.checkbox .label:empty::before,.radio-box .label:empty::before{content:"??"}.checkbox:has(input[type=checkbox]){cursor:pointer}.radio-box{--symbol-border-radius: 50%}.radio-box:has(input[type=radio]){cursor:pointer}kbd{padding:.125em .25em;border-radius:.1875em;border:1px solid #ccc;background-color:#f5f5f5;color:#000;font-size:.75em;line-height:1.25;vertical-align:middle}*::-webkit-scrollbar{width:.5em;height:.5em;background-color:rgba(0,0,0,0)}*::-webkit-scrollbar-track{background-color:rgba(0,0,0,0)}*::-webkit-scrollbar-thumb{border-radius:.5em;background-color:var(--theme-bg-orange)}*::-webkit-scrollbar-corner{background-color:rgba(0,0,0,0)}[data-browser*=firefox] *{scrollbar-color:var(--theme-bg-orange) rgba(0,0,0,0);scrollbar-width:thin}.secondary-scrollbar::-webkit-scrollbar{width:.5em;height:.5em;background-color:rgba(0,0,0,0)}.secondary-scrollbar::-webkit-scrollbar-track{background-color:rgba(0,0,0,0)}.secondary-scrollbar::-webkit-scrollbar-thumb{border-radius:.5em;background-color:var(--theme-bg-green)}.secondary-scrollbar::-webkit-scrollbar-corner{background-color:rgba(0,0,0,0)}[data-browser*=firefox] .secondary-scrollbar{scrollbar-color:var(--theme-bg-green) rgba(0,0,0,0);scrollbar-width:thin}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar::-webkit-scrollbar-track{display:none}.no-scrollbar::-webkit-scrollbar-thumb{display:none}.no-scrollbar::-webkit-scrollbar-corner{background-color:rgba(0,0,0,0)}[data-browser*=firefox] .no-scrollbar{scrollbar-width:none}.mouse-horizontal-scrollable{user-select:none;cursor:grab;overflow-x:auto}.mouse-horizontal-scrollable.dragging{cursor:grabbing}.shadow{--shadow-size: 0.25em;--shadow-color: var(--theme-shadow-primary-faint);filter:drop-shadow(0 0 var(--shadow-size) var(--shadow-color))}.shadow-bottom{--shadow-size: 0.25em;--shadow-color: var(--theme-shadow-primary-faint);filter:drop-shadow(0 var(--shadow-size) var(--shadow-size) var(--shadow-color))}.shadow-bottom-right{--shadow-size: 0.25em;--shadow-color: var(--theme-shadow-primary-faint);filter:drop-shadow(var(--shadow-size) var(--shadow-size) var(--shadow-size) var(--shadow-color))}.text-shadow{--shadow-text-size: 0.1em;--shadow-text-color: var(--theme-shadow-primary-faint);text-shadow:var(--shadow-text-size) var(--shadow-text-size) var(--shadow-text-color)}@keyframes Rotation{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}100%{transform:rotate(360deg)}}@keyframes ReverseRotation{0%{transform:rotate(0deg)}50%{transform:rotate(-180deg)}100%{transform:rotate(-360deg)}}.vda-wrapper{--vda-width: 100%;--vda-height: 100%;position:relative;display:block;max-width:100%;max-height:100%;width:var(--vda-width);height:var(--vda-height)}[data-env*=develop] .vda-wrapper{--color-rgb: 0, 0, 255;outline:2px dashed rgb(var(--color-rgb));background-color:rgba(var(--color-rgb), 0.1)}.vda-wrapper:not(:has(*))::after{content:"Ads slot";display:flex;justify-content:center;align-items:center;position:absolute;top:0;right:0;bottom:0;left:0}.vda-wrapper .vda-slot{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.vda-wrapper .vda-slot:has(>ins:empty){display:flex;align-items:center;flex-direction:column;background-color:rgba(0,0,0,.1);font-weight:bold}.vda-wrapper .vda-slot:has(>ins:empty)::before{--size: 1em;display:var(--fa-display, inline-block);font-family:"Font Awesome 6 Free";font-size:normal;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:900;content:"";position:absolute;bottom:50%;margin:auto;width:var(--size);height:var(--size);animation:Rotation 1s linear infinite}.vda-wrapper .vda-slot:has(>ins:empty)::after{content:"Ads initializing...";position:absolute;top:50%}.vda-wrapper.w300{--vda-width: 300px}.vda-wrapper.h250{--vda-height: 250px}.vda-wrapper.h600{--vda-height: 600px}body{--main-header-height: 4.5em;--app-icon-bg-color: var(--theme-bg-secondary)}@media(max-width: 768px){body{--main-header-height: 6.25em}}@media(max-width: 576px){body{--main-header-height: 4.5em}}section.block:last-child{margin-bottom:2em}.block-title{width:100%}.user-select-all{user-select:all}.title-under-line{margin-right:auto;padding-left:.5em;padding-right:.5em;max-width:100%;width:max-content}@media(max-width: 576px){.title-under-line{margin-left:auto}}.title-under-line::after{content:"";display:block;margin:.125em -0.5em 0 -0.5em;border-radius:var(--radius-s);width:calc(100% + 1em);height:.1875em;background-image:linear-gradient(to right, var(--theme-bg-dark-orange-a25), var(--theme-bg-dark-orange), var(--theme-bg-dark-orange-a25))}.loading-value{--gap: 0.5em;display:inline-flex !important;gap:var(--gap);width:max-content}.loading-value::before{--size: 1em;display:var(--fa-display, inline-block);font-family:"Font Awesome 6 Free";font-size:normal;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:900;content:"";margin:auto;width:var(--size);height:var(--size);animation:Rotation 1s linear infinite}.loading-value::after{margin-left:calc(-1*var(--gap));content:"..."}.loading-value:empty:after{margin-left:0;content:var(--l10n-loading-value) "..."}.app-icon{overflow:hidden;aspect-ratio:1/1;border-radius:var(--radius-xl);background-color:var(--app-icon-bg-color)}

/*# sourceMappingURL=main.014dbe78.css.map*/