@keyframes bounceDown{0%{transform:scale(1, 1) translateX(0)}10%{transform:scale(1.1, 0.9) translateX(0)}30%{transform:scale(0.9, 1.1) translateY(-4px)}50%{transform:scale(1.05, 0.95) translateY(6px)}57%{transform:scale(1, 1) translateY(-2px)}64%{transform:scale(1, 1) translateY(0)}100%{transform:scale(1, 1) translateY(0)}}@keyframes bounce2{0%{transform:scale(1, 1) translateX(0)}10%{transform:scale(1.1, 0.9) translateX(0)}30%{transform:scale(0.9, 1.1) translateX(-4px)}50%{transform:scale(1.05, 0.95) translateX(2px)}57%{transform:scale(1, 1) translateX(-2px)}64%{transform:scale(1, 1) translateX(0)}100%{transform:scale(1, 1) translateX(0)}}.cards-mekari__title{font-size:28px;line-height:36px;margin:0 0 8px;max-width:600px}.cards-mekari__desc{max-width:600px}.cards-mekari .cards{margin-top:40px;display:flex;flex-wrap:wrap;gap:24px}.cards-mekari .cards .card{display:block;width:100%;max-width:calc((100% - 48px)/3);border-radius:12px;background:#fff;border:1px solid #d0d6dd}.cards-mekari .cards .card__icon{width:96px;height:96px;border-radius:8px;display:flex;justify-content:center;align-items:center;margin-bottom:24px}.cards-mekari .cards .card__icon img{display:block;width:40px;height:40px;-o-object-fit:contain;object-fit:contain}.cards-mekari .cards .card__title{font-size:16px;line-height:24px;margin:0 0 8px}.cards-mekari .cards .card__title:last-child{margin:0}.cards-mekari .cards .card__buttons{margin-top:16px}.cards-mekari .cards .card__wrap{padding:24px}.cards-mekari .cards--type-2 .card__icon{margin:0}.cards-mekari .cards--type-2 .card__content{display:block;width:100%;max-width:calc(100% - 96px);padding-left:16px}.cards-mekari .cards--type-2 .card__buttons{margin-top:0}.cards-mekari .cards--type-2 .card__wrap{display:flex;align-items:center;padding:8px}.cards-mekari .cards--type-3{gap:16px}.cards-mekari .cards--type-3 .card{max-width:calc((100% - 80px)/6);border-color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.cards-mekari .cards--type-3 .card__icon{position:relative;margin:0 0 16px;width:72px;height:72px;background:#f7f4ff;border-radius:8px;border:2px solid rgba(0,0,0,0);transition:background .2s ease}.cards-mekari .cards--type-3 .card__icon img{position:absolute;width:40px;height:40px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;top:14px;left:14px}.cards-mekari .cards--type-3 .card__icon .icon-white{opacity:0;visibility:hidden}.cards-mekari .cards--type-3 .card__title{font-size:14px;line-height:20px;transition:color .2s ease}.cards-mekari .cards--type-3 .card__wrap{padding:16px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.cards-mekari .cards--type-3 .card a.card__wrap{cursor:pointer}.cards-mekari .cards--type-3 .card a.card__wrap:hover{text-decoration:none}.cards-mekari .cards--type-3 .card a.card__wrap:hover .card__icon{background-color:#4b61dd;box-shadow:0px 50px 14px 0px rgba(0,0,0,0),0px 32px 13px 0px rgba(0,0,0,.01),0px 18px 11px 0px rgba(0,0,0,.03),0px 8px 8px 0px rgba(0,0,0,.04),0px 2px 4px 0px rgba(0,0,0,.05)}.cards-mekari .cards--type-3 .card a.card__wrap:hover .card__icon .icon-blue{opacity:0;visibility:hidden}.cards-mekari .cards--type-3 .card a.card__wrap:hover .card__icon .icon-white{opacity:1;visibility:visible}.cards-mekari .cards--type-3 .card a.card__wrap:hover .card__title{color:#4b61dd}.cards-mekari .cards.cards-col-4 .card{max-width:calc((100% - 72px)/4)}.cards-mekari__wrap{padding-top:64px;padding-bottom:64px}.cards-mekari.bg-white{background-color:#fff}.cards-mekari.bg-gray{background-color:#f1f5f9}.cards-mekari.bg-gray .cards--type-3 .card__icon{background:#fff}.cards-mekari.bg-blue{background-color:#10253e;color:#fff}.cards-mekari.bg-blue .cards-mekari__title{color:#fff}.cards-mekari.bg-blue .cards--type-3 .card{color:#fff}.cards-mekari.bg-blue .cards--type-3 .card__icon{background:#fff;border:2px solid #fff}.cards-mekari.bg-blue .cards--type-3 .card__title{color:#fff}.cards-mekari.bg-blue .cards--type-3 .card a.card__wrap:hover .card__title{color:#fff}.cards-mekari.bg-dark{background-color:#232933;color:#fff}.cards-mekari.bg-dark .cards-mekari__title{color:#fff}.cards-mekari.bg-dark .cards--type-3 .card{color:#fff}.cards-mekari.bg-dark .cards--type-3 .card__icon{background:#fff;border:2px solid #fff}.cards-mekari.bg-dark .cards--type-3 .card__title{color:#fff}.cards-mekari.bg-dark .cards--type-3 .card a.card__wrap:hover .card__title{color:#fff}.cards-mekari.text-center .cards-mekari__outline,.cards-mekari.text-center .cards-mekari__title,.cards-mekari.text-center .cards-mekari__desc{margin-left:auto;margin-right:auto}@media(max-width: 1024px){.cards-mekari .cards--type-2 .card{max-width:calc((100% - 24px)/2)}.cards-mekari .cards--type-3 .card{max-width:calc((100% - 48px)/4)}.cards-mekari .cards.cards-col-4 .card{max-width:calc((100% - 24px)/2)}}@media(max-width: 768px){.cards-mekari .cards .card{max-width:calc((100% - 24px)/2)}.cards-mekari .cards--type-2 .card{max-width:100%}.cards-mekari .cards--type-3 .card{max-width:calc((100% - 32px)/3)}}@media(max-width: 480px){.cards-mekari .cards .card{max-width:100%}.cards-mekari .cards--type-3 .card{max-width:calc((100% - 16px)/2)}.cards-mekari .cards.cards-col-4 .card{max-width:100%}}@media(max-width: 320px){.cards-mekari .cards .card{max-width:100%}.cards-mekari .cards--type-2 .card__content{max-width:100%;padding:16px 0 0 0}.cards-mekari .cards--type-2 .card__wrap{flex-direction:column;align-items:flex-start}}/*# sourceMappingURL=cards-mekari.min.css.map */