.blog-post-card{box-shadow:12px 12px 24px 0 rgba(42,42,40,.1);overflow:hidden}.blog-post-card__image{aspect-ratio:297/204;height:auto;overflow:hidden;position:relative;width:100%}.blog-post-card .blog-post-card__image:after{background:transparent;bottom:0;content:"";height:100%;left:0;position:absolute;right:0;top:0;transition:all .2s ease;width:100%}.blog-post-card:hover .blog-post-card__image:after{background:rgba(117,190,233,.71)}.blog-post-card__wrapper{background:#fff;display:flex;flex-direction:column;height:100%;justify-content:space-between;max-height:800px;min-width:297px;position:relative}.blog-post-card__image img{height:100%;object-fit:cover;width:100%}.blog-post-card__content{background:#fff;flex-grow:1;padding:48px 30px}.blog-post-card__content h5{color:#3d9dea;font-size:24px;font-style:normal;font-weight:600;letter-spacing:1.2px;line-height:1.4;text-transform:uppercase}.blog-post-card__name{color:#003b70;font-size:24px;font-style:normal;font-weight:700;line-height:1.44}.blog-post-card__content-back,.blog-post-card__content-front{display:flex;flex-direction:column;height:100%;justify-content:space-between;transition:transform .5s ease}.blog-post-card__content-front{transform:translateX(0)}.blog-post-card__content-back{height:0;transform:translateX(-500px)}.blog-post-card__content-back .arrow-right.arrow-btn{color:#0074c8;font-size:14.2px;font-style:normal;font-weight:700;line-height:1.89;margin-left:auto;text-transform:uppercase;width:fit-content}.blog-post-card__content-back .arrow-right.arrow-btn:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='18' fill='none'%3E%3Cpath fill='%23239CD4' d='m2.607 1.297 7.184 7.498c.157.196.275.432.275.668a.93.93 0 0 1-.275.628l-7.184 7.498a.937.937 0 0 1-1.335.04c-.392-.354-.392-.943-.039-1.336l6.595-6.87-6.595-6.83a.937.937 0 0 1 .04-1.335.937.937 0 0 1 1.334.039'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:40px;margin-left:10px;position:relative;width:12px}.blog-post-card-placeholder{overflow:hidden}.blog-post-card-placeholder,.blog-post-card-placeholder__image{animation:flash 1.5s infinite;animation-timing-function:cubic-bezier(.1,-.6,.2,0)}.blog-post-card-placeholder__image{aspect-ratio:297/204;height:auto;position:relative;width:100%}.blog-post-card-placeholder__wrapper{aspect-ratio:297/494;background:#fff;flex-shrink:0;height:auto;max-height:800px;min-width:297px}.blog-post-card-placeholder__content{padding:48px 30px}.blog-post-card-placeholder__content h5{height:25px;width:70%}.blog-post-card-placeholder__content h5,.blog-post-card-placeholder__name{animation:flash 1.5s infinite;animation-timing-function:cubic-bezier(.1,-.6,.2,0)}.blog-post-card-placeholder__name{height:40px;width:80%}@keyframes flash{0%{background-color:#f5f5f5}50%{background-color:#f7f7f7}to{background-color:#f5f5f5}}