.news{padding:clamp(4rem,3.4375rem + 4.5625vw,8rem) 0}.news__wrap{border:1px solid var(--border-color);grid-template-columns:1fr;display:grid}@media screen and (min-width:1080px){.news__wrap{grid-template-columns:repeat(3,1fr)}}.news__wrap .plus-icon--tl{top:0;left:0;transform:translate(-50%,-50%)}.news__wrap .plus-icon--tr{top:0;right:0;transform:translate(50%,-50%)}.news__wrap .plus-icon--bl{bottom:0;left:0;transform:translate(-50%,50%)}.news__wrap .plus-icon--br{bottom:0;right:0;transform:translate(50%,50%)}.news__wrap .plus-icon__inner{justify-content:center;align-items:center;display:flex}.news__item{flex-direction:column;padding:clamp(1rem,1rem + .25vw,1.25rem);display:flex}.news__item-body{z-index:2;min-width:0;color:inherit;flex:1;text-decoration:none;position:relative}.news__item-cta{z-index:3;align-self:flex-start;position:relative}.news__item:before{content:"";background-color:rgba(var(--ink-rgb), 0);z-index:1;opacity:0;pointer-events:none;border-radius:12rem;width:calc(100% + -1*clamp(1.375rem,1.375rem + .625vw,2rem));height:calc(100% + -1*clamp(1.375rem,1.375rem + .625vw,2rem));transition:all .75s ease-in;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media screen and (hover:hover) and (pointer:fine) and (min-width:1080px){.news__item:hover:before{opacity:1;background-color:rgba(var(--ink-rgb), .03);border-radius:0;width:100%;height:100%;transition:all .75s cubic-bezier(.625,.05,0,1)}}.news__item:active:before{opacity:1;background-color:rgba(var(--ink-rgb), .05);border-radius:0;width:100%;height:100%}@media screen and (max-width:1079px){.news__item{border-bottom:1px solid var(--border-color)}.news__item:nth-of-type(3){border-bottom:none}}@media screen and (min-width:1080px){.news__item{border-right:1px solid var(--border-color);padding:clamp(1.125rem,1.125rem + .375vw,1.5rem)}.news__item:nth-of-type(3){border-right:none}}@media screen and (max-width:749px){.news__header .button{visibility:hidden;display:none}}.news__title-container,.news__excerpt-container{width:100%;position:relative}.news__title-text{-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.5;transition:opacity .25s;display:-webkit-box;overflow:hidden}.news__excerpt{-webkit-line-clamp:3;-webkit-box-orient:vertical;line-height:1.5;display:-webkit-box;overflow:hidden}
