/* PFA */
.PFA .media {
    width: calc(100% * 2);
    height: calc(100% * 2);
}

/* CAROUSEL */
.CAROUSEL[data-style='content-stats'] .carousel .cell { width: 70%; }

.CAROUSEL[data-style='content-stats'] .carousel .cell .inner .callout { flex: 1 0 50%; }
.CAROUSEL[data-style='content-stats'] .carousel .cell .inner .media { flex: 1 0 50%; }
.CAROUSEL[data-style='content-stats'] .carousel .cell:first-child .inner .media { margin: -10px 0 0 -30px; }
.CAROUSEL[data-style='content-stats'] .carousel .cell .inner .content { flex: 0 0 100%; }

.CAROUSEL[data-style='content-stats'] .carousel .cell:nth-child(3n+1) .inner .callout { color: #3BBF1C; }
.CAROUSEL[data-style='content-stats'] .carousel .cell:nth-child(3n+2) .inner .callout { color: #A06EED; }
.CAROUSEL[data-style='content-stats'] .carousel .cell:nth-child(3n+3) .inner .callout { color: #1C6BFF; }

.CAROUSEL[data-style='content-stats'] .carousel .cell .inner .callout .stat { 
    font-size: 68px;
    font-weight: 700;
    line-height: 0.8;
    margin: 0;
 }
.CAROUSEL[data-style='content-stats'] .carousel .cell .inner .callout .text { margin: 0.5em 0 0; }