.card-col{height:100%}.card{padding:var(--padding-y) var(--padding-x) var(--spacer-3) var(--padding-x);position:relative;background:rgba(0,0,0,0.4);backdrop-filter:blur(.4rem);filter:drop-shadow(0px 0px 10px rgba(0,0,0,0.23));display:flex;justify-content:center;align-content:center;border:1px solid rgba(251,251,251,0.4);transform:scale(1);flex-wrap:wrap;border-radius:2em;border-top-right-radius:0}.card.has-image .card-image,.card.has-icon .card-image{position:relative;--g-deg: 90deg;--anim-size: 600% 100%;--anim-delay: 0ms;--bg-size: 600%}.card.has-image .card-image:after,.card.has-icon .card-image:after{content:"";display:inline-block;background-size:var(--bg-size);background:linear-gradient(var(--g-deg), #FF8000 0%, #747474 25%, #303030 50%, #747474 75%, #FF8000 100%) border-box;background-position:var(--bg-pos) 0%;background-size:var(--anim-size);animation-delay:var(--anim-delay);-webkit-mask-image:url("../../img/mask_triangle_1.png");mask-image:url("../../img/mask_triangle_1.png");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat !important;mask-repeat:no-repeat !important;mask-position:center;z-index:-2;position:absolute;top:50%;left:50%;transform:translateY(-40%) translateX(-50%)}.carousel-cell:nth-child(1) .card.has-image .card-image,.carousel-cell:nth-child(1) .card.has-icon .card-image,.carousel-cell:nth-child(4) .card.has-image .card-image,.carousel-cell:nth-child(4) .card.has-icon .card-image,.carousel-cell:nth-child(7) .card.has-image .card-image,.carousel-cell:nth-child(7) .card.has-icon .card-image{--bg-pos: 240%;--anim-speed: 40s;--anim-delay: 0ms}.carousel-cell:nth-child(1) .card.has-image .card-image:after,.carousel-cell:nth-child(1) .card.has-icon .card-image:after,.carousel-cell:nth-child(4) .card.has-image .card-image:after,.carousel-cell:nth-child(4) .card.has-icon .card-image:after,.carousel-cell:nth-child(7) .card.has-image .card-image:after,.carousel-cell:nth-child(7) .card.has-icon .card-image:after{width:24rem;height:22rem;-webkit-mask-image:url("../../img/mask_triangle_1.svg");mask-image:url("../../img/mask_triangle_1.svg")}.carousel-cell:nth-child(2) .card.has-image .card-image,.carousel-cell:nth-child(2) .card.has-icon .card-image,.carousel-cell:nth-child(5) .card.has-image .card-image,.carousel-cell:nth-child(5) .card.has-icon .card-image,.carousel-cell:nth-child(8) .card.has-image .card-image,.carousel-cell:nth-child(8) .card.has-icon .card-image{--bg-pos: 176%;--anim-speed: 52s;--anim-delay: 20ms}.carousel-cell:nth-child(2) .card.has-image .card-image:after,.carousel-cell:nth-child(2) .card.has-icon .card-image:after,.carousel-cell:nth-child(5) .card.has-image .card-image:after,.carousel-cell:nth-child(5) .card.has-icon .card-image:after,.carousel-cell:nth-child(8) .card.has-image .card-image:after,.carousel-cell:nth-child(8) .card.has-icon .card-image:after{width:26rem;height:18rem;-webkit-mask-image:url("../../img/mask_triangle_2.svg");mask-image:url("../../img/mask_triangle_2.svg")}.carousel-cell:nth-child(3) .card.has-image .card-image,.carousel-cell:nth-child(3) .card.has-icon .card-image,.carousel-cell:nth-child(6) .card.has-image .card-image,.carousel-cell:nth-child(6) .card.has-icon .card-image,.carousel-cell:nth-child(9) .card.has-image .card-image,.carousel-cell:nth-child(9) .card.has-icon .card-image{--bg-pos: 260%;--anim-speed: 46s;--anim-delay: 15ms}.carousel-cell:nth-child(3) .card.has-image .card-image:after,.carousel-cell:nth-child(3) .card.has-icon .card-image:after,.carousel-cell:nth-child(6) .card.has-image .card-image:after,.carousel-cell:nth-child(6) .card.has-icon .card-image:after,.carousel-cell:nth-child(9) .card.has-image .card-image:after,.carousel-cell:nth-child(9) .card.has-icon .card-image:after{width:20rem;height:24rem;-webkit-mask-image:url("../../img/mask_triangle_3.svg");mask-image:url("../../img/mask_triangle_3.svg")}.in-viewport .card.has-image .card-image:after,.in-viewport .card.has-icon .card-image:after{background-repeat:repeat !important;background-size:var(--anim-size) !important;animation:var(--anim-speed) gradient-anim ease-in-out infinite}.card-body{hyphens:auto;z-index:2;position:relative}@media (min-width: 1260px){.card-body{hyphens:none}}.is-loaded .card{transition-property:all;transition-duration:250ms;transition-timing-function:ease;transition-delay:unset}.card-header{color:var(--c-text);display:flex;justify-content:flex-end;align-items:center;align-content:center;flex-wrap:wrap}@media (min-width: 1260px){.card-header{width:auto}}.card-footer{color:var(--c-text);position:relative}.card-body{color:var(--c-text)}.card-subtitle{line-height:1;width:100%}.card-image{height:fit-content}.is-loaded .card-image{transition-property:all;transition-duration:300ms;transition-timing-function:ease;transition-delay:unset;transform:scale(1)}.card-image img,.card-image svg{width:100%;height:auto;max-height:100%;object-fit:contain}.card-link{text-decoration:none}@media (min-width: 1260px){.card-link:hover .card{transform:scale(1.025)}.card-link:hover .card-image{transform:scale(1.2)}.card-link:hover .card-btn{--btn-icon-color: var(--c-white);--btn-background: var(--c-primary)}}.card-description{padding:var(--padding-y) var(--padding-x);text-align:center}.card-description p:last-child{margin-bottom:0}
