.link-boxes{display:flex;flex-wrap:wrap;justify-content:flex-start}.link-boxes__item{background:#fff;border:1px solid #05455f;border-radius:0;box-sizing:border-box;display:flex;flex:0 1 100%;overflow:hidden;position:relative;transition:background-color .3s ease;width:100%}.link-boxes__item:not(:first-child){border-top:0}.link-boxes__item:first-child{border-top-left-radius:8px;border-top-right-radius:8px}.link-boxes__item:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.link-boxes__item>a{align-items:center;display:flex;flex:0 1 100%;gap:1rem;justify-content:space-between;padding:1rem;text-decoration:none;transition:color .3s ease}.link-boxes__item svg path{transition:fill .3s ease}.link-boxes__item .link-boxes-item__text>p{transition:color .3s ease}.link-boxes__item:hover{background:#05455f}.link-boxes__item:hover svg path{fill:#fff}.link-boxes__item:hover .link-boxes-item__text>p{color:#fff}.link-boxes-item__text>p{margin:0}.link-boxes-item__icon{display:flex}@media (min-width:768px) and (max-width:1024px){.link-boxes__item{flex-basis:50%;width:50%}.link-boxes__item:first-child,.link-boxes__item:last-child{border-radius:0}.link-boxes__item:nth-child(-n+2){border-top:1px solid #05455f}.link-boxes__item:nth-child(2n){border-left:0}.link-boxes__item:nth-child(n+3){border-top:0}.link-boxes__item:first-child{border-top-left-radius:8px}.link-boxes__item:first-child:last-child,.link-boxes__item:nth-child(2){border-top-right-radius:8px}.link-boxes__item:last-child{border-bottom-right-radius:8px}.link-boxes__item:nth-last-child(-n+2):nth-child(odd){border-bottom-left-radius:8px}}@media (min-width:1025px){.link-boxes__item{flex-basis:25%;width:25%}.link-boxes__item:first-child,.link-boxes__item:last-child{border-radius:0}.link-boxes__item>a{padding:1.5rem}.link-boxes__item:nth-child(-n+4){border-top:1px solid #05455f}.link-boxes__item:not(:nth-child(4n+1)){border-left:0}.link-boxes__item:nth-child(n+5){border-top:0}.link-boxes__item:first-child{border-top-left-radius:8px}.link-boxes__item:nth-child(-n+4):last-child,.link-boxes__item:nth-child(4){border-top-right-radius:8px}.link-boxes__item:last-child{border-bottom-right-radius:8px}.link-boxes__item:nth-last-child(-n+4):nth-child(4n+1){border-bottom-left-radius:8px}}