*{-webkit-box-sizing:border-box;box-sizing:border-box}html{scroll-behavior:smooth}.nav__track{position:relative;min-width:2rem;padding:1.5rem;height:6rem}.nav__list{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0;padding:0}.nav__link{position:relative;display:block;min-width:8rem;padding:2.25rem 1rem 0.5rem;text-align:center;color:inherit;text-decoration:none;z-index:1;-webkit-transition:color 150ms;transition:color 150ms}.nav__link:hover,.nav__link:focus{color:var(--activeColor);text-decoration:underline}.nav__link::after{content:"";position:absolute;top:0;left:50%;width:0.65rem;height:0.65rem;background-color:currentColor;border-radius:50%;-webkit-transform:translate3d(-50%, 0, 0);transform:translate3d(-50%, 0, 0);-webkit-transform-origin:center center;transform-origin:center center}.nav__link span{display:block}.progress{display:block;z-index:1040;height:10px;border-radius:10px;overflow:hidden;position:absolute;bottom:5%;left:25%;width:50%;background-color:#f5f5f5;background-image:-webkit-gradient(linear, left top, right top, from(#f59c86), to(#f59c86));background-image:linear-gradient(to right, #f59c86, #f59c86);background-repeat:no-repeat;-webkit-transition:background-size 0.4s ease-in-out 0s;transition:background-size 0.4s ease-in-out 0s;background-size:0% 100%;cursor:pointer}

