html,body,h1,h2,h3,h4,h5,h6,span,p,div,strong,b,ul,ol,li,dd,dl,table,tr,th,td,section,label,input,select,button,article{ margin:0; padding:0; border:none; }
[class*="flx"]{ display: flex; }
[class*="+btw"]{ justify-content: space-between; }
[class*="+center"]{ justify-content: center; }
[class*="+ed"]{ justify-content: flex-end; }
[class*="+vcenter"]{ align-items: center; }
[class*="+ved"]{ align-items: flex-end; }
.full-cont { width:100%; height: 100%; }
.w100 { width: 100%!important; }
.rel { position: relative; }
.center { text-align: center!important; }
.right { text-align: right!important; }
.pc-show,.m-hide { display: block; }
.pc-hide,.m-show { display: none; }
b { font-weight: bold!important; }
.pb0 { padding-bottom: 0!important; }
@media (max-width: 768px) {
    .m-hide,.pc-show { display: none; }
    .m-show,.pc-hide { display: block; }
}