.button{border:none;background-color:transparent;display:flex;justify-content:center;align-items:center;font-family:var(--base-font);font-size:.875rem;font-weight:500;text-align:center;width:10rem;height:3rem;border-radius:.5rem;cursor:pointer}.button.primary{background-color:var(--accent-color);color:var(--background-color)}.button.primary:hover{background-color:#1d9e95}.button.secondary{background-color:var(--background-color);color:var(--font-color)}.button.secondary:hover{background-color:#16202a}.convention-card-wrapper{min-width:360px;background-color:var(--light-blue-color);border-radius:.75rem;padding:1.375rem}@media(min-width:1024px){.convention-card-wrapper{min-width:400px}}.convention-card-wrapper .convention-card-top-info{display:flex;justify-content:space-between;margin-bottom:1rem}.convention-card-wrapper h2{margin:0!important}.convention-card-wrapper h4{font-weight:300;margin-bottom:1rem}.category-wrapper{display:flex;gap:.75rem;margin-top:1rem;overflow-x:scroll;z-index:9999999;scrollbar-color:rgba(0,0,0,.228) transparent;scrollbar-width:thin}.category-wrapper .category-item{padding:.5rem 2rem;background-color:var(--background-color);color:var(--font-color);border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;margin-bottom:.25rem}.category-item:nth-child(1){margin-left:7.5dvw}.category-item:nth-last-child(1){margin-right:7.5dvw}.category-wrapper::-webkit-scrollbar{height:6px}.category-wrapper::-webkit-scrollbar-track{background:transparent}.category-wrapper::-webkit-scrollbar-thumb{background-color:#00000028;border-radius:4px}.category-wrapper::-webkit-scrollbar-thumb:hover{background-color:#0007}.searchbar-wrapper{display:flex;justify-content:center;margin:0 7.5dvw}.searchbar-wrapper .searchbar-inner-wrapper{width:100%;height:2rem;padding:0 .75rem;border-radius:.75rem;border:2pt solid var(--background-color);display:flex;gap:1rem}.searchbar-wrapper .searchbar-inner-wrapper input{height:2rem;width:90%;background-color:var(--accent-color);outline:none;border:none;color:var(--background-color)}@media(min-width:1024px){.searchbar-wrapper .searchbar-inner-wrapper input{width:98%}}.searchbar-wrapper .searchbar-inner-wrapper button{background-color:transparent;border:none;outline:none;font-size:1rem;cursor:pointer}.filter-dropdown-wrapper{width:100%}@media(min-width:1024px){.filter-dropdown-wrapper{width:50%}}.header-component-wrapper{position:relative;width:100%;display:flex;justify-content:center;background-color:var(--background-color)}.header-component-wrapper .header-component-inner-wrapper{width:100dvw;background-color:var(--accent-color);border-bottom-left-radius:2.5rem;padding:4rem 0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.header-component-wrapper .header-component-inner-wrapper .header-component-back{width:100%;margin-left:7.5dvw}.header-component-wrapper .header-component-inner-wrapper .header-component-back a{color:var(--background-color);font-size:.825rem;font-weight:600}.header-component-wrapper .header-component-inner-wrapper .header-component-back a:hover{border-bottom:2pt solid var(--background-color)}.header-component-wrapper .header-component-inner-wrapper h2{font-weight:900;text-align:center;color:var(--background-color)}.header-component-wrapper .header-component-inner-wrapper button.filter-drop-down{background-color:transparent;border:none;outline:none;font-size:1.25rem;cursor:pointer}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000d9;display:flex;justify-content:center;align-items:center;z-index:9999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-content{background-color:var(--background-color);padding:2.5rem;border-radius:1.5rem;width:85%;max-width:450px;border:2pt solid var(--accent-color);display:flex;flex-direction:column;gap:1.5rem;box-shadow:0 10px 25px #00000080}.modal-content h3{text-align:center;color:var(--accent-color);font-size:1.75rem;font-weight:900;margin:0;text-transform:uppercase}.modal-content p{text-align:center;font-weight:300;font-size:1rem;color:var(--font-color);margin:0}.modal-input{width:100%;box-sizing:border-box}.modal-actions{display:flex;justify-content:space-between;gap:1rem;margin-top:1rem}button{height:3rem;border-radius:.5rem;font-weight:600;font-size:.9rem;cursor:pointer;font-family:var(--base-font);transition:all .2s ease;text-transform:uppercase}button.modal-button{background-color:var(--accent-color)}button.modal-button:hover{background-color:#1d9e95}button.danger-button{background-color:#f61d1d;color:var(--font-color)}button.danger-button:hover{background-color:#a81414}.account-top-right-corner-container{background-color:var(--accent-color)}.account-top-right-corner-container .account-top-right-corner{height:var(--base-padding);background-color:var(--background-color);border-top-right-radius:2.5rem;margin-right:3dvw}.account-userdata-wrapper{position:relative;padding-bottom:1rem}.account-userdata-wrapper .account-top-info-wrapper{text-align:center;padding:0 7.5dvw;margin-bottom:var(--base-margin)}.account-userdata-wrapper .account-top-info-wrapper h1{margin-bottom:1rem;color:var(--accent-color)}.account-userdata-wrapper .account-my-conventions-container .account-my-conventions-upper-info{display:flex;justify-content:space-between;align-items:flex-end;width:80dvw;margin:0 0 1rem 7.5dvw}.account-userdata-wrapper .account-my-conventions-container .account-my-conventions-upper-info .button.small{width:3rem;height:2rem}.account-userdata-wrapper .account-my-conventions-container .account-my-conventions-upper-info h2.account-add-convention{margin:0}.account-userdata-wrapper .account-my-conventions-container .account-my-conventions-wrapper{width:100%;display:flex;flex-wrap:nowrap;gap:1rem;overflow:scroll;margin-bottom:4rem}.account-userdata-wrapper .account-my-conventions-container .account-my-conventions-wrapper h4.empty-card-text{margin-left:7.5dvw}.account-userdata-wrapper .account-my-conventions-container .convention-card-wrapper:nth-child(1){margin-left:7.5dvw}.account-userdata-wrapper .account-my-conventions-container .convention-card-wrapper:nth-last-child(1){margin-right:7.5dvw}.account-userdata-wrapper .account-my-conventions-container .account-my-conventions-wrapper::-webkit-scrollbar{display:none}.account-userdata-wrapper :after{content:"";position:absolute;top:0;right:0;width:3dvw;height:100%;background:var(--accent-color)}.account-action-wrapper{display:flex;flex-direction:column;align-items:center;gap:2rem}.account-action-wrapper .account-button{width:20rem;height:3rem;display:flex;justify-content:center;align-items:center;border-radius:.5rem;cursor:pointer;background-color:var(--background-color);font-family:var(--base-font);font-size:.875rem;font-weight:500;color:var(--font-color)}@media(min-width:1024px){.account-action-wrapper .account-button{width:40rem}}.account-action-wrapper .account-button:hover{background-color:#16202a}.account-action-wrapper .account-button.delete{background-color:#f61d1d}.account-action-wrapper .account-button.delete:hover{background-color:#a81414}.loading-screen-wrapper{height:100dvh;width:100dvw;display:flex;align-items:center;justify-content:center}.loading-screen-wrapper h2{margin-top:-20dvh;color:var(--accent-color);font-size:2.5rem;font-weight:900}.policy-section{position:relative;width:100%;background-color:var(--background-color);color:var(--font-color);font-family:var(--base-font)}.policy-top-right-corner-container{background-color:var(--accent-color)}.policy-top-right-corner-container .policy-top-right-corner{height:var(--base-padding);background-color:var(--background-color);border-top-right-radius:2.5rem;margin-right:3dvw}.policy-section:after{content:"";position:absolute;top:0;right:0;width:3dvw;height:100%;background:var(--accent-color)}.policy-container{padding:var(--base-padding) 7.5dvw;width:85%}.policy-content h3{color:var(--accent-color);font-size:1.5rem;font-weight:700;margin-top:2.5rem;margin-bottom:1rem;text-transform:uppercase}.policy-content p{font-size:1rem;line-height:1.6;margin-bottom:1rem;font-weight:300}.cookie-table-wrapper{overflow-x:auto;margin:2rem 0}.cookie-table{width:100%;border-collapse:collapse;text-align:left;border:1px solid var(--accent-color)}.cookie-table th{background-color:var(--accent-color);color:var(--background-color);padding:1rem;font-weight:900}.cookie-table td{padding:1rem;border-bottom:1px solid rgba(36,191,181,.3)}.cookie-table tr:last-child td{border-bottom:none}.last-updated{margin-top:3rem;font-style:italic;opacity:.7}.standards-item-wrapper{color:var(--background-color);margin-bottom:5rem}.standards-item-wrapper .standards-top-wrapper{display:flex;align-items:flex-end;gap:1.5rem}.standards-item-wrapper .standards-top-wrapper h2{font-size:6rem;font-weight:900;opacity:.4}@media(min-width:1024px){.standards-item-wrapper .standards-top-wrapper h2{font-size:8rem}}.standards-item-wrapper .standards-top-wrapper h4{font-size:1.25rem;margin-bottom:1.45rem}.standards-item-wrapper p{font-size:.95rem}@media(min-width:1024px){.standards-item-wrapper{max-width:50%}.standards-item-wrapper .standards-top-wrapper{display:flex;align-items:flex-end;gap:1.5rem}.standards-item-wrapper .standards-top-wrapper h2{font-size:8rem}.standards-item-wrapper .standards-top-wrapper h4{font-size:1.5rem}.standards-item-wrapper p{font-size:1rem}}.contribute-corner-top-right-container{width:100%;background-color:var(--accent-color)}.contribute-corner-top-right-container .contribute-corner-top-right{background-color:var(--background-color);height:var(--base-padding);border-top-right-radius:2.5rem;margin-right:3dvw}.form-wrapper .form-inner-wrapper{margin:0 7.5dvw;min-height:50dvh;display:flex;flex-direction:column;justify-content:center}.form-wrapper .form-inner-wrapper .navigation-button-wrapper{display:flex;justify-content:space-between;margin:3rem 0}.form-wrapper .form-inner-wrapper .form-input-wrapper{display:flex;flex-direction:column}.form-wrapper .form-inner-wrapper .form-input-wrapper h2{text-align:center;font-weight:900;font-size:2.25rem;margin-bottom:1rem}.form-wrapper .form-inner-wrapper .form-input-wrapper p.lower-text{text-align:center;margin-top:1rem;font-size:.75rem;font-style:italic;opacity:.5}.form-wrapper .form-inner-wrapper .form-input-wrapper .category-wrapper{display:flex;flex-direction:column;margin:0 auto}@media(min-width:1024px){.form-wrapper .form-inner-wrapper .form-input-wrapper .category-wrapper{flex-direction:row}}.form-wrapper .form-inner-wrapper .form-input-wrapper .category-wrapper .category-radio-wrapper{display:flex;align-items:center;gap:1rem}.form-wrapper .form-inner-wrapper .form-input-wrapper .category-wrapper .category-radio-wrapper label{color:var(--font-color);margin-top:.4rem}.form-wrapper .form-inner-wrapper .form-input-wrapper .md-container{display:flex;flex-direction:column;margin-bottom:3rem}.form-wrapper .form-inner-wrapper .form-input-wrapper .md-container label{margin-bottom:1rem}.form-wrapper :after{content:"";position:absolute;top:0;right:0;width:3dvw;height:100%;background:var(--accent-color)}.button{border:none;display:flex;justify-content:center;align-items:center;font-family:var(--base-font);font-size:.875rem;font-weight:500;text-align:center;width:10rem;height:3rem;border-radius:.5rem;cursor:pointer;background-color:var(--accent-color);color:var(--background-color)}@media(min-width:1024px){input[type=text].contribute-text-field{width:50%;margin:0 auto}.convention-editor-wrapper{display:flex;justify-content:space-between}.convention-editor-wrapper .md-editor,.convention-editor-wrapper .md-preview{width:48%}.convention-editor-wrapper textarea{height:100%}}.explore-section{position:relative;width:100%;background-color:var(--accent-color)}.explore-section .explore-corner-upper{margin-right:3dvw;border-top-right-radius:2.5rem;background-color:var(--background-color);padding-top:var(--base-padding)}.explore-section .explore-convention-wrapper{background-color:var(--background-color);display:flex;flex-direction:column;align-items:center;gap:3rem 1rem;padding:0 7.5dvw}.explore-section .explore-convention-wrapper .convention-card-wrapper{width:85%}@media(min-width:1024px){.explore-section .explore-convention-wrapper{flex-direction:row;flex-wrap:wrap;align-items:top;justify-content:flex-start}.explore-section .explore-convention-wrapper .convention-card-wrapper{width:calc((88% - 1rem)/2)}}@media(min-width:1800px){.explore-section .explore-convention-wrapper{padding:0 10dvw}.explore-section .explore-convention-wrapper .convention-card-wrapper{width:calc((88% - 2rem) / 3)}}@media(min-width:2000px){.explore-section .explore-convention-wrapper .convention-card-wrapper{width:calc((88% - 2rem)/4)}}.explore-section :after{content:"";position:absolute;top:0;right:0;width:3dvw;height:100%;background:var(--accent-color)}.kpi-wrapper{width:100%;display:flex;gap:2rem;align-items:start;margin:3rem 0}.kpi-wrapper .kpi-image-wrapper{width:65px;aspect-ratio:1 / 1;object-fit:contain;background-color:var(--accent-color);border-radius:50rem;display:flex;align-items:center;justify-content:center}.kpi-wrapper .kpi-info-wrapper{width:60%}.kpi-wrapper .kpi-info-wrapper h2{margin-bottom:1rem;max-width:175px}.header-wrapper{position:relative;width:100%;background:var(--accent-color)}.header-wrapper .header-inner-wrapper{width:100dvw;padding:92px 0 0;background:var(--background-color);display:flex;flex-direction:column;align-items:center}.header-wrapper .header-inner-wrapper .header-lower-title{text-align:center;width:80%}.header-wrapper .header-radius{margin-right:3dvw;height:92px;border-bottom-right-radius:2.5rem;background-color:var(--background-color)}.header-wrapper :after{content:"";position:absolute;top:0;right:0;width:3dvw;height:100%;background:var(--accent-color)}.hero-section{position:relative;height:65dvh;margin-left:1rem;display:flex;justify-content:space-between;align-items:center;justify-content:center}.hero-section :after{content:"";position:absolute;top:0;right:0;width:3dvw;height:100%;background:var(--accent-color);z-index:-999}.hero-section .explore-section-wrapper{width:50%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-section .explore-section-wrapper img{height:70%;margin-bottom:2rem}.hero-section .contribute-section-wrapper{width:50%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--accent-color);border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem}.hero-section .contribute-section-wrapper img{height:70%;margin-bottom:2rem}.kpi-section{position:relative;width:100%;background-color:var(--accent-color)}.kpi-section .kpi-corner-upper{background-color:var(--background-color);border-top-right-radius:2.5rem;margin-right:3dvw;padding-top:var(--base-padding)}.kpi-section .kpi-inner-wrapper{background-color:var(--background-color)}.kpi-section .kpi-inner-wrapper .kpi-container{margin-left:7.5dvw;width:85dvw;display:flex;flex-direction:column;align-items:center}.kpi-section :after{content:"";position:absolute;top:0;right:0;width:3dvw;height:100%;background:var(--accent-color)}.popular-conventions-section{position:relative;width:100%;padding:var(--base-padding) 0 0}.popular-conventions-section .popular-conventions-inner-wrapper h3{margin-bottom:2rem;margin-left:7.5dvw}.popular-conventions-section .popular-conventions-inner-wrapper .popular-conventions-container{width:100%;display:flex;flex-wrap:nowrap;gap:1rem;overflow:scroll}.popular-conventions-section .popular-conventions-inner-wrapper .popular-conventions-container .convention-card-wrapper{width:800px!important}.popular-conventions-section .popular-conventions-inner-wrapper .convention-card-wrapper:nth-child(1){margin-left:7.5dvw}.popular-conventions-section .popular-conventions-inner-wrapper .convention-card-wrapper:nth-last-child(1){margin-right:7.5dvw}.popular-conventions-section .popular-conventions-inner-wrapper .popular-conventions-container::-webkit-scrollbar{display:none}.popular-conventions-section .popular-convention-button-wrapper{display:flex;justify-content:center;padding-top:2rem}.popular-conventions-section .lower-corner-bg{width:100%;background-color:var(--accent-color);height:6rem}.popular-conventions-section .lower-corner-bg .lower-corner-normal{background-color:var(--background-color);height:100%;border-bottom-right-radius:2.5rem;margin-right:3dvw}.popular-conventions-section :after{content:"";position:absolute;top:0;right:0;width:3dvw;height:100%;background:var(--accent-color)}.contribute-section{position:relative;width:100%;background-color:var(--background-color-color)}.contribute-section .contribute-inner-wrapper{background-color:var(--accent-color);border-top-left-radius:2.5rem;border-bottom-right-radius:2.5rem;width:100dvw;padding-top:var(--base-padding);display:flex;justify-content:center}.contribute-section .contribute-inner-wrapper .contribute-container{width:85dvw}.contribute-section .contribute-inner-wrapper .contribute-container h3{color:var(--background-color)}.contribute-section .contribute-inner-wrapper .contribute-container .standards-wrapper{margin-top:.75rem}.contribute-section .contribute-inner-wrapper .contribute-container .standards-button-wrapper{display:flex;justify-content:center;padding-bottom:var(--base-padding)}.slogan-section{height:300px;position:relative;width:100%;background-color:var(--accent-color);display:flex}.slogan-section .left-wrapper{width:50%;background-color:var(--background-color)}.slogan-section .left-wrapper .left-container{width:100%;height:100%;background-color:var(--accent-color);border-bottom-right-radius:2.5rem;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;text-align:end}.slogan-section .left-wrapper .left-container h2{margin-right:1rem;color:var(--background-color);font-weight:900;font-size:1.5rem}.slogan-section .right-wrapper{width:50%;background-color:var(--background-color);border-top-left-radius:2.5rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.slogan-section .right-wrapper h2{margin-left:1rem;color:var(--accent-color);font-weight:900;font-size:1.5rem}.slogan-section :after{content:"";position:absolute;top:0;left:0;width:3dvw;height:100%;background:var(--accent-color)}@media(min-width:1024px){.kpi-section .kpi-inner-wrapper{background-color:var(--background-color)}.kpi-section .kpi-inner-wrapper .kpi-container{margin-left:7.5dvw;width:85dvw;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.contribute-section .contribute-inner-wrapper .contribute-container .standards-wrapper{margin-top:.75rem}.contribute-section .contribute-inner-wrapper .contribute-container .standards-wrapper>:nth-child(2){margin-left:50%}.slogan-section{height:300px}.slogan-section .left-wrapper .left-container h2{margin-right:1rem;font-size:4rem}.slogan-section .right-wrapper h2{margin-left:1rem;font-size:4rem}}footer{position:relative;width:100%;background-color:var(--accent-color)}footer .footer-container{background-color:var(--background-color);border-top-left-radius:2.5rem;margin-left:3dvw;padding-top:var(--base-padding);padding-bottom:2rem;align-items:flex-start;justify-content:space-between;padding-right:3.625dvw;display:flex;flex-direction:column}@media(min-width:1024px){footer .footer-container{flex-direction:row;align-items:flex-end}}footer h4{font-weight:900;font-size:1.25rem}@media(min-width:1024px){footer h4{font-size:3rem}}footer ul{list-style-type:none}footer p{font-weight:300;margin-bottom:1rem}@media(min-width:1024px){footer p{font-size:1rem}}footer :after{content:"";position:absolute;top:0;left:0;width:3dvw;height:100%;background:var(--accent-color)}nav{position:relative;width:100%}nav .nav-wrapper{display:flex;justify-content:space-between;padding:2rem 7.5dvw 0;background-color:var(--accent-color)}nav .nav-wrapper a{color:var(--font-color);font-weight:800;font-size:1rem}nav .home{background-color:var(--background-color)}nav :after{content:"";position:absolute;top:0;right:0;width:3dvw;height:100%;background:var(--accent-color)}.pre-footer-section{width:100%;position:relative;background-color:var(--accent-color)}.pre-footer-section .pre-footer-upper-corner{background-color:var(--background-color);height:var(--base-padding);border-bottom-right-radius:2.5rem;margin-right:3dvw}.pre-footer-section .pre-footer-upper-corner :after{content:"";position:absolute;top:0;right:0;width:3dvw;height:100%;background:var(--accent-color)}.pre-footer-section .pre-footer-wrapper{background-color:var(--background-color)}.pre-footer-section .pre-footer-wrapper .pre-footer-container{padding:3.375rem;display:flex;justify-content:center;border-top-left-radius:2.5rem;border-bottom-right-radius:2.25rem;background-color:var(--accent-color)}@media(min-width:1024px){.pre-footer-section .pre-footer-wrapper .pre-footer-container{padding:7rem 20rem}}@media(min-width:1500px){.pre-footer-section .pre-footer-wrapper .pre-footer-container{padding:7rem 35rem}}.pre-footer-section .pre-footer-wrapper .pre-footer-container h2{font-size:3.5rem;color:var(--background-color);font-weight:900;margin-bottom:2rem}@media(min-width:1024px){.pre-footer-section .pre-footer-wrapper .pre-footer-container .pre-footer-inner-wrapper{width:80dvw}}@media(min-width:1500px){.pre-footer-section .pre-footer-wrapper .pre-footer-container .pre-footer-inner-wrapper{width:30dvw}}@media(min-width:2000px){.pre-footer-section .pre-footer-wrapper .pre-footer-container .pre-footer-inner-wrapper{width:20dvw}}.auth-wrapper{position:relative;width:100%;background-color:var(--background-color);overflow:hidden;height:100dvh}.auth-wrapper .auth-corner-top-right-container{background-color:var(--accent-color)}.auth-wrapper .auth-corner-top-right{height:var(--base-padding);background-color:var(--background-color);border-top-right-radius:2.5rem;margin-right:3dvw}.auth-wrapper .auth-container{background-color:var(--background-color);padding:0 7.5dvw}.auth-wrapper .auth-container .auth-form{display:flex;flex-direction:column;align-items:center;gap:2rem}.auth-wrapper .auth-container .auth-form .auth-input-option{display:flex;flex-direction:column;gap:.5rem;width:80%}.auth-wrapper .auth-container .auth-form input[type=submit]{background-color:var(--accent-color);border:none;outline:none;width:80%;height:3rem;border-radius:.75rem;font-family:var(--base-font);font-size:1rem;font-weight:800;text-align:center}.auth-wrapper .auth-container .auth-form a{color:var(--accent-color);font-family:var(--base-font);font-size:1rem;font-weight:800;border-bottom:1pt solid var(--accent-color)}.auth-wrapper :after{content:"";position:absolute;top:0;right:0;width:3dvw;height:100%;background:var(--accent-color)}.convention-info-wrapper{position:relative;width:100%}.convention-info-wrapper .convention-right-corner-container{width:100%;background-color:var(--accent-color)}.convention-info-wrapper .convention-right-corner-container .convention-right-corner{background-color:var(--background-color);height:var(--base-padding);margin-right:3dvw;border-top-right-radius:2.5rem}.convention-info-wrapper .convention-markdown-wrapper{padding:0 7.5dvw;font-family:var(--base-font)}.convention-info-wrapper .convention-markdown-wrapper .interaction-section{width:100%;display:flex;flex-direction:column;align-items:flex-end;padding-top:2rem}.convention-info-wrapper .convention-markdown-wrapper .interaction-section .error-pop-up-wrapper{display:flex;flex-direction:column;align-items:flex-end}.convention-info-wrapper .convention-markdown-wrapper .interaction-section .error-pop-up-wrapper .error-pop-up-content{padding:.65rem 1rem;background-color:var(--accent-color);color:var(--font-color);border-radius:2px}.convention-info-wrapper .convention-markdown-wrapper .interaction-section .error-pop-up-wrapper .error-pop-up-triangle{margin-right:.5rem;height:0px;width:0px;border-left:10px solid transparent;border-right:10px solid transparent;border-top:15px solid var(--accent-color)}.convention-info-wrapper .convention-markdown-wrapper .interaction-section .like-wrapper{display:flex;align-items:flex-end}.convention-info-wrapper .convention-markdown-wrapper .interaction-section .like-wrapper h3{color:var(--accent-color);margin-bottom:0}@media(min-width:1024px){.convention-info-wrapper .convention-markdown-wrapper .interaction-section .like-wrapper h3{font-size:1.5rem}}.convention-info-wrapper .convention-markdown-wrapper .interaction-section .like-wrapper .like-button{color:var(--font-color);font-size:1.25rem;font-weight:900;cursor:pointer;background-color:transparent;margin-bottom:4px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end}.convention-info-wrapper .convention-markdown-wrapper .interaction-section .like-wrapper .like-button .like-triangle-top{width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:12.5px solid var(--font-color)}.convention-info-wrapper .convention-markdown-wrapper .interaction-section .like-wrapper .like-button .like-rectangle{width:5px;height:15px;background-color:var(--font-color)}.convention-info-wrapper .convention-markdown-wrapper .interaction-section .like-wrapper .like-button .like-triangle-top.liked{border-bottom-color:var(--accent-color)}.convention-info-wrapper .convention-markdown-wrapper .interaction-section .like-wrapper .like-button .like-rectangle.liked{background-color:var(--accent-color)}.convention-info-wrapper .convention-markdown-wrapper .interaction-section .like-wrapper .like-button.liked{color:var(--accent-color)}.convention-info-wrapper .convention-markdown-wrapper .interaction-section .like-wrapper:hover .like-triangle-top{border-bottom-color:var(--accent-color)}.convention-info-wrapper .convention-markdown-wrapper .interaction-section .like-wrapper:hover .like-rectangle{background-color:var(--accent-color)}.convention-info-wrapper .convention-markdown-wrapper .interaction-section .created-by{margin:0}.convention-info-wrapper .convention-markdown-wrapper .interaction-section .created-by.author{color:var(--accent-color);font-weight:800}.convention-info-wrapper :after{content:"";position:absolute;top:0;right:0;width:3dvw;height:100%;background:var(--accent-color)}body,html{margin:0;padding:0;background-color:var(--background-color);font-family:var(--base-font);font-weight:400;color:var(--font-color);overflow-x:hidden}a{color:var(--font-color);text-decoration:none}h1{font-weight:900;font-size:var(--h1-font-size);text-align:center;margin:0}h2{font-weight:600;font-size:var(--h2-font-size);margin:0}h3{font-weight:700;font-size:var(--h3-font-size);margin:0}h4{font-weight:600;font-size:var(--h4-font-size);margin:0}p{font-weight:400;font-size:var(--p-font-size);margin:0}button{border:none;outline:none;font-family:var(--base-font)}.large-button{background-color:var(--background-color);display:flex;justify-content:center;align-items:center;color:var(--font-color);font-family:var(--base-font);font-size:1rem;font-weight:300;height:2.5rem;border-radius:.45rem;cursor:pointer}.large-button:hover{background-color:#16202a}label{font-family:var(--base-font);color:var(--accent-color);font-weight:800;font-size:1.5rem}label span{font-size:.75rem}input,textarea{background-color:transparent;border:2pt solid var(--accent-color);outline:none;border-radius:.75rem;color:var(--font-color);padding:0 .75rem;font-family:var(--base-font);font-weight:700}input{height:3rem}textarea{padding:1rem}@media(min-width:1024px){.convention-markdown-wrapper{width:50%;margin:0 auto}}:is(.convention-markdown-wrapper,.md-preview) h1{margin-bottom:1.5rem;text-align:start}:is(.convention-markdown-wrapper,.md-preview) h2{margin-bottom:1.2rem;text-align:start!important}:is(.convention-markdown-wrapper,.md-preview) h3,:is(.convention-markdown-wrapper,.md-preview) h4,:is(.convention-markdown-wrapper,.md-preview) h5,:is(.convention-markdown-wrapper,.md-preview) h6,:is(.convention-markdown-wrapper,.md-preview) h7,:is(.convention-markdown-wrapper,.md-preview) hr{margin-bottom:1rem;text-align:start!important}:is(.convention-markdown-wrapper,.md-preview) p{margin-bottom:.75rem}:root{--background-color: #070B0F;--accent-color: #24BFB5;--light-blue-color: #2A4159;--font-color: #FFFFFF;--base-margin: 6rem;--base-padding: 6rem;--base-font: "Goga Test";--h1-font-size: 2rem;--h2-font-size: 1.5rem;--h3-font-size: 1.25rem;--h4-font-size: 1rem;--p-font-size: .875rem}@media(min-width:1024px){:root{--h1-font-size: 4rem;--h2-font-size: 1.5rem;--h3-font-size: 1.25rem;--h4-font-size: 1rem;--p-font-size: 1rem}}@font-face{font-family:Goga Test;src:url(/font/GogaTest-Thin-BF6646d5d8040a9.woff) format("woff");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Goga Test;src:url(/font/GogaTest-Extralight-BF6646d5d82fb83.woff) format("woff");font-style:normal;font-display:swap}@font-face{font-family:Goga Test;src:url(/font/GogaTest-Light-BF6646d5d84c8a2.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Goga Test;src:url(/font/GogaTest-Regular-BF6646d5d84f69b.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Goga Test;src:url(/font/GogaTest-Medium-BF6646d5d84754e.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Goga Test;src:url(/font/GogaTest-Semibold-BF6646d5d8544cf.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Goga Test;src:url(/font/GogaTest-Bold-BF6646d5d83c978.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Goga Test;src:url(/font/GogaTest-Extrabold-BF6646d5d7d0a2b.woff) format("woff");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Goga Test;src:url(/font/GogaTest-Black-BF6646d5d78e551.woff) format("woff");font-weight:900;font-style:normal;font-display:swap}
