.wh-6 {  width: 6px;  height: 6px;  min-width: 6px;  min-height: 6px; }
.wh-10 { width: 10px; height: 10px; min-width: 10px; min-height: 10px; }
.wh-18 { width: 18px; height: 18px; min-width: 18px; min-height: 18px; }
.wh-20 { width: 20px; height: 20px; min-width: 20px; min-height: 20px; }
.wh-24 { width: 24px; height: 24px; min-width: 24px; min-height: 24px; }
.wh-28 { width: 28px; height: 28px; min-width: 28px; min-height: 28px; }
.wh-32 { width: 32px; height: 32px; min-width: 32px; min-height: 32px; }
.wh-36 { width: 36px; height: 36px; min-width: 36px; min-height: 36px; }
.wh-40 { width: 40px; height: 40px; min-width: 40px; min-height: 40px; }
.wh-48 { width: 48px; height: 48px; min-width: 48px; min-height: 48px; }
.wh-56 { width: 56px; height: 56px; min-width: 56px; min-height: 56px; }
.wh-64 { width: 64px; height: 64px; min-width: 64px; min-height: 64px; }
.wh-80 { width: 80px; height: 80px; min-width: 80px; min-height: 80px; }
.wh-100 { width: 100px; height: 100px; min-width: 100px; min-height: 100px; }

._pr	{ position: relative; }
._hcp {cursor: pointer; opacity: 1; transition: opacity 0.2s ease;}
._hcp:hover { opacity: .8; }
._bsn { box-shadow: none !important; }
._fon:focus { outline: none !important; }
._pen { pointer-events: none; }

._df	{ display: flex; }
._dif	{ display: inline-flex !important;}
._db	{ display: block !important; }
._jcc	{ justify-content: center; }
._jcb	{ justify-content: space-between; }
._jce	{ justify-content: flex-end; }
._ais   { align-items: start; }
._aic	{ align-items: center; }
._fdc	{ flex-direction: column; }
._fdr	{ flex-direction: row; }
._fw	{ flex-wrap: wrap; }

._fw400 { font-weight: 400 !important; }
._fw500 { font-weight: 500 !important; }
._fw600 { font-weight: 600 !important; }
._fw700 { font-weight: 700 !important; }
._fw800 { font-weight: 800 !important; }
._fw900 { font-weight: 900 !important; }

._fs11 { font-size: 11px !important; }
._fs12 { font-size: 12px !important; }
._fs13 { font-size: 13px !important; }
._fs14 { font-size: 14px !important; }
._fs15 { font-size: 15px !important; }
._fs16 { font-size: 16px !important; }
._fs18 { font-size: 18px !important; }
._fs20 { font-size: 20px !important; }
._fs22 { font-size: 22px !important; }
._fs24 { font-size: 24px !important; }
._fs26 { font-size: 26px !important; }
._fs28 { font-size: 28px !important; }
._fs30 { font-size: 30px !important; }
._fs32 { font-size: 32px !important; }
._fs34 { font-size: 34px !important; }
._fs36 { font-size: 36px !important; }
._fs38 { font-size: 38px !important; }
._fs40 { font-size: 40px !important; }
._fs46 { font-size: 46px !important; }

._fs01 { font-size: 16px !important; }
._fs02 { font-size: 22px !important; }
._fs03 { font-size: 28px !important; }
._fs04 { font-size: 34px !important; }
._fs05 { font-size: 42px !important; }

._lh11 { line-height: 1.1 !important; }
._lh12 { line-height: 1.2 !important; }
._lh13 { line-height: 1.3 !important; }
._lh14 { line-height: 1.4 !important; }
._lh15 { line-height: 1.5 !important; }
._lh16 { line-height: 1.6 !important; }
._lh17 { line-height: 1.7 !important; }
._lh18 { line-height: 1.8 !important; }

._mw300 { max-width: 300px; }
._mw400 { max-width: 400px; }
._mw500 { max-width: 500px; }
._mw600 { max-width: 600px; }
._mw700 { max-width: 700px; }

.mb-80 { margin-bottom: 80px; }
.mb-100 { margin-bottom: 100px; }
.mb-120 { margin-bottom: 120px; }

._p30 {padding: 30px !important;}

.truncated {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-sm { font-size: 90%; }
.text-md { font-size: 120%; }
.text-lg { font-size: 150%; }

.text-main { color: #3c3a3a; }

._b0 { border: 0px !important;}
._b { border: 1px solid rgba(0,0,0,.08); }
._bb { border-bottom: 1px solid rgba(0,0,0,.08); }
._bt { border-top: 1px solid rgba(0,0,0,.08); }
._bl { border-left: 1px solid rgba(0,0,0,.08); }
._br { border-right: 1px solid rgba(0,0,0,.08); }
._br3 { border-radius: 3px !important; }
._br4 { border-radius: 4px !important; }
._br5 { border-radius: 5px !important; }
._br6 { border-radius: 6px !important; }
._br8 { border-radius: 8px !important; }
._br10 { border-radius: 10px !important; }
._br24 { border-radius: 24px !important; }
._br0 { border-radius: 0px !important; }
.py12 { padding-top: 12px; padding-bottom: 12px; }

.mt-6 { margin-top: 4rem!important; }
.mb-6 { margin-bottom: 4rem; }
.my-6 { margin-bottom: 4rem; margin-top: 4rem; }
.py-6 { padding-bottom: 4rem; padding-top: 4rem; }
.pt-6 { padding-top: 4rem; }
.pb-6 { padding-bottom: 4rem; }
.py-8 { padding-bottom: 5rem; padding-top: 5rem; }
.py-10 { padding-bottom: 7rem; padding-top: 7rem; }

.mt-7 { margin-top: 5rem}
.mb-7 { margin-bottom: 5rem; }
.my-7 { margin-bottom: 5rem; margin-top: 5rem; }

.mt-8 { margin-top: 7rem}
.mb-8 { margin-bottom: 7rem}
.my-8 { margin-top: 7rem; margin-bottom: 7rem;}
.mx-8 { margin-left: 7rem; margin-right: 7rem;}

.mt-9 { margin-top: 150px}
.mb-9 { margin-bottom: 150px}
.my-9 { margin-top: 150px; margin-bottom: 150px;}
.mx-9 { margin-left: 150px; margin-right: 150px;}

._wsnw { white-space: nowrap; }
._tdn { text-decoration: none !important; }
._wwb { word-wrap: break-word; }