<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fun-factor-content .fun-factor-content-number-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 24px;
}
.fun-factor-content .fun-factor-content-text {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 24px;
}
.fun-factor-content .fun-factor-content-number,
.fun-factor-content .fun-factor-content-number-prefix,
.fun-factor-content .fun-factor-content-number-suffix {
    font-size: 24px;
}
.ff-icon--left .fun-factor-content {
    padding-left: 20px;
}
.ff-icon--right .fun-factor-content {
    padding-right: 20px;
}
.fun-factor-divider {
    display: inline-block;
    margin-bottom: 15px;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    right: 0%;
    bottom: 25%;
}
.ff-icon--top .fun-factor-media {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.ff-icon--top .fun-factor-media--image {
    width: 200px;
}
:not(.ff-icon--top) .fun-factor-media--image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 200px;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
}
.fun-factor-media--image img {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    -o-object-fit: cover;
    object-fit: cover;
}
.fun-factor-media--icon {
    font-size: 3rem;
}
.fun-factor-media--icon i,
.fun-factor-media--icon svg {
    position: relative;
    display: block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}
.fun-factor-media--icon i:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.fun-factor-wrap {
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: flex;
    flex-direction: column;
}
.ff-icon--left &gt; .elementor-widget-container .fun-factor-wrap,
.ff-icon--right &gt; .elementor-widget-container .fun-factor-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}
.ff-icon--left &gt; .elementor-widget-container .fun-factor-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.ff-icon--right &gt; .elementor-widget-container .fun-factor-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right;
}
.ff-icon--top &gt; .elementor-widget-container .fun-factor-wrap fun-factor-divider {
    width: 100px;
}
.ff-icon--left &gt; .elementor-widget-container .fun-factor-wrap fun-factor-divider,
.ff-icon--right &gt; .elementor-widget-container .fun-factor-wrap fun-factor-divider {
    width: 100% !important;
}
</pre></body></html>