.tick{width:50px;height:50px;position:relative;padding-top:10px}.tick:before{content:"\2713";font-size:40px;color:blue;position:absolute;opacity:0;transform:translateY(5px);animation:tickAnimation 2s ease-in-out infinite}@keyframes tickAnimation{0%,to{transform:translateY(5px);opacity:.5}50%{transform:translateY(0);opacity:1}}.mak3rPricingTable{width:100%;margin-bottom:0}.mak3rPricingTableWrapper{width:100%;border:1px solid rgb(222,222,222);border-radius:20px;overflow:hidden;margin-bottom:25px;transition:all .3s}.mak3rPricingTableWrapper:hover{transform:scale(1.1)}.mak3rPricingTableWrapper td{transition:all .3s}.mak3rPricingTableWrapper td:hover{font-weight:700}.bg-blue-600{background-color:var(--primary1)}.checkmark__circle{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:2;stroke-miterlimit:10;stroke:green;fill:none;animation:stroke 1.6s cubic-bezier(.65,0,.45,1) infinite}.checkmark{width:56px;height:56px;border-radius:50%;display:block;stroke-width:2;stroke:green;stroke-miterlimit:10;margin:10% auto;box-shadow:inset 0 0 0 #7ac142;animation:fill 2s ease-in-out infinite,scale 1.3s ease-in-out 1s infinite}.checkmark__check{transform-origin:50% 50%;stroke-dasharray:48;stroke-dashoffset:48;animation:stroke 1.3s cubic-bezier(.65,0,.45,1) 1s infinite}@keyframes stroke{to{stroke-dashoffset:0}}@keyframes scale{0%,to{transform:none}50%{transform:scale3d(1.1,1.1,1)}}@keyframes fill{to{box-shadow:inset 0 0 0 30px #fff}}