:root{--avg-color:#fcd34d;--avg-color-rgb:234, 179, 8;--avg-color-text:#18181b;--ongoing-color:#22c55e;--ongoing-color-rgb:34, 197, 94;--completed-color:#dc2626;--completed-color-rgb:220, 38, 38;--hder-height:5.25rem;--bs-global-font:"Inter";--bs-logo-font:"Inter"}*,::after,::before{box-sizing:border-box}html{font-family:var(--bs-global-font),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4}body{background-color:var(--body-color);color:var(--text-color);font-size:1rem;line-height:1.5;margin:0;display:flex;flex-direction:column}strong{font-weight:bolder}a{text-decoration:none;color:currentColor}button{border:0;outline:0;text-transform:none;-webkit-appearance:button}button,input,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}h1,h2,h3,p{margin-top:0;margin-bottom:0}ul{list-style:none;margin:0;padding:0}::selection{background:var(--primary-color);color:var(--text-color);opacity:1}@media screen and (min-width:992px){::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-thumb:active{background-color:var(--light-color)}::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb:hover{background:var(--primary-color)}::-webkit-scrollbar-track{background:var(--wrapper-color)}}.icon-menu{width:32px;height:32px;display:grid;place-content:center;position:relative;font-size:0}.icon-menu span,.icon-menu:after,.icon-menu:before{width:24px;height:3px;background:currentColor;border-radius:2px;transition:width .25s,transform .25s,left .25s}.icon-menu span{width:18px;left:-6px}.icon-menu:before{content:"";transform:translateY(-4px)}.icon-menu:after{content:"";transform:translateY(4px)}.headline{margin-bottom:1.5rem;color:var(--text-color)}.outer{position:relative}.cont{width:100%;max-width:var(--container-width)}.cont--aside{display:flex;align-items:flex-start;flex-wrap:wrap;justify-content:space-between}.cont.mA{margin-left:auto;margin-right:auto}.cont.pX{padding-left:16px;padding-right:16px}.cont .main{margin-bottom:2rem;width:100%}.cont .aside{width:100%}@media screen and (min-width:1024px){.cont .main{width:calc(100% - var(--aside-width) - var(--container-gutter));margin-bottom:0}.cont .aside{width:var(--aside-width)}}.fas{font-size:18px}.hder{position:relative;z-index:100}body.page:not(.hder-sticky) .hder{margin-bottom:2rem}.hder-container,.hder__right{display:flex;align-items:center}.hder-container{justify-content:space-between;height:5.25rem}.hder__right{flex-direction:row;gap:1rem}@media screen and (max-width:1023px){.hder__right{background-color:var(--wrapper-color);position:fixed;left:0;top:0;width:80%;height:100vh;padding:1rem;max-width:18.75rem;display:flex;flex-direction:column;gap:1.5rem;overflow-y:auto;transform:translateX(-100%);transition:all 300ms ease-in-out}.hder__right .hder-search{order:-1}.hder__left{width:100%;display:flex;align-items:center;justify-content:space-between}}.hder-search{position:relative}.hder-search>button{display:none}@media screen and (min-width:1024px){.hder-search>button{display:flex}}.hder-search__open{background:#fff0;width:2.625rem;height:2.625rem;display:none;cursor:pointer;color:#fff}@media screen and (min-width:1024px){.hder-search__open{display:flex;align-items:center;justify-content:center}}.hder-search__field{background-color:rgb(255 255 255/.05);border-radius:1rem;display:flex;align-items:center;padding:.5rem 1rem}.hder-search__field input{background-color:#fff0;width:100%;outline:0;border:0;font-weight:500;color:#fff}.hder-search__field input::placeholder{color:rgb(255 255 255/.75)}.hder-search__field button{background:#fff0;width:2.625rem;height:2.625rem;display:flex;align-items:center;justify-content:center;color:currentColor}@media screen and (min-width:1024px){.hder-search__field{background-color:var(--wrapper-color)}}@media screen and (min-width:768px){.hder-search__wrapper{position:absolute;right:0;top:100%;display:none;width:15.625rem}}.logo img{width:auto;height:33px}.logo__menu{background:#fff0;color:#fff;cursor:pointer}@media screen and (min-width:1024px){.logo__menu{display:none}}.menu,.menu ul li{width:100%}.logo__image a,.menu ul,.menu ul li a{display:flex;align-items:center}.menu ul{flex-direction:column;gap:.5rem}.menu ul li a{position:relative;gap:1rem;padding:1rem;line-height:1.2;font-size:1rem;border-radius:.25rem;font-weight:500;white-space:nowrap;transition-duration:300ms;transition-timing-function:ease-out}.menu ul li a:hover{background-color:rgb(255 255 255/.1)}@media screen and (min-width:1024px){.menu ul{flex-direction:row;gap:1rem}.menu ul li{position:relative}.menu ul li a{padding:1rem;border-radius:.75rem;font-weight:600}}.footer,.footer__goUp{background-color:var(--wrapper-color)}.footer{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;margin-top:3rem}.footer .cont{padding:2rem 1rem;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem;position:relative}@media screen and (min-width:768px){.footer .cont{grid-template-columns:45.4545454545% 1fr;gap:2rem}}.footer__goUp{position:absolute;right:24px;top:-24px;width:54px;height:54px;color:#fff;border:6px solid var(--body-color);border-radius:50%;display:grid;place-content:center;cursor:pointer;transition:all .3s}@media screen and (min-width:1024px){.footer__goUp{right:0}}.footer__goUp:hover{background:var(--primary-color)}.footer__right{display:grid;grid-template-columns:1fr;gap:1rem}@media screen and (min-width:1024px){.footer__right{grid-template-columns:repeat(2,minmax(0,1fr))}}.footer__link h2{margin-bottom:1rem}.footer__link ul{display:flex;flex-direction:column;gap:.5rem}.footer__link ul li a{opacity:.75;color:var(--text-color);display:block;line-height:1.5rem;height:1.5rem;font-weight:500}.footer__link ul li a:hover{opacity:1}.footer__copyrights{border-top:1px solid var(--light-color);display:block!important;text-align:center;padding:1rem!important;color:rgb(255 255 255/.5);font-weight:500}.footer__about .footer-logo{font-size:1.75rem;margin-bottom:1rem;font-weight:700;color:#fff}.footer__about .footer-desc{font-size:1.125rem;font-weight:500;opacity:.5;line-height:1.65}.footer__brands{margin-top:1.5rem}.footer__brands ul{display:flex;align-items:center;gap:.5rem}.footer__brands ul li a{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background-color:var(--light-color);border-radius:.5rem;transition:all 300ms ease-in-out}.footer__brands ul li a i{font-size:1.125rem}.footer__brands ul li a span{font-size:0}.footer__brands ul li a:hover{background:var(--primary-color);color:#fff}.post{color:rgba(var(--text-color-rgb),.85)}.post__header{margin-bottom:1.5rem}.post__body img{width:auto;max-width:100%;border-radius:.5rem}.post__body h2,.post__body h3{line-height:1.35;text-wrap:pretty;color:var(--text-color)}.post__body h2{font-size:1.5rem;margin-bottom:2rem}@media screen and (min-width:1024px){.post__body h2{font-size:2rem}}.post__body h3{font-size:1.25rem;padding-left:1rem;border-left:4px solid var(--light-color);margin-bottom:1.5rem}@media screen and (min-width:1024px){.post__body h3{font-size:1.5rem}}.post__body p{line-height:1.6;font-weight:500}.post__body p+p,.post__body p:first-of-type{margin-bottom:1rem}.post__body p+h2,.post__body p+h3{margin-top:3rem}.post__body ul{padding:1rem;margin:0 1rem}.post__body ul li{padding:0 .5rem;list-style:disc}.post__body ul li:not(:last-child){margin-bottom:.5rem}.post__body blockquote{padding:1.5rem;font-size:1.125rem;font-weight:400;background-color:var(--light-color-100);border-radius:.25rem;margin:1.5rem 0;position:relative}