.flip *,.flip :after,.flip :before{box-sizing:border-box}.flip{display:flex;margin:0 auto;justify-content:center;align-items:center;flex-wrap:wrap;max-width:1067px}.flip .heading{width:100%;margin-left:1rem;font-weight:900;font-size:1.618rem;text-transform:uppercase;letter-spacing:.1ch;line-height:1;padding-bottom:.5em;margin-bottom:1rem;position:relative}.flip .heading:after{display:block;content:'';position:absolute;width:60px;height:4px;background:linear-gradient(135deg,#1a9be6,#1a57e6);bottom:0}.flip .description{width:100%;margin-top:0;margin-left:1rem;margin-bottom:3rem}.flip .card{color:inherit;cursor:pointer;width:100%;height:400px;min-height:400px;perspective:1000px;position:relative}.flip .card .card-text{max-height:25rem;margin-bottom:2rem;overflow:hidden}.back,.flip .front{display:flex;border-radius:6px;background-position:center;background-size:cover;text-align:center;justify-content:center;align-items:center;position:absolute;height:100%;width:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform-style:preserve-3d;transition:ease-in-out .6s}.flip .front{background-size:cover;padding:2rem;font-size:1.618rem;font-weight:600;color:#fff;overflow:hidden;font-family:Poppins,sans-serif}.flip .front::before{content:'';position:absolute;background:linear-gradient(0deg,#00000038 30%,#ffffff44 100%);width:100%;height:100%;z-index:-1;left:0;top:0}.flip .front h2{color:#fff;text-shadow:0 0 5px rgba(0,0,0,.25)}.flip .card:hover .front{transform:rotateY(180deg)}.flip .card:nth-child(even):hover .front{transform:rotateY(-180deg)}.flip .back{background:#fff;transform:rotateY(-180deg);padding:0 2em}.flip .card:hover .back{transform:rotateY(0)}[class*=theme-background-bl] .flip .card:hover .back{color:#666}.flip .card:nth-child(even) .back{transform:rotateY(180deg)}.flip .card:nth-child(even):hover .back{transform:rotateY(0)}@media print,screen and (min-width:64em){.card.large-3{width:calc(25% - 1rem)}.card.large-4{width:calc(33.33333% - 1rem)}.card.large-6{width:calc(50% - 1rem)}}@media print,screen and (min-width:48em){card.medium-6{width:calc(50% - 1rem)}}.flip{margin-left:-.5rem}.flip .card{margin:.5rem}