.cr-custom-cards{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.cr-custom-card{align-items:stretch;border:1px solid #ecebf2;border-radius:18px;cursor:pointer;display:flex;justify-content:stretch;order:2;overflow:hidden}.cr-custom-card.crc-active{border-radius:40px}.cr-custom-card-inner{align-items:center;background:#fff;display:flex;flex:0 0 100%;justify-content:center;overflow:hidden;padding:30px 28px}.crc-active .cr-custom-card-inner{background:transparent;display:block}.cr-custom-card-content,.cr-custom-card-cta,.cr-custom-card-image{display:none}.crc-active .cr-custom-card-content,.crc-active .cr-custom-card-cta,.crc-active .cr-custom-card-image{display:block}.cr-custom-card.col-3-count{flex:0 0 calc(50% - 5px);max-width:calc(50% - 5px)}.cr-custom-card.col-4-count{flex:0 0 calc(33.3333% - 7px);max-width:calc(33.3333% - 7px)}.cr-custom-card-image img{margin-bottom:10px;width:110px}.cr-custom-card-content{padding-top:15px}.cr-custom-card h3{color:#292149;font-size:15px;line-height:1.33;margin-bottom:0}.cr-custom-card.crc-active h3{color:#fff;font-size:34px;letter-spacing:-.8px;line-height:1.14}.cr-custom-card h4{color:hsla(0,0%,100%,.574);font-size:13px;font-weight:400;line-height:1.53}.cr-custom-card ol,.cr-custom-card p,.cr-custom-card ul{color:hsla(0,0%,100%,.92);font-size:13px;font-weight:400;line-height:1.53}.cr-custom-card p:last-child{margin-bottom:0}.cr-custom-card-cta{padding-top:20px}@media (max-width:991px){.cr-custom-card.crc-active{animation:crcFadeShift .4s ease-in-out;flex:0 0 100%;max-width:100%;order:1}}@media (min-width:992px){.cr-custom-cards{gap:28px;margin-top:50px}.cr-custom-cards .cr-custom-card{filter:blur(1px);opacity:.4;transition:opacity .4s ease,filter .4s ease}.cr-custom-cards .cr-custom-card.crc-active{animation:crcFadeShift .4s ease-in-out;filter:blur(0);flex:0 0 100%;max-width:100%;opacity:1}.cr-custom-card-inner{align-items:start;background:transparent;flex-direction:column;justify-content:space-between}.crc-active .cr-custom-card-inner{display:flex}.cr-custom-card-content,.cr-custom-card-cta,.cr-custom-card-image{display:block}.cr-custom-card.col-2-count{flex:0 0 calc(45% - 14px);max-width:calc(45% - 14px)}.cr-custom-card.col-2-count.crc-active{flex:0 0 calc(55% - 14px);max-width:calc(55% - 14px)}.cr-custom-card.col-3-count{flex:0 0 calc(27.5% - 14px);max-width:calc(27.5% - 14px)}.cr-custom-card.col-3-count.crc-active{flex:0 0 calc(45% - 28px);max-width:calc(45% - 28px)}.cr-custom-card.col-4-count{flex:0 0 calc(23% - 14px);max-width:calc(23% - 14px)}.cr-custom-card.col-4-count.crc-active{flex:0 0 calc(31% - 42px);max-width:calc(31% - 42px)}.cr-custom-card h3{color:#fff;font-size:34px;letter-spacing:-.8px;line-height:1.14}.cr-custom-card ol,.cr-custom-card p,.cr-custom-card ul{font-size:16px}}@keyframes crcFadeShift{0%{opacity:1}30%{opacity:0}to{opacity:1}}