html[data-theme=lightMode] .themeSwitcher{background-color:var(--hd-white);border-color:var(--hd-lightGreen)}html[data-theme=lightMode] .themeSwitcher__circle{background-color:var(--hd-lightGreen);transform:translate(calc(100% + 2px))}html[data-theme=lightMode][dir=rtl] .themeSwitcher__circle{transform:translate(calc(-100% - 2px))}.themeSwitcher{background-color:#232323;border:1px solid #ffffff4d;border-radius:1.5rem;width:3rem;height:1.625rem;padding:.125rem;transition:all .3s;display:flex}.themeSwitcher__circle{background-color:#171a16;border-radius:50%;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;transition:all .3s;display:flex;transform:translate(0)}.themeSwitcher__circle img{width:1rem;height:1rem}
html[data-theme=lightMode] .menuList__title,html[data-theme=lightMode] .menuList__text{color:var(--hd-black)}html[data-theme=lightMode] .menuList__item{background-color:#eee;border-color:#0000}.menuList{width:100%;margin:0;padding:0;list-style-type:none}@media screen and (min-width:768px){.menuList{flex-wrap:wrap;display:flex}}.menuList__item{cursor:pointer;border:1px solid #606060;border-radius:.5rem;text-decoration:none;display:flex}.menuList__item:not(:first-child){margin-top:1.5rem}@media screen and (min-width:768px){.menuList__item{width:calc(50% - .75rem)}.menuList__item:nth-child(n){margin-top:1.5rem}.menuList__item:nth-child(odd){margin-inline-end:1.5rem}}@media screen and (min-width:1150px){.menuList__item{width:calc(25% - 1.125rem)}.menuList__item:nth-child(n){margin-top:1.5rem;margin-inline-end:1.5rem}.menuList__item:nth-child(4n){margin-inline-end:0}}.menuList__item.active{background-color:var(--hd-darkGreen)}.menuList__itemLink{padding:1rem;text-decoration:none;display:inline-block}.menuList__head{align-items:center;margin-bottom:.5rem;display:flex}.menuList__icon{flex-shrink:0;align-items:center;width:2rem;margin-inline-end:.5rem;display:flex}.menuList__icon img{width:100%}.menuList__title{color:var(--hd-white);text-transform:capitalize;font-size:1.25rem;font-weight:500;line-height:1.33;display:block}.menuList__text{color:var(--hd-white);font-size:.875rem;line-height:1.33;display:block}
