.b-guided-navigation-item{border-top:1px solid var(--state-green-40)}.b-guided-navigation-item__wrapper{align-items:center;display:flex;justify-content:space-between;padding:.75rem 1.31rem .81rem;text-decoration:none}@media screen and (min-width:768px){.b-guided-navigation-item__wrapper{padding:1.87rem 2.5rem 1.94rem}}.b-guided-navigation-item__icon-wrapper{display:flex;height:2rem;width:2rem}@media screen and (min-width:992px){.b-guided-navigation-item__icon-wrapper{height:5rem;width:5rem}}.b-guided-navigation-item__icon{filter:var(--filter-green-40);height:auto;width:100%}.b-guided-navigation-item__text{color:var(--state-blue-40);flex-grow:1;font-size:1rem;font-style:normal;font-weight:900;letter-spacing:-.09375rem;line-height:1.48;margin-left:1rem;text-transform:uppercase;transition:color .2s ease-in-out}@media screen and (min-width:992px){.b-guided-navigation-item__text{font-size:3.125rem;margin-left:3rem}}.b-guided-navigation-item__arrow{animation:arrowRightAnimation 1.5s linear infinite;animation-play-state:paused;filter:var(--filter-green-40);height:2rem;width:2rem}@media screen and (min-width:992px){.b-guided-navigation-item__arrow{height:5rem;width:5rem}}@media screen and (min-width:768px){.b-guided-navigation-item:hover .b-guided-navigation-item__arrow{animation-play-state:running}}@keyframes arrowRightAnimation{0%{transform:translateX(0)}50%{transform:translateX(.5rem)}to{transform:translateX(0)}}