/* Core-Libraries: normalize + grid */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
body{margin:0}
img,svg,video{max-width:100%;height:auto;display:block}
button,input,select,textarea{font:inherit;color:inherit}
[hidden]{display:none!important}
.row{display:flex;flex-wrap:wrap;margin:0}
.row>*{min-width:0}
.col-12{flex:0 0 100%;max-width:100%}
.col-6{flex:0 0 50%;max-width:50%}
@media (min-width:992px){
  .col-lg-2{flex:0 0 16.6667%;max-width:16.6667%}
  .col-lg-3{flex:0 0 25%;max-width:25%}
}
.clearfix::after{content:"";display:table;clear:both}
