.custom-cards{background-color:#000;background-position:center 20%;background-size:cover;color:#fff;padding:6rem 0;position:relative}.custom-cards:before{background:linear-gradient(180deg,#fff,hsla(0,0%,100%,.8) 20%,hsla(0,0%,100%,0));top:0}.custom-cards:after,.custom-cards:before{content:"";height:50%;left:0;position:absolute;width:100%;z-index:1}.custom-cards:after{background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff 80%,#fff);bottom:0}.custom-cards__heading{color:rgb(var(--color-background));position:relative;z-index:2}.custom-cards__heading.text-left{text-align:left}.custom-cards__heading.text-center{text-align:center}.custom-cards__heading.text-right{text-align:right}.custom-cards .swiper{margin-left:2rem;padding-right:2rem;position:relative;width:calc(100% - 2rem);z-index:2}@media screen and (min-width:990px){.custom-cards .swiper{margin-left:4rem;padding-right:3rem;width:calc(100% - 4rem)}}.custom-cards .swiper-initialized .swiper-slide{margin-right:0!important}.custom-cards .swiper-initialized .swiper-wrapper{backface-visibility:hidden;box-sizing:border-box;-moz-column-gap:1rem;column-gap:1rem;flex-wrap:nowrap;margin:0;transform-style:preserve-3d;will-change:transform}.custom-cards .swiper-initialized .swiper-slide{background-color:#fff;border-radius:var(--buttons-radius);color:rgb(var(--color-foreground))}.custom-cards .swiper .swiper-button-next{right:5rem}.custom-cards .swiper .swiper-button-prev{left:2rem}.custom-cards .swiper [class*=swiper-button]{background-color:transparent;color:rgb(var(--color-foreground));filter:drop-shadow(0 0 20px rgba(0,0,0,.25))}.custom-cards .swiper [class*=swiper-button] .swiper-clip-path{align-items:center;background-color:rgb(var(--color-background));display:flex;height:100%;justify-content:center;width:100%}.custom-cards .swiper [class*=swiper-button] .swiper-clip-path:hover{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background))}@media screen and (max-width:989.98px){.custom-cards .swiper [class*=swiper-button]{display:none}}.custom-cards .custom-card{align-items:flex-start;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;flex-direction:column;height:auto;padding:0;transition:transform .3s ease}@media screen and (min-width:990px){.custom-cards .custom-card:hover{transform:translateY(-5px)}}.custom-cards .custom-card__icon{align-items:center;display:flex;height:auto;justify-content:center;margin-bottom:2rem;width:100%}.custom-cards .custom-card__icon img{aspect-ratio:335/123;height:auto;-o-object-fit:cover;object-fit:cover;width:100%}.custom-cards .custom-card__icon--original img{-o-object-fit:contain;object-fit:contain;transform:scale(.6)}.custom-cards .custom-card a{text-decoration:none}.custom-cards .custom-card__title{color:rgb(var(--color-foreground));font-size:var(--font-size-h3);margin:0;padding:0 2rem 2rem}.custom-cards .custom-card__text{color:#666;line-height:1.4em;padding:0 2rem 2rem}.custom-cards .custom-card__text p{margin:0}