.headerWrp{width:100%;display:flex;flex-direction:row;justify-content:space-between;z-index:1000}.logoContainer{width:175px;height:auto}.dotsButton{padding-top:1rem;display:grid;height:40px;width:40px;grid-template-columns:repeat(2,2fr);gap:.5rem;align-items:top;cursor:pointer;background-color:transparent}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,76,69,.5);z-index:-10}.sidebar{z-index:50}.dot{width:.75rem;height:.75rem;background-color:#fff;border-radius:50%}@media (max-width:768px){.logoContainer{width:110px;height:auto}.dotsButton{right:1.5rem;grid-template-columns:repeat(2,1fr);gap:.1rem;padding-top:.5rem}.dot{width:.5rem;height:.5rem}}