/*==== Stats Ticker ====*/
.module-Ticker {
background:#EEF1FA
}
.module-Ticker-heading{
margin-bottom:50px;
}
.module-Ticker-item_icons{ 
width: 56px;
height: 56px;
margin-bottom:5px;
}
.module-Ticker-item_icons img{ 
    object-fit: contain;
 
 }
.module-Ticker-title{
font-family: 'DM Sans', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 30px;
line-height: 34px;
margin-bottom: 22px;

}
.module-Ticker-item-text {
font-family: 'DM Mono', monospace;
font-style: normal;
font-weight: 300;
font-size: 45px;
line-height: 78px;
margin-bottom:0px;
letter-spacing: -1.03px;
}
.module-Ticker_wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 30px;
}


.module-Ticker-item_content {
font-family: 'DM Sans', sans-serif;
font-style: normal;
font-weight: 500; /* medium = 500 */
font-size: 19px;
line-height: 20px;
}
/* key content animation */
.active-section [class*="scroll-"] .module-Ticker-item_icons, .active-section [class*="scroll-"] .module-Ticker-item-text{opacity: 0; top: 100px; transition: 0.5s; position: relative;}


.active-section [class*="scroll-"] .module-Ticker-item_icons, .active-section [class*="scroll-"] .module-Ticker-item-text{opacity: 1; top: 0; transition-delay: 0.6s;}
.active-section [class*="scroll-"] .module-Ticker-item-text{transition-delay: 0.7s;}
.active-section [class*="scroll-"] .module-Ticker-item_content{transition-delay: 0.8s;}


@media all and (max-width: 767.98px){
.module-Ticker-item_content{margin-bottom:30px;}
.module-Ticker-item_icon{margin-top:30px;}
.module-Ticker_cards{display:block;max-width:25%;padding:0 16px;}
}
@media all and (max-width: 551.98px){.module-Ticker_cards{max-width:100%;}.module-Ticker_wrapper{display:table;}}