.industry{background:var(--color-base-white,#FFF);color:var(--color-base-text,#001F3F);padding:80px 0;overflow:hidden;position:relative}.industry__ellipse{position:absolute;right:330px;bottom:163px}.industry__container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;gap:40px}.industry__header{flex:0 0 40%;min-width:300px;position:relative}.industry__header h2{font-size:var(--text-7xl);line-height:120%;margin-bottom:1.25rem;font-weight:700;letter-spacing:-1px}.industry__header h2 span{color:var(--color-primary-high)}.industry__slider-container{flex:0 0 55%;position:relative}.industry__cards-wrapper{display:flex;position:relative;width:100%;min-height:320px}.industry__card{flex:0 0 300px;width:300px;height:400px;border-radius:12px;display:flex;flex-direction:column;position:relative;margin-right:32px;will-change:transform,opacity;transform-origin:center center;overflow:hidden;box-shadow:0 4px 20px 0 rgba(52,52,52,.2);background-color:lightgray;cursor:pointer;transition:all .6s cubic-bezier(.4,0,.2,1)}.card-background,.industry__card{background-position:50%;background-size:cover;background-repeat:no-repeat}.card-background{position:absolute;top:0;left:0;right:0;bottom:0;transition:all .8s cubic-bezier(.4,0,.2,1)}.industry__card.expanded .card-background{transform:scale(1.3)}.card__overlay{position:absolute;bottom:0;left:0;right:0;height:145px;background:linear-gradient(0deg,rgba(0,0,0,.8) 0,rgba(0,0,0,.4) 40%,rgba(0,0,0,0));-webkit-mask:linear-gradient(0deg,black 0,black 60%,transparent);mask:linear-gradient(0deg,black 0,black 60%,transparent);z-index:1}.card__overlay,.card__overlay.expanded{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.card__overlay.expanded{top:0;height:100%;background:linear-gradient(0deg,rgb(255 255 255/20%) 0,rgb(0 0 0/60%) 70%);-webkit-mask:none;mask:none}.card__description{opacity:0;transform:translateY(20px);transition:all .5s cubic-bezier(.4,0,.2,1);pointer-events:none;position:absolute;top:32px;left:32px;right:32px;z-index:3}.card__description.visible{opacity:1;transform:translateY(0);pointer-events:auto}.card__label{display:inline-block;color:var(--color-base-white);padding:4px 8px;border-radius:8px;background:var(--Icon-Green,#2EE59D);font-size:var(--text-sm,14px);font-weight:700;line-height:135%;margin-bottom:20px}.card__description p{color:rgba(255,255,255,.95);font-size:var(--text-md,16px);line-height:135%;margin:0;font-weight:400}.card__title-wrapper{position:absolute;display:flex;justify-content:space-between;padding:0 24px;bottom:32px;width:100%;align-items:center;z-index:2;transition:all .6s cubic-bezier(.4,0,.2,1);transform:translateZ(0);-webkit-transform:translateZ(0);will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden}.industry__card.expanded .card__title-wrapper{justify-content:flex-end}.card__title{font-size:24px;font-weight:700;line-height:135%;width:100%;color:white;flex:1 1;margin:0 16px 0 0;transition:all .6s cubic-bezier(.4,0,.2,1);opacity:1;transform:translateY(0)}.industry__card.expanded .card__title{opacity:0;transform:translateY(-10px);pointer-events:none}.card__button{width:36px;height:36px;padding:8px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer}.card__button svg{width:20px;height:20px;width:24px;height:24px}.industry__controls{display:flex;gap:12px;margin-top:2rem;padding-right:2rem;max-width:var(--container-max-width);margin-inline:auto;justify-content:flex-end}.industry__control-button{background:none;border:none;cursor:pointer;padding:0;transition:all .5s}.industry__control-button:disabled{cursor:not-allowed}@media (min-width:980px){.industry__card:hover .card__title-wrapper{transform:translateY(-8px)}.card__button:hover{background:var(--color-primary-medium)}.card__button:hover svg path{stroke:var(--color-base-white)}.industry__card.expanded .card__button{background:var(--color-base-white)}.industry__card.expanded .card__button:hover{background:var(--color-primary-medium)}.industry__control-button:not(:disabled):hover{transform:scale(1.1)}}@media (max-width:1024px){.industry{padding:4rem 2rem}.industry__container{gap:20px}.industry__header,.industry__slider-container{width:100%;min-width:auto}}@media (max-width:920px){.industry__container{flex-direction:column;gap:2rem;padding-left:0;padding-right:0;align-items:flex-start}.industry__slider-container{width:100%;max-width:500px;margin:0}}@media (max-width:575px){.industry{padding:4rem 1rem}.industry__header h2 span{display:inline-block}}@media (max-width:480px){.industry__cards-wrapper{min-height:0}.industry__header h2{margin-bottom:.75rem;line-height:120%}.industry__ellipse{right:200px}}