.custom-cards-grid{position:relative}.custom-card-item{background:#fff;border:1px solid #b5bec5;border-radius:16px;padding:26px 24px;transition:all .3s ease}.custom-card-item:hover{box-shadow:0 10px 20px rgba(0,0,0,.1)}.custom-card-title :is(h2,h3,h4){color:var(--color-text-primary);font-family:var(--font-family-pp-pangram);font-size:24px;font-weight:700;letter-spacing:0;padding-bottom:0}.custom-card-content-text p{margin-bottom:0}.custom-card-title{align-items:center;display:flex;gap:10px}.custom-card-title-index{color:var(--color-text-primary);font-family:var(--font-family-pp-pangram);font-size:24px;font-weight:700;letter-spacing:0;padding-bottom:0}@media (min-width:1025px){.custom-cards-arrows{display:none!important}.custom-cards-grid .splide__track{display:block;width:100%}.custom-cards-grid .splide__list{display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.custom-cards-grid .splide__slide{margin:0;width:auto!important}}@media (max-width:1024px){.custom-cards-arrows{display:block}.splide__track{padding-bottom:10px;padding-top:10px}.splide__arrows{display:block}.custom-card-item{box-shadow:0 4px 12px rgba(0,0,0,.1)}.custom-cards-grid .splide__arrow{align-items:center;background:rgba(0,0,0,.5);border:none;border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:40px;z-index:10}.custom-cards-grid .splide__arrow:focus,.custom-cards-grid .splide__arrow:hover{background:rgba(0,0,0,.8)}.custom-cards-grid .splide__arrow svg{height:20px;width:20px}.custom-cards-grid .splide__arrow svg path{stroke:#fff}.custom-cards-grid .splide__arrow--prev{left:10px}.custom-cards-grid .splide__arrow--next{right:10px}.custom-cards-grid .splide__arrow:disabled{cursor:not-allowed;opacity:.3}}