:root{--hero-banner-cta:#00ffab;--hero-banner-cta-hover:#00bf82;--hub-exclusive-content:#7c39e3!important;--hub-exclusive-content-cta:#eb1c24!important;--hub-exclusive-content-cta-hover:#c40000!important}.no-scroll-y{overflow:hidden}.card{display:flex;flex-direction:column;align-items:center;flex-basis:100%;margin:9rem 3rem 2rem;background-color:#fff;padding:10rem 0 0;box-shadow:0 4px 10px rgba(0,0,0,.15);position:relative;max-width:40rem}.card__wrapper{margin-top:2rem}@media screen and (min-width:53.125em){.card{flex-basis:calc(33.3333333333% - 2rem);margin:9rem 3rem 2rem 0}}@media screen and (min-width:53.125em){.card:nth-of-type(3n){margin-right:0}}@media screen and (min-width:53.125em){.card:last-of-type{margin-right:0}}.card__avatar{border-radius:50%;overflow:hidden;width:15rem;position:absolute;top:-7.5rem;left:calc(50% - 7.5rem);box-shadow:0 4px 10px rgba(0,0,0,.15)}.card__avatar-img{display:block;width:100%;margin-bottom:0}.card__content{width:100%;display:flex;flex-direction:column;flex-grow:1}.card__content>[class*=card__]{text-align:center}.card__text--large{font-size:1.6rem}@media screen and (min-width:53.125em){.card__text--large{font-size:2rem}}.card__text--medium{font-size:1.4rem}@media screen and (min-width:53.125em){.card__text--medium{font-size:1.6rem}}.card__text--small{font-size:1.2rem}@media screen and (min-width:53.125em){.card__text--small{font-size:1.4rem}}.card__text--purple{color:#7c68e1}.card__box{flex-grow:1;background-color:rgba(124,104,225,.1);margin-top:3rem;padding:3rem}.card .btn{display:inline-flex;margin:0 auto}.card__total{width:100%;display:flex;justify-content:center;font-weight:600}.card__total strong{font-weight:800;color:#7c68e1}.card__pagination{width:100%;padding:3rem;display:flex;flex-wrap:wrap;justify-content:center}.card__page-previous{width:4rem;height:4rem;position:relative;border-radius:.4rem;background-color:rgba(124,104,225,.2);box-shadow:0 4px 10px rgba(0,0,0,.15);margin-right:2rem;transition:.2s ease;cursor:pointer}.card__page-previous::after{content:"";width:1.6rem;height:1.6rem;position:absolute;top:1.1rem;left:1.5rem;border-bottom:.4rem solid #7c39e3;border-right:.4rem solid #7c39e3;transform:rotate(135deg)}.card__page-previous:hover{background-color:rgba(124,104,225,.4)}.card__page-next{width:4rem;height:4rem;position:relative;border-radius:.4rem;background-color:rgba(124,104,225,.2);box-shadow:0 4px 10px rgba(0,0,0,.15);transition:.2s ease;cursor:pointer}.card__page-next::after{content:"";width:1.6rem;height:1.6rem;position:absolute;top:1.1rem;left:.8rem;border-bottom:.4rem solid #7c39e3;border-right:.4rem solid #7c39e3;transform:rotate(-45deg)}.card__page-next:hover{background-color:rgba(124,104,225,.4)}.card__page--disabled{background-color:rgba(0,0,0,.1);cursor:default}.card__page--disabled::after{border-color:rgba(0,0,0,.4)}.card__page--disabled:hover{background-color:rgba(0,0,0,.1)}