.custom-card-grid{padding:3rem 0;background-color:#f9f9f9}.custom-card-grid .h1{font-size:38px}.custom-card-grid .h4{margin:0 .5rem;font-size:22px;line-height:26px;padding-top:8px}.custom-card-grid__header{text-align:center;margin-bottom:4rem;max-width:80rem;margin-left:auto;margin-right:auto}.custom-card-grid__title{margin-bottom:1rem;color:rgb(var(--color-foreground));font-family:lexend;font-weight:500;line-height:48px;margin:.5rem auto}.custom-card-grid__subtitle{font-size:1.6rem;color:rgba(var(--color-foreground),.75);margin:0;font-family:"Segoe UI",Arial,sans-serif}.custom-card-grid__items{display:grid;gap:3rem;overflow:auto;grid-template-columns:repeat(2,1fr);justify-items:center}@media screen and (min-width:1024px){.custom-card-grid__items{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:749px){.custom-card-grid__items{gap:2rem}}.custom-card-grid__item{display:flex;justify-content:center;width:100%!important;max-width:unset!important}.custom-card-grid__empty{text-align:center;padding:4rem 2rem;color:rgba(var(--color-foreground),.5)}.custom-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 2rem;background:#f9f9f9;border-radius:1rem;transition:all .3s ease;height:100%}.custom-card__icon{margin-bottom:2rem;display:flex;max-width:100px;align-items:center;justify-content:center}.custom-card__icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.custom-card__title{margin-bottom:1.5rem;color:rgb(var(--color-foreground));font-weight:500;font-family:lexend}.custom-card__description{flex-grow:1;margin-bottom:1rem;color:rgba(var(--color-foreground),.8);font-size:1.4rem;line-height:1.6}.custom-card__description p{margin:0}.custom-card__button{margin-top:auto}.custom-card__button .button{min-width:15rem;white-space:nowrap;font-size:20px}.section-padding{padding-top:var(--section-padding-top,36px);padding-bottom:var(--section-padding-bottom,36px)}@media screen and (max-width:749px){.custom-card{padding:0 0}}