.grid-nav__leadin{margin:0 auto 2rem;max-width:900px}.grid-nav__cards{display:grid;gap:30px;grid-auto-flow:row;grid-template-columns:repeat(1,1fr)}@media screen and (min-width:768px){.grid-nav__cards{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1000px){.grid-nav__cards{grid-template-columns:repeat(3,1fr)}}.grid-nav__card{border-radius:.5rem;display:flex;padding:3px;position:relative}.grid-nav__card__inner{background-color:#fff;border-radius:.35rem;padding:1.25rem;width:100%}@media (min-width:768px){.grid-nav__card__inner{padding:1.5rem}}@media (min-width:1400px){.grid-nav__card__inner{padding:2rem}}.grid-nav__card__title{font-size:1.5rem;font-weight:400}.grid-nav__card__text{font-size:.8rem;margin-bottom:2rem}.grid-nav__card__link{font-weight:700;margin-bottom:0}.grid-nav__card__link>a{display:flex;gap:5px;transition:gap .25s ease}.grid-nav__card__link>a:after{bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0}.grid-nav__card:hover a{gap:8px}.grid-nav__card__link>a{display:inline-flex;position:relative;text-decoration:none}.grid-nav__card__link>a:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='7' fill='none'%3E%3Cpath fill='%23008AD4' stroke='%23008AD4' stroke-width='.5' d='M25.155 4.042a.366.366 0 0 0 0-.518l-2.328-2.327a.366.366 0 0 0-.517.517l2.07 2.07-2.07 2.068a.366.366 0 0 0 .517.517l2.328-2.327ZM1 4.149h23.896v-.732H1v.732Z'/%3E%3C/svg%3E");content:"";display:inline-block;height:7px;position:absolute;right:0;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);width:26px;z-index:0}.go-icon{opacity:0}