:root{--theme-primary-light: #a7391b;--theme-on-primary-light: #ffffff;--theme-secondary-light: #a73a0f;--theme-on-background-light: #201a19;--theme-on-surface-light: #201a19;--theme-on-surface-variant-light: #53433f;--theme-primary-dark: #ffb4a1;--theme-primary-container-dark: #862204;--theme-secondary-dark: #ffb59d;--theme-background-dark: #1c1e2c;--theme-on-background-dark: #ede0dd;--theme-surface-dark: #201a19;--theme-on-surface-dark: #ede0dd;--theme-surface-variant-dark: #53433f;--theme-on-surface-variant-dark: #d8c2bc;--theme-background-primary: #1c1e2c;--theme-background-secondary: #292c3e;--theme-accent-primary: #222433;--theme-accent-secondary: #f23a4c;--theme-text-primary: #ffffff;--theme-text-secondary: #b3b6c9;--theme-text-strong: #ffe1b0;--theme-text-small: #4b4e5c;--theme-text-footer-primary: #B8B9CC;--theme-text-footer-secondary: #A6ACB5;--theme-tertiary-container: #93c35b;--theme-tertiary-text: #6b5530}:root{--spacing: 1rem;--body-color-light: var(--theme-on-surface-variant-light);--body-color: var(--theme-on-surface-light);--body-color-light: var(--theme-on-surface-variant-light);--body-color: var(--theme-on-surface-light);--body-color-dark: var(--theme-on-background-light);--accent-color: var(--theme-primary-light);--message-color: var(--theme-secondary-light);--body-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--title-font: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;--code-font: "Courier New", Courier, monospace;--line-height: 1.5;--body-font-size: 16px;--border-radius: 0.5em;--header-color: #ffffff;--header-color-dark: #ced4da;--header-bg: #000000;--post-card-shadow: rgba(39, 44, 49, 0.06) 8px 14px 38px, rgba(39, 44, 49, 0.03) 1px 3px 8px;--post-card-hover-shadow: 0 0 1px rgba(39, 44, 49, 0.1), 0 3px 16px rgba(39, 44, 49, 0.07)}@media(prefers-color-scheme: dark){:root{--body-bg: var(--theme-background-dark);--body-fg: var(--theme-surface-variant-dark);--body-color-light: var(--theme-on-surface-variant-dark);--body-color: var(--theme-on-surface-dark);--body-color-dark: var(--theme-on-background-dark);--accent-color: var(--theme-primary-dark);--message-color: var(--theme-secondary-dark);--post-card-shadow: rgba(181, 205, 228, 0.06) 8px 14px 38px, rgba(181, 205, 228, 0.03) 1px 3px 8px;--post-card-shadow: 0 0 1px rgba(181, 205, 228, 0.1), 0 3px 16px rgba(181, 205, 228, 0.07)}}@media screen and (min-width: 768px){:root{--body-font-size: 18px}}*{box-sizing:border-box}body{color:var(--body-color);background-color:var(--theme-background-primary);font-family:"Poppins",sans-serif;font-size:var(--body-font-size);line-height:var(--line-height)}h1,h2,h3,h4,h5,h6{font-family:"Poppins",sans-serif;color:var(--theme-text-primary)}p{color:var(--theme-text-secondary)}a{color:var(--theme-text-strong);text-decoration:none}a:hover,a:focus{text-decoration:underline}figure{margin:0}figcaption{font-size:.8em}article img{display:block;max-width:100%;margin:1em 0;border-radius:var(--border-radius)}article img.emoji{display:inline-block;margin:0 .2em;height:1em;width:1em;vertical-align:middle}blockquote{border-left:.2em solid var(--body-color-light);padding-left:var(--spacing);margin-left:0;margin-right:0;font-style:italic}blockquote i,blockquote em{font-style:normal}ul,ol{padding-left:calc(2*var(--spacing));margin:var(--spacing) 0}li ul,li ol{margin:0}li>p{margin-top:0}table{width:100%;border-collapse:collapse;margin:var(--spacing) 0}th{color:var(--theme-text-primary)}td{color:var(--theme-text-secondary)}td,th{padding:.25em .5em;border-bottom:1px solid var(--theme-text-primary)}thead th{border-bottom-color:currentColor}hr{border:0;border-top:1px solid var(--body-color-light)}code,pre{font-family:"Poppins",sans-serif;font-size:.9em}code{padding:.1em .25em;background-color:var(--body-fg);border-radius:var(--border-radius)}pre{overflow:auto;padding:1em;margin:1em 0}pre code{padding:0;background-color:inherit}.highlight{border-radius:var(--border-radius);background-color:var(--body-fg)}.rouge-table{border:0;margin:0}.rouge-table td,.rouge-table th{border:0;padding:0}.rouge-table pre{padding:0;margin:0}.rouge-table .gutter{user-select:none;opacity:.5;padding-right:1em}a[href^="#fn:"],a[href^="#fnref:"]{display:inline-block;margin-left:.1em;font-weight:bold}.footnotes{font-size:.8em}#markdown-toc{font-size:.8em;padding:2em 3em;margin:2em 0;border:solid var(--body-color-light);border-width:1px 0}#markdown-toc::before{display:block;margin-left:-3em;content:"TOC"}.task-list{list-style:none;padding-left:0}.task-list .task-list-item-checkbox{margin-right:.5em;height:1em;width:1em;vertical-align:middle}.button{background:var(--theme-primary-container-dark);color:var(--theme-on-primary-light);padding:var(--border-radius) calc(var(--border-radius)*2);border-radius:var(--border-radius);text-transform:uppercase;font-weight:600;transition:all ease-in-out .2s}.button:hover,.button:focus,.button:active{text-decoration:none;transform:scale(1.02);background:var(--theme-primary-light)}.container{width:100%;padding-right:15px;padding-left:15px;margin-left:auto;margin-right:auto;max-width:1400px !important}@media(min-width: 576px){.container{max-width:540px}}@media(min-width: 768px){.container{max-width:720px}}@media(min-width: 992px){.container{max-width:960px}}@media(min-width: 1200px){.container{max-width:1140px}}.strong{color:var(--theme-text-strong) !important;font-weight:700}.invisible{color:rgba(0,0,0,0)}.iframe-container{width:100vw;min-height:100vh}.play-page{width:100vw;min-height:100vh}.play-page iframe{width:100vw;min-height:100vh}.bg-image{position:absolute;color:var(--header-color);background:#1c1e2b no-repeat center center;background-size:cover;width:100vw;top:0;left:0;z-index:-10;height:100vh}.header{display:flex;flex-direction:column;gap:20px;height:fit;width:100vw;padding:16px 10px}.header-nav{display:flex;justify-content:center;align-items:center;gap:30px;margin-bottom:20px}@media(max-width: 900px){.header-nav{display:none}}.no-link-item-container{display:flex;align-items:center;cursor:pointer}.mobile-no-link-item-container{display:none;align-items:center;cursor:pointer}@media(max-width: 900px){.mobile-no-link-item-container{display:flex}}.no-link-open{position:absolute;display:none;flex-direction:column;background-color:#3e4255;width:200px;gap:10px;border-radius:5px;z-index:10}.mobile-no-link-open{display:none;flex-direction:column;background-color:#32364e;font-weight:400;border-radius:5px;padding-top:10px;padding-bottom:10px;color:#e0e3f0}@media(max-width: 900px){.mobile-no-link-open{display:flex}}.no-link-divider{height:0;border-top:1px solid #e9ecef;border-color:rgba(255,255,255,.1411764706) !important}.mobile-no-link-divider{height:0;margin:.5rem 0;border-top:1px solid #e9ecef;border-color:rgba(255,255,255,.1411764706) !important}.no-link-open a{cursor:pointer;color:#e0e3f0;padding:0 1.5rem;font-weight:400;font-size:1rem;text-decoration:none;transition:all .15s linear}.no-link-open a:first-child{padding-top:.5rem}.no-link-open a:last-child{padding-bottom:.5rem}.no-link-open a:hover{text-decoration:none;color:var(--theme-text-strong)}.mobile-no-link-open a{cursor:pointer;color:#e0e3f0;padding:.5rem 1.5rem;font-weight:400;font-size:1rem;text-decoration:none;transition:all .15s linear}.mobile-no-link-open a:hover{text-decoration:none;color:#f3bc70}.no-link-icon{font-size:12px}.header-nav-item-no-link{display:flex;align-items:center;gap:10px;cursor:pointer;padding-right:5px}.header-nav-item{font-size:1.3rem;color:#fff;font-weight:800;padding:10px 16px;border-radius:8px}.header-nav-item:hover{text-decoration:none}.header-nav-item-active{background-color:#ffe2b2;color:#6b5530}.header-bottom{display:flex;justify-content:center;align-items:center;height:fit;gap:50px}@media(max-width: 900px){.header-bottom{gap:0}}.header-logo{display:flex;justify-content:center;align-items:center;width:250px}@media(max-width: 900px){.header-logo{width:90%;height:90%}}.header-button{cursor:pointer;display:flex;justify-content:center;align-items:center;gap:25px;line-height:1}.header-button:hover{opacity:80%}@media(max-width: 1280px){.header-button{display:none}}.header-button-text{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px}@media(max-width: 900px){.header-button-text{display:none}}.header-button h1{color:#fff;font-size:1.8em;font-weight:900;padding:0;margin:0}@media(max-width: 900px){.header-button h1{display:none}}.header-button p{font-size:medium;padding:0;font-weight:700;color:#e0cba9;margin:0}@media(max-width: 900px){.header-button p{display:none}}.align-start{display:flex;text-align:start;align-items:start}.align-end{display:flex;text-align:end;align-items:end}.header-icon-background{width:80px;height:80px;background:linear-gradient(218deg, #40445d, transparent);display:flex;align-items:center;justify-content:center;font-size:37px;color:#fff;border-radius:100px}@media(max-width: 900px){.header-icon-background{display:none}}.header-icon-tag-container{position:relative}.header-icon-tag{position:absolute;font-size:.9rem;top:-50px;right:-30px;color:#fff;font-weight:900;background:#d92c3b;padding:5px 9px;border-radius:999px}.header-nav-mobile{display:none;align-items:start;background-color:#3b405d;width:100%;padding:15px 10px;padding-bottom:20px;flex-direction:column;margin-bottom:20px;border-radius:12px;gap:15px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;z-index:10}@media(max-width: 900px){.header-nav-mobile{display:flex}}.header-nav-mobile-icon{padding:0px 20px;font-size:30px;color:#9da0ae}.nav-mobile-toggle{height:10px;margin-top:10px;margin-bottom:10px}#header-nav-mobile-items{max-height:0px;height:auto;overflow:hidden;flex-direction:column;width:100%;margin:0;padding:0;-webkit-transition:max-height .5s ease-in-out;-moz-transition:max-height .5s ease-in-out;transition:max-height .5s ease-in-out}.header-nav-mobile-item{display:flex;font-size:1.3rem;align-items:center;color:#fff;font-weight:700;width:100%;height:50px;padding:20px 20px;border-radius:8px;z-index:50}.header-nav-mobile-item:hover{text-decoration:none}.header-nav-mobile-no-link-item{line-height:0;margin:0}.header-nav-item-mobile-active{background-color:#ffe2b2;color:#6b5530}.blogs-title-container{display:flex;flex-direction:column}@media(max-width: 900px){.blogs-title-container{align-items:center;justify-content:center;margin-bottom:0}}.blogs-title-center{align-items:center;justify-content:center;margin-bottom:0}.blogs-title{font-size:52px;font-weight:900;color:#fff;margin-bottom:0}.blogs-title-line{width:3rem;height:7px;background:#ffe2b2}@media(max-width: 768px){.blogs-title-line{margin-bottom:1.5rem}}.post{background-color:#292c3e;border-radius:20px;box-shadow:0 35px 60px -15px rgba(0,0,0,.3);margin-bottom:64px}.post-cover{width:100%;border-radius:20px 20px 0 0;max-height:300px;background-size:cover;object-fit:cover;margin-bottom:0}.post-date{color:#80849c;font-size:1.1em;font-weight:600;line-height:1;margin:0}.post-title{display:flex;flex-wrap:wrap;align-items:center;gap:10px;color:#fff;font-size:2.3em;font-weight:bold;margin-top:0;line-height:1}.post-tag{text-transform:capitalize;display:flex;align-items:center;justify-content:center;height:35px;color:#cdcfe0;font-size:.4em;font-weight:700;background-color:#43465e;padding:5px 15px;border-radius:10px;margin:0;line-height:1}.post-details{display:flex;flex-direction:column;gap:0;line-height:1;padding:64px;padding-bottom:30px}@media(max-width: 900px){.post-details{padding:16px}}.post-content{padding:0 64px 64px 64px;padding-bottom:32px}@media(max-width: 900px){.post-content{padding:16px}}.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6,.post-content b,.post-content strong{font-weight:600;color:#ffe2b2;line-height:1}.post-content b,.post-content strong{font-weight:700}.post-content p,.post-content ul,.post-content li{font-weight:400;color:#80849c}.post-feed{display:grid;grid-template-columns:repeat(auto-fit, minmax(350px, 1fr));gap:35px}@media(max-width: 900px){.post-feed{display:flex;flex-wrap:wrap;padding-bottom:30px}}.post-card{flex:1 1 300px;display:flex;flex-direction:column;overflow:hidden;margin:0 0;width:25%;height:fit;background:#292c3e center center;background-size:cover;border-radius:15px;box-shadow:0 35px 60px -15px rgba(0,0,0,.3);transition:all .5s ease}@media(max-width: 900px){.post-card{width:fit}}.post-card:hover{box-shadow:0 35px 60px -15px rgba(0,0,0,.3);transition:all .3s ease;scale:.99}.post-card-image-link{position:relative;display:block;overflow:hidden;border-radius:var(--border-radius) var(--border-radius) 0 0}.post-card-image{width:auto;height:150px;background:var(--body-fg) no-repeat center center;background-size:cover}.post-card-content{flex-grow:1;display:flex;flex-direction:column;justify-content:space-between;padding:16px}.post-card-content-link{display:block;position:relative;padding:var(--spacing) var(--spacing) 0;color:inherit}.post-card-content-link:hover{text-decoration:none}.post-card-title{display:flex;flex-wrap:wrap;align-items:center;gap:5px;color:#fff;font-size:1.3em;line-height:1.2;font-weight:900;margin-top:0;margin:0}.post-card-details{display:flex;flex-direction:column}.post-card-excerpt{flex-grow:1;font-size:1em;font-weight:500;line-height:1.4em;color:#abaec5;margin:0}.post-card-title-container{display:flex}.post-card-date{color:#b8b9cc;font-size:1.1em;font-weight:600;line-height:1;margin:0}.post-card-tag{display:flex;align-items:center;justify-content:center;color:#cdcfe0;font-size:.7em;font-weight:600;background-color:#43465e;padding:7px 12px;border-radius:10px}@media screen and (min-width: 768px){.post-feed{position:relative;top:20px;margin:0}}.footer{border-top:16px solid #252837;padding:42px 0;margin-top:50px}.footer h1{font-size:16px;margin-bottom:4px;line-height:2;margin:0;color:var(--theme-text-footer-primary)}.footer p{text-transform:uppercase;letter-spacing:1.5px;font-weight:700;margin:0;font-size:12px;color:var(--theme-text-footer-secondary)}@media(max-width: 900px){.footer{text-align:center}}.pagination{margin:var(--spacing) 0;display:grid;grid-template-columns:repeat(2, 1fr);font-size:.8em}.pagination .prev,.pagination .next{padding:var(--spacing);border:1px solid}.pagination .prev{border-radius:var(--border-radius) 0 0 var(--border-radius)}.pagination .next{border-radius:0 var(--border-radius) var(--border-radius) 0}.pagination .home-prev,.pagination .home-next{text-align:center}.pagination .unable{color:var(--body-color-light);border-style:dashed}.pagination a{color:var(--body-color-light)}.pagination a:hover,.pagination a:focus{text-decoration:none;background-color:var(--body-fg)}.post-prev{text-align:left}.post-next{text-align:right}@media screen and (min-width: 480px){.post-pagination{padding:0 var(--spacing)}}@media screen and (min-width: 768px){.post-pagination{padding:0 calc(var(--spacing)*4)}.pagination:not(.post-pagination){position:relative;top:-70px}}@media screen and (min-width: 1024px){.post-pagination{padding:0 calc(var(--spacing)*6)}}.taxonomies{list-style:none;padding:0;display:grid;grid-template-columns:repeat(2, 1fr);gap:var(--spacing);margin-top:calc(2*var(--spacing));margin-bottom:calc(2*var(--spacing))}.taxonomy{display:flex;justify-content:space-between;border-bottom:2px solid var(--body-color-light);font-weight:bold;color:inherit}.taxonomy:hover,.taxonomy:focus{text-decoration:none;color:var(--body-color-dark)}.archive-date{font-family:"Poppins",sans-serif}@media screen and (min-width: 768px){.taxonomies{grid-template-columns:repeat(3, 1fr)}}.post-comments{margin:var(--spacing) 0}@media screen and (min-width: 480px){.post-comments{padding:0 var(--spacing)}}@media screen and (min-width: 768px){.post-comments{padding:0 calc(var(--spacing)*4)}}@media screen and (min-width: 1024px){.post-comments{padding:0 calc(var(--spacing)*6)}}.home-container{display:flex;flex-direction:column;margin-top:30px}.hero-container{display:flex;justify-content:space-between;gap:40px}@media(max-width: 900px){.hero-container{gap:20px;flex-direction:column}}.hero-video{display:none;width:40%;box-shadow:0 25px 50px -12px rgba(0,0,0,.2)}.hero-video iframe{border-radius:15px;width:100%;height:100%}@media(max-width: 900px){.hero-video{width:100%;height:300px}}.hero-image{background:#252736;display:flex;overflow:hidden;align-items:center;justify-content:center;background-position:center center;background-repeat:no-repeat;background-size:cover;width:40%;border-radius:15px;box-shadow:0 25px 50px -12px rgba(0,0,0,.2)}.hero-image svg{left:0;right:0;text-align:center;z-index:5;font-family:400;width:100%;font-size:90px;color:#fff;cursor:pointer;transition:all .35s ease}.hero-image svg:before{font-size:100px;color:#fff;text-shadow:0px 0px 40px #000}.hero-image svg:hover{transform:scale(1.05)}@media(max-width: 900px){.hero-image{width:100%;height:300px}}.hero-text{background:var(--theme-background-secondary);border-radius:15px;padding:60px;flex:1;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,.2);width:60%}.hero-text h1{margin:0px;font-weight:900;color:#fff;font-size:40px;position:relative}.hero-text h1:after{content:"";height:53px;width:12px;background:#5ca300;display:block;position:absolute;left:-58px;top:0}.hero-text p{margin-top:7px;margin-bottom:1rem;color:var(--theme-text-secondary);font-size:19px;font-weight:600}.hero-text a{background:#5ca300 !important;padding:15px 23px;display:inline-block;font-weight:900;color:#fff;font-size:21px;border-radius:12px;cursor:pointer;text-decoration:none !important;transition:all .15s ease}.hero-text a:hover{background:#90c24c !important;color:#000 !important}@media(max-width: 900px){.hero-text{width:100%;text-align:center;padding:30px}.hero-text a{width:100%}}.latest-blogs{display:flex;flex-direction:column;width:100%;height:100%}@media(max-width: 900px){.latest-blogs{display:flex;flex-direction:column;width:100%;height:100%}}.latest-blogs-posts{display:flex;flex-direction:row;justify-content:space-between;width:100%}.bottom-container{display:flex;justify-content:space-between;gap:40px;margin-top:70px}@media(max-width: 900px){.bottom-container{gap:20px;margin-top:15px;flex-direction:column}}.bottom-image{background:#252736;display:flex;overflow:hidden;align-items:center;justify-content:center;background-position:center center;background-repeat:no-repeat;background-size:cover;width:40%;border-radius:15px;box-shadow:0 25px 50px -12px rgba(0,0,0,.2)}@media(max-width: 900px){.bottom-image{display:none}}.bottom-text{background:var(--theme-background-secondary);border-radius:15px;padding:60px;flex:1;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,.2);width:60%}.bottom-text h1{margin:0px;font-weight:900;color:#fff;font-size:40px;position:relative}.bottom-text h1:after{content:"";height:53px;width:12px;background:#f8cb81;display:block;position:absolute;left:-58px;top:0}.bottom-text p{margin-top:7px;margin-bottom:1rem;color:var(--theme-text-secondary);font-size:19px;font-weight:600}.bottom-text a{background:#637bff !important;padding:15px 23px;display:inline-block;font-weight:900;color:#fff;font-size:21px;border-radius:12px;cursor:pointer;text-decoration:none !important;transition:all .15s ease}.bottom-text a:hover{opacity:.86}@media(max-width: 900px){.bottom-text{width:100%;text-align:center;padding:30px}.bottom-text a{width:100%}}.rules-container .rule-category{background:var(--theme-background-secondary) !important;overflow:hidden;border-radius:15px;box-shadow:0 25px 50px -12px rgba(0,0,0,.2);position:relative;padding:40px;margin-bottom:30px}.rules-container .rule-category:after{content:"";position:absolute;left:0;right:12px;bottom:0;height:25%;background:linear-gradient(0deg, #282b3c, transparent)}.rules-container .category-name{font-size:2.5rem;font-weight:800;margin-top:0;font-size:34px;margin-bottom:1%;color:#fff;display:inline-block}.rules-container .category-rules{display:flex;flex-direction:column;gap:20px;overflow:hidden;max-height:342px;overflow-y:scroll;margin-left:-40px;margin-right:-40px;margin-bottom:-40px;padding:40px;position:relative;padding-top:0px}.rules-container .category-rules::-webkit-scrollbar{width:12px}.rules-container .category-rules::-webkit-scrollbar-thumb{background-color:var(--theme-text-strong)}.rules-container .category-rules::-webkit-scrollbar-track{background-color:#4a4e68}.rules-container .rule{background:#3a3d54 !important;padding:20px;border-radius:8px;box-shadow:0 25px 50px -12px rgba(0,0,0,.2)}.rules-container .rule .title{color:#fff !important;font-weight:600;line-height:1;margin-bottom:-4px;font-size:125%}.rules-container .rule .title span{color:#fff;line-height:1;display:inline-block;font-size:11px;font-family:"Poppins",sans-serif;padding:4px 6px;font-weight:600;border-radius:4px;position:relative;top:-4px;margin-left:5px}.rules-container .rule .text{line-height:1.3;font-size:90%;margin-top:7px;font-weight:500;color:var(--theme-text-secondary) !important;font-family:"Poppins",sans-serif}.rules-container span.kick{background-color:#696fa4}.rules-container span.warn{background-color:#48ba48}.rules-container span.mute{background-color:#03a9f4}.rules-container span.ban{background-color:#f44336}.rules-container span.penalty{background-color:#8259cc}.rules-container span.permban{background-color:#f44336}.rules-container span.shadowmute{background-color:#696fa4}.rules-container span.tradeban{background-color:#696fa4}.rules-container span.blacklist{background-color:#515574}@media(prefers-color-scheme: dark){.rules-container .rule-category{background-color:var(--theme-surface-variant-dark)}.rules-container .rule{background:var(--theme-surface-dark)}.rules-container .rule .title{color:var(--theme-on-surface-dark)}.rules-container .rule .text{color:var(--theme-on-surface-variant-dark)}}.rules-box{margin-top:20px}.rules-subtitle{color:var(--theme-text-secondary) !important}.vote-container{display:flex;margin-top:20px;gap:30px}@media(max-width: 900px){.vote-container{flex-direction:column;justify-content:center;width:100%}}.vote-links-box{background-color:var(--theme-background-secondary);width:fit-content;padding:16px 32px;border-radius:15px;height:fit-content}.vote-links-box h1{font-weight:800;margin-bottom:16px;color:var(--theme-text-primary);margin-bottom:0}.vote-links-box p{font-weight:500;color:var(--theme-text-secondary);margin-top:4px}@media(max-width: 768px){.vote-links-box{width:100%}}.vote-links{display:grid;grid-template-columns:repeat(2, 1fr);gap:16px;margin-bottom:10px}.vote-links a{width:100%;background-color:rgba(88,95,133,.3294117647);padding:20px;border-radius:10px;font-weight:800;color:#fff;min-width:185px;text-decoration:none;text-align:center;transition:all .2s ease-in-out}.vote-links a:hover{opacity:.86}.vote-links a:nth-last-child(1):nth-child(odd){grid-column:1/3}@media(max-width: 768px){.vote-links a{min-width:auto}}.vote-information{display:flex;flex-direction:column;gap:20px}.vote-box{display:flex;flex-direction:column;gap:15px;background-color:var(--theme-background-secondary);border-radius:15px;padding:40px;box-shadow:0 25px 50px -12px rgba(0,0,0,.2)}.vote-box h1{font-weight:800;font-size:28px;color:var(--theme-text-primary);margin:0}.vote-box p{color:var(--theme-text-secondary);margin:0}.highlight table td{padding:5px}.highlight table pre{margin:0}.highlight,.highlight .w{color:#282828}.highlight .err{color:#9d0006;background-color:#fbf1c7;font-weight:bold}.highlight .c,.highlight .ch,.highlight .cd,.highlight .cm,.highlight .cpf,.highlight .c1,.highlight .cs{color:#928374;font-style:italic}.highlight .cp{color:#427b58}.highlight .nt{color:#9d0006}.highlight .o,.highlight .ow{color:#282828}.highlight .p,.highlight .pi{color:#282828}.highlight .gi{color:#79740e;background-color:#fbf1c7}.highlight .gd{color:#9d0006;background-color:#fbf1c7}.highlight .gh{color:#79740e;font-weight:bold}.highlight .k,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kv{color:#9d0006}.highlight .kc{color:#8f3f71}.highlight .kt{color:#b57614}.highlight .kd{color:#af3a03}.highlight .s,.highlight .sb,.highlight .sc,.highlight .dl,.highlight .sd,.highlight .s2,.highlight .sh,.highlight .sx,.highlight .s1{color:#79740e;font-style:italic}.highlight .si{color:#79740e;font-style:italic}.highlight .sr{color:#79740e;font-style:italic}.highlight .sa{color:#9d0006}.highlight .se{color:#af3a03}.highlight .nn{color:#427b58}.highlight .nc{color:#427b58}.highlight .no{color:#8f3f71}.highlight .na{color:#79740e}.highlight .m,.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .il,.highlight .mo,.highlight .mx{color:#8f3f71}.highlight .ss{color:#076678}.legal-page h1{color:var(--theme-text-primary) !important}.legal-page p{color:var(--theme-text-secondary) !important}.legal-page li{color:var(--theme-text-secondary) !important}.legal-page strong{color:var(--theme-text-strong) !important}.call-to-action-container{display:flex;justify-content:center;align-items:center;text-align:center;gap:40px;margin-top:50px}@media(max-width: 900px){.call-to-action-container{gap:20px;margin-top:15px;flex-direction:column}}.call-to-action-text{background:var(--theme-background-secondary);border-radius:15px;padding:60px;flex:1;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,.2);width:60%}.call-to-action-text h1{margin:0px;font-weight:900;color:#fff;font-size:40px;position:relative}.call-to-action-text h1:after{content:"";height:53px;width:12px;background:#f8cb81;display:block;position:absolute;left:-58px;top:0}.call-to-action-text h1:before{content:"";height:53px;width:12px;background:#f8cb81;display:block;position:absolute;right:-58px;top:0}.call-to-action-text p{margin-top:7px;margin-bottom:1rem;color:var(--theme-text-secondary);font-size:19px;font-weight:600}.call-to-action-text a{background:#ffe2b2;color:#6b5530;padding:15px 23px;display:inline-block;font-weight:900;font-size:21px;border-radius:12px;cursor:pointer;text-decoration:none !important;transition:all .15s ease}.call-to-action-text a:hover{opacity:.86}@media(max-width: 900px){.call-to-action-text{width:100%;text-align:center;padding:30px}.call-to-action-text a{width:100%}}.plus{margin-top:25px}.plus table{border:none}.plus table tr:first-child{margin-bottom:20px}.plus table .plus-perks{border:none;padding:16px;border-radius:15px}.plus table tr{border:none}.plus table tr td{border:none}.plus table .plus-perk{position:relative;display:flex;align-items:center;gap:5px}.plus table .plus-perk .icon{cursor:help}.plus table .plus-perk .icon:hover+.perk-description{opacity:1;z-index:1}.plus table .plus-perk .perk-description{position:absolute;opacity:0;transition:all .2s ease-in-out;background-color:var(--theme-background-primary);border-radius:15px;padding:0 10px;width:fit-content;cursor:default;z-index:-10;top:-40px;left:0}.plus table .plus-perk .perk-description p{line-height:1}.plus table .perk-container{background-color:var(--theme-background-secondary)}.plus table .perk-container-0{border-radius:0 0 0 15px}.plus table .perk-container-3{border-radius:0 0 15px 0}.plus table .perk-box{padding:10px;border-radius:15px;margin:5px;display:flex;align-items:center;justify-content:center;font-size:.9em;font-weight:600;box-shadow:1px 1px 3px rgba(0,0,0,.3)}.plus table .plus-perk{background-color:var(--theme-background-secondary);margin-right:15px}.plus table .plus-perk-top{border-radius:15px 15px 0 0}.plus table .plus-perk-bottom{border-radius:0 0 15px 15px}.plus table .plus-perk-green{background-color:rgba(0,255,0,.3)}.plus table .plus-perk-red{background-color:rgba(255,0,0,.3)}.plus table .plus-package{text-align:center;background-color:var(--theme-background-secondary)}.plus table .plus-package .plus-package-title{display:flex;align-items:center;justify-content:center;gap:5px}@media(max-width: 900px){.plus table .plus-package .plus-package-title{flex-direction:column}}.plus table .plus-package-0{border-radius:15px 0 0 0}.plus table .plus-package-3{border-radius:0 15px 0 0}.plus table .package-price{background-color:var(--theme-text-strong);color:#6b5530;padding:5px;border-radius:99px}@media(prefers-color-scheme: dark){.highlight table td{padding:5px}.highlight table pre{margin:0}.highlight,.highlight .w{color:#fbf1c7}.highlight .err{color:#fb4934;background-color:#282828;font-weight:bold}.highlight .c,.highlight .ch,.highlight .cd,.highlight .cm,.highlight .cpf,.highlight .c1,.highlight .cs{color:#928374;font-style:italic}.highlight .cp{color:#8ec07c}.highlight .nt{color:#fb4934}.highlight .o,.highlight .ow{color:#fbf1c7}.highlight .p,.highlight .pi{color:#fbf1c7}.highlight .gi{color:#b8bb26;background-color:#282828}.highlight .gd{color:#fb4934;background-color:#282828}.highlight .gh{color:#b8bb26;font-weight:bold}.highlight .k,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kv{color:#fb4934}.highlight .kc{color:#d3869b}.highlight .kt{color:#fabd2f}.highlight .kd{color:#fe8019}.highlight .s,.highlight .sb,.highlight .sc,.highlight .dl,.highlight .sd,.highlight .s2,.highlight .sh,.highlight .sx,.highlight .s1{color:#b8bb26;font-style:italic}.highlight .si{color:#b8bb26;font-style:italic}.highlight .sr{color:#b8bb26;font-style:italic}.highlight .sa{color:#fb4934}.highlight .se{color:#fe8019}.highlight .nn{color:#8ec07c}.highlight .nc{color:#8ec07c}.highlight .no{color:#d3869b}.highlight .na{color:#b8bb26}.highlight .m,.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .il,.highlight .mo,.highlight .mx{color:#d3869b}.highlight .ss{color:#83a598}}:root,html{overflow-x:hidden;font-family:"Poppins",sans-serif}/*# sourceMappingURL=quartz.css.map */
