.solutions__container{display:grid;row-gap:3.2rem}.solutions__header{max-width:70rem;margin-bottom:7.2rem}.solutions__tab{display:grid;align-items:center;justify-items:center;min-width:20.2rem;height:6.4rem;cursor:pointer;position:relative}@media only screen and (max-width:640.98px){.solutions__header{margin-bottom:3.6rem}.solutions__tab{min-width:17.7rem}}.solutions__tab__title{font-size:1.8rem;transition:color .3s var(--inoutquart);color:rgba(var(--secondary-color-rgb),.6);margin-bottom:0}.solutions__tab--active .solutions__tab__title,.solutions__tab[aria-selected=true] .solutions__tab__title{color:var(--theme-color)}.solutions__tabs{display:inline-grid;grid-auto-flow:column;justify-content:start;justify-items:center;position:relative;width:fit-content}.solutions__tabs::before{content:"";position:absolute;bottom:0;left:0;height:.1rem;background:rgba(var(--secondary-color-rgb),.6);opacity:.6;width:100%}.solutions__tabs::after{content:"";position:absolute;bottom:0;left:0;height:.1rem;background:var(--theme-color);width:20.2rem;transition:transform .3s linear;transform:translateX(0);z-index:1}.solutions__tabs:has(.solutions__tab:nth-child(1).solutions__tab--active)::after,.solutions__tabs:has(.solutions__tab:nth-child(1)[aria-selected=true])::after{transform:translateX(0)}.solutions__tabs:has(.solutions__tab:nth-child(2).solutions__tab--active)::after,.solutions__tabs:has(.solutions__tab:nth-child(2)[aria-selected=true])::after{transform:translateX(20.2rem)}@media only screen and (max-width:640.98px){.solutions__tabs::after{width:17.7rem}.solutions__tabs:has(.solutions__tab:nth-child(2).solutions__tab--active)::after,.solutions__tabs:has(.solutions__tab:nth-child(2)[aria-selected=true])::after{transform:translateX(17.7rem)}}.solutions__tabs:has(.solutions__tab:nth-child(3).solutions__tab--active)::after,.solutions__tabs:has(.solutions__tab:nth-child(3)[aria-selected=true])::after{transform:translateX(40.4rem)}@media only screen and (max-width:640.98px){.solutions__tabs:has(.solutions__tab:nth-child(3).solutions__tab--active)::after,.solutions__tabs:has(.solutions__tab:nth-child(3)[aria-selected=true])::after{transform:translateX(35.4rem)}}.solutions__tabs:has(.solutions__tab:nth-child(4).solutions__tab--active)::after,.solutions__tabs:has(.solutions__tab:nth-child(4)[aria-selected=true])::after{transform:translateX(60.6rem)}.solutions__image{width:100%}.solutions__image::after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,.3);transition:background .35s}.solutions__item{position:relative;height:26.5rem;background:rgba(var(--secondary-color-rgb),.8);display:grid;align-items:end;padding:2.4rem 4.8rem 2.4rem 2.4rem;overflow:hidden}.solutions__item__img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;transition:transform .35s}.solutions__item:hover .solutions__image::after{background:rgba(0,0,0,.5)}.solutions__item:hover .solutions__item__img{transform:scale(1.1)}.solutions__item:hover .solutions__item__title{transform:translateY(-5.4rem)}.solutions__item:hover .solutions__item__arrow::after{transform:translateX(0)}.solutions__items{grid-template-columns:repeat(4,minmax(0,1fr));gap:4rem;opacity:0;visibility:hidden;display:grid;transition:opacity .5s,visibility .3s;pointer-events:none;position:absolute;top:0;left:0;right:0;width:100%}@media only screen and (max-width:1580.98px){.solutions__items{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:1366.98px){.solutions__items{grid-template-columns:repeat(2,minmax(0,1fr));gap:3.2rem}}@media only screen and (max-width:640.98px){.solutions__tabs:has(.solutions__tab:nth-child(4).solutions__tab--active)::after,.solutions__tabs:has(.solutions__tab:nth-child(4)[aria-selected=true])::after{transform:translateX(53.1rem)}.solutions__items{grid-template-columns:auto;gap:2.8rem}}.solutions__items__container{position:relative;min-height:20rem}.solutions__items--active,.solutions__items:not([hidden]){opacity:1;visibility:visible;position:relative;pointer-events:auto}.solutions__item__link.absolute{z-index:2}.solutions__item__header{z-index:1}.solutions__item__title{color:#fff;transition:transform .25s linear;margin-bottom:0}.solutions__item__arrow{position:absolute;width:4rem;height:4rem;bottom:2.6rem;cursor:pointer}.solutions__item__arrow::after{content:"\f061";font:1.9rem/1 var(--icon);color:#fff;width:100%;height:100%;display:grid;place-items:center;border-radius:50%;background:rgba(227,227,225,.3);backdrop-filter:blur(1rem);top:calc(100% + 1rem);transition:transform .25s linear;transform:translateX(-8rem)}