@import"https://fonts.googleapis.com/css2?family=Rubik:wght@400;500&display=swap";*{font-family:Rubik,sans-serif;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;margin:0;padding:0}body{background-color:var(--BG_1)}body._modal{overflow:hidden}body,html{-webkit-font-smoothing:antialiased;scroll-behavior:smooth}h1,h2,h3,h4,h5,h6,p{color:var(--FG_9)}a{text-decoration:none;color:unset}.mention{background-color:var(--BG_2);color:var(--FG_5);font-weight:500;border-radius:5px;padding:1px 5px}.mention:hover{background-color:var(--BG_4)}.mention img{-ms-interpolation-mode:nearest-neighbor;image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;height:15px;border-radius:2px;margin-right:4px;margin-bottom:-2px}h1{font-size:60px;line-height:78px}h1,h2{font-weight:500}h2{font-size:50px;line-height:66px}h3{font-size:42px;line-height:56px}h3,h4{font-weight:500}h4{font-size:36px;line-height:48px}h5{font-size:26px;line-height:34px}h5,h6{font-weight:500}h6{font-size:20px;line-height:26px}.text_12,.text_12_medium{font-size:12px;font-weight:400;line-height:20px}.text_12_medium{font-weight:500}.text_14,.text_14_medium{font-size:14px;font-weight:400;line-height:22px}.text_14_medium{font-weight:500}.text_16,.text_16_medium{font-size:16px;font-weight:400;line-height:25px}.text_16_medium{font-weight:500}.text_18,.text_18_medium{font-size:18px;font-weight:400;line-height:28px}.button_14,.text_18_medium{font-weight:500}.button_14{font-size:14px;line-height:24px}.button_16{font-size:16px;line-height:26px}.button_16,.button_18{font-weight:500;letter-spacing:.02em}.button_18{font-size:18px;line-height:28px}:root{--BG_0:#fff;--BG_1:#f5f4f2;--BG_2:#f2f2f0;--BG_3:#f0efed;--BG_4:#dedbd3;--BG_8:#2e2c26;--BG_9:#1f1d19;--FG_0:#191f1a;--FG_3:#bbc4bc;--FG_5:#7a7974;--FG_6:#5c615d;--FG_7:#444744;--FG_9:#1f1d19;--TC_5:#fec62e;--TC_6:#ebb72a;--TC_7:#d6a726;--RED:#ef5d5d;--BLU:#5d5def;--YEL:#fec62e;--GRN:#4fd55c;--BG_RED:#fbdddd;--BG_BLUE:#ddddfb;--BG_YEL:#fbf7c8;--BG_GRN:#c9fbce}body._dark{--BG_0:#191918;--BG_1:#0f0f0e;--BG_2:#292827;--BG_3:#212120;--BG_4:#3d3c3a;--BG_8:#2e2c26;--BG_9:#1f1d19;--FG_0:#1f1d19;--FG_3:#3d3c3b;--FG_5:#8f8d87;--FG_6:#61605c;--FG_7:#474644;--FG_9:#e5e3dc;--BG_RED:#2e2222;--BG_BLUE:#21212e;--BG_YEL:#29281e;--BG_GRN:#1e291f}@media(prefers-color-scheme:dark){body:not(._light){--BG_0:#191918;--BG_1:#0f0f0e;--BG_2:#292827;--BG_3:#212120;--BG_4:#3d3c3a;--BG_8:#2e2c26;--BG_9:#1f1d19;--FG_0:#1f1d19;--FG_3:#3d3c3b;--FG_5:#8f8d87;--FG_6:#61605c;--FG_7:#474644;--FG_9:#e5e3dc;--BG_RED:#2e2222;--BG_BLUE:#21212e;--BG_YEL:#29281e;--BG_GRN:#1e291f}}.animation_rotate{-webkit-animation:rotate 1s linear infinite reverse;animation:rotate 1s linear infinite reverse}.animation_rotate._reverse{-webkit-animation:rotate 1s linear infinite;animation:rotate 1s linear infinite}@-webkit-keyframes rotate{0%{transform:rotate(1turn)}to{transform:rotate(0deg)}}@keyframes rotate{0%{transform:rotate(1turn)}to{transform:rotate(0deg)}}@-webkit-keyframes loading{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@keyframes loading{0%{opacity:1}50%{opacity:.5}to{opacity:1}}