.numbers-module .wrapper__counters{display:grid;gap:20px;grid-template-columns:repeat(var(--per-row),1fr)}@media(max-width:1400px){.numbers-module .wrapper__counters{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}.numbers-module .wrapper.flex-row-layout{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media(max-width:992px){.numbers-module .wrapper.flex-row-layout{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media(min-width:992px){.numbers-module .wrapper.flex-row-layout .wrapper__text{padding-top:36px}}.numbers-module .wrapper.flex-row-layout .wrapper__counters{width:50%}@media(max-width:992px){.numbers-module .wrapper.flex-row-layout .wrapper__counters{width:100%}}.numbers-module .counter-box{position:relative}.numbers-module .counter-box .inner-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0;text-align:center}@media(max-width:992px){.numbers-module .counter-box .inner-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.numbers-module .counter-box .counter-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.numbers-module .counter-box .counter-wrapper span{color:var(--number-color);margin-bottom:0;-ms-flex-negative:0;flex-shrink:0}@media(min-width:768px){.numbers-module .counter-box .counter-wrapper span{font-size:90px;font-weight:600;line-height:120%}}@media(max-width:767px){.numbers-module .counter-box .counter-wrapper span.counter-holder{min-width:unset!important}}.numbers-module .counter-box .content-bottom .h1,.numbers-module .counter-box .content-bottom .h2,.numbers-module .counter-box .content-bottom .h3,.numbers-module .counter-box .content-bottom .h4,.numbers-module .counter-box .content-bottom .h5,.numbers-module .counter-box .content-bottom .h6{margin:var(--text-elements-margin-sm)}