@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);
.paginated-cards-grid{margin:0;max-width:none!important;overflow:hidden;padding:var(--padding-y) 10%;position:relative;width:100%}@media screen and (max-width:768px){.paginated-cards-grid{padding:var(--padding-y-mobile) 5%}}.paginated-cards-grid-header{margin-bottom:1.5rem;width:100%}.paginated-cards-grid-header-content{align-items:center;display:flex;gap:2rem;justify-content:space-between}@media(max-width:768px){.paginated-cards-grid-header-content{gap:1rem}}.paginated-cards-grid-header-text{display:flex;flex:1;flex-direction:column}.paginated-cards-grid-header-navigation{align-self:flex-end;flex-shrink:0}.paginated-cards-grid-subheading{color:#55c3b7}.paginated-cards-grid-heading,.paginated-cards-grid-subheading{font-size:var(--lg-font-size);margin-bottom:0;white-space:pre-line}.paginated-cards-grid-heading{color:var(--black-400);font-weight:600;line-height:2rem}.paginated-cards-grid-content .swiper{overflow:hidden}.paginated-cards-grid-content .swiper .swiper-wrapper{align-items:stretch;padding-bottom:2rem;padding-top:5px}.paginated-cards-grid-content .swiper .swiper-slide{display:flex;flex-direction:column;height:auto}.paginated-cards-grid-navigation{display:flex;justify-content:center;margin-top:2rem}.simple-card-link{display:flex;flex:1;height:100%}.simple-card-link,.simple-card-link:hover{color:inherit;text-decoration:none}.simple-card{background-color:#fff;border-radius:1rem;box-shadow:0 10px 24px 0 hsla(0,0%,84%,.25);display:flex;flex-direction:column;height:100%;overflow:hidden;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;width:100%}.simple-card-link:hover .simple-card{box-shadow:0 15px 30px 0 hsla(0,0%,84%,.4);transform:translateY(-5px)}.simple-card-image{align-items:center;display:flex;height:200px;justify-content:center;overflow:hidden;position:relative;width:100%}@media screen and (min-width:1280px){.simple-card-image{height:260px}}.simple-card-image img{display:block;height:100%;max-height:100%;max-width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.simple-card-content{display:flex;flex:1;flex-direction:column;gap:1rem;justify-content:center;padding:1.5rem}.simple-card-title{background:linear-gradient(270.17deg,#71cdc3 -42.27%,#1f65b8 95.17%);font-size:18px;font-weight:600;margin:0;-webkit-text-fill-color:transparent;background-clip:text;-webkit-background-clip:text;line-height:1.3}@media screen and (max-width:1080px){.simple-card-title{font-size:16px}}@media screen and (max-width:640px){.simple-card-title{font-size:15px}}.simple-card-description{color:#8d8d8d;flex:1;font-size:14px;font-weight:400;line-height:1.5;margin:0}@media screen and (max-width:1080px){.simple-card-description{font-size:13px}}@media screen and (max-width:640px){.simple-card-description{font-size:12px}}.navigation-buttons{gap:8px}.navigation-buttons,.navigation-buttons .nav-button{align-items:center;display:flex;justify-content:center}.navigation-buttons .nav-button{background:#0671ba;border:none;border-radius:12px;color:#fff;cursor:pointer;height:40px;transition:all .3s ease-in-out;width:40px}.navigation-buttons .nav-button:hover:not(:disabled):not(.disabled){background-color:#005a94;transform:scale(1.025)}.navigation-buttons .nav-button.disabled,.navigation-buttons .nav-button:disabled{background-color:#ccc;cursor:not-allowed;opacity:.6}.navigation-buttons .nav-button svg{height:20px;width:20px}
