:root{--white:#fff;--white-50:hsla(0,0%,100%,.698);--white-100:hsla(0,0%,100%,.251);--dark:#030f05;--dark-modal:rgba(3,15,5,.502);--gray-bg:#f4f4f4;--gray-50:#f7f9f8;--gray-bg2:#f5f5f5;--gray-100:#999;--gray-200:#747474;--gray-202:#e9eaeb;--gray-300:#e3ebe4;--gray-400:#f8f8f8;--gray-500:#fcfcfc;--gray-600:#d9d9d9;--gray-700:hsla(0,0%,87%,.8);--gray-800:#ececec;--gray-green-800:#80a092;--gray-green-900:#5e7f71;--green-100:rgba(204,255,210,.4);--green-200:rgba(96,207,110,.2);--green-600:#1e992d;--green-700:#30b541;--green-800:#50ad5b;--green-900:#60cf6e;--green-light:#c5dec8;--green-dark:#004125;--red-900:#d31305;--error-50:#fef3f2;--success-50:#ecfdf3;--success-900:#027a48;--blue-50:#eff8ff;--blue-200:#378cb1;--blue-900:#175cd3}body{font-family:var(--font-manrope),sans-serif;font-size:16px;scroll-behavior:smooth}body,h1,h2,h3,h4{color:var(--dark)}@media screen and (max-width:1070px){h1 br,h2 br,h3 br,h4 br{display:none}}h1{font-size:4rem;font-weight:800}@media screen and (max-width:1070px){h1{font-size:2rem}}h2{font-size:2.5rem;font-weight:700}@media screen and (max-width:1070px){h2{font-size:2rem}}h3{font-size:2rem;font-weight:700}@media screen and (max-width:1070px){h3{font-size:1.5rem}}h4{font-size:1.875rem;font-weight:600}@media screen and (max-width:1070px){h4{font-size:1.5rem}}h5{font-size:1.5rem;font-weight:600}@media screen and (max-width:1070px){h5{font-size:1.125rem}}.shadow-custom{box-shadow:0 12px 16px -4px rgba(10,13,18,.051)}.itemGrid,.itemGrid__advanced{grid-template-columns:2fr 4fr 1fr minmax(192px,1fr)}.itemGrid__profile{grid-template-columns:minmax(192px,1fr) 2fr 2fr}.shimmer{position:relative;z-index:1}.shimmer:after{z-index:2;content:"";position:absolute;top:0;width:100%;height:100%;right:0;bottom:0;left:0;transform:translateX(-100%);background:linear-gradient(110deg,#f4f4f4 25.19%,#fff 48.61%,#f4f4f4 69%);animation:shimmer 5s infinite}@keyframes shimmer{to{transform:translateX(100%)}}.iconHover svg path{transition:all .3s ease-in;stroke:var(--dark)}.iconHover:hover svg path{stroke:var(--green-900)}.burger{min-width:18px;height:18px;position:relative;display:flex;flex-direction:column;justify-content:center;gap:5px;cursor:pointer;z-index:992}.burger__line{width:100%;height:2px;border-radius:1rem;display:block;background-color:var(--dark);transition:inherit}.burger{transition:.35s cubic-bezier(.4,0,.2,1)}@media(min-width:1070px){.burger{display:none}}.burger__line:first-child,.burger__line:nth-child(3){width:12px}.burger__line:nth-child(2){width:18px;opacity:.5}.burger__line:first-child{margin-left:auto}.burger__open .burger__line:first-child{transform:rotate(45deg) translate(5px,5px);width:24px;background-color:#fff}.burger__open .burger__line:nth-child(2){opacity:0}.burger__open .burger__line:nth-child(3){transform:rotate(-45deg) translate(5px,-5px);width:24px;background-color:#fff;opacity:.4}.loginGradient{position:relative;z-index:1;backdrop-filter:blur(40px)}.loginGradient:before{z-index:-1;border-radius:24px;content:"";position:absolute;width:100%;height:100%;background:linear-gradient(180deg,#46ac57,#143619);opacity:.2}.loginAnimation{position:absolute;width:120vw;height:auto;top:50%;left:50%;transform-origin:center;translate:-50% -50%;animation:login 50s linear infinite}@keyframes login{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}to{transform:rotate(1turn)}}