:root{--primary-light-mode:#4cc9f0;--primary-dark-mode:#96e6ff;--full-white:#fff;--full-black:#000;--background-black:#232323;--buttons-light-mode:#0b66c3;--buttons-dark-mode:#fff;--grayed-out:#bdbdbd;--error-text:#0b4e92;--bg-color:var(--full-white);--bg-color-negative:var(--primary-light-mode);--accent-color:var(--primary-light-mode);--text-color:var(--full-black);--text-color-negative:var(--full-white);--button-color:var(--buttons-light-mode)}@media (prefers-color-scheme:dark){:root{--bg-color:var(--background-black);--bg-color-negative:var(--primary-dark-mode);--accent-color:var(--primary-dark-mode);--text-color:var(--full-white);--text-color-negative:var(--full-black);--button-color:var(--buttons-dark-mode)}}.light-mode{--bg-color:var(--full-white);--bg-color-negative:var(--primary-light-mode);--accent-color:var(--primary-light-mode);--text-color:var(--full-black);--text-color-negative:var(--full-white);--button-color:var(--buttons-light-mode)}.dark-mode{--bg-color:var(--background-black);--bg-color-negative:var(--primary-dark-mode);--accent-color:var(--primary-dark-mode);--text-color:var(--full-white);--text-color-negative:var(--full-black);--button-color:var(--buttons-dark-mode)}*{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}:root{--border-width:.3rem;--focus:0px 0px 17px 8px #4cc9f0;--border:var(--border-width) solid var(--accent-color);--mobile-shadow:0 .125rem .625rem rgba(0,0,0,.25);--mobile-shadow-active:0 .125rem .125rem rgba(0,0,0,.25)}@media (prefers-color-scheme:dark){:root{--focus:0px 0px 17px 8px #fff}}:root .dark-mode{--focus:0px 0px 17px 8px #fff}@media screen and (max-width:700px){:root{--border-width:.2rem}}.hidden{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.focus:focus,.focus:focus-visible{-webkit-box-shadow:var(--focus);box-shadow:var(--focus);outline:none}@font-face{font-family:Inter;font-style:normal;font-weight:400;src:url(./inter-v12-latin-ext_latin-regular.663de58f.eot);src:local(""),url(./inter-v12-latin-ext_latin-regular.663de58f.eot?#iefix) format("embedded-opentype"),url(./inter-v12-latin-ext_latin-regular.9cd46bd8.woff2) format("woff2"),url(./inter-v12-latin-ext_latin-regular.33bbf334.woff) format("woff"),url(./inter-v12-latin-ext_latin-regular.b81accb8.ttf) format("truetype"),url(./inter-v12-latin-ext_latin-regular.ff2d9a1c.svg#Inter) format("svg")}@font-face{font-family:Inter;font-style:normal;font-weight:500;src:url(./inter-v12-latin-ext_latin-500.e6e6cf0e.eot);src:local(""),url(./inter-v12-latin-ext_latin-500.e6e6cf0e.eot?#iefix) format("embedded-opentype"),url(./inter-v12-latin-ext_latin-500.d23cbff7.woff2) format("woff2"),url(./inter-v12-latin-ext_latin-500.c1ea9351.woff) format("woff"),url(./inter-v12-latin-ext_latin-500.c3b7c80b.ttf) format("truetype"),url(./inter-v12-latin-ext_latin-500.2c1f242b.svg#Inter) format("svg")}@font-face{font-family:Inter;font-style:normal;font-weight:600;src:url(./inter-v12-latin-ext_latin-600.37f76be0.eot);src:local(""),url(./inter-v12-latin-ext_latin-600.37f76be0.eot?#iefix) format("embedded-opentype"),url(./inter-v12-latin-ext_latin-600.428cf1a8.woff2) format("woff2"),url(./inter-v12-latin-ext_latin-600.debf2949.woff) format("woff"),url(./inter-v12-latin-ext_latin-600.d81e37d2.ttf) format("truetype"),url(./inter-v12-latin-ext_latin-600.b73dbfac.svg#Inter) format("svg")}@font-face{font-family:Inter;font-style:normal;font-weight:700;src:url(./inter-v12-latin-ext_latin-700.9d6f5c1f.eot);src:local(""),url(./inter-v12-latin-ext_latin-700.9d6f5c1f.eot?#iefix) format("embedded-opentype"),url(./inter-v12-latin-ext_latin-700.6c45b96e.woff2) format("woff2"),url(./inter-v12-latin-ext_latin-700.ab946822.woff) format("woff"),url(./inter-v12-latin-ext_latin-700.84ac8ed2.ttf) format("truetype"),url(./inter-v12-latin-ext_latin-700.1328ff4a.svg#Inter) format("svg")}:root{font-family:Inter,sans-serif}#__nuxt,body,html{min-height:100vh;overflow-x:hidden;position:relative;scroll-behavior:smooth}body{background:var(--bg-color)}.card,body{color:var(--text-color)}.card{-ms-flex-line-pack:center;align-content:center;background-color:var(--bg-color);border:var(--border);border-radius:.625rem;display:grid;font-size:.75rem;padding:.5rem;text-align:center}.card__title{font-size:1.125rem;font-weight:600}.card--accent{background-color:var(--accent-color)}.card--accent .card__button-arrow{color:var(--text-color)}@media (prefers-color-scheme:dark){.card{background-color:var(--bg-color-negative);color:var(--text-color-negative)}.card .card__button-arrow{color:var(--bg-color)}.card--accent{background-color:var(--bg-color);color:var(--text-color)}.card--accent .card__button-arrow{color:var(--accent-color)}}.dark-mode .card{background-color:var(--bg-color-negative);color:var(--text-color-negative)}.dark-mode .card .card__button-arrow{color:var(--bg-color)}.dark-mode .card--accent{background-color:var(--bg-color);color:var(--text-color)}.dark-mode .card--accent .card__button-arrow{color:var(--accent-color)}.btn{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:var(--bg-color);border:var(--border-width) solid var(--accent-color);border-radius:3.1rem;-webkit-box-shadow:var(--mobile-shadow);box-shadow:var(--mobile-shadow);color:var(--text-color);display:-webkit-box;display:-ms-flexbox;display:flex;font-size:.87rem;font-weight:600;justify-content:center;padding:.5rem 1.8rem;text-align:center;text-decoration:none;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}.btn:hover{background:var(--bg-color-negative)}@media (min-width:576px) and (min-height:576px){.btn{font-size:1.5rem}}.btn[data-v-4529b7a3]{cursor:pointer}@media (min-height:448px){.btn[data-v-4529b7a3]{padding:.7rem 1.8rem}}.error[data-v-797e16e3]{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:grid;grid-template-rows:repeat(3,1fr);height:100vh;justify-content:center;justify-items:center;width:100vw}.error[data-v-797e16e3],.error .light-mode[data-v-797e16e3]{color:var(--error-text)}@media (prefers-color-scheme:dark){.error[data-v-797e16e3]{color:var(--primary-dark-mode)}}.error .dark-mode[data-v-797e16e3]{color:var(--primary-dark-mode)}.error-code[data-v-797e16e3]{-ms-flex-item-align:end;align-self:end;font-size:6rem;font-weight:700}.error-code[data-v-797e16e3],.error-code .light-mode[data-v-797e16e3]{background:-webkit-gradient(linear,left top,left bottom,color-stop(.36%,#4cc9f0),color-stop(100.36%,#0b66c3));background:-o-linear-gradient(top,#4cc9f0 .36%,#0b66c3 100.36%);background:linear-gradient(180deg,#4cc9f0 .36%,#0b66c3 100.36%);-webkit-background-clip:text;background-clip:text;color:transparent}@media (prefers-color-scheme:dark){.error-code[data-v-797e16e3]{background:-webkit-gradient(linear,left bottom,left top,color-stop(-.36%,#4cc9f0),color-stop(75.35%,#96e6ff));background:-o-linear-gradient(bottom,#4cc9f0 -.36%,#96e6ff 75.35%);background:linear-gradient(0deg,#4cc9f0 -.36%,#96e6ff 75.35%);-webkit-background-clip:text;background-clip:text;color:transparent}}.error-code .dark-mode[data-v-797e16e3]{background:-webkit-gradient(linear,left bottom,left top,color-stop(-.36%,#4cc9f0),color-stop(75.35%,#96e6ff));background:-o-linear-gradient(bottom,#4cc9f0 -.36%,#96e6ff 75.35%);background:linear-gradient(0deg,#4cc9f0 -.36%,#96e6ff 75.35%);-webkit-background-clip:text;background-clip:text;color:transparent}.error-message[data-v-797e16e3]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-ms-flex-item-align:start;align-items:center;align-self:start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.error-message-title[data-v-797e16e3]{font-size:2rem;font-weight:500}.error-message-error[data-v-797e16e3]{font-size:1.5rem;font-weight:500}.error-button[data-v-797e16e3]{grid-row:3;padding:.75rem 1.25rem}@media (min-height:448px){.error[data-v-797e16e3]{grid-template-rows:.5fr .2fr .2fr}}@media (min-height:576px){.error[data-v-797e16e3]{grid-template-rows:.5fr .15fr .2fr}}@media (min-height:768px){.error[data-v-797e16e3]{grid-template-rows:.5fr .1fr .2fr}}@media (min-width:576px) and (min-height:576px){.error-code[data-v-797e16e3]{font-size:8rem}.error-message-title[data-v-797e16e3]{font-size:3rem}.error-message-error[data-v-797e16e3]{font-size:2rem}.error-button[data-v-797e16e3]{font-size:1.25rem}}
