.links-carousel__header{display:flex;justify-content:flex-end;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}@media only screen and (min-width: 911px){.links-carousel__header{margin:0 auto 2.4rem 0;width:calc((100% - 38rem)/18*4 + 10rem);justify-content:space-between}}.links-carousel__title{text-align:center;position:absolute;left:50%;transform:translateX(-50%)}@media only screen and (min-width: 911px){.links-carousel__title{position:static;left:unset;transform:none;text-align:left}}.links-carousel__text-wrapper{max-width:27.6rem;margin-top:5rem}@media only screen and (min-width: 911px){.links-carousel__text-wrapper{width:calc((100% - 34rem)/18*4 + 6rem)}}.links-carousel__text-container{overflow:hidden;height:3.2rem;transition:height .3s ease-in-out}.links-carousel__text-inner{color:var(--color-text-quaternary)}.links-carousel__text-button{margin-top:1.5rem;color:var(--color-text-senary)}.links-carousel__list{display:grid !important;padding:0 1.6rem !important;grid-template-columns:repeat(3, minmax(0, 1fr));gap:2.5rem 1rem}@media only screen and (min-width: 911px){.links-carousel__list{display:flex !important;padding:0 !important;gap:unset}}.links-carousel__item:nth-child(n+7){display:none}@media only screen and (min-width: 911px){.links-carousel__item:nth-child(n+7){display:block}}.links-carousel__image-wrapper{display:grid;aspect-ratio:17.4/23.8;overflow:hidden}@media only screen and (min-width: 911px){.links-carousel__image-wrapper{aspect-ratio:29.5/40.4}}.links-carousel__image-wrapper>*{grid-area:1/-1}.links-carousel__image-wrapper>*:nth-child(2){opacity:0;transition:opacity .3s ease-in-out;pointer-events:none}@media(hover: hover)and (pointer: fine){.links-carousel__link:hover .links-carousel__image-wrapper>*:nth-child(2){opacity:1}}.links-carousel__image-wrapper img{width:100%;height:100%;object-fit:cover}.links-carousel__item-title{margin-top:1rem}@media only screen and (min-width: 911px){.links-carousel__item-title{margin-top:1.5rem}}.links-carousel__progress{display:none}@media only screen and (min-width: 911px){.links-carousel__progress{display:block;position:absolute;bottom:-6rem;left:0;right:0;margin:0 auto;width:calc((100% - 34rem)/18*4 + 6rem);height:1px;cursor:pointer;padding:1rem 0;margin-top:-1rem;margin-bottom:-1rem;background:rgba(0,0,0,0)}.links-carousel__progress::before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background-color:#ddd;transform:translateY(-50%)}}.links-carousel__progress-bar{height:3px;background-color:#ddd;transform:translateY(-1.5px);transition:width .3s ease-in-out;pointer-events:none}.links-carousel__item-hover-text{color:var(--color-text-tertiary);opacity:0;margin-top:.5rem;pointer-events:none;transition:opacity .15s ease-in-out}@media(hover: hover)and (pointer: fine){.links-carousel__link:hover .links-carousel__item-hover-text{opacity:1;pointer-events:auto}}
