/*encapsulation*/
.color-w{color: #fff}
.color-b{color: #000}
.color-32{color: #323232}
.t3{top: 4rem}
.mb2{margin-bottom: 2rem;}
.color-6{color: #666}
.b-0{border: 0 !important;}
.dp-f{display: flex;}
.jc-c{justify-content: center}
.jc-fe{justify-content: flex-end;}
.jc-fs{justify-content: flex-start;}
.ai-c{align-items: center}
.ai-fs{align-items: flex-start;}
.jc-sb{justify-content: space-between;}
.p-r{position: relative}
.margin-r{margin-right: 0;}

.ht-150{height: 150px;}

.w-135{width: 135px;}
.wh-800{width: 800px;}


.mt_30{margin-top: -30px;}
.mt-0{margin-top: 0;}
.mt-15{margin-top: 15px;}
.mt-20{margin-top: 20px;}
.mt-35{margin-top: 35px;}
.mt-50{margin-top: 50px;}
.mt-75{margin-top: 75px;}
.mt-100{margin-top: 100px}
.mb-20{margin-bottom: 20px}
.mb-70{margin-bottom: 70px;}
.mb-50{margin-bottom: 50px;}
.mb-125{margin-bottom: 125px;}
.mb-250{margin-bottom: 250px;}
.mb-200{margin-bottom: 200px;}

.fs-14{font-size: 14px;}
.fs-15{font-size: 15px;}
.fs-22{font-size: 22px;}
.fs-25{font-size: 18px;}
.fs-34{font-size: 24px}
.fs-18{font-size: 18px}


.lh-2{line-height: 2;}
.lh-3{line-height: 3;}

.ls-1{letter-spacing: 1px;}

.bgc-f{
    background-color: #fff;
}