@charset "utf-8";

/**
 - 최초 생성
 작성자 : 블루스트림 대표 김정환 - 위븐 프레임워크 일부 -
 본 스타일 시트는 저작권이 있습니다.
 무단 도용하실 수 없으며, 사용전 kjh@bluestream.co.kr 로 문의주시기 바랍니다.

 홈페이지 : http://weven.co.kr

 - note
 v0.0.4 - 2017.12.12 - 황진규
    내용 : w5 ~ w100 추가
          해당 숫자만큼의 %로 width 부여
          5단위로 5~100까지
 v0.0.3 - 2017.02.23 - 황진규
    내용 : font-size, line-height Mediaquery 적용
          font-size : 24px 이상부터 모바일 사이즈 단계별 적용
          line-height :  31px 이상부터 14단계로 구성
          기존 css 제거 : image 관련 css (img-responsive, img-100 등), border-circle
          calc 추가
 v0.0.2 - 2017.01.10 - 황진규
    내용 : margin, padding 관련 class 추가 ( mr10, mr-sm-20 / pt10, pt-md-20 등 )
 v0.0.1 - 2017.01.10 - 황진규
    내용 : 버젼 관리 시작
*/


/*
<!-- 12 grid bg debug용 html 일부 -->
<div class="bg-1"><div class="bg-content"></div></div>
<div class="bg-2"><div class="bg-content"></div></div>
<div class="bg-3"><div class="bg-content"></div></div>
<div class="bg-4"><div class="bg-content"></div></div>
<div class="bg-5"><div class="bg-content"></div></div>
<div class="bg-6"><div class="bg-content"></div></div>
<div class="bg-7"><div class="bg-content"></div></div>
<div class="bg-8"><div class="bg-content"></div></div>
<div class="bg-9"><div class="bg-content"></div></div>
<div class="bg-10"><div class="bg-content"></div></div>
<div class="bg-11"><div class="bg-content"></div></div>
<div class="bg-12"><div class="bg-content"></div></div>
*/


/* CSS Document */
.wrapper {height: auto; min-height: 100%;}
html *, body * {transition: color, background-color, border-color .3s;}


/* 12 grid bg 관련 css */
.bg-1 {width: 8.33%; height:100%; position:fixed; z-index: -1; top:0; left: 0;}
.bg-2 {width: 8.33%; height:100%; position:fixed; z-index: -1; top:0; left: 8.33%;}
.bg-3 {width: 8.33%; height:100%; position:fixed; z-index: -1; top:0; left: 16.66%;}
.bg-4 {width: 8.33%; height:100%; position:fixed; z-index: -1; top:0; left: 25%;}
.bg-5 {width: 8.33%; height:100%; position:fixed; z-index: -1; top:0; left: 33.33%;}
.bg-6 {width: 8.33%; height:100%; position:fixed; z-index: -1; top:0; left: 41.66%;}
.bg-7 {width: 8.33%; height:100%; position:fixed; z-index: -1; top:0; left: 50%;}
.bg-8 {width: 8.33%; height:100%; position:fixed; z-index: -1; top:0; left: 58.33%;}
.bg-9 {width: 8.33%; height:100%; position:fixed; z-index: -1; top:0; left: 66.66%;}
.bg-10{width: 8.33%; height:100%; position:fixed; z-index: -1; top:0; left: 75%;}
.bg-11{width: 8.33%; height:100%; position:fixed; z-index: -1; top:0; left: 83.33%;}
.bg-12{width: 8.33%; height:100%; position:fixed; z-index: -1; top:0; left: 91.66%;}
.bg-content{ height: 100%; border-right:1px solid #ccc; }
[class*="bg-"] {
    box-sizing: border-box;
}


/* width percent 적용 */
.w100{width: 100%;}
.w95 {width:  95%;}
.w90 {width:  90%;}
.w85 {width:  85%;}
.w80 {width:  80%;}
.w75 {width:  75%;}
.w70 {width:  70%;}
.w65 {width:  65%;}
.w60 {width:  60%;}
.w55 {width:  55%;}
.w50 {width:  50%;}
.w45 {width:  45%;}
.w40 {width:  40%;}
.w35 {width:  35%;}
.w30 {width:  30%;}
.w25 {width:  25%;}
.w20 {width:  20%;}
.w15 {width:  15%;}
.w10 {width:  10%;}
.w5  {width:   5%;}

.fontsize0 { font-size:  0px; line-height:  0px; font-size:   0rem; line-height:   0rem; }
.fontsize8 { font-size:  8px; line-height: 14px; font-size: 0.8rem; line-height: 1.4rem; }
.fontsize9 { font-size:  9px; line-height: 15px; font-size: 0.9rem; line-height: 1.5rem; }
.fontsize10{ font-size: 10px; line-height: 16px; font-size: 1.0rem; line-height: 1.6rem; }
.fontsize11{ font-size: 11px; line-height: 17px; font-size: 1.1rem; line-height: 1.7rem; }
.fontsize12{ font-size: 12px; line-height: 18px; font-size: 1.2rem; line-height: 1.8rem; }
.fontsize13{ font-size: 13px; line-height: 19px; font-size: 1.3rem; line-height: 1.9rem; }
.fontsize14{ font-size: 14px; line-height: 20px; font-size: 1.4rem; line-height: 2.0rem; }
.fontsize15{ font-size: 15px; line-height: 21px; font-size: 1.5rem; line-height: 2.1rem; }
.fontsize16{ font-size: 16px; line-height: 22px; font-size: 1.6rem; line-height: 2.2rem; }
.fontsize17{ font-size: 17px; line-height: 23px; font-size: 1.7rem; line-height: 2.3rem; }
.fontsize18{ font-size: 18px; line-height: 24px; font-size: 1.8rem; line-height: 2.4rem; }
.fontsize19{ font-size: 19px; line-height: 25px; font-size: 1.9rem; line-height: 2.5rem; }
.fontsize20{ font-size: 20px; line-height: 26px; font-size: 2.0rem; line-height: 2.6rem; }
.fontsize21{ font-size: 21px; line-height: 27px; font-size: 2.1rem; line-height: 2.7rem; }
.fontsize22{ font-size: 22px; line-height: 28px; font-size: 2.2rem; line-height: 2.8rem; }
.fontsize23{ font-size: 23px; line-height: 29px; font-size: 2.3rem; line-height: 2.9rem; }
.fontsize24{ font-size: 24px; line-height: 30px; font-size: 2.4rem; line-height: 3.0rem; }
.fontsize25{ font-size: 25px; line-height: 31px; font-size: 2.5rem; line-height: 3.1rem; }
/*********************************************
    모바일 사이즈 적용 6단계
    - 28px, 32px, 36px, 40px, 44px, 48px
    - 최대 48px
**********************************************/
/*
.fontsize25, .fontsize26, .fontsize27, .fontsize28, .fontsize29, .fontsize30,
.fontsize31, .fontsize32, .fontsize33, .fontsize34, .fontsize35, .fontsize36
{ font-size: 28px; line-height: 34px; font-size: 2.8rem; line-height: 3.4rem; }
.fontsize37, .fontsize38, .fontsize39, .fontsize40, .fontsize41, .fontsize42,
.fontsize43, .fontsize44, .fontsize45, .fontsize46, .fontsize47, .fontsize48
{ font-size: 32px; line-height: 38px; font-size: 3.2rem; line-height: 3.8rem; }
.fontsize49, .fontsize50, .fontsize51, .fontsize52, .fontsize53, .fontsize54,
.fontsize55, .fontsize56, .fontsize57, .fontsize58, .fontsize59, .fontsize60
{ font-size: 36px; line-height: 42px; font-size: 3.6rem; line-height: 4.2rem; }
.fontsize61, .fontsize62, .fontsize63, .fontsize64, .fontsize65, .fontsize66,
.fontsize67, .fontsize68, .fontsize69, .fontsize70, .fontsize71, .fontsize72
{ font-size: 40px; line-height: 46px; font-size: 4.0rem; line-height: 4.6rem; }
.fontsize73, .fontsize74, .fontsize75, .fontsize76, .fontsize77, .fontsize78,
.fontsize79, .fontsize80, .fontsize81, .fontsize82, .fontsize83, .fontsize84
{ font-size: 44px; line-height: 50px; font-size: 4.4rem; line-height: 5.0rem; }
.fontsize85, .fontsize86, .fontsize87, .fontsize88, .fontsize89, .fontsize90, .fontsize91, .fontsize92,
.fontsize93, .fontsize94, .fontsize95, .fontsize96, .fontsize97, .fontsize98, .fontsize99
{ font-size: 48px; line-height: 54px; font-size: 4.8rem; line-height: 5.4rem; }
*/
/*********************************************
    모바일 사이즈 적용 12단계
    - 26px, 28px, 30px, 32px, 34px, 36px, 38px, 40px, 42px, 44px, 46px, 48px
    - 최대 48px
**********************************************/
.fontsize26, .fontsize27, .fontsize28, .fontsize29, .fontsize30, .fontsize31
{ font-size: 26px; line-height: 32px; font-size: 2.6rem; line-height: 3.2rem; }
.fontsize32, .fontsize33, .fontsize34, .fontsize35, .fontsize36, .fontsize37
{ font-size: 28px; line-height: 34px; font-size: 2.8rem; line-height: 3.4rem; }
.fontsize38, .fontsize39, .fontsize40, .fontsize41, .fontsize42, .fontsize43
{ font-size: 30px; line-height: 36px; font-size: 3.0rem; line-height: 3.6rem; }
.fontsize44, .fontsize45, .fontsize46, .fontsize47, .fontsize48, .fontsize49
{ font-size: 32px; line-height: 38px; font-size: 3.2rem; line-height: 3.8rem; }
.fontsize50, .fontsize51, .fontsize52, .fontsize53, .fontsize54, .fontsize55
{ font-size: 34px; line-height: 40px; font-size: 3.4rem; line-height: 4.0rem; }
.fontsize56, .fontsize57, .fontsize58, .fontsize59, .fontsize60, .fontsize61
{ font-size: 36px; line-height: 42px; font-size: 3.6rem; line-height: 4.2rem; }
.fontsize62, .fontsize63, .fontsize64, .fontsize65, .fontsize66, .fontsize67
{ font-size: 38px; line-height: 44px; font-size: 3.8rem; line-height: 4.4rem; }
.fontsize68, .fontsize69, .fontsize70, .fontsize71, .fontsize72, .fontsize73
{ font-size: 40px; line-height: 46px; font-size: 4.0rem; line-height: 4.6rem; }
.fontsize74, .fontsize75, .fontsize76, .fontsize77, .fontsize78, .fontsize79
{ font-size: 42px; line-height: 48px; font-size: 4.2rem; line-height: 4.8rem; }
.fontsize80, .fontsize81, .fontsize82, .fontsize83, .fontsize84, .fontsize85
{ font-size: 44px; line-height: 50px; font-size: 4.4rem; line-height: 5.0rem; }
.fontsize86, .fontsize87, .fontsize88, .fontsize89, .fontsize90, .fontsize91
{ font-size: 46px; line-height: 52px; font-size: 4.6rem; line-height: 5.2rem; }
.fontsize92, .fontsize94, .fontsize95, .fontsize96, .fontsize97, .fontsize98, .fontsize99
{ font-size: 48px; line-height: 54px; font-size: 4.8rem; line-height: 5.4rem; }

.lineheight8 { line-height:  8px; line-height: 0.8rem; }
.lineheight9 { line-height:  9px; line-height: 0.9rem; }
.lineheight10{ line-height: 10px; line-height: 1.0rem; }
.lineheight11{ line-height: 11px; line-height: 1.1rem; }
.lineheight12{ line-height: 12px; line-height: 1.2rem; }
.lineheight13{ line-height: 13px; line-height: 1.3rem; }
.lineheight14{ line-height: 14px; line-height: 1.4rem; }
.lineheight15{ line-height: 15px; line-height: 1.5rem; }
.lineheight16{ line-height: 16px; line-height: 1.6rem; }
.lineheight17{ line-height: 17px; line-height: 1.7rem; }
.lineheight18{ line-height: 18px; line-height: 1.8rem; }
.lineheight19{ line-height: 19px; line-height: 1.9rem; }
.lineheight20{ line-height: 20px; line-height: 2.0rem; }
.lineheight21{ line-height: 21px; line-height: 2.1rem; }
.lineheight22{ line-height: 22px; line-height: 2.2rem; }
.lineheight23{ line-height: 23px; line-height: 2.3rem; }
.lineheight24{ line-height: 24px; line-height: 2.4rem; }
.lineheight25{ line-height: 25px; line-height: 2.5rem; }
.lineheight26{ line-height: 26px; line-height: 2.6rem; }
.lineheight27{ line-height: 27px; line-height: 2.7rem; }
.lineheight28{ line-height: 28px; line-height: 2.8rem; }
.lineheight29{ line-height: 29px; line-height: 2.9rem; }
.lineheight30{ line-height: 30px; line-height: 3.0rem; }
/************************************************
    모바일 line-height 적용 14단계
    - 32px 부터 2px 단위로 증가 (32px, 34px, 36px ...)
    - 최대 58px
    - 폰트 사이즈보다 다양할 것을 고려하여 14단계로 구성함
*************************************************/
.lineheight31, .lineheight32, .lineheight33, .lineheight34, .lineheight35
{ line-height: 32px; line-height: 3.2rem; }
.lineheight36, .lineheight37, .lineheight38, .lineheight39, .lineheight40
{ line-height: 34px; line-height: 3.4rem; }
.lineheight41, .lineheight42, .lineheight43, .lineheight44, .lineheight45
{ line-height: 36px; line-height: 3.6rem; }
.lineheight46, .lineheight47, .lineheight48, .lineheight49, .lineheight50
{ line-height: 38px; line-height: 3.8rem; }
.lineheight51, .lineheight52, .lineheight53, .lineheight54, .lineheight55
{ line-height: 40px; line-height: 4.0rem; }
.lineheight56, .lineheight57, .lineheight58, .lineheight59, .lineheight60
{ line-height: 42px; line-height: 4.2rem; }
.lineheight61, .lineheight62, .lineheight63, .lineheight64, .lineheight65
{ line-height: 44px; line-height: 4.4rem; }
.lineheight66, .lineheight67, .lineheight68, .lineheight69, .lineheight70
{ line-height: 46px; line-height: 4.6rem; }
.lineheight71, .lineheight72, .lineheight73, .lineheight74, .lineheight75
{ line-height: 48px; line-height: 4.8rem; }
.lineheight76, .lineheight77, .lineheight78, .lineheight79, .lineheight80
{ line-height: 50px; line-height: 5.0rem; }
.lineheight81, .lineheight82, .lineheight83, .lineheight84, .lineheight85
{ line-height: 52px; line-height: 5.2rem; }
.lineheight86, .lineheight87, .lineheight88, .lineheight89, .lineheight90
{ line-height: 54px; line-height: 5.4rem; }
.lineheight91, .lineheight92, .lineheight93, .lineheight94, .lineheight95
{ line-height: 56px; line-height: 5.6rem; }
.lineheight96, .lineheight97, .lineheight98, .lineheight99
{ line-height: 58px; line-height: 5.8rem; }

@media all and (min-width:992px) {
    .fontsize26{ font-size: 26px; line-height: 32px; font-size: 2.6rem; line-height: 3.2rem; }
    .fontsize27{ font-size: 27px; line-height: 33px; font-size: 2.7rem; line-height: 3.3rem; }
    .fontsize28{ font-size: 28px; line-height: 34px; font-size: 2.8rem; line-height: 3.4rem; }
    .fontsize29{ font-size: 29px; line-height: 35px; font-size: 2.9rem; line-height: 3.5rem; }
    .fontsize30{ font-size: 30px; line-height: 36px; font-size: 3.0rem; line-height: 3.6rem; }
    .fontsize31{ font-size: 31px; line-height: 37px; font-size: 3.1rem; line-height: 3.7rem; }
    .fontsize32{ font-size: 32px; line-height: 38px; font-size: 3.2rem; line-height: 3.8rem; }
    .fontsize33{ font-size: 33px; line-height: 39px; font-size: 3.3rem; line-height: 3.9rem; }
    .fontsize34{ font-size: 34px; line-height: 40px; font-size: 3.4rem; line-height: 4.0rem; }
    .fontsize35{ font-size: 35px; line-height: 41px; font-size: 3.5rem; line-height: 4.1rem; }
    .fontsize36{ font-size: 36px; line-height: 42px; font-size: 3.6rem; line-height: 4.2rem; }
    .fontsize37{ font-size: 37px; line-height: 43px; font-size: 3.7rem; line-height: 4.3rem; }
    .fontsize38{ font-size: 38px; line-height: 44px; font-size: 3.8rem; line-height: 4.4rem; }
    .fontsize39{ font-size: 39px; line-height: 45px; font-size: 3.9rem; line-height: 4.5rem; }
    .fontsize40{ font-size: 40px; line-height: 46px; font-size: 4.0rem; line-height: 4.6rem; }
    .fontsize41{ font-size: 41px; line-height: 47px; font-size: 4.1rem; line-height: 4.7rem; }
    .fontsize42{ font-size: 42px; line-height: 48px; font-size: 4.2rem; line-height: 4.8rem; }
    .fontsize43{ font-size: 43px; line-height: 49px; font-size: 4.3rem; line-height: 4.9rem; }
    .fontsize44{ font-size: 44px; line-height: 50px; font-size: 4.4rem; line-height: 5.0rem; }
    .fontsize45{ font-size: 45px; line-height: 51px; font-size: 4.5rem; line-height: 5.1rem; }
    .fontsize46{ font-size: 46px; line-height: 52px; font-size: 4.6rem; line-height: 5.2rem; }
    .fontsize47{ font-size: 47px; line-height: 53px; font-size: 4.7rem; line-height: 5.3rem; }
    .fontsize48{ font-size: 48px; line-height: 54px; font-size: 4.8rem; line-height: 5.4rem; }
    .fontsize49{ font-size: 49px; line-height: 55px; font-size: 4.9rem; line-height: 5.5rem; }
    .fontsize50{ font-size: 50px; line-height: 56px; font-size: 5.0rem; line-height: 5.6rem; }
    .fontsize51{ font-size: 51px; line-height: 57px; font-size: 5.1rem; line-height: 5.7rem; }
    .fontsize52{ font-size: 52px; line-height: 58px; font-size: 5.2rem; line-height: 5.8rem; }
    .fontsize53{ font-size: 53px; line-height: 59px; font-size: 5.3rem; line-height: 5.9rem; }
    .fontsize54{ font-size: 54px; line-height: 60px; font-size: 5.4rem; line-height: 6.0rem; }
    .fontsize55{ font-size: 55px; line-height: 61px; font-size: 5.5rem; line-height: 6.1rem; }
    .fontsize56{ font-size: 56px; line-height: 62px; font-size: 5.6rem; line-height: 6.2rem; }
    .fontsize57{ font-size: 57px; line-height: 63px; font-size: 5.7rem; line-height: 6.3rem; }
    .fontsize58{ font-size: 58px; line-height: 64px; font-size: 5.8rem; line-height: 6.4rem; }
    .fontsize59{ font-size: 59px; line-height: 65px; font-size: 5.9rem; line-height: 6.5rem; }
    .fontsize60{ font-size: 60px; line-height: 66px; font-size: 6.0rem; line-height: 6.6rem; }
    .fontsize61{ font-size: 61px; line-height: 67px; font-size: 6.1rem; line-height: 6.7rem; }
    .fontsize62{ font-size: 62px; line-height: 68px; font-size: 6.2rem; line-height: 6.8rem; }
    .fontsize63{ font-size: 63px; line-height: 69px; font-size: 6.3rem; line-height: 6.9rem; }
    .fontsize64{ font-size: 64px; line-height: 70px; font-size: 6.4rem; line-height: 7.0rem; }
    .fontsize65{ font-size: 65px; line-height: 71px; font-size: 6.5rem; line-height: 7.1rem; }
    .fontsize66{ font-size: 66px; line-height: 72px; font-size: 6.6rem; line-height: 7.2rem; }
    .fontsize67{ font-size: 67px; line-height: 73px; font-size: 6.7rem; line-height: 7.3rem; }
    .fontsize68{ font-size: 68px; line-height: 74px; font-size: 6.8rem; line-height: 7.4rem; }
    .fontsize69{ font-size: 69px; line-height: 75px; font-size: 6.9rem; line-height: 7.5rem; }
    .fontsize70{ font-size: 70px; line-height: 76px; font-size: 7.0rem; line-height: 7.6rem; }
    .fontsize71{ font-size: 71px; line-height: 77px; font-size: 7.1rem; line-height: 7.7rem; }
    .fontsize72{ font-size: 72px; line-height: 78px; font-size: 7.2rem; line-height: 7.8rem; }
    .fontsize73{ font-size: 73px; line-height: 79px; font-size: 7.3rem; line-height: 7.9rem; }
    .fontsize74{ font-size: 74px; line-height: 80px; font-size: 7.4rem; line-height: 8.0rem; }
    .fontsize75{ font-size: 75px; line-height: 81px; font-size: 7.5rem; line-height: 8.1rem; }
    .fontsize76{ font-size: 76px; line-height: 82px; font-size: 7.6rem; line-height: 8.2rem; }
    .fontsize77{ font-size: 77px; line-height: 83px; font-size: 7.7rem; line-height: 8.3rem; }
    .fontsize78{ font-size: 78px; line-height: 84px; font-size: 7.8rem; line-height: 8.4rem; }
    .fontsize79{ font-size: 79px; line-height: 85px; font-size: 7.9rem; line-height: 8.5rem; }
    .fontsize80{ font-size: 80px; line-height: 86px; font-size: 8.0rem; line-height: 8.6rem; }
    .fontsize81{ font-size: 81px; line-height: 87px; font-size: 8.1rem; line-height: 8.7rem; }
    .fontsize82{ font-size: 82px; line-height: 88px; font-size: 8.2rem; line-height: 8.8rem; }
    .fontsize83{ font-size: 83px; line-height: 89px; font-size: 8.3rem; line-height: 8.9rem; }
    .fontsize84{ font-size: 84px; line-height: 90px; font-size: 8.4rem; line-height: 9.0rem; }
    .fontsize85{ font-size: 85px; line-height: 91px; font-size: 8.5rem; line-height: 9.1rem; }
    .fontsize86{ font-size: 86px; line-height: 92px; font-size: 8.6rem; line-height: 9.2rem; }
    .fontsize87{ font-size: 87px; line-height: 93px; font-size: 8.7rem; line-height: 9.3rem; }
    .fontsize88{ font-size: 88px; line-height: 94px; font-size: 8.8rem; line-height: 9.4rem; }
    .fontsize89{ font-size: 89px; line-height: 95px; font-size: 8.9rem; line-height: 9.5rem; }
    .fontsize90{ font-size: 90px; line-height: 96px; font-size: 9.0rem; line-height: 9.6rem; }
    .fontsize91{ font-size: 91px; line-height: 97px; font-size: 9.1rem; line-height: 9.7rem; }
    .fontsize92{ font-size: 92px; line-height: 98px; font-size: 9.2rem; line-height: 9.8rem; }
    .fontsize93{ font-size: 93px; line-height: 99px; font-size: 9.3rem; line-height: 9.9rem; }
    .fontsize94{ font-size: 94px; line-height: 100px; font-size: 9.4rem; line-height: 10.0rem; }
    .fontsize95{ font-size: 95px; line-height: 101px; font-size: 9.5rem; line-height: 10.1rem; }
    .fontsize96{ font-size: 96px; line-height: 102px; font-size: 9.6rem; line-height: 10.2rem; }
    .fontsize97{ font-size: 97px; line-height: 103px; font-size: 9.7rem; line-height: 10.3rem; }
    .fontsize98{ font-size: 98px; line-height: 104px; font-size: 9.8rem; line-height: 10.4rem; }
    .fontsize99{ font-size: 99px; line-height: 105px; font-size: 9.9rem; line-height: 10.5rem; }

    .lineheight31{ line-height: 31px; line-height: 3.1rem; }
    .lineheight32{ line-height: 32px; line-height: 3.2rem; }
    .lineheight33{ line-height: 33px; line-height: 3.3rem; }
    .lineheight34{ line-height: 34px; line-height: 3.4rem; }
    .lineheight35{ line-height: 35px; line-height: 3.5rem; }
    .lineheight36{ line-height: 36px; line-height: 3.6rem; }
    .lineheight37{ line-height: 37px; line-height: 3.7rem; }
    .lineheight38{ line-height: 38px; line-height: 3.8rem; }
    .lineheight39{ line-height: 39px; line-height: 3.9rem; }
    .lineheight40{ line-height: 40px; line-height: 4.0rem; }
    .lineheight41{ line-height: 41px; line-height: 4.1rem; }
    .lineheight42{ line-height: 42px; line-height: 4.2rem; }
    .lineheight43{ line-height: 43px; line-height: 4.3rem; }
    .lineheight44{ line-height: 44px; line-height: 4.4rem; }
    .lineheight45{ line-height: 45px; line-height: 4.5rem; }
    .lineheight46{ line-height: 46px; line-height: 4.6rem; }
    .lineheight47{ line-height: 47px; line-height: 4.7rem; }
    .lineheight48{ line-height: 48px; line-height: 4.8rem; }
    .lineheight49{ line-height: 49px; line-height: 4.9rem; }
    .lineheight50{ line-height: 50px; line-height: 5.0rem; }
    .lineheight51{ line-height: 51px; line-height: 5.1rem; }
    .lineheight52{ line-height: 52px; line-height: 5.2rem; }
    .lineheight53{ line-height: 53px; line-height: 5.3rem; }
    .lineheight54{ line-height: 54px; line-height: 5.4rem; }
    .lineheight55{ line-height: 55px; line-height: 5.5rem; }
    .lineheight56{ line-height: 56px; line-height: 5.6rem; }
    .lineheight57{ line-height: 57px; line-height: 5.7rem; }
    .lineheight58{ line-height: 58px; line-height: 5.8rem; }
    .lineheight59{ line-height: 59px; line-height: 5.9rem; }
    .lineheight60{ line-height: 60px; line-height: 6.0rem; }
    .lineheight61{ line-height: 61px; line-height: 6.1rem; }
    .lineheight62{ line-height: 62px; line-height: 6.2rem; }
    .lineheight63{ line-height: 63px; line-height: 6.3rem; }
    .lineheight64{ line-height: 64px; line-height: 6.4rem; }
    .lineheight65{ line-height: 65px; line-height: 6.5rem; }
    .lineheight66{ line-height: 66px; line-height: 6.6rem; }
    .lineheight67{ line-height: 67px; line-height: 6.7rem; }
    .lineheight68{ line-height: 68px; line-height: 6.8rem; }
    .lineheight69{ line-height: 69px; line-height: 6.9rem; }
    .lineheight70{ line-height: 70px; line-height: 7.0rem; }
    .lineheight71{ line-height: 71px; line-height: 7.1rem; }
    .lineheight72{ line-height: 72px; line-height: 7.2rem; }
    .lineheight73{ line-height: 73px; line-height: 7.3rem; }
    .lineheight74{ line-height: 74px; line-height: 7.4rem; }
    .lineheight75{ line-height: 75px; line-height: 7.5rem; }
    .lineheight76{ line-height: 76px; line-height: 7.6rem; }
    .lineheight77{ line-height: 77px; line-height: 7.7rem; }
    .lineheight78{ line-height: 78px; line-height: 7.8rem; }
    .lineheight79{ line-height: 79px; line-height: 7.9rem; }
    .lineheight80{ line-height: 80px; line-height: 8.0rem; }
    .lineheight81{ line-height: 81px; line-height: 8.1rem; }
    .lineheight82{ line-height: 82px; line-height: 8.2rem; }
    .lineheight83{ line-height: 83px; line-height: 8.3rem; }
    .lineheight84{ line-height: 84px; line-height: 8.4rem; }
    .lineheight85{ line-height: 85px; line-height: 8.5rem; }
    .lineheight86{ line-height: 86px; line-height: 8.6rem; }
    .lineheight87{ line-height: 87px; line-height: 8.7rem; }
    .lineheight88{ line-height: 88px; line-height: 8.8rem; }
    .lineheight89{ line-height: 89px; line-height: 8.9rem; }
    .lineheight90{ line-height: 90px; line-height: 9.0rem; }
    .lineheight91{ line-height: 91px; line-height: 9.1rem; }
    .lineheight92{ line-height: 92px; line-height: 9.2rem; }
    .lineheight93{ line-height: 93px; line-height: 9.3rem; }
    .lineheight94{ line-height: 94px; line-height: 9.4rem; }
    .lineheight95{ line-height: 95px; line-height: 9.5rem; }
    .lineheight96{ line-height: 96px; line-height: 9.6rem; }
    .lineheight97{ line-height: 97px; line-height: 9.7rem; }
    .lineheight98{ line-height: 98px; line-height: 9.8rem; }
    .lineheight99{ line-height: 99px; line-height: 9.9rem; }
}


.fontweight100 { font-weight: 100; }
.fontweight200 { font-weight: 200; }
.fontweight300 { font-weight: 300; }
.fontweight400 { font-weight: 400; }
.fontweight500 { font-weight: 500; }
.fontweight600 { font-weight: 600!important; }
.fontweight700 { font-weight: 700; }
.fontweight800 { font-weight: 800; }
.fontweight900 { font-weight: 900; }
.fontweight_lighter { font-weight: lighter !important; }
.fontweight_normal { font-weight: 400 !important; }
.fontweight_bold { font-weight: 600 !important; }


.letterspacing_minus150 {letter-spacing: -0.15em;}
.letterspacing_minus100 {letter-spacing: -0.1em;}
.letterspacing_minus50 {letter-spacing: -0.05em;}
.letterspacing0 {letter-spacing: 0;}
.letterspacing_plus50 {letter-spacing: 0.05em;}
.letterspacing_plus100 {letter-spacing: 0.1em;}
.letterspacing_plus150 {letter-spacing: 0.15em;}




/* col - 공통 */
[class*="col-"] {
    box-sizing: border-box;
    position: relative;
    float: left;
}

[class*="col-"] img {
    max-width: 100%;
}

[class*="ion-"]:before {vertical-align: middle;}

.col-0 {width: auto;}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
.col-20 {width: 20%;}


.col-0i {width: auto !important;}
.col-1i {width: 8.33% !important;}
.col-2i {width: 16.66% !important;}
.col-3i {width: 25% !important;}
.col-4i {width: 33.33% !important;}
.col-5i {width: 41.66% !important;}
.col-6i {width: 50% !important;}
.col-7i {width: 58.33% !important;}
.col-8i {width: 66.66% !important;}
.col-9i {width: 75% !important;}
.col-10i {width: 83.33% !important;}
.col-11i {width: 91.66% !important;}
.col-12i {width: 100% !important;}
.col-20i {width: 20% !important;}

.col-center {float: none; margin-left:auto; margin-right: auto;}

/* height */
.h-100 {height: 100%;}
.h-auto {height: auto;}

/* max-width */
.mw-n{max-width:none}.mw-1{max-width:1px}.mw-2{max-width:2px}.mw-3{max-width:3px}.mw-4{max-width:4px}.mw-5{max-width:5px}.mw-6{max-width:6px}.mw-7{max-width:7px}.mw-8{max-width:8px}.mw-9{max-width:9px}.mw-10{max-width:10px}.mw-11{max-width:11px}.mw-12{max-width:12px}.mw-13{max-width:13px}.mw-14{max-width:14px}.mw-15{max-width:15px}.mw-16{max-width:16px}.mw-17{max-width:17px}.mw-18{max-width:18px}.mw-19{max-width:19px}.mw-20{max-width:20px}.mw-21{max-width:21px}.mw-22{max-width:22px}.mw-23{max-width:23px}.mw-24{max-width:24px}.mw-25{max-width:25px}.mw-26{max-width:26px}.mw-27{max-width:27px}.mw-28{max-width:28px}.mw-29{max-width:29px}.mw-30{max-width:30px}.mw-31{max-width:31px}.mw-32{max-width:32px}.mw-33{max-width:33px}.mw-34{max-width:34px}.mw-35{max-width:35px}.mw-36{max-width:36px}.mw-37{max-width:37px}.mw-38{max-width:38px}.mw-39{max-width:39px}.mw-40{max-width:40px}.mw-41{max-width:41px}.mw-42{max-width:42px}.mw-43{max-width:43px}.mw-44{max-width:44px}.mw-45{max-width:45px}.mw-46{max-width:46px}.mw-47{max-width:47px}.mw-48{max-width:48px}.mw-49{max-width:49px}.mw-50{max-width:50px}.mw-51{max-width:51px}.mw-52{max-width:52px}.mw-53{max-width:53px}.mw-54{max-width:54px}.mw-55{max-width:55px}.mw-56{max-width:56px}.mw-57{max-width:57px}.mw-58{max-width:58px}.mw-59{max-width:59px}.mw-60{max-width:60px}.mw-61{max-width:61px}.mw-62{max-width:62px}.mw-63{max-width:63px}.mw-64{max-width:64px}.mw-65{max-width:65px}.mw-66{max-width:66px}.mw-67{max-width:67px}.mw-68{max-width:68px}.mw-69{max-width:69px}.mw-70{max-width:70px}.mw-71{max-width:71px}.mw-72{max-width:72px}.mw-73{max-width:73px}.mw-74{max-width:74px}.mw-75{max-width:75px}.mw-76{max-width:76px}.mw-77{max-width:77px}.mw-78{max-width:78px}.mw-79{max-width:79px}.mw-80{max-width:80px}.mw-81{max-width:81px}.mw-82{max-width:82px}.mw-83{max-width:83px}.mw-84{max-width:84px}.mw-85{max-width:85px}.mw-86{max-width:86px}.mw-87{max-width:87px}.mw-88{max-width:88px}.mw-89{max-width:89px}.mw-90{max-width:90px}.mw-91{max-width:91px}.mw-92{max-width:92px}.mw-93{max-width:93px}.mw-94{max-width:94px}.mw-95{max-width:95px}.mw-96{max-width:96px}.mw-97{max-width:97px}.mw-98{max-width:98px}.mw-99{max-width:99px}.mw-100{max-width:100px}.mw-101{max-width:101px}.mw-102{max-width:102px}.mw-103{max-width:103px}.mw-104{max-width:104px}.mw-105{max-width:105px}.mw-106{max-width:106px}.mw-107{max-width:107px}.mw-108{max-width:108px}.mw-109{max-width:109px}.mw-110{max-width:110px}.mw-111{max-width:111px}.mw-112{max-width:112px}.mw-113{max-width:113px}.mw-114{max-width:114px}.mw-115{max-width:115px}.mw-116{max-width:116px}.mw-117{max-width:117px}.mw-118{max-width:118px}.mw-119{max-width:119px}.mw-120{max-width:120px}.mw-121{max-width:121px}.mw-122{max-width:122px}.mw-123{max-width:123px}.mw-124{max-width:124px}.mw-125{max-width:125px}.mw-126{max-width:126px}.mw-127{max-width:127px}.mw-128{max-width:128px}.mw-129{max-width:129px}.mw-130{max-width:130px}.mw-131{max-width:131px}.mw-132{max-width:132px}.mw-133{max-width:133px}.mw-134{max-width:134px}.mw-135{max-width:135px}.mw-136{max-width:136px}.mw-137{max-width:137px}.mw-138{max-width:138px}.mw-139{max-width:139px}.mw-140{max-width:140px}.mw-141{max-width:141px}.mw-142{max-width:142px}.mw-143{max-width:143px}.mw-144{max-width:144px}.mw-145{max-width:145px}.mw-146{max-width:146px}.mw-147{max-width:147px}.mw-148{max-width:148px}.mw-149{max-width:149px}.mw-150{max-width:150px}.mw-151{max-width:151px}.mw-152{max-width:152px}.mw-153{max-width:153px}.mw-154{max-width:154px}.mw-155{max-width:155px}.mw-156{max-width:156px}.mw-157{max-width:157px}.mw-158{max-width:158px}.mw-159{max-width:159px}.mw-160{max-width:160px}.mw-161{max-width:161px}.mw-162{max-width:162px}.mw-163{max-width:163px}.mw-164{max-width:164px}.mw-165{max-width:165px}.mw-166{max-width:166px}.mw-167{max-width:167px}.mw-168{max-width:168px}.mw-169{max-width:169px}.mw-170{max-width:170px}.mw-171{max-width:171px}.mw-172{max-width:172px}.mw-173{max-width:173px}.mw-174{max-width:174px}.mw-175{max-width:175px}.mw-176{max-width:176px}.mw-177{max-width:177px}.mw-178{max-width:178px}.mw-179{max-width:179px}.mw-180{max-width:180px}.mw-181{max-width:181px}.mw-182{max-width:182px}.mw-183{max-width:183px}.mw-184{max-width:184px}.mw-185{max-width:185px}.mw-186{max-width:186px}.mw-187{max-width:187px}.mw-188{max-width:188px}.mw-189{max-width:189px}.mw-190{max-width:190px}.mw-191{max-width:191px}.mw-192{max-width:192px}.mw-193{max-width:193px}.mw-194{max-width:194px}.mw-195{max-width:195px}.mw-196{max-width:196px}.mw-197{max-width:197px}.mw-198{max-width:198px}.mw-199{max-width:199px}.mw-200{max-width:200px}.mw-201{max-width:201px}.mw-202{max-width:202px}.mw-203{max-width:203px}.mw-204{max-width:204px}.mw-205{max-width:205px}.mw-206{max-width:206px}.mw-207{max-width:207px}.mw-208{max-width:208px}.mw-209{max-width:209px}.mw-210{max-width:210px}.mw-211{max-width:211px}.mw-212{max-width:212px}.mw-213{max-width:213px}.mw-214{max-width:214px}.mw-215{max-width:215px}.mw-216{max-width:216px}.mw-217{max-width:217px}.mw-218{max-width:218px}.mw-219{max-width:219px}.mw-220{max-width:220px}.mw-221{max-width:221px}.mw-222{max-width:222px}.mw-223{max-width:223px}.mw-224{max-width:224px}.mw-225{max-width:225px}.mw-226{max-width:226px}.mw-227{max-width:227px}.mw-228{max-width:228px}.mw-229{max-width:229px}.mw-230{max-width:230px}.mw-231{max-width:231px}.mw-232{max-width:232px}.mw-233{max-width:233px}.mw-234{max-width:234px}.mw-235{max-width:235px}.mw-236{max-width:236px}.mw-237{max-width:237px}.mw-238{max-width:238px}.mw-239{max-width:239px}.mw-240{max-width:240px}.mw-241{max-width:241px}.mw-242{max-width:242px}.mw-243{max-width:243px}.mw-244{max-width:244px}.mw-245{max-width:245px}.mw-246{max-width:246px}.mw-247{max-width:247px}.mw-248{max-width:248px}.mw-249{max-width:249px}.mw-250{max-width:250px}.mw-251{max-width:251px}.mw-252{max-width:252px}.mw-253{max-width:253px}.mw-254{max-width:254px}.mw-255{max-width:255px}.mw-256{max-width:256px}.mw-257{max-width:257px}.mw-258{max-width:258px}.mw-259{max-width:259px}.mw-260{max-width:260px}.mw-261{max-width:261px}.mw-262{max-width:262px}.mw-263{max-width:263px}.mw-264{max-width:264px}.mw-265{max-width:265px}.mw-266{max-width:266px}.mw-267{max-width:267px}.mw-268{max-width:268px}.mw-269{max-width:269px}.mw-270{max-width:270px}.mw-271{max-width:271px}.mw-272{max-width:272px}.mw-273{max-width:273px}.mw-274{max-width:274px}.mw-275{max-width:275px}.mw-276{max-width:276px}.mw-277{max-width:277px}.mw-278{max-width:278px}.mw-279{max-width:279px}.mw-280{max-width:280px}.mw-281{max-width:281px}.mw-282{max-width:282px}.mw-283{max-width:283px}.mw-284{max-width:284px}.mw-285{max-width:285px}.mw-286{max-width:286px}.mw-287{max-width:287px}.mw-288{max-width:288px}.mw-289{max-width:289px}.mw-290{max-width:290px}.mw-291{max-width:291px}.mw-292{max-width:292px}.mw-293{max-width:293px}.mw-294{max-width:294px}.mw-295{max-width:295px}.mw-296{max-width:296px}.mw-297{max-width:297px}.mw-298{max-width:298px}.mw-299{max-width:299px}.mw-300{max-width:300px}.mw-301{max-width:301px}.mw-302{max-width:302px}.mw-303{max-width:303px}.mw-304{max-width:304px}.mw-305{max-width:305px}.mw-306{max-width:306px}.mw-307{max-width:307px}.mw-308{max-width:308px}.mw-309{max-width:309px}.mw-310{max-width:310px}.mw-311{max-width:311px}.mw-312{max-width:312px}.mw-313{max-width:313px}.mw-314{max-width:314px}.mw-315{max-width:315px}.mw-316{max-width:316px}.mw-317{max-width:317px}.mw-318{max-width:318px}.mw-319{max-width:319px}.mw-320{max-width:320px}.mw-321{max-width:321px}.mw-322{max-width:322px}.mw-323{max-width:323px}.mw-324{max-width:324px}.mw-325{max-width:325px}.mw-326{max-width:326px}.mw-327{max-width:327px}.mw-328{max-width:328px}.mw-329{max-width:329px}.mw-330{max-width:330px}.mw-331{max-width:331px}.mw-332{max-width:332px}.mw-333{max-width:333px}.mw-334{max-width:334px}.mw-335{max-width:335px}.mw-336{max-width:336px}.mw-337{max-width:337px}.mw-338{max-width:338px}.mw-339{max-width:339px}.mw-340{max-width:340px}.mw-341{max-width:341px}.mw-342{max-width:342px}.mw-343{max-width:343px}.mw-344{max-width:344px}.mw-345{max-width:345px}.mw-346{max-width:346px}.mw-347{max-width:347px}.mw-348{max-width:348px}.mw-349{max-width:349px}.mw-350{max-width:350px}.mw-351{max-width:351px}.mw-352{max-width:352px}.mw-353{max-width:353px}.mw-354{max-width:354px}.mw-355{max-width:355px}.mw-356{max-width:356px}.mw-357{max-width:357px}.mw-358{max-width:358px}.mw-359{max-width:359px}.mw-360{max-width:360px}.mw-361{max-width:361px}.mw-362{max-width:362px}.mw-363{max-width:363px}.mw-364{max-width:364px}.mw-365{max-width:365px}.mw-366{max-width:366px}.mw-367{max-width:367px}.mw-368{max-width:368px}.mw-369{max-width:369px}.mw-370{max-width:370px}.mw-371{max-width:371px}.mw-372{max-width:372px}.mw-373{max-width:373px}.mw-374{max-width:374px}.mw-375{max-width:375px}.mw-376{max-width:376px}.mw-377{max-width:377px}.mw-378{max-width:378px}.mw-379{max-width:379px}.mw-380{max-width:380px}.mw-381{max-width:381px}.mw-382{max-width:382px}.mw-383{max-width:383px}.mw-384{max-width:384px}.mw-385{max-width:385px}.mw-386{max-width:386px}.mw-387{max-width:387px}.mw-388{max-width:388px}.mw-389{max-width:389px}.mw-390{max-width:390px}.mw-391{max-width:391px}.mw-392{max-width:392px}.mw-393{max-width:393px}.mw-394{max-width:394px}.mw-395{max-width:395px}.mw-396{max-width:396px}.mw-397{max-width:397px}.mw-398{max-width:398px}.mw-399{max-width:399px}.mw-400{max-width:400px}.mw-401{max-width:401px}.mw-402{max-width:402px}.mw-403{max-width:403px}.mw-404{max-width:404px}.mw-405{max-width:405px}.mw-406{max-width:406px}.mw-407{max-width:407px}.mw-408{max-width:408px}.mw-409{max-width:409px}.mw-410{max-width:410px}.mw-411{max-width:411px}.mw-412{max-width:412px}.mw-413{max-width:413px}.mw-414{max-width:414px}.mw-415{max-width:415px}.mw-416{max-width:416px}.mw-417{max-width:417px}.mw-418{max-width:418px}.mw-419{max-width:419px}.mw-420{max-width:420px}.mw-421{max-width:421px}.mw-422{max-width:422px}.mw-423{max-width:423px}.mw-424{max-width:424px}.mw-425{max-width:425px}.mw-426{max-width:426px}.mw-427{max-width:427px}.mw-428{max-width:428px}.mw-429{max-width:429px}.mw-430{max-width:430px}.mw-431{max-width:431px}.mw-432{max-width:432px}.mw-433{max-width:433px}.mw-434{max-width:434px}.mw-435{max-width:435px}.mw-436{max-width:436px}.mw-437{max-width:437px}.mw-438{max-width:438px}.mw-439{max-width:439px}.mw-440{max-width:440px}.mw-441{max-width:441px}.mw-442{max-width:442px}.mw-443{max-width:443px}.mw-444{max-width:444px}.mw-445{max-width:445px}.mw-446{max-width:446px}.mw-447{max-width:447px}.mw-448{max-width:448px}.mw-449{max-width:449px}.mw-450{max-width:450px}.mw-451{max-width:451px}.mw-452{max-width:452px}.mw-453{max-width:453px}.mw-454{max-width:454px}.mw-455{max-width:455px}.mw-456{max-width:456px}.mw-457{max-width:457px}.mw-458{max-width:458px}.mw-459{max-width:459px}.mw-460{max-width:460px}.mw-461{max-width:461px}.mw-462{max-width:462px}.mw-463{max-width:463px}.mw-464{max-width:464px}.mw-465{max-width:465px}.mw-466{max-width:466px}.mw-467{max-width:467px}.mw-468{max-width:468px}.mw-469{max-width:469px}.mw-470{max-width:470px}.mw-471{max-width:471px}.mw-472{max-width:472px}.mw-473{max-width:473px}.mw-474{max-width:474px}.mw-475{max-width:475px}.mw-476{max-width:476px}.mw-477{max-width:477px}.mw-478{max-width:478px}.mw-479{max-width:479px}.mw-480{max-width:480px}.mw-481{max-width:481px}.mw-482{max-width:482px}.mw-483{max-width:483px}.mw-484{max-width:484px}.mw-485{max-width:485px}.mw-486{max-width:486px}.mw-487{max-width:487px}.mw-488{max-width:488px}.mw-489{max-width:489px}.mw-490{max-width:490px}.mw-491{max-width:491px}.mw-492{max-width:492px}.mw-493{max-width:493px}.mw-494{max-width:494px}.mw-495{max-width:495px}.mw-496{max-width:496px}.mw-497{max-width:497px}.mw-498{max-width:498px}.mw-499{max-width:499px}.mw-500{max-width:500px}.mw-501{max-width:501px}.mw-502{max-width:502px}.mw-503{max-width:503px}.mw-504{max-width:504px}.mw-505{max-width:505px}.mw-506{max-width:506px}.mw-507{max-width:507px}.mw-508{max-width:508px}.mw-509{max-width:509px}.mw-510{max-width:510px}.mw-511{max-width:511px}.mw-512{max-width:512px}.mw-513{max-width:513px}.mw-514{max-width:514px}.mw-515{max-width:515px}.mw-516{max-width:516px}.mw-517{max-width:517px}.mw-518{max-width:518px}.mw-519{max-width:519px}.mw-520{max-width:520px}.mw-521{max-width:521px}.mw-522{max-width:522px}.mw-523{max-width:523px}.mw-524{max-width:524px}.mw-525{max-width:525px}.mw-526{max-width:526px}.mw-527{max-width:527px}.mw-528{max-width:528px}.mw-529{max-width:529px}.mw-530{max-width:530px}.mw-531{max-width:531px}.mw-532{max-width:532px}.mw-533{max-width:533px}.mw-534{max-width:534px}.mw-535{max-width:535px}.mw-536{max-width:536px}.mw-537{max-width:537px}.mw-538{max-width:538px}.mw-539{max-width:539px}.mw-540{max-width:540px}.mw-541{max-width:541px}.mw-542{max-width:542px}.mw-543{max-width:543px}.mw-544{max-width:544px}.mw-545{max-width:545px}.mw-546{max-width:546px}.mw-547{max-width:547px}.mw-548{max-width:548px}.mw-549{max-width:549px}.mw-550{max-width:550px}.mw-551{max-width:551px}.mw-552{max-width:552px}.mw-553{max-width:553px}.mw-554{max-width:554px}.mw-555{max-width:555px}.mw-556{max-width:556px}.mw-557{max-width:557px}.mw-558{max-width:558px}.mw-559{max-width:559px}.mw-560{max-width:560px}.mw-561{max-width:561px}.mw-562{max-width:562px}.mw-563{max-width:563px}.mw-564{max-width:564px}.mw-565{max-width:565px}.mw-566{max-width:566px}.mw-567{max-width:567px}.mw-568{max-width:568px}.mw-569{max-width:569px}.mw-570{max-width:570px}.mw-571{max-width:571px}.mw-572{max-width:572px}.mw-573{max-width:573px}.mw-574{max-width:574px}.mw-575{max-width:575px}.mw-576{max-width:576px}.mw-577{max-width:577px}.mw-578{max-width:578px}.mw-579{max-width:579px}.mw-580{max-width:580px}.mw-581{max-width:581px}.mw-582{max-width:582px}.mw-583{max-width:583px}.mw-584{max-width:584px}.mw-585{max-width:585px}.mw-586{max-width:586px}.mw-587{max-width:587px}.mw-588{max-width:588px}.mw-589{max-width:589px}.mw-590{max-width:590px}.mw-591{max-width:591px}.mw-592{max-width:592px}.mw-593{max-width:593px}.mw-594{max-width:594px}.mw-595{max-width:595px}.mw-596{max-width:596px}.mw-597{max-width:597px}.mw-598{max-width:598px}.mw-599{max-width:599px}.mw-600{max-width:600px}.mw-601{max-width:601px}.mw-602{max-width:602px}.mw-603{max-width:603px}.mw-604{max-width:604px}.mw-605{max-width:605px}.mw-606{max-width:606px}.mw-607{max-width:607px}.mw-608{max-width:608px}.mw-609{max-width:609px}.mw-610{max-width:610px}.mw-611{max-width:611px}.mw-612{max-width:612px}.mw-613{max-width:613px}.mw-614{max-width:614px}.mw-615{max-width:615px}.mw-616{max-width:616px}.mw-617{max-width:617px}.mw-618{max-width:618px}.mw-619{max-width:619px}.mw-620{max-width:620px}.mw-621{max-width:621px}.mw-622{max-width:622px}.mw-623{max-width:623px}.mw-624{max-width:624px}.mw-625{max-width:625px}.mw-626{max-width:626px}.mw-627{max-width:627px}.mw-628{max-width:628px}.mw-629{max-width:629px}.mw-630{max-width:630px}.mw-631{max-width:631px}.mw-632{max-width:632px}.mw-633{max-width:633px}.mw-634{max-width:634px}.mw-635{max-width:635px}.mw-636{max-width:636px}.mw-637{max-width:637px}.mw-638{max-width:638px}.mw-639{max-width:639px}.mw-640{max-width:640px}.mw-641{max-width:641px}.mw-642{max-width:642px}.mw-643{max-width:643px}.mw-644{max-width:644px}.mw-645{max-width:645px}.mw-646{max-width:646px}.mw-647{max-width:647px}.mw-648{max-width:648px}.mw-649{max-width:649px}.mw-650{max-width:650px}.mw-651{max-width:651px}.mw-652{max-width:652px}.mw-653{max-width:653px}.mw-654{max-width:654px}.mw-655{max-width:655px}.mw-656{max-width:656px}.mw-657{max-width:657px}.mw-658{max-width:658px}.mw-659{max-width:659px}.mw-660{max-width:660px}.mw-661{max-width:661px}.mw-662{max-width:662px}.mw-663{max-width:663px}.mw-664{max-width:664px}.mw-665{max-width:665px}.mw-666{max-width:666px}.mw-667{max-width:667px}.mw-668{max-width:668px}.mw-669{max-width:669px}.mw-670{max-width:670px}.mw-671{max-width:671px}.mw-672{max-width:672px}.mw-673{max-width:673px}.mw-674{max-width:674px}.mw-675{max-width:675px}.mw-676{max-width:676px}.mw-677{max-width:677px}.mw-678{max-width:678px}.mw-679{max-width:679px}.mw-680{max-width:680px}.mw-681{max-width:681px}.mw-682{max-width:682px}.mw-683{max-width:683px}.mw-684{max-width:684px}.mw-685{max-width:685px}.mw-686{max-width:686px}.mw-687{max-width:687px}.mw-688{max-width:688px}.mw-689{max-width:689px}.mw-690{max-width:690px}.mw-691{max-width:691px}.mw-692{max-width:692px}.mw-693{max-width:693px}.mw-694{max-width:694px}.mw-695{max-width:695px}.mw-696{max-width:696px}.mw-697{max-width:697px}.mw-698{max-width:698px}.mw-699{max-width:699px}.mw-700{max-width:700px}.mw-701{max-width:701px}.mw-702{max-width:702px}.mw-703{max-width:703px}.mw-704{max-width:704px}.mw-705{max-width:705px}.mw-706{max-width:706px}.mw-707{max-width:707px}.mw-708{max-width:708px}.mw-709{max-width:709px}.mw-710{max-width:710px}.mw-711{max-width:711px}.mw-712{max-width:712px}.mw-713{max-width:713px}.mw-714{max-width:714px}.mw-715{max-width:715px}.mw-716{max-width:716px}.mw-717{max-width:717px}.mw-718{max-width:718px}.mw-719{max-width:719px}.mw-720{max-width:720px}.mw-721{max-width:721px}.mw-722{max-width:722px}.mw-723{max-width:723px}.mw-724{max-width:724px}.mw-725{max-width:725px}.mw-726{max-width:726px}.mw-727{max-width:727px}.mw-728{max-width:728px}.mw-729{max-width:729px}.mw-730{max-width:730px}.mw-731{max-width:731px}.mw-732{max-width:732px}.mw-733{max-width:733px}.mw-734{max-width:734px}.mw-735{max-width:735px}.mw-736{max-width:736px}.mw-737{max-width:737px}.mw-738{max-width:738px}.mw-739{max-width:739px}.mw-740{max-width:740px}.mw-741{max-width:741px}.mw-742{max-width:742px}.mw-743{max-width:743px}.mw-744{max-width:744px}.mw-745{max-width:745px}.mw-746{max-width:746px}.mw-747{max-width:747px}.mw-748{max-width:748px}.mw-749{max-width:749px}.mw-750{max-width:750px}.mw-751{max-width:751px}.mw-752{max-width:752px}.mw-753{max-width:753px}.mw-754{max-width:754px}.mw-755{max-width:755px}.mw-756{max-width:756px}.mw-757{max-width:757px}.mw-758{max-width:758px}.mw-759{max-width:759px}.mw-760{max-width:760px}.mw-761{max-width:761px}.mw-762{max-width:762px}.mw-763{max-width:763px}.mw-764{max-width:764px}.mw-765{max-width:765px}.mw-766{max-width:766px}.mw-767{max-width:767px}.mw-768{max-width:768px}.mw-769{max-width:769px}.mw-770{max-width:770px}.mw-771{max-width:771px}.mw-772{max-width:772px}.mw-773{max-width:773px}.mw-774{max-width:774px}.mw-775{max-width:775px}.mw-776{max-width:776px}.mw-777{max-width:777px}.mw-778{max-width:778px}.mw-779{max-width:779px}.mw-780{max-width:780px}.mw-781{max-width:781px}.mw-782{max-width:782px}.mw-783{max-width:783px}.mw-784{max-width:784px}.mw-785{max-width:785px}.mw-786{max-width:786px}.mw-787{max-width:787px}.mw-788{max-width:788px}.mw-789{max-width:789px}.mw-790{max-width:790px}.mw-791{max-width:791px}.mw-792{max-width:792px}.mw-793{max-width:793px}.mw-794{max-width:794px}.mw-795{max-width:795px}.mw-796{max-width:796px}.mw-797{max-width:797px}.mw-798{max-width:798px}.mw-799{max-width:799px}.mw-800{max-width:800px}.mw-801{max-width:801px}.mw-802{max-width:802px}.mw-803{max-width:803px}.mw-804{max-width:804px}.mw-805{max-width:805px}.mw-806{max-width:806px}.mw-807{max-width:807px}.mw-808{max-width:808px}.mw-809{max-width:809px}.mw-810{max-width:810px}.mw-811{max-width:811px}.mw-812{max-width:812px}.mw-813{max-width:813px}.mw-814{max-width:814px}.mw-815{max-width:815px}.mw-816{max-width:816px}.mw-817{max-width:817px}.mw-818{max-width:818px}.mw-819{max-width:819px}.mw-820{max-width:820px}.mw-821{max-width:821px}.mw-822{max-width:822px}.mw-823{max-width:823px}.mw-824{max-width:824px}.mw-825{max-width:825px}.mw-826{max-width:826px}.mw-827{max-width:827px}.mw-828{max-width:828px}.mw-829{max-width:829px}.mw-830{max-width:830px}.mw-831{max-width:831px}.mw-832{max-width:832px}.mw-833{max-width:833px}.mw-834{max-width:834px}.mw-835{max-width:835px}.mw-836{max-width:836px}.mw-837{max-width:837px}.mw-838{max-width:838px}.mw-839{max-width:839px}.mw-840{max-width:840px}.mw-841{max-width:841px}.mw-842{max-width:842px}.mw-843{max-width:843px}.mw-844{max-width:844px}.mw-845{max-width:845px}.mw-846{max-width:846px}.mw-847{max-width:847px}.mw-848{max-width:848px}.mw-849{max-width:849px}.mw-850{max-width:850px}.mw-851{max-width:851px}.mw-852{max-width:852px}.mw-853{max-width:853px}.mw-854{max-width:854px}.mw-855{max-width:855px}.mw-856{max-width:856px}.mw-857{max-width:857px}.mw-858{max-width:858px}.mw-859{max-width:859px}.mw-860{max-width:860px}.mw-861{max-width:861px}.mw-862{max-width:862px}.mw-863{max-width:863px}.mw-864{max-width:864px}.mw-865{max-width:865px}.mw-866{max-width:866px}.mw-867{max-width:867px}.mw-868{max-width:868px}.mw-869{max-width:869px}.mw-870{max-width:870px}.mw-871{max-width:871px}.mw-872{max-width:872px}.mw-873{max-width:873px}.mw-874{max-width:874px}.mw-875{max-width:875px}.mw-876{max-width:876px}.mw-877{max-width:877px}.mw-878{max-width:878px}.mw-879{max-width:879px}.mw-880{max-width:880px}.mw-881{max-width:881px}.mw-882{max-width:882px}.mw-883{max-width:883px}.mw-884{max-width:884px}.mw-885{max-width:885px}.mw-886{max-width:886px}.mw-887{max-width:887px}.mw-888{max-width:888px}.mw-889{max-width:889px}.mw-890{max-width:890px}.mw-891{max-width:891px}.mw-892{max-width:892px}.mw-893{max-width:893px}.mw-894{max-width:894px}.mw-895{max-width:895px}.mw-896{max-width:896px}.mw-897{max-width:897px}.mw-898{max-width:898px}.mw-899{max-width:899px}.mw-900{max-width:900px}.mw-901{max-width:901px}.mw-902{max-width:902px}.mw-903{max-width:903px}.mw-904{max-width:904px}.mw-905{max-width:905px}.mw-906{max-width:906px}.mw-907{max-width:907px}.mw-908{max-width:908px}.mw-909{max-width:909px}.mw-910{max-width:910px}.mw-911{max-width:911px}.mw-912{max-width:912px}.mw-913{max-width:913px}.mw-914{max-width:914px}.mw-915{max-width:915px}.mw-916{max-width:916px}.mw-917{max-width:917px}.mw-918{max-width:918px}.mw-919{max-width:919px}.mw-920{max-width:920px}.mw-921{max-width:921px}.mw-922{max-width:922px}.mw-923{max-width:923px}.mw-924{max-width:924px}.mw-925{max-width:925px}.mw-926{max-width:926px}.mw-927{max-width:927px}.mw-928{max-width:928px}.mw-929{max-width:929px}.mw-930{max-width:930px}.mw-931{max-width:931px}.mw-932{max-width:932px}.mw-933{max-width:933px}.mw-934{max-width:934px}.mw-935{max-width:935px}.mw-936{max-width:936px}.mw-937{max-width:937px}.mw-938{max-width:938px}.mw-939{max-width:939px}.mw-940{max-width:940px}.mw-941{max-width:941px}.mw-942{max-width:942px}.mw-943{max-width:943px}.mw-944{max-width:944px}.mw-945{max-width:945px}.mw-946{max-width:946px}.mw-947{max-width:947px}.mw-948{max-width:948px}.mw-949{max-width:949px}.mw-950{max-width:950px}.mw-951{max-width:951px}.mw-952{max-width:952px}.mw-953{max-width:953px}.mw-954{max-width:954px}.mw-955{max-width:955px}.mw-956{max-width:956px}.mw-957{max-width:957px}.mw-958{max-width:958px}.mw-959{max-width:959px}.mw-960{max-width:960px}.mw-961{max-width:961px}.mw-962{max-width:962px}.mw-963{max-width:963px}.mw-964{max-width:964px}.mw-965{max-width:965px}.mw-966{max-width:966px}.mw-967{max-width:967px}.mw-968{max-width:968px}.mw-969{max-width:969px}.mw-970{max-width:970px}.mw-971{max-width:971px}.mw-972{max-width:972px}.mw-973{max-width:973px}.mw-974{max-width:974px}.mw-975{max-width:975px}.mw-976{max-width:976px}.mw-977{max-width:977px}.mw-978{max-width:978px}.mw-979{max-width:979px}.mw-980{max-width:980px}.mw-981{max-width:981px}.mw-982{max-width:982px}.mw-983{max-width:983px}.mw-984{max-width:984px}.mw-985{max-width:985px}.mw-986{max-width:986px}.mw-987{max-width:987px}.mw-988{max-width:988px}.mw-989{max-width:989px}.mw-990{max-width:990px}.mw-991{max-width:991px}.mw-992{max-width:992px}.mw-993{max-width:993px}.mw-994{max-width:994px}.mw-995{max-width:995px}.mw-996{max-width:996px}.mw-997{max-width:997px}.mw-998{max-width:998px}.mw-999{max-width:999px}.mw-1000{max-width:1000px}.mw-1001{max-width:1001px}.mw-1002{max-width:1002px}.mw-1003{max-width:1003px}.mw-1004{max-width:1004px}.mw-1005{max-width:1005px}.mw-1006{max-width:1006px}.mw-1007{max-width:1007px}.mw-1008{max-width:1008px}.mw-1009{max-width:1009px}.mw-1010{max-width:1010px}.mw-1011{max-width:1011px}.mw-1012{max-width:1012px}.mw-1013{max-width:1013px}.mw-1014{max-width:1014px}.mw-1015{max-width:1015px}.mw-1016{max-width:1016px}.mw-1017{max-width:1017px}.mw-1018{max-width:1018px}.mw-1019{max-width:1019px}.mw-1020{max-width:1020px}.mw-1021{max-width:1021px}.mw-1022{max-width:1022px}.mw-1023{max-width:1023px}.mw-1024{max-width:1024px}.mw-1025{max-width:1025px}.mw-1026{max-width:1026px}.mw-1027{max-width:1027px}.mw-1028{max-width:1028px}.mw-1029{max-width:1029px}.mw-1030{max-width:1030px}.mw-1031{max-width:1031px}.mw-1032{max-width:1032px}.mw-1033{max-width:1033px}.mw-1034{max-width:1034px}.mw-1035{max-width:1035px}.mw-1036{max-width:1036px}.mw-1037{max-width:1037px}.mw-1038{max-width:1038px}.mw-1039{max-width:1039px}.mw-1040{max-width:1040px}.mw-1041{max-width:1041px}.mw-1042{max-width:1042px}.mw-1043{max-width:1043px}.mw-1044{max-width:1044px}.mw-1045{max-width:1045px}.mw-1046{max-width:1046px}.mw-1047{max-width:1047px}.mw-1048{max-width:1048px}.mw-1049{max-width:1049px}.mw-1050{max-width:1050px}.mw-1051{max-width:1051px}.mw-1052{max-width:1052px}.mw-1053{max-width:1053px}.mw-1054{max-width:1054px}.mw-1055{max-width:1055px}.mw-1056{max-width:1056px}.mw-1057{max-width:1057px}.mw-1058{max-width:1058px}.mw-1059{max-width:1059px}.mw-1060{max-width:1060px}.mw-1061{max-width:1061px}.mw-1062{max-width:1062px}.mw-1063{max-width:1063px}.mw-1064{max-width:1064px}.mw-1065{max-width:1065px}.mw-1066{max-width:1066px}.mw-1067{max-width:1067px}.mw-1068{max-width:1068px}.mw-1069{max-width:1069px}.mw-1070{max-width:1070px}.mw-1071{max-width:1071px}.mw-1072{max-width:1072px}.mw-1073{max-width:1073px}.mw-1074{max-width:1074px}.mw-1075{max-width:1075px}.mw-1076{max-width:1076px}.mw-1077{max-width:1077px}.mw-1078{max-width:1078px}.mw-1079{max-width:1079px}.mw-1080{max-width:1080px}.mw-1081{max-width:1081px}.mw-1082{max-width:1082px}.mw-1083{max-width:1083px}.mw-1084{max-width:1084px}.mw-1085{max-width:1085px}.mw-1086{max-width:1086px}.mw-1087{max-width:1087px}.mw-1088{max-width:1088px}.mw-1089{max-width:1089px}.mw-1090{max-width:1090px}.mw-1091{max-width:1091px}.mw-1092{max-width:1092px}.mw-1093{max-width:1093px}.mw-1094{max-width:1094px}.mw-1095{max-width:1095px}.mw-1096{max-width:1096px}.mw-1097{max-width:1097px}.mw-1098{max-width:1098px}.mw-1099{max-width:1099px}.mw-1100{max-width:1100px}.mw-1101{max-width:1101px}.mw-1102{max-width:1102px}.mw-1103{max-width:1103px}.mw-1104{max-width:1104px}.mw-1105{max-width:1105px}.mw-1106{max-width:1106px}.mw-1107{max-width:1107px}.mw-1108{max-width:1108px}.mw-1109{max-width:1109px}.mw-1110{max-width:1110px}.mw-1111{max-width:1111px}.mw-1112{max-width:1112px}.mw-1113{max-width:1113px}.mw-1114{max-width:1114px}.mw-1115{max-width:1115px}.mw-1116{max-width:1116px}.mw-1117{max-width:1117px}.mw-1118{max-width:1118px}.mw-1119{max-width:1119px}.mw-1120{max-width:1120px}.mw-1121{max-width:1121px}.mw-1122{max-width:1122px}.mw-1123{max-width:1123px}.mw-1124{max-width:1124px}.mw-1125{max-width:1125px}.mw-1126{max-width:1126px}.mw-1127{max-width:1127px}.mw-1128{max-width:1128px}.mw-1129{max-width:1129px}.mw-1130{max-width:1130px}.mw-1131{max-width:1131px}.mw-1132{max-width:1132px}.mw-1133{max-width:1133px}.mw-1134{max-width:1134px}.mw-1135{max-width:1135px}.mw-1136{max-width:1136px}.mw-1137{max-width:1137px}.mw-1138{max-width:1138px}.mw-1139{max-width:1139px}.mw-1140{max-width:1140px}.mw-1141{max-width:1141px}.mw-1142{max-width:1142px}.mw-1143{max-width:1143px}.mw-1144{max-width:1144px}.mw-1145{max-width:1145px}.mw-1146{max-width:1146px}.mw-1147{max-width:1147px}.mw-1148{max-width:1148px}.mw-1149{max-width:1149px}.mw-1150{max-width:1150px}.mw-1151{max-width:1151px}.mw-1152{max-width:1152px}.mw-1153{max-width:1153px}.mw-1154{max-width:1154px}.mw-1155{max-width:1155px}.mw-1156{max-width:1156px}.mw-1157{max-width:1157px}.mw-1158{max-width:1158px}.mw-1159{max-width:1159px}.mw-1160{max-width:1160px}.mw-1161{max-width:1161px}.mw-1162{max-width:1162px}.mw-1163{max-width:1163px}.mw-1164{max-width:1164px}.mw-1165{max-width:1165px}.mw-1166{max-width:1166px}.mw-1167{max-width:1167px}.mw-1168{max-width:1168px}.mw-1169{max-width:1169px}.mw-1170{max-width:1170px}.mw-1171{max-width:1171px}.mw-1172{max-width:1172px}.mw-1173{max-width:1173px}.mw-1174{max-width:1174px}.mw-1175{max-width:1175px}.mw-1176{max-width:1176px}.mw-1177{max-width:1177px}.mw-1178{max-width:1178px}.mw-1179{max-width:1179px}.mw-1180{max-width:1180px}.mw-1181{max-width:1181px}.mw-1182{max-width:1182px}.mw-1183{max-width:1183px}.mw-1184{max-width:1184px}.mw-1185{max-width:1185px}.mw-1186{max-width:1186px}.mw-1187{max-width:1187px}.mw-1188{max-width:1188px}.mw-1189{max-width:1189px}.mw-1190{max-width:1190px}.mw-1191{max-width:1191px}.mw-1192{max-width:1192px}.mw-1193{max-width:1193px}.mw-1194{max-width:1194px}.mw-1195{max-width:1195px}.mw-1196{max-width:1196px}.mw-1197{max-width:1197px}.mw-1198{max-width:1198px}.mw-1199{max-width:1199px}.mw-1200{max-width:1200px}.mw-1201{max-width:1201px}.mw-1202{max-width:1202px}.mw-1203{max-width:1203px}.mw-1204{max-width:1204px}.mw-1205{max-width:1205px}.mw-1206{max-width:1206px}.mw-1207{max-width:1207px}.mw-1208{max-width:1208px}.mw-1209{max-width:1209px}.mw-1210{max-width:1210px}.mw-1211{max-width:1211px}.mw-1212{max-width:1212px}.mw-1213{max-width:1213px}.mw-1214{max-width:1214px}.mw-1215{max-width:1215px}.mw-1216{max-width:1216px}.mw-1217{max-width:1217px}.mw-1218{max-width:1218px}.mw-1219{max-width:1219px}.mw-1220{max-width:1220px}.mw-1221{max-width:1221px}.mw-1222{max-width:1222px}.mw-1223{max-width:1223px}.mw-1224{max-width:1224px}.mw-1225{max-width:1225px}.mw-1226{max-width:1226px}.mw-1227{max-width:1227px}.mw-1228{max-width:1228px}.mw-1229{max-width:1229px}.mw-1230{max-width:1230px}.mw-1231{max-width:1231px}.mw-1232{max-width:1232px}.mw-1233{max-width:1233px}.mw-1234{max-width:1234px}.mw-1235{max-width:1235px}.mw-1236{max-width:1236px}.mw-1237{max-width:1237px}.mw-1238{max-width:1238px}.mw-1239{max-width:1239px}.mw-1240{max-width:1240px}.mw-1241{max-width:1241px}.mw-1242{max-width:1242px}.mw-1243{max-width:1243px}.mw-1244{max-width:1244px}.mw-1245{max-width:1245px}.mw-1246{max-width:1246px}.mw-1247{max-width:1247px}.mw-1248{max-width:1248px}.mw-1249{max-width:1249px}.mw-1250{max-width:1250px}.mw-1251{max-width:1251px}.mw-1252{max-width:1252px}.mw-1253{max-width:1253px}.mw-1254{max-width:1254px}.mw-1255{max-width:1255px}.mw-1256{max-width:1256px}.mw-1257{max-width:1257px}.mw-1258{max-width:1258px}.mw-1259{max-width:1259px}.mw-1260{max-width:1260px}.mw-1261{max-width:1261px}.mw-1262{max-width:1262px}.mw-1263{max-width:1263px}.mw-1264{max-width:1264px}.mw-1265{max-width:1265px}.mw-1266{max-width:1266px}.mw-1267{max-width:1267px}.mw-1268{max-width:1268px}.mw-1269{max-width:1269px}.mw-1270{max-width:1270px}.mw-1271{max-width:1271px}.mw-1272{max-width:1272px}.mw-1273{max-width:1273px}.mw-1274{max-width:1274px}.mw-1275{max-width:1275px}.mw-1276{max-width:1276px}.mw-1277{max-width:1277px}.mw-1278{max-width:1278px}.mw-1279{max-width:1279px}.mw-1280{max-width:1280px}.mw-1281{max-width:1281px}.mw-1282{max-width:1282px}.mw-1283{max-width:1283px}.mw-1284{max-width:1284px}.mw-1285{max-width:1285px}.mw-1286{max-width:1286px}.mw-1287{max-width:1287px}.mw-1288{max-width:1288px}.mw-1289{max-width:1289px}.mw-1290{max-width:1290px}.mw-1291{max-width:1291px}.mw-1292{max-width:1292px}.mw-1293{max-width:1293px}.mw-1294{max-width:1294px}.mw-1295{max-width:1295px}.mw-1296{max-width:1296px}.mw-1297{max-width:1297px}.mw-1298{max-width:1298px}.mw-1299{max-width:1299px}.mw-1300{max-width:1300px}.mw-1301{max-width:1301px}.mw-1302{max-width:1302px}.mw-1303{max-width:1303px}.mw-1304{max-width:1304px}.mw-1305{max-width:1305px}.mw-1306{max-width:1306px}.mw-1307{max-width:1307px}.mw-1308{max-width:1308px}.mw-1309{max-width:1309px}.mw-1310{max-width:1310px}.mw-1311{max-width:1311px}.mw-1312{max-width:1312px}.mw-1313{max-width:1313px}.mw-1314{max-width:1314px}.mw-1315{max-width:1315px}.mw-1316{max-width:1316px}.mw-1317{max-width:1317px}.mw-1318{max-width:1318px}.mw-1319{max-width:1319px}.mw-1320{max-width:1320px}.mw-1321{max-width:1321px}.mw-1322{max-width:1322px}.mw-1323{max-width:1323px}.mw-1324{max-width:1324px}.mw-1325{max-width:1325px}.mw-1326{max-width:1326px}.mw-1327{max-width:1327px}.mw-1328{max-width:1328px}.mw-1329{max-width:1329px}.mw-1330{max-width:1330px}.mw-1331{max-width:1331px}.mw-1332{max-width:1332px}.mw-1333{max-width:1333px}.mw-1334{max-width:1334px}.mw-1335{max-width:1335px}.mw-1336{max-width:1336px}.mw-1337{max-width:1337px}.mw-1338{max-width:1338px}.mw-1339{max-width:1339px}.mw-1340{max-width:1340px}.mw-1341{max-width:1341px}.mw-1342{max-width:1342px}.mw-1343{max-width:1343px}.mw-1344{max-width:1344px}.mw-1345{max-width:1345px}.mw-1346{max-width:1346px}.mw-1347{max-width:1347px}.mw-1348{max-width:1348px}.mw-1349{max-width:1349px}.mw-1350{max-width:1350px}.mw-1351{max-width:1351px}.mw-1352{max-width:1352px}.mw-1353{max-width:1353px}.mw-1354{max-width:1354px}.mw-1355{max-width:1355px}.mw-1356{max-width:1356px}.mw-1357{max-width:1357px}.mw-1358{max-width:1358px}.mw-1359{max-width:1359px}.mw-1360{max-width:1360px}.mw-1361{max-width:1361px}.mw-1362{max-width:1362px}.mw-1363{max-width:1363px}.mw-1364{max-width:1364px}.mw-1365{max-width:1365px}.mw-1366{max-width:1366px}.mw-1367{max-width:1367px}.mw-1368{max-width:1368px}.mw-1369{max-width:1369px}.mw-1370{max-width:1370px}.mw-1371{max-width:1371px}.mw-1372{max-width:1372px}.mw-1373{max-width:1373px}.mw-1374{max-width:1374px}.mw-1375{max-width:1375px}.mw-1376{max-width:1376px}.mw-1377{max-width:1377px}.mw-1378{max-width:1378px}.mw-1379{max-width:1379px}.mw-1380{max-width:1380px}.mw-1381{max-width:1381px}.mw-1382{max-width:1382px}.mw-1383{max-width:1383px}.mw-1384{max-width:1384px}.mw-1385{max-width:1385px}.mw-1386{max-width:1386px}.mw-1387{max-width:1387px}.mw-1388{max-width:1388px}.mw-1389{max-width:1389px}.mw-1390{max-width:1390px}.mw-1391{max-width:1391px}.mw-1392{max-width:1392px}.mw-1393{max-width:1393px}.mw-1394{max-width:1394px}.mw-1395{max-width:1395px}.mw-1396{max-width:1396px}.mw-1397{max-width:1397px}.mw-1398{max-width:1398px}.mw-1399{max-width:1399px}.mw-1400{max-width:1400px}.mw-1401{max-width:1401px}.mw-1402{max-width:1402px}.mw-1403{max-width:1403px}.mw-1404{max-width:1404px}.mw-1405{max-width:1405px}.mw-1406{max-width:1406px}.mw-1407{max-width:1407px}.mw-1408{max-width:1408px}.mw-1409{max-width:1409px}.mw-1410{max-width:1410px}.mw-1411{max-width:1411px}.mw-1412{max-width:1412px}.mw-1413{max-width:1413px}.mw-1414{max-width:1414px}.mw-1415{max-width:1415px}.mw-1416{max-width:1416px}.mw-1417{max-width:1417px}.mw-1418{max-width:1418px}.mw-1419{max-width:1419px}.mw-1420{max-width:1420px}.mw-1421{max-width:1421px}.mw-1422{max-width:1422px}.mw-1423{max-width:1423px}.mw-1424{max-width:1424px}.mw-1425{max-width:1425px}.mw-1426{max-width:1426px}.mw-1427{max-width:1427px}.mw-1428{max-width:1428px}.mw-1429{max-width:1429px}.mw-1430{max-width:1430px}.mw-1431{max-width:1431px}.mw-1432{max-width:1432px}.mw-1433{max-width:1433px}.mw-1434{max-width:1434px}.mw-1435{max-width:1435px}.mw-1436{max-width:1436px}.mw-1437{max-width:1437px}.mw-1438{max-width:1438px}.mw-1439{max-width:1439px}.mw-1440{max-width:1440px}.mw-1441{max-width:1441px}.mw-1442{max-width:1442px}.mw-1443{max-width:1443px}.mw-1444{max-width:1444px}.mw-1445{max-width:1445px}.mw-1446{max-width:1446px}.mw-1447{max-width:1447px}.mw-1448{max-width:1448px}.mw-1449{max-width:1449px}.mw-1450{max-width:1450px}.mw-1451{max-width:1451px}.mw-1452{max-width:1452px}.mw-1453{max-width:1453px}.mw-1454{max-width:1454px}.mw-1455{max-width:1455px}.mw-1456{max-width:1456px}.mw-1457{max-width:1457px}.mw-1458{max-width:1458px}.mw-1459{max-width:1459px}.mw-1460{max-width:1460px}.mw-1461{max-width:1461px}.mw-1462{max-width:1462px}.mw-1463{max-width:1463px}.mw-1464{max-width:1464px}.mw-1465{max-width:1465px}.mw-1466{max-width:1466px}.mw-1467{max-width:1467px}.mw-1468{max-width:1468px}.mw-1469{max-width:1469px}.mw-1470{max-width:1470px}.mw-1471{max-width:1471px}.mw-1472{max-width:1472px}.mw-1473{max-width:1473px}.mw-1474{max-width:1474px}.mw-1475{max-width:1475px}.mw-1476{max-width:1476px}.mw-1477{max-width:1477px}.mw-1478{max-width:1478px}.mw-1479{max-width:1479px}.mw-1480{max-width:1480px}.mw-1481{max-width:1481px}.mw-1482{max-width:1482px}.mw-1483{max-width:1483px}.mw-1484{max-width:1484px}.mw-1485{max-width:1485px}.mw-1486{max-width:1486px}.mw-1487{max-width:1487px}.mw-1488{max-width:1488px}.mw-1489{max-width:1489px}.mw-1490{max-width:1490px}.mw-1491{max-width:1491px}.mw-1492{max-width:1492px}.mw-1493{max-width:1493px}.mw-1494{max-width:1494px}.mw-1495{max-width:1495px}.mw-1496{max-width:1496px}.mw-1497{max-width:1497px}.mw-1498{max-width:1498px}.mw-1499{max-width:1499px}.mw-1500{max-width:1500px}.mw-1501{max-width:1501px}.mw-1502{max-width:1502px}.mw-1503{max-width:1503px}.mw-1504{max-width:1504px}.mw-1505{max-width:1505px}.mw-1506{max-width:1506px}.mw-1507{max-width:1507px}.mw-1508{max-width:1508px}.mw-1509{max-width:1509px}.mw-1510{max-width:1510px}.mw-1511{max-width:1511px}.mw-1512{max-width:1512px}.mw-1513{max-width:1513px}.mw-1514{max-width:1514px}.mw-1515{max-width:1515px}.mw-1516{max-width:1516px}.mw-1517{max-width:1517px}.mw-1518{max-width:1518px}.mw-1519{max-width:1519px}.mw-1520{max-width:1520px}.mw-1521{max-width:1521px}.mw-1522{max-width:1522px}.mw-1523{max-width:1523px}.mw-1524{max-width:1524px}.mw-1525{max-width:1525px}.mw-1526{max-width:1526px}.mw-1527{max-width:1527px}.mw-1528{max-width:1528px}.mw-1529{max-width:1529px}.mw-1530{max-width:1530px}.mw-1531{max-width:1531px}.mw-1532{max-width:1532px}.mw-1533{max-width:1533px}.mw-1534{max-width:1534px}.mw-1535{max-width:1535px}.mw-1536{max-width:1536px}.mw-1537{max-width:1537px}.mw-1538{max-width:1538px}.mw-1539{max-width:1539px}.mw-1540{max-width:1540px}.mw-1541{max-width:1541px}.mw-1542{max-width:1542px}.mw-1543{max-width:1543px}.mw-1544{max-width:1544px}.mw-1545{max-width:1545px}.mw-1546{max-width:1546px}.mw-1547{max-width:1547px}.mw-1548{max-width:1548px}.mw-1549{max-width:1549px}.mw-1550{max-width:1550px}.mw-1551{max-width:1551px}.mw-1552{max-width:1552px}.mw-1553{max-width:1553px}.mw-1554{max-width:1554px}.mw-1555{max-width:1555px}.mw-1556{max-width:1556px}.mw-1557{max-width:1557px}.mw-1558{max-width:1558px}.mw-1559{max-width:1559px}.mw-1560{max-width:1560px}.mw-1561{max-width:1561px}.mw-1562{max-width:1562px}.mw-1563{max-width:1563px}.mw-1564{max-width:1564px}.mw-1565{max-width:1565px}.mw-1566{max-width:1566px}.mw-1567{max-width:1567px}.mw-1568{max-width:1568px}.mw-1569{max-width:1569px}.mw-1570{max-width:1570px}.mw-1571{max-width:1571px}.mw-1572{max-width:1572px}.mw-1573{max-width:1573px}.mw-1574{max-width:1574px}.mw-1575{max-width:1575px}.mw-1576{max-width:1576px}.mw-1577{max-width:1577px}.mw-1578{max-width:1578px}.mw-1579{max-width:1579px}.mw-1580{max-width:1580px}.mw-1581{max-width:1581px}.mw-1582{max-width:1582px}.mw-1583{max-width:1583px}.mw-1584{max-width:1584px}.mw-1585{max-width:1585px}.mw-1586{max-width:1586px}.mw-1587{max-width:1587px}.mw-1588{max-width:1588px}.mw-1589{max-width:1589px}.mw-1590{max-width:1590px}.mw-1591{max-width:1591px}.mw-1592{max-width:1592px}.mw-1593{max-width:1593px}.mw-1594{max-width:1594px}.mw-1595{max-width:1595px}.mw-1596{max-width:1596px}.mw-1597{max-width:1597px}.mw-1598{max-width:1598px}.mw-1599{max-width:1599px}.mw-1600{max-width:1600px}.mw-1601{max-width:1601px}.mw-1602{max-width:1602px}.mw-1603{max-width:1603px}.mw-1604{max-width:1604px}.mw-1605{max-width:1605px}.mw-1606{max-width:1606px}.mw-1607{max-width:1607px}.mw-1608{max-width:1608px}.mw-1609{max-width:1609px}.mw-1610{max-width:1610px}.mw-1611{max-width:1611px}.mw-1612{max-width:1612px}.mw-1613{max-width:1613px}.mw-1614{max-width:1614px}.mw-1615{max-width:1615px}.mw-1616{max-width:1616px}.mw-1617{max-width:1617px}.mw-1618{max-width:1618px}.mw-1619{max-width:1619px}.mw-1620{max-width:1620px}.mw-1621{max-width:1621px}.mw-1622{max-width:1622px}.mw-1623{max-width:1623px}.mw-1624{max-width:1624px}.mw-1625{max-width:1625px}.mw-1626{max-width:1626px}.mw-1627{max-width:1627px}.mw-1628{max-width:1628px}.mw-1629{max-width:1629px}.mw-1630{max-width:1630px}.mw-1631{max-width:1631px}.mw-1632{max-width:1632px}.mw-1633{max-width:1633px}.mw-1634{max-width:1634px}.mw-1635{max-width:1635px}.mw-1636{max-width:1636px}.mw-1637{max-width:1637px}.mw-1638{max-width:1638px}.mw-1639{max-width:1639px}.mw-1640{max-width:1640px}.mw-1641{max-width:1641px}.mw-1642{max-width:1642px}.mw-1643{max-width:1643px}.mw-1644{max-width:1644px}.mw-1645{max-width:1645px}.mw-1646{max-width:1646px}.mw-1647{max-width:1647px}.mw-1648{max-width:1648px}.mw-1649{max-width:1649px}.mw-1650{max-width:1650px}.mw-1651{max-width:1651px}.mw-1652{max-width:1652px}.mw-1653{max-width:1653px}.mw-1654{max-width:1654px}.mw-1655{max-width:1655px}.mw-1656{max-width:1656px}.mw-1657{max-width:1657px}.mw-1658{max-width:1658px}.mw-1659{max-width:1659px}.mw-1660{max-width:1660px}.mw-1661{max-width:1661px}.mw-1662{max-width:1662px}.mw-1663{max-width:1663px}.mw-1664{max-width:1664px}.mw-1665{max-width:1665px}.mw-1666{max-width:1666px}.mw-1667{max-width:1667px}.mw-1668{max-width:1668px}.mw-1669{max-width:1669px}.mw-1670{max-width:1670px}.mw-1671{max-width:1671px}.mw-1672{max-width:1672px}.mw-1673{max-width:1673px}.mw-1674{max-width:1674px}.mw-1675{max-width:1675px}.mw-1676{max-width:1676px}.mw-1677{max-width:1677px}.mw-1678{max-width:1678px}.mw-1679{max-width:1679px}.mw-1680{max-width:1680px}.mw-1681{max-width:1681px}.mw-1682{max-width:1682px}.mw-1683{max-width:1683px}.mw-1684{max-width:1684px}.mw-1685{max-width:1685px}.mw-1686{max-width:1686px}.mw-1687{max-width:1687px}.mw-1688{max-width:1688px}.mw-1689{max-width:1689px}.mw-1690{max-width:1690px}.mw-1691{max-width:1691px}.mw-1692{max-width:1692px}.mw-1693{max-width:1693px}.mw-1694{max-width:1694px}.mw-1695{max-width:1695px}.mw-1696{max-width:1696px}.mw-1697{max-width:1697px}.mw-1698{max-width:1698px}.mw-1699{max-width:1699px}.mw-1700{max-width:1700px}.mw-1701{max-width:1701px}.mw-1702{max-width:1702px}.mw-1703{max-width:1703px}.mw-1704{max-width:1704px}.mw-1705{max-width:1705px}.mw-1706{max-width:1706px}.mw-1707{max-width:1707px}.mw-1708{max-width:1708px}.mw-1709{max-width:1709px}.mw-1710{max-width:1710px}.mw-1711{max-width:1711px}.mw-1712{max-width:1712px}.mw-1713{max-width:1713px}.mw-1714{max-width:1714px}.mw-1715{max-width:1715px}.mw-1716{max-width:1716px}.mw-1717{max-width:1717px}.mw-1718{max-width:1718px}.mw-1719{max-width:1719px}.mw-1720{max-width:1720px}.mw-1721{max-width:1721px}.mw-1722{max-width:1722px}.mw-1723{max-width:1723px}.mw-1724{max-width:1724px}.mw-1725{max-width:1725px}.mw-1726{max-width:1726px}.mw-1727{max-width:1727px}.mw-1728{max-width:1728px}.mw-1729{max-width:1729px}.mw-1730{max-width:1730px}.mw-1731{max-width:1731px}.mw-1732{max-width:1732px}.mw-1733{max-width:1733px}.mw-1734{max-width:1734px}.mw-1735{max-width:1735px}.mw-1736{max-width:1736px}.mw-1737{max-width:1737px}.mw-1738{max-width:1738px}.mw-1739{max-width:1739px}.mw-1740{max-width:1740px}.mw-1741{max-width:1741px}.mw-1742{max-width:1742px}.mw-1743{max-width:1743px}.mw-1744{max-width:1744px}.mw-1745{max-width:1745px}.mw-1746{max-width:1746px}.mw-1747{max-width:1747px}.mw-1748{max-width:1748px}.mw-1749{max-width:1749px}.mw-1750{max-width:1750px}.mw-1751{max-width:1751px}.mw-1752{max-width:1752px}.mw-1753{max-width:1753px}.mw-1754{max-width:1754px}.mw-1755{max-width:1755px}.mw-1756{max-width:1756px}.mw-1757{max-width:1757px}.mw-1758{max-width:1758px}.mw-1759{max-width:1759px}.mw-1760{max-width:1760px}.mw-1761{max-width:1761px}.mw-1762{max-width:1762px}.mw-1763{max-width:1763px}.mw-1764{max-width:1764px}.mw-1765{max-width:1765px}.mw-1766{max-width:1766px}.mw-1767{max-width:1767px}.mw-1768{max-width:1768px}.mw-1769{max-width:1769px}.mw-1770{max-width:1770px}.mw-1771{max-width:1771px}.mw-1772{max-width:1772px}.mw-1773{max-width:1773px}.mw-1774{max-width:1774px}.mw-1775{max-width:1775px}.mw-1776{max-width:1776px}.mw-1777{max-width:1777px}.mw-1778{max-width:1778px}.mw-1779{max-width:1779px}.mw-1780{max-width:1780px}.mw-1781{max-width:1781px}.mw-1782{max-width:1782px}.mw-1783{max-width:1783px}.mw-1784{max-width:1784px}.mw-1785{max-width:1785px}.mw-1786{max-width:1786px}.mw-1787{max-width:1787px}.mw-1788{max-width:1788px}.mw-1789{max-width:1789px}.mw-1790{max-width:1790px}.mw-1791{max-width:1791px}.mw-1792{max-width:1792px}.mw-1793{max-width:1793px}.mw-1794{max-width:1794px}.mw-1795{max-width:1795px}.mw-1796{max-width:1796px}.mw-1797{max-width:1797px}.mw-1798{max-width:1798px}.mw-1799{max-width:1799px}.mw-1800{max-width:1800px}.mw-1801{max-width:1801px}.mw-1802{max-width:1802px}.mw-1803{max-width:1803px}.mw-1804{max-width:1804px}.mw-1805{max-width:1805px}.mw-1806{max-width:1806px}.mw-1807{max-width:1807px}.mw-1808{max-width:1808px}.mw-1809{max-width:1809px}.mw-1810{max-width:1810px}.mw-1811{max-width:1811px}.mw-1812{max-width:1812px}.mw-1813{max-width:1813px}.mw-1814{max-width:1814px}.mw-1815{max-width:1815px}.mw-1816{max-width:1816px}.mw-1817{max-width:1817px}.mw-1818{max-width:1818px}.mw-1819{max-width:1819px}.mw-1820{max-width:1820px}.mw-1821{max-width:1821px}.mw-1822{max-width:1822px}.mw-1823{max-width:1823px}.mw-1824{max-width:1824px}.mw-1825{max-width:1825px}.mw-1826{max-width:1826px}.mw-1827{max-width:1827px}.mw-1828{max-width:1828px}.mw-1829{max-width:1829px}.mw-1830{max-width:1830px}.mw-1831{max-width:1831px}.mw-1832{max-width:1832px}.mw-1833{max-width:1833px}.mw-1834{max-width:1834px}.mw-1835{max-width:1835px}.mw-1836{max-width:1836px}.mw-1837{max-width:1837px}.mw-1838{max-width:1838px}.mw-1839{max-width:1839px}.mw-1840{max-width:1840px}.mw-1841{max-width:1841px}.mw-1842{max-width:1842px}.mw-1843{max-width:1843px}.mw-1844{max-width:1844px}.mw-1845{max-width:1845px}.mw-1846{max-width:1846px}.mw-1847{max-width:1847px}.mw-1848{max-width:1848px}.mw-1849{max-width:1849px}.mw-1850{max-width:1850px}.mw-1851{max-width:1851px}.mw-1852{max-width:1852px}.mw-1853{max-width:1853px}.mw-1854{max-width:1854px}.mw-1855{max-width:1855px}.mw-1856{max-width:1856px}.mw-1857{max-width:1857px}.mw-1858{max-width:1858px}.mw-1859{max-width:1859px}.mw-1860{max-width:1860px}.mw-1861{max-width:1861px}.mw-1862{max-width:1862px}.mw-1863{max-width:1863px}.mw-1864{max-width:1864px}.mw-1865{max-width:1865px}.mw-1866{max-width:1866px}.mw-1867{max-width:1867px}.mw-1868{max-width:1868px}.mw-1869{max-width:1869px}.mw-1870{max-width:1870px}.mw-1871{max-width:1871px}.mw-1872{max-width:1872px}.mw-1873{max-width:1873px}.mw-1874{max-width:1874px}.mw-1875{max-width:1875px}.mw-1876{max-width:1876px}.mw-1877{max-width:1877px}.mw-1878{max-width:1878px}.mw-1879{max-width:1879px}.mw-1880{max-width:1880px}.mw-1881{max-width:1881px}.mw-1882{max-width:1882px}.mw-1883{max-width:1883px}.mw-1884{max-width:1884px}.mw-1885{max-width:1885px}.mw-1886{max-width:1886px}.mw-1887{max-width:1887px}.mw-1888{max-width:1888px}.mw-1889{max-width:1889px}.mw-1890{max-width:1890px}.mw-1891{max-width:1891px}.mw-1892{max-width:1892px}.mw-1893{max-width:1893px}.mw-1894{max-width:1894px}.mw-1895{max-width:1895px}.mw-1896{max-width:1896px}.mw-1897{max-width:1897px}.mw-1898{max-width:1898px}.mw-1899{max-width:1899px}.mw-1900{max-width:1900px}.mw-1901{max-width:1901px}.mw-1902{max-width:1902px}.mw-1903{max-width:1903px}.mw-1904{max-width:1904px}.mw-1905{max-width:1905px}.mw-1906{max-width:1906px}.mw-1907{max-width:1907px}.mw-1908{max-width:1908px}.mw-1909{max-width:1909px}.mw-1910{max-width:1910px}.mw-1911{max-width:1911px}.mw-1912{max-width:1912px}.mw-1913{max-width:1913px}.mw-1914{max-width:1914px}.mw-1915{max-width:1915px}.mw-1916{max-width:1916px}.mw-1917{max-width:1917px}.mw-1918{max-width:1918px}.mw-1919{max-width:1919px}.mw-1920{max-width:1920px}.mw-1925{max-width:1925px}.mw-1930{max-width:1930px}.mw-1935{max-width:1935px}.mw-1940{max-width:1940px}.mw-1945{max-width:1945px}.mw-1950{max-width:1950px}.mw-1955{max-width:1955px}.mw-1960{max-width:1960px}.mw-1965{max-width:1965px}.mw-1970{max-width:1970px}.mw-1975{max-width:1975px}.mw-1980{max-width:1980px}.mw-1985{max-width:1985px}.mw-1990{max-width:1990px}.mw-1995{max-width:1995px}.mw-2000{max-width:2000px}.mw-2005{max-width:2005px}.mw-2010{max-width:2010px}.mw-2015{max-width:2015px}.mw-2020{max-width:2020px}.mw-2025{max-width:2025px}.mw-2030{max-width:2030px}.mw-2035{max-width:2035px}.mw-2040{max-width:2040px}.mw-2045{max-width:2045px}.mw-2050{max-width:2050px}.mw-2055{max-width:2055px}.mw-2060{max-width:2060px}.mw-2065{max-width:2065px}.mw-2070{max-width:2070px}.mw-2075{max-width:2075px}.mw-2080{max-width:2080px}.mw-2085{max-width:2085px}.mw-2090{max-width:2090px}.mw-2095{max-width:2095px}.mw-2100{max-width:2100px}.mw-2105{max-width:2105px}.mw-2110{max-width:2110px}.mw-2115{max-width:2115px}.mw-2120{max-width:2120px}.mw-2125{max-width:2125px}.mw-2130{max-width:2130px}.mw-2135{max-width:2135px}.mw-2140{max-width:2140px}.mw-2145{max-width:2145px}.mw-2150{max-width:2150px}.mw-2155{max-width:2155px}.mw-2160{max-width:2160px}.mw-2165{max-width:2165px}.mw-2170{max-width:2170px}.mw-2175{max-width:2175px}.mw-2180{max-width:2180px}.mw-2185{max-width:2185px}.mw-2190{max-width:2190px}.mw-2195{max-width:2195px}.mw-2200{max-width:2200px}.mw-2205{max-width:2205px}.mw-2210{max-width:2210px}.mw-2215{max-width:2215px}.mw-2220{max-width:2220px}.mw-2225{max-width:2225px}.mw-2230{max-width:2230px}.mw-2235{max-width:2235px}.mw-2240{max-width:2240px}.mw-2245{max-width:2245px}.mw-2250{max-width:2250px}.mw-2255{max-width:2255px}.mw-2260{max-width:2260px}.mw-2265{max-width:2265px}.mw-2270{max-width:2270px}.mw-2275{max-width:2275px}.mw-2280{max-width:2280px}.mw-2285{max-width:2285px}.mw-2290{max-width:2290px}.mw-2295{max-width:2295px}.mw-2300{max-width:2300px}.mw-2305{max-width:2305px}.mw-2310{max-width:2310px}.mw-2315{max-width:2315px}.mw-2320{max-width:2320px}.mw-2325{max-width:2325px}.mw-2330{max-width:2330px}.mw-2335{max-width:2335px}.mw-2340{max-width:2340px}.mw-2345{max-width:2345px}.mw-2350{max-width:2350px}.mw-2355{max-width:2355px}.mw-2360{max-width:2360px}.mw-2365{max-width:2365px}.mw-2370{max-width:2370px}.mw-2375{max-width:2375px}.mw-2380{max-width:2380px}.mw-2385{max-width:2385px}.mw-2390{max-width:2390px}.mw-2395{max-width:2395px}.mw-2400{max-width:2400px}.mw-2405{max-width:2405px}.mw-2410{max-width:2410px}.mw-2415{max-width:2415px}.mw-2420{max-width:2420px}.mw-2425{max-width:2425px}.mw-2430{max-width:2430px}.mw-2435{max-width:2435px}.mw-2440{max-width:2440px}.mw-2445{max-width:2445px}.mw-2450{max-width:2450px}.mw-2455{max-width:2455px}.mw-2460{max-width:2460px}.mw-2465{max-width:2465px}.mw-2470{max-width:2470px}.mw-2475{max-width:2475px}.mw-2480{max-width:2480px}.mw-2485{max-width:2485px}.mw-2490{max-width:2490px}.mw-2495{max-width:2495px}.mw-2500{max-width:2500px}.mw-2505{max-width:2505px}.mw-2510{max-width:2510px}.mw-2515{max-width:2515px}.mw-2520{max-width:2520px}.mw-2525{max-width:2525px}.mw-2530{max-width:2530px}.mw-2535{max-width:2535px}.mw-2540{max-width:2540px}.mw-2545{max-width:2545px}.mw-2550{max-width:2550px}.mw-2555{max-width:2555px}.mw-2560{max-width:2560px}
[class*="mw-"] {overflow: hidden;}

/* overflow */
.over-hidden {overflow: hidden;}
.over-visible {overflow: visible;}
.over-auto {overflow: auto; }

/* display */
.hidden { display: none; }
.show { display: inline-block; }
.show-inline { display: inline; }
.show-block { display: block; }
.show-table { display: table; }
.show-tablecell { display: table-cell; }
.show-tablerow { display: table-row; }

/* align */
.tc {text-align: center;}
.tl {text-align: left;}
.tr {text-align: right;}
.tj {text-align: justify;}
.vt {vertical-align: top;}
.vm {vertical-align: middle;}
.vb {vertical-align: bottom;}
.fr {float: right;}
.fl {float: left;}
.fn {float: none;}

/* calc - ListWrapper */
.calc_wrap1 {width:-webkit-calc(100% + 1px);  width:-moz-calc(100% + 1px);  width:calc(100% + 1px);  margin-left:-1px; }
.calc_wrap2 {width:-webkit-calc(100% + 2px);  width:-moz-calc(100% + 2px);  width:calc(100% + 2px);  margin-left:-2px; }
.calc_wrap3 {width:-webkit-calc(100% + 3px);  width:-moz-calc(100% + 3px);  width:calc(100% + 3px);  margin-left:-3px; }
.calc_wrap4 {width:-webkit-calc(100% + 4px);  width:-moz-calc(100% + 4px);  width:calc(100% + 4px);  margin-left:-4px; }
.calc_wrap5 {width:-webkit-calc(100% + 5px);  width:-moz-calc(100% + 5px);  width:calc(100% + 5px);  margin-left:-5px; }
.calc_wrap6 {width:-webkit-calc(100% + 6px);  width:-moz-calc(100% + 6px);  width:calc(100% + 6px);  margin-left:-6px; }
.calc_wrap7 {width:-webkit-calc(100% + 7px);  width:-moz-calc(100% + 7px);  width:calc(100% + 7px);  margin-left:-7px; }
.calc_wrap8 {width:-webkit-calc(100% + 8px);  width:-moz-calc(100% + 8px);  width:calc(100% + 8px);  margin-left:-8px; }
.calc_wrap9 {width:-webkit-calc(100% + 9px);  width:-moz-calc(100% + 9px);  width:calc(100% + 9px);  margin-left:-9px; }
.calc_wrap10{width:-webkit-calc(100% + 10px); width:-moz-calc(100% + 10px); width:calc(100% + 10px); margin-left:-10px;}
.calc_wrap11{width:-webkit-calc(100% + 11px); width:-moz-calc(100% + 11px); width:calc(100% + 11px); margin-left:-11px;}
.calc_wrap12{width:-webkit-calc(100% + 12px); width:-moz-calc(100% + 12px); width:calc(100% + 12px); margin-left:-12px;}
.calc_wrap13{width:-webkit-calc(100% + 13px); width:-moz-calc(100% + 13px); width:calc(100% + 13px); margin-left:-13px;}
.calc_wrap14{width:-webkit-calc(100% + 14px); width:-moz-calc(100% + 14px); width:calc(100% + 14px); margin-left:-14px;}
.calc_wrap15{width:-webkit-calc(100% + 15px); width:-moz-calc(100% + 15px); width:calc(100% + 15px); margin-left:-15px;}
.calc_wrap16{width:-webkit-calc(100% + 16px); width:-moz-calc(100% + 16px); width:calc(100% + 16px); margin-left:-16px;}
.calc_wrap17{width:-webkit-calc(100% + 17px); width:-moz-calc(100% + 17px); width:calc(100% + 17px); margin-left:-17px;}
.calc_wrap18{width:-webkit-calc(100% + 18px); width:-moz-calc(100% + 18px); width:calc(100% + 18px); margin-left:-18px;}
.calc_wrap19{width:-webkit-calc(100% + 19px); width:-moz-calc(100% + 19px); width:calc(100% + 19px); margin-left:-19px;}
.calc_wrap20{width:-webkit-calc(100% + 20px); width:-moz-calc(100% + 20px); width:calc(100% + 20px); margin-left:-20px;}
.calc_wrap21{width:-webkit-calc(100% + 21px); width:-moz-calc(100% + 21px); width:calc(100% + 21px); margin-left:-21px;}
.calc_wrap22{width:-webkit-calc(100% + 22px); width:-moz-calc(100% + 22px); width:calc(100% + 22px); margin-left:-22px;}
.calc_wrap23{width:-webkit-calc(100% + 23px); width:-moz-calc(100% + 23px); width:calc(100% + 23px); margin-left:-23px;}
.calc_wrap24{width:-webkit-calc(100% + 24px); width:-moz-calc(100% + 24px); width:calc(100% + 24px); margin-left:-24px;}
.calc_wrap25{width:-webkit-calc(100% + 25px); width:-moz-calc(100% + 25px); width:calc(100% + 25px); margin-left:-25px;}
.calc_wrap26{width:-webkit-calc(100% + 26px); width:-moz-calc(100% + 26px); width:calc(100% + 26px); margin-left:-26px;}
.calc_wrap27{width:-webkit-calc(100% + 27px); width:-moz-calc(100% + 27px); width:calc(100% + 27px); margin-left:-27px;}
.calc_wrap28{width:-webkit-calc(100% + 28px); width:-moz-calc(100% + 28px); width:calc(100% + 28px); margin-left:-28px;}
.calc_wrap29{width:-webkit-calc(100% + 29px); width:-moz-calc(100% + 29px); width:calc(100% + 29px); margin-left:-29px;}
.calc_wrap30{width:-webkit-calc(100% + 30px); width:-moz-calc(100% + 30px); width:calc(100% + 30px); margin-left:-30px;}
.calc_wrap31{width:-webkit-calc(100% + 31px); width:-moz-calc(100% + 31px); width:calc(100% + 31px); margin-left:-31px;}
.calc_wrap32{width:-webkit-calc(100% + 32px); width:-moz-calc(100% + 32px); width:calc(100% + 32px); margin-left:-32px;}
.calc_wrap33{width:-webkit-calc(100% + 33px); width:-moz-calc(100% + 33px); width:calc(100% + 33px); margin-left:-33px;}
.calc_wrap34{width:-webkit-calc(100% + 34px); width:-moz-calc(100% + 34px); width:calc(100% + 34px); margin-left:-34px;}
.calc_wrap35{width:-webkit-calc(100% + 35px); width:-moz-calc(100% + 35px); width:calc(100% + 35px); margin-left:-35px;}
.calc_wrap36{width:-webkit-calc(100% + 36px); width:-moz-calc(100% + 36px); width:calc(100% + 36px); margin-left:-36px;}
.calc_wrap37{width:-webkit-calc(100% + 37px); width:-moz-calc(100% + 37px); width:calc(100% + 37px); margin-left:-37px;}
.calc_wrap38{width:-webkit-calc(100% + 38px); width:-moz-calc(100% + 38px); width:calc(100% + 38px); margin-left:-38px;}
.calc_wrap39{width:-webkit-calc(100% + 39px); width:-moz-calc(100% + 39px); width:calc(100% + 39px); margin-left:-39px;}
.calc_wrap40{width:-webkit-calc(100% + 40px); width:-moz-calc(100% + 40px); width:calc(100% + 40px); margin-left:-40px;}
.calc_wrap41{width:-webkit-calc(100% + 41px); width:-moz-calc(100% + 41px); width:calc(100% + 41px); margin-left:-41px;}
.calc_wrap42{width:-webkit-calc(100% + 42px); width:-moz-calc(100% + 42px); width:calc(100% + 42px); margin-left:-42px;}
.calc_wrap43{width:-webkit-calc(100% + 43px); width:-moz-calc(100% + 43px); width:calc(100% + 43px); margin-left:-43px;}
.calc_wrap44{width:-webkit-calc(100% + 44px); width:-moz-calc(100% + 44px); width:calc(100% + 44px); margin-left:-44px;}
.calc_wrap45{width:-webkit-calc(100% + 45px); width:-moz-calc(100% + 45px); width:calc(100% + 45px); margin-left:-45px;}
.calc_wrap46{width:-webkit-calc(100% + 46px); width:-moz-calc(100% + 46px); width:calc(100% + 46px); margin-left:-46px;}
.calc_wrap47{width:-webkit-calc(100% + 47px); width:-moz-calc(100% + 47px); width:calc(100% + 47px); margin-left:-47px;}
.calc_wrap48{width:-webkit-calc(100% + 48px); width:-moz-calc(100% + 48px); width:calc(100% + 48px); margin-left:-48px;}
.calc_wrap49{width:-webkit-calc(100% + 49px); width:-moz-calc(100% + 49px); width:calc(100% + 49px); margin-left:-49px;}
.calc_wrap50{width:-webkit-calc(100% + 50px); width:-moz-calc(100% + 50px); width:calc(100% + 50px); margin-left:-50px;}

.mt0{ margin-top: 0px; }
.mt1{ margin-top: 1px; }
.mt2{ margin-top: 2px; }
.mt3{ margin-top: 3px; }
.mt4{ margin-top: 4px; }
.mt5{ margin-top: 5px; }
.mt6{ margin-top: 6px; }
.mt7{ margin-top: 7px; }
.mt8{ margin-top: 8px; }
.mt9{ margin-top: 9px; }
.mt10{ margin-top: 10px; }
.mt11{ margin-top: 11px; }
.mt12{ margin-top: 12px; }
.mt13{ margin-top: 13px; }
.mt14{ margin-top: 14px; }
.mt15{ margin-top: 15px; }
.mt16{ margin-top: 16px; }
.mt17{ margin-top: 17px; }
.mt18{ margin-top: 18px; }
.mt19{ margin-top: 19px; }
.mt20{ margin-top: 20px; }
.mt21{ margin-top: 21px; }
.mt22{ margin-top: 22px; }
.mt23{ margin-top: 23px; }
.mt24{ margin-top: 24px; }
.mt25{ margin-top: 25px; }
.mt26{ margin-top: 26px; }
.mt27{ margin-top: 27px; }
.mt28{ margin-top: 28px; }
.mt29{ margin-top: 29px; }
.mt30{ margin-top: 30px; }
.mt31{ margin-top: 31px; }
.mt32{ margin-top: 32px; }
.mt33{ margin-top: 33px; }
.mt34{ margin-top: 34px; }
.mt35{ margin-top: 35px; }
.mt36{ margin-top: 36px; }
.mt37{ margin-top: 37px; }
.mt38{ margin-top: 38px; }
.mt39{ margin-top: 39px; }
.mt40{ margin-top: 40px; }
.mt41{ margin-top: 41px; }
.mt42{ margin-top: 42px; }
.mt43{ margin-top: 43px; }
.mt44{ margin-top: 44px; }
.mt45{ margin-top: 45px; }
.mt46{ margin-top: 46px; }
.mt47{ margin-top: 47px; }
.mt48{ margin-top: 48px; }
.mt49{ margin-top: 49px; }
.mt50{ margin-top: 50px; }
.mt51{ margin-top: 51px; }
.mt52{ margin-top: 52px; }
.mt53{ margin-top: 53px; }
.mt54{ margin-top: 54px; }
.mt55{ margin-top: 55px; }
.mt56{ margin-top: 56px; }
.mt57{ margin-top: 57px; }
.mt58{ margin-top: 58px; }
.mt59{ margin-top: 59px; }
.mt60{ margin-top: 60px; }
.mt61{ margin-top: 61px; }
.mt62{ margin-top: 62px; }
.mt63{ margin-top: 63px; }
.mt64{ margin-top: 64px; }
.mt65{ margin-top: 65px; }
.mt66{ margin-top: 66px; }
.mt67{ margin-top: 67px; }
.mt68{ margin-top: 68px; }
.mt69{ margin-top: 69px; }
.mt70{ margin-top: 70px; }
.mt71{ margin-top: 71px; }
.mt72{ margin-top: 72px; }
.mt73{ margin-top: 73px; }
.mt74{ margin-top: 74px; }
.mt75{ margin-top: 75px; }
.mt76{ margin-top: 76px; }
.mt77{ margin-top: 77px; }
.mt78{ margin-top: 78px; }
.mt79{ margin-top: 79px; }
.mt80{ margin-top: 80px; }
.mt81{ margin-top: 81px; }
.mt82{ margin-top: 82px; }
.mt83{ margin-top: 83px; }
.mt84{ margin-top: 84px; }
.mt85{ margin-top: 85px; }
.mt86{ margin-top: 86px; }
.mt87{ margin-top: 87px; }
.mt88{ margin-top: 88px; }
.mt89{ margin-top: 89px; }
.mt90{ margin-top: 90px; }
.mt91{ margin-top: 91px; }
.mt92{ margin-top: 92px; }
.mt93{ margin-top: 93px; }
.mt94{ margin-top: 94px; }
.mt95{ margin-top: 95px; }
.mt96{ margin-top: 96px; }
.mt97{ margin-top: 97px; }
.mt98{ margin-top: 98px; }
.mt99{ margin-top: 99px; }



.mr0{ margin-right: 0px; }
.mr1{ margin-right: 1px; }
.mr2{ margin-right: 2px; }
.mr3{ margin-right: 3px; }
.mr4{ margin-right: 4px; }
.mr5{ margin-right: 5px; }
.mr6{ margin-right: 6px; }
.mr7{ margin-right: 7px; }
.mr8{ margin-right: 8px; }
.mr9{ margin-right: 9px; }
.mr10{ margin-right: 10px; }
.mr11{ margin-right: 11px; }
.mr12{ margin-right: 12px; }
.mr13{ margin-right: 13px; }
.mr14{ margin-right: 14px; }
.mr15{ margin-right: 15px; }
.mr16{ margin-right: 16px; }
.mr17{ margin-right: 17px; }
.mr18{ margin-right: 18px; }
.mr19{ margin-right: 19px; }
.mr20{ margin-right: 20px; }
.mr21{ margin-right: 21px; }
.mr22{ margin-right: 22px; }
.mr23{ margin-right: 23px; }
.mr24{ margin-right: 24px; }
.mr25{ margin-right: 25px; }
.mr26{ margin-right: 26px; }
.mr27{ margin-right: 27px; }
.mr28{ margin-right: 28px; }
.mr29{ margin-right: 29px; }
.mr30{ margin-right: 30px; }
.mr31{ margin-right: 31px; }
.mr32{ margin-right: 32px; }
.mr33{ margin-right: 33px; }
.mr34{ margin-right: 34px; }
.mr35{ margin-right: 35px; }
.mr36{ margin-right: 36px; }
.mr37{ margin-right: 37px; }
.mr38{ margin-right: 38px; }
.mr39{ margin-right: 39px; }
.mr40{ margin-right: 40px; }
.mr41{ margin-right: 41px; }
.mr42{ margin-right: 42px; }
.mr43{ margin-right: 43px; }
.mr44{ margin-right: 44px; }
.mr45{ margin-right: 45px; }
.mr46{ margin-right: 46px; }
.mr47{ margin-right: 47px; }
.mr48{ margin-right: 48px; }
.mr49{ margin-right: 49px; }
.mr50{ margin-right: 50px; }
.mr51{ margin-right: 51px; }
.mr52{ margin-right: 52px; }
.mr53{ margin-right: 53px; }
.mr54{ margin-right: 54px; }
.mr55{ margin-right: 55px; }
.mr56{ margin-right: 56px; }
.mr57{ margin-right: 57px; }
.mr58{ margin-right: 58px; }
.mr59{ margin-right: 59px; }
.mr60{ margin-right: 60px; }
.mr61{ margin-right: 61px; }
.mr62{ margin-right: 62px; }
.mr63{ margin-right: 63px; }
.mr64{ margin-right: 64px; }
.mr65{ margin-right: 65px; }
.mr66{ margin-right: 66px; }
.mr67{ margin-right: 67px; }
.mr68{ margin-right: 68px; }
.mr69{ margin-right: 69px; }
.mr70{ margin-right: 70px; }
.mr71{ margin-right: 71px; }
.mr72{ margin-right: 72px; }
.mr73{ margin-right: 73px; }
.mr74{ margin-right: 74px; }
.mr75{ margin-right: 75px; }
.mr76{ margin-right: 76px; }
.mr77{ margin-right: 77px; }
.mr78{ margin-right: 78px; }
.mr79{ margin-right: 79px; }
.mr80{ margin-right: 80px; }
.mr81{ margin-right: 81px; }
.mr82{ margin-right: 82px; }
.mr83{ margin-right: 83px; }
.mr84{ margin-right: 84px; }
.mr85{ margin-right: 85px; }
.mr86{ margin-right: 86px; }
.mr87{ margin-right: 87px; }
.mr88{ margin-right: 88px; }
.mr89{ margin-right: 89px; }
.mr90{ margin-right: 90px; }
.mr91{ margin-right: 91px; }
.mr92{ margin-right: 92px; }
.mr93{ margin-right: 93px; }
.mr94{ margin-right: 94px; }
.mr95{ margin-right: 95px; }
.mr96{ margin-right: 96px; }
.mr97{ margin-right: 97px; }
.mr98{ margin-right: 98px; }
.mr99{ margin-right: 99px; }



.mb0{ margin-bottom: 0px; }
.mb1{ margin-bottom: 1px; }
.mb2{ margin-bottom: 2px; }
.mb3{ margin-bottom: 3px; }
.mb4{ margin-bottom: 4px; }
.mb5{ margin-bottom: 5px; }
.mb6{ margin-bottom: 6px; }
.mb7{ margin-bottom: 7px; }
.mb8{ margin-bottom: 8px; }
.mb9{ margin-bottom: 9px; }
.mb10{ margin-bottom: 10px; }
.mb11{ margin-bottom: 11px; }
.mb12{ margin-bottom: 12px; }
.mb13{ margin-bottom: 13px; }
.mb14{ margin-bottom: 14px; }
.mb15{ margin-bottom: 15px; }
.mb16{ margin-bottom: 16px; }
.mb17{ margin-bottom: 17px; }
.mb18{ margin-bottom: 18px; }
.mb19{ margin-bottom: 19px; }
.mb20{ margin-bottom: 20px; }
.mb21{ margin-bottom: 21px; }
.mb22{ margin-bottom: 22px; }
.mb23{ margin-bottom: 23px; }
.mb24{ margin-bottom: 24px; }
.mb25{ margin-bottom: 25px; }
.mb26{ margin-bottom: 26px; }
.mb27{ margin-bottom: 27px; }
.mb28{ margin-bottom: 28px; }
.mb29{ margin-bottom: 29px; }
.mb30{ margin-bottom: 30px; }
.mb31{ margin-bottom: 31px; }
.mb32{ margin-bottom: 32px; }
.mb33{ margin-bottom: 33px; }
.mb34{ margin-bottom: 34px; }
.mb35{ margin-bottom: 35px; }
.mb36{ margin-bottom: 36px; }
.mb37{ margin-bottom: 37px; }
.mb38{ margin-bottom: 38px; }
.mb39{ margin-bottom: 39px; }
.mb40{ margin-bottom: 40px; }
.mb41{ margin-bottom: 41px; }
.mb42{ margin-bottom: 42px; }
.mb43{ margin-bottom: 43px; }
.mb44{ margin-bottom: 44px; }
.mb45{ margin-bottom: 45px; }
.mb46{ margin-bottom: 46px; }
.mb47{ margin-bottom: 47px; }
.mb48{ margin-bottom: 48px; }
.mb49{ margin-bottom: 49px; }
.mb50{ margin-bottom: 50px; }
.mb51{ margin-bottom: 51px; }
.mb52{ margin-bottom: 52px; }
.mb53{ margin-bottom: 53px; }
.mb54{ margin-bottom: 54px; }
.mb55{ margin-bottom: 55px; }
.mb56{ margin-bottom: 56px; }
.mb57{ margin-bottom: 57px; }
.mb58{ margin-bottom: 58px; }
.mb59{ margin-bottom: 59px; }
.mb60{ margin-bottom: 60px; }
.mb61{ margin-bottom: 61px; }
.mb62{ margin-bottom: 62px; }
.mb63{ margin-bottom: 63px; }
.mb64{ margin-bottom: 64px; }
.mb65{ margin-bottom: 65px; }
.mb66{ margin-bottom: 66px; }
.mb67{ margin-bottom: 67px; }
.mb68{ margin-bottom: 68px; }
.mb69{ margin-bottom: 69px; }
.mb70{ margin-bottom: 70px; }
.mb71{ margin-bottom: 71px; }
.mb72{ margin-bottom: 72px; }
.mb73{ margin-bottom: 73px; }
.mb74{ margin-bottom: 74px; }
.mb75{ margin-bottom: 75px; }
.mb76{ margin-bottom: 76px; }
.mb77{ margin-bottom: 77px; }
.mb78{ margin-bottom: 78px; }
.mb79{ margin-bottom: 79px; }
.mb80{ margin-bottom: 80px; }
.mb81{ margin-bottom: 81px; }
.mb82{ margin-bottom: 82px; }
.mb83{ margin-bottom: 83px; }
.mb84{ margin-bottom: 84px; }
.mb85{ margin-bottom: 85px; }
.mb86{ margin-bottom: 86px; }
.mb87{ margin-bottom: 87px; }
.mb88{ margin-bottom: 88px; }
.mb89{ margin-bottom: 89px; }
.mb90{ margin-bottom: 90px; }
.mb91{ margin-bottom: 91px; }
.mb92{ margin-bottom: 92px; }
.mb93{ margin-bottom: 93px; }
.mb94{ margin-bottom: 94px; }
.mb95{ margin-bottom: 95px; }
.mb96{ margin-bottom: 96px; }
.mb97{ margin-bottom: 97px; }
.mb98{ margin-bottom: 98px; }
.mb99{ margin-bottom: 99px; }



.ml0{ margin-left: 0px; }
.ml1{ margin-left: 1px; }
.ml2{ margin-left: 2px; }
.ml3{ margin-left: 3px; }
.ml4{ margin-left: 4px; }
.ml5{ margin-left: 5px; }
.ml6{ margin-left: 6px; }
.ml7{ margin-left: 7px; }
.ml8{ margin-left: 8px; }
.ml9{ margin-left: 9px; }
.ml10{ margin-left: 10px; }
.ml11{ margin-left: 11px; }
.ml12{ margin-left: 12px; }
.ml13{ margin-left: 13px; }
.ml14{ margin-left: 14px; }
.ml15{ margin-left: 15px; }
.ml16{ margin-left: 16px; }
.ml17{ margin-left: 17px; }
.ml18{ margin-left: 18px; }
.ml19{ margin-left: 19px; }
.ml20{ margin-left: 20px; }
.ml21{ margin-left: 21px; }
.ml22{ margin-left: 22px; }
.ml23{ margin-left: 23px; }
.ml24{ margin-left: 24px; }
.ml25{ margin-left: 25px; }
.ml26{ margin-left: 26px; }
.ml27{ margin-left: 27px; }
.ml28{ margin-left: 28px; }
.ml29{ margin-left: 29px; }
.ml30{ margin-left: 30px; }
.ml31{ margin-left: 31px; }
.ml32{ margin-left: 32px; }
.ml33{ margin-left: 33px; }
.ml34{ margin-left: 34px; }
.ml35{ margin-left: 35px; }
.ml36{ margin-left: 36px; }
.ml37{ margin-left: 37px; }
.ml38{ margin-left: 38px; }
.ml39{ margin-left: 39px; }
.ml40{ margin-left: 40px; }
.ml41{ margin-left: 41px; }
.ml42{ margin-left: 42px; }
.ml43{ margin-left: 43px; }
.ml44{ margin-left: 44px; }
.ml45{ margin-left: 45px; }
.ml46{ margin-left: 46px; }
.ml47{ margin-left: 47px; }
.ml48{ margin-left: 48px; }
.ml49{ margin-left: 49px; }
.ml50{ margin-left: 50px; }
.ml51{ margin-left: 51px; }
.ml52{ margin-left: 52px; }
.ml53{ margin-left: 53px; }
.ml54{ margin-left: 54px; }
.ml55{ margin-left: 55px; }
.ml56{ margin-left: 56px; }
.ml57{ margin-left: 57px; }
.ml58{ margin-left: 58px; }
.ml59{ margin-left: 59px; }
.ml60{ margin-left: 60px; }
.ml61{ margin-left: 61px; }
.ml62{ margin-left: 62px; }
.ml63{ margin-left: 63px; }
.ml64{ margin-left: 64px; }
.ml65{ margin-left: 65px; }
.ml66{ margin-left: 66px; }
.ml67{ margin-left: 67px; }
.ml68{ margin-left: 68px; }
.ml69{ margin-left: 69px; }
.ml70{ margin-left: 70px; }
.ml71{ margin-left: 71px; }
.ml72{ margin-left: 72px; }
.ml73{ margin-left: 73px; }
.ml74{ margin-left: 74px; }
.ml75{ margin-left: 75px; }
.ml76{ margin-left: 76px; }
.ml77{ margin-left: 77px; }
.ml78{ margin-left: 78px; }
.ml79{ margin-left: 79px; }
.ml80{ margin-left: 80px; }
.ml81{ margin-left: 81px; }
.ml82{ margin-left: 82px; }
.ml83{ margin-left: 83px; }
.ml84{ margin-left: 84px; }
.ml85{ margin-left: 85px; }
.ml86{ margin-left: 86px; }
.ml87{ margin-left: 87px; }
.ml88{ margin-left: 88px; }
.ml89{ margin-left: 89px; }
.ml90{ margin-left: 90px; }
.ml91{ margin-left: 91px; }
.ml92{ margin-left: 92px; }
.ml93{ margin-left: 93px; }
.ml94{ margin-left: 94px; }
.ml95{ margin-left: 95px; }
.ml96{ margin-left: 96px; }
.ml97{ margin-left: 97px; }
.ml98{ margin-left: 98px; }
.ml99{ margin-left: 99px; }




.pt0{ padding-top: 0px; }
.pt1{ padding-top: 1px; }
.pt2{ padding-top: 2px; }
.pt3{ padding-top: 3px; }
.pt4{ padding-top: 4px; }
.pt5{ padding-top: 5px; }
.pt6{ padding-top: 6px; }
.pt7{ padding-top: 7px; }
.pt8{ padding-top: 8px; }
.pt9{ padding-top: 9px; }
.pt10{ padding-top: 10px; }
.pt11{ padding-top: 11px; }
.pt12{ padding-top: 12px; }
.pt13{ padding-top: 13px; }
.pt14{ padding-top: 14px; }
.pt15{ padding-top: 15px; }
.pt16{ padding-top: 16px; }
.pt17{ padding-top: 17px; }
.pt18{ padding-top: 18px; }
.pt19{ padding-top: 19px; }
.pt20{ padding-top: 20px; }
.pt21{ padding-top: 21px; }
.pt22{ padding-top: 22px; }
.pt23{ padding-top: 23px; }
.pt24{ padding-top: 24px; }
.pt25{ padding-top: 25px; }
.pt26{ padding-top: 26px; }
.pt27{ padding-top: 27px; }
.pt28{ padding-top: 28px; }
.pt29{ padding-top: 29px; }
.pt30{ padding-top: 30px; }
.pt31{ padding-top: 31px; }
.pt32{ padding-top: 32px; }
.pt33{ padding-top: 33px; }
.pt34{ padding-top: 34px; }
.pt35{ padding-top: 35px; }
.pt36{ padding-top: 36px; }
.pt37{ padding-top: 37px; }
.pt38{ padding-top: 38px; }
.pt39{ padding-top: 39px; }
.pt40{ padding-top: 40px; }
.pt41{ padding-top: 41px; }
.pt42{ padding-top: 42px; }
.pt43{ padding-top: 43px; }
.pt44{ padding-top: 44px; }
.pt45{ padding-top: 45px; }
.pt46{ padding-top: 46px; }
.pt47{ padding-top: 47px; }
.pt48{ padding-top: 48px; }
.pt49{ padding-top: 49px; }
.pt50{ padding-top: 50px; }
.pt51{ padding-top: 51px; }
.pt52{ padding-top: 52px; }
.pt53{ padding-top: 53px; }
.pt54{ padding-top: 54px; }
.pt55{ padding-top: 55px; }
.pt56{ padding-top: 56px; }
.pt57{ padding-top: 57px; }
.pt58{ padding-top: 58px; }
.pt59{ padding-top: 59px; }
.pt60{ padding-top: 60px; }
.pt61{ padding-top: 61px; }
.pt62{ padding-top: 62px; }
.pt63{ padding-top: 63px; }
.pt64{ padding-top: 64px; }
.pt65{ padding-top: 65px; }
.pt66{ padding-top: 66px; }
.pt67{ padding-top: 67px; }
.pt68{ padding-top: 68px; }
.pt69{ padding-top: 69px; }
.pt70{ padding-top: 70px; }
.pt71{ padding-top: 71px; }
.pt72{ padding-top: 72px; }
.pt73{ padding-top: 73px; }
.pt74{ padding-top: 74px; }
.pt75{ padding-top: 75px; }
.pt76{ padding-top: 76px; }
.pt77{ padding-top: 77px; }
.pt78{ padding-top: 78px; }
.pt79{ padding-top: 79px; }
.pt80{ padding-top: 80px; }
.pt81{ padding-top: 81px; }
.pt82{ padding-top: 82px; }
.pt83{ padding-top: 83px; }
.pt84{ padding-top: 84px; }
.pt85{ padding-top: 85px; }
.pt86{ padding-top: 86px; }
.pt87{ padding-top: 87px; }
.pt88{ padding-top: 88px; }
.pt89{ padding-top: 89px; }
.pt90{ padding-top: 90px; }
.pt91{ padding-top: 91px; }
.pt92{ padding-top: 92px; }
.pt93{ padding-top: 93px; }
.pt94{ padding-top: 94px; }
.pt95{ padding-top: 95px; }
.pt96{ padding-top: 96px; }
.pt97{ padding-top: 97px; }
.pt98{ padding-top: 98px; }
.pt99{ padding-top: 99px; }


.pr0{ padding-right: 0px; }
.pr1{ padding-right: 1px; }
.pr2{ padding-right: 2px; }
.pr3{ padding-right: 3px; }
.pr4{ padding-right: 4px; }
.pr5{ padding-right: 5px; }
.pr6{ padding-right: 6px; }
.pr7{ padding-right: 7px; }
.pr8{ padding-right: 8px; }
.pr9{ padding-right: 9px; }
.pr10{ padding-right: 10px; }
.pr11{ padding-right: 11px; }
.pr12{ padding-right: 12px; }
.pr13{ padding-right: 13px; }
.pr14{ padding-right: 14px; }
.pr15{ padding-right: 15px; }
.pr16{ padding-right: 16px; }
.pr17{ padding-right: 17px; }
.pr18{ padding-right: 18px; }
.pr19{ padding-right: 19px; }
.pr20{ padding-right: 20px; }
.pr21{ padding-right: 21px; }
.pr22{ padding-right: 22px; }
.pr23{ padding-right: 23px; }
.pr24{ padding-right: 24px; }
.pr25{ padding-right: 25px; }
.pr26{ padding-right: 26px; }
.pr27{ padding-right: 27px; }
.pr28{ padding-right: 28px; }
.pr29{ padding-right: 29px; }
.pr30{ padding-right: 30px; }
.pr31{ padding-right: 31px; }
.pr32{ padding-right: 32px; }
.pr33{ padding-right: 33px; }
.pr34{ padding-right: 34px; }
.pr35{ padding-right: 35px; }
.pr36{ padding-right: 36px; }
.pr37{ padding-right: 37px; }
.pr38{ padding-right: 38px; }
.pr39{ padding-right: 39px; }
.pr40{ padding-right: 40px; }
.pr41{ padding-right: 41px; }
.pr42{ padding-right: 42px; }
.pr43{ padding-right: 43px; }
.pr44{ padding-right: 44px; }
.pr45{ padding-right: 45px; }
.pr46{ padding-right: 46px; }
.pr47{ padding-right: 47px; }
.pr48{ padding-right: 48px; }
.pr49{ padding-right: 49px; }
.pr50{ padding-right: 50px; }
.pr51{ padding-right: 51px; }
.pr52{ padding-right: 52px; }
.pr53{ padding-right: 53px; }
.pr54{ padding-right: 54px; }
.pr55{ padding-right: 55px; }
.pr56{ padding-right: 56px; }
.pr57{ padding-right: 57px; }
.pr58{ padding-right: 58px; }
.pr59{ padding-right: 59px; }
.pr60{ padding-right: 60px; }
.pr61{ padding-right: 61px; }
.pr62{ padding-right: 62px; }
.pr63{ padding-right: 63px; }
.pr64{ padding-right: 64px; }
.pr65{ padding-right: 65px; }
.pr66{ padding-right: 66px; }
.pr67{ padding-right: 67px; }
.pr68{ padding-right: 68px; }
.pr69{ padding-right: 69px; }
.pr70{ padding-right: 70px; }
.pr71{ padding-right: 71px; }
.pr72{ padding-right: 72px; }
.pr73{ padding-right: 73px; }
.pr74{ padding-right: 74px; }
.pr75{ padding-right: 75px; }
.pr76{ padding-right: 76px; }
.pr77{ padding-right: 77px; }
.pr78{ padding-right: 78px; }
.pr79{ padding-right: 79px; }
.pr80{ padding-right: 80px; }
.pr81{ padding-right: 81px; }
.pr82{ padding-right: 82px; }
.pr83{ padding-right: 83px; }
.pr84{ padding-right: 84px; }
.pr85{ padding-right: 85px; }
.pr86{ padding-right: 86px; }
.pr87{ padding-right: 87px; }
.pr88{ padding-right: 88px; }
.pr89{ padding-right: 89px; }
.pr90{ padding-right: 90px; }
.pr91{ padding-right: 91px; }
.pr92{ padding-right: 92px; }
.pr93{ padding-right: 93px; }
.pr94{ padding-right: 94px; }
.pr95{ padding-right: 95px; }
.pr96{ padding-right: 96px; }
.pr97{ padding-right: 97px; }
.pr98{ padding-right: 98px; }
.pr99{ padding-right: 99px; }

.pb0{ padding-bottom: 0px; }
.pb1{ padding-bottom: 1px; }
.pb2{ padding-bottom: 2px; }
.pb3{ padding-bottom: 3px; }
.pb4{ padding-bottom: 4px; }
.pb5{ padding-bottom: 5px; }
.pb6{ padding-bottom: 6px; }
.pb7{ padding-bottom: 7px; }
.pb8{ padding-bottom: 8px; }
.pb9{ padding-bottom: 9px; }
.pb10{ padding-bottom: 10px; }
.pb11{ padding-bottom: 11px; }
.pb12{ padding-bottom: 12px; }
.pb13{ padding-bottom: 13px; }
.pb14{ padding-bottom: 14px; }
.pb15{ padding-bottom: 15px; }
.pb16{ padding-bottom: 16px; }
.pb17{ padding-bottom: 17px; }
.pb18{ padding-bottom: 18px; }
.pb19{ padding-bottom: 19px; }
.pb20{ padding-bottom: 20px; }
.pb21{ padding-bottom: 21px; }
.pb22{ padding-bottom: 22px; }
.pb23{ padding-bottom: 23px; }
.pb24{ padding-bottom: 24px; }
.pb25{ padding-bottom: 25px; }
.pb26{ padding-bottom: 26px; }
.pb27{ padding-bottom: 27px; }
.pb28{ padding-bottom: 28px; }
.pb29{ padding-bottom: 29px; }
.pb30{ padding-bottom: 30px; }
.pb31{ padding-bottom: 31px; }
.pb32{ padding-bottom: 32px; }
.pb33{ padding-bottom: 33px; }
.pb34{ padding-bottom: 34px; }
.pb35{ padding-bottom: 35px; }
.pb36{ padding-bottom: 36px; }
.pb37{ padding-bottom: 37px; }
.pb38{ padding-bottom: 38px; }
.pb39{ padding-bottom: 39px; }
.pb40{ padding-bottom: 40px; }
.pb41{ padding-bottom: 41px; }
.pb42{ padding-bottom: 42px; }
.pb43{ padding-bottom: 43px; }
.pb44{ padding-bottom: 44px; }
.pb45{ padding-bottom: 45px; }
.pb46{ padding-bottom: 46px; }
.pb47{ padding-bottom: 47px; }
.pb48{ padding-bottom: 48px; }
.pb49{ padding-bottom: 49px; }
.pb50{ padding-bottom: 50px; }
.pb51{ padding-bottom: 51px; }
.pb52{ padding-bottom: 52px; }
.pb53{ padding-bottom: 53px; }
.pb54{ padding-bottom: 54px; }
.pb55{ padding-bottom: 55px; }
.pb56{ padding-bottom: 56px; }
.pb57{ padding-bottom: 57px; }
.pb58{ padding-bottom: 58px; }
.pb59{ padding-bottom: 59px; }
.pb60{ padding-bottom: 60px; }
.pb61{ padding-bottom: 61px; }
.pb62{ padding-bottom: 62px; }
.pb63{ padding-bottom: 63px; }
.pb64{ padding-bottom: 64px; }
.pb65{ padding-bottom: 65px; }
.pb66{ padding-bottom: 66px; }
.pb67{ padding-bottom: 67px; }
.pb68{ padding-bottom: 68px; }
.pb69{ padding-bottom: 69px; }
.pb70{ padding-bottom: 70px; }
.pb71{ padding-bottom: 71px; }
.pb72{ padding-bottom: 72px; }
.pb73{ padding-bottom: 73px; }
.pb74{ padding-bottom: 74px; }
.pb75{ padding-bottom: 75px; }
.pb76{ padding-bottom: 76px; }
.pb77{ padding-bottom: 77px; }
.pb78{ padding-bottom: 78px; }
.pb79{ padding-bottom: 79px; }
.pb80{ padding-bottom: 80px; }
.pb81{ padding-bottom: 81px; }
.pb82{ padding-bottom: 82px; }
.pb83{ padding-bottom: 83px; }
.pb84{ padding-bottom: 84px; }
.pb85{ padding-bottom: 85px; }
.pb86{ padding-bottom: 86px; }
.pb87{ padding-bottom: 87px; }
.pb88{ padding-bottom: 88px; }
.pb89{ padding-bottom: 89px; }
.pb90{ padding-bottom: 90px; }
.pb91{ padding-bottom: 91px; }
.pb92{ padding-bottom: 92px; }
.pb93{ padding-bottom: 93px; }
.pb94{ padding-bottom: 94px; }
.pb95{ padding-bottom: 95px; }
.pb96{ padding-bottom: 96px; }
.pb97{ padding-bottom: 97px; }
.pb98{ padding-bottom: 98px; }
.pb99{ padding-bottom: 99px; }


.pl0{ padding-left: 0px; }
.pl1{ padding-left: 1px; }
.pl2{ padding-left: 2px; }
.pl3{ padding-left: 3px; }
.pl4{ padding-left: 4px; }
.pl5{ padding-left: 5px; }
.pl6{ padding-left: 6px; }
.pl7{ padding-left: 7px; }
.pl8{ padding-left: 8px; }
.pl9{ padding-left: 9px; }
.pl10{ padding-left: 10px; }
.pl11{ padding-left: 11px; }
.pl12{ padding-left: 12px; }
.pl13{ padding-left: 13px; }
.pl14{ padding-left: 14px; }
.pl15{ padding-left: 15px; }
.pl16{ padding-left: 16px; }
.pl17{ padding-left: 17px; }
.pl18{ padding-left: 18px; }
.pl19{ padding-left: 19px; }
.pl20{ padding-left: 20px; }
.pl21{ padding-left: 21px; }
.pl22{ padding-left: 22px; }
.pl23{ padding-left: 23px; }
.pl24{ padding-left: 24px; }
.pl25{ padding-left: 25px; }
.pl26{ padding-left: 26px; }
.pl27{ padding-left: 27px; }
.pl28{ padding-left: 28px; }
.pl29{ padding-left: 29px; }
.pl30{ padding-left: 30px; }
.pl31{ padding-left: 31px; }
.pl32{ padding-left: 32px; }
.pl33{ padding-left: 33px; }
.pl34{ padding-left: 34px; }
.pl35{ padding-left: 35px; }
.pl36{ padding-left: 36px; }
.pl37{ padding-left: 37px; }
.pl38{ padding-left: 38px; }
.pl39{ padding-left: 39px; }
.pl40{ padding-left: 40px; }
.pl41{ padding-left: 41px; }
.pl42{ padding-left: 42px; }
.pl43{ padding-left: 43px; }
.pl44{ padding-left: 44px; }
.pl45{ padding-left: 45px; }
.pl46{ padding-left: 46px; }
.pl47{ padding-left: 47px; }
.pl48{ padding-left: 48px; }
.pl49{ padding-left: 49px; }
.pl50{ padding-left: 50px; }
.pl51{ padding-left: 51px; }
.pl52{ padding-left: 52px; }
.pl53{ padding-left: 53px; }
.pl54{ padding-left: 54px; }
.pl55{ padding-left: 55px; }
.pl56{ padding-left: 56px; }
.pl57{ padding-left: 57px; }
.pl58{ padding-left: 58px; }
.pl59{ padding-left: 59px; }
.pl60{ padding-left: 60px; }
.pl61{ padding-left: 61px; }
.pl62{ padding-left: 62px; }
.pl63{ padding-left: 63px; }
.pl64{ padding-left: 64px; }
.pl65{ padding-left: 65px; }
.pl66{ padding-left: 66px; }
.pl67{ padding-left: 67px; }
.pl68{ padding-left: 68px; }
.pl69{ padding-left: 69px; }
.pl70{ padding-left: 70px; }
.pl71{ padding-left: 71px; }
.pl72{ padding-left: 72px; }
.pl73{ padding-left: 73px; }
.pl74{ padding-left: 74px; }
.pl75{ padding-left: 75px; }
.pl76{ padding-left: 76px; }
.pl77{ padding-left: 77px; }
.pl78{ padding-left: 78px; }
.pl79{ padding-left: 79px; }
.pl80{ padding-left: 80px; }
.pl81{ padding-left: 81px; }
.pl82{ padding-left: 82px; }
.pl83{ padding-left: 83px; }
.pl84{ padding-left: 84px; }
.pl85{ padding-left: 85px; }
.pl86{ padding-left: 86px; }
.pl87{ padding-left: 87px; }
.pl88{ padding-left: 88px; }
.pl89{ padding-left: 89px; }
.pl90{ padding-left: 90px; }
.pl91{ padding-left: 91px; }
.pl92{ padding-left: 92px; }
.pl93{ padding-left: 93px; }
.pl94{ padding-left: 94px; }
.pl95{ padding-left: 95px; }
.pl96{ padding-left: 96px; }
.pl97{ padding-left: 97px; }
.pl98{ padding-left: 98px; }
.pl99{ padding-left: 99px; }


.pt_per1{ padding-top: 1%; }
.pt_per2{ padding-top: 2%; }
.pt_per3{ padding-top: 3%; }
.pt_per4{ padding-top: 4%; }
.pt_per5{ padding-top: 5%; }
.pt_per6{ padding-top: 6%; }
.pt_per7{ padding-top: 7%; }
.pt_per8{ padding-top: 8%; }
.pt_per9{ padding-top: 9%; }
.pt_per10{ padding-top: 10%; }
.pt_per11{ padding-top: 11%; }
.pt_per12{ padding-top: 12%; }
.pt_per13{ padding-top: 13%; }
.pt_per14{ padding-top: 14%; }
.pt_per15{ padding-top: 15%; }
.pt_per16{ padding-top: 16%; }
.pt_per17{ padding-top: 17%; }
.pt_per18{ padding-top: 18%; }
.pt_per19{ padding-top: 19%; }
.pt_per20{ padding-top: 20%; }
.pt_per21{ padding-top: 21%; }
.pt_per22{ padding-top: 22%; }
.pt_per23{ padding-top: 23%; }
.pt_per24{ padding-top: 24%; }
.pt_per25{ padding-top: 25%; }


.pr_per1{ padding-right: 1%; }
.pr_per2{ padding-right: 2%; }
.pr_per3{ padding-right: 3%; }
.pr_per4{ padding-right: 4%; }
.pr_per5{ padding-right: 5%; }
.pr_per6{ padding-right: 6%; }
.pr_per7{ padding-right: 7%; }
.pr_per8{ padding-right: 8%; }
.pr_per9{ padding-right: 9%; }
.pr_per10{ padding-right: 10%; }
.pr_per11{ padding-right: 11%; }
.pr_per12{ padding-right: 12%; }
.pr_per13{ padding-right: 13%; }
.pr_per14{ padding-right: 14%; }
.pr_per15{ padding-right: 15%; }
.pr_per16{ padding-right: 16%; }
.pr_per17{ padding-right: 17%; }
.pr_per18{ padding-right: 18%; }
.pr_per19{ padding-right: 19%; }
.pr_per20{ padding-right: 20%; }
.pr_per21{ padding-right: 21%; }
.pr_per22{ padding-right: 22%; }
.pr_per23{ padding-right: 23%; }
.pr_per24{ padding-right: 24%; }
.pr_per25{ padding-right: 25%; }


.pb_per1{ padding-bottom: 1%; }
.pb_per2{ padding-bottom: 2%; }
.pb_per3{ padding-bottom: 3%; }
.pb_per4{ padding-bottom: 4%; }
.pb_per5{ padding-bottom: 5%; }
.pb_per6{ padding-bottom: 6%; }
.pb_per7{ padding-bottom: 7%; }
.pb_per8{ padding-bottom: 8%; }
.pb_per9{ padding-bottom: 9%; }
.pb_per10{ padding-bottom: 10%; }
.pb_per11{ padding-bottom: 11%; }
.pb_per12{ padding-bottom: 12%; }
.pb_per13{ padding-bottom: 13%; }
.pb_per14{ padding-bottom: 14%; }
.pb_per15{ padding-bottom: 15%; }
.pb_per16{ padding-bottom: 16%; }
.pb_per17{ padding-bottom: 17%; }
.pb_per18{ padding-bottom: 18%; }
.pb_per19{ padding-bottom: 19%; }
.pb_per20{ padding-bottom: 20%; }
.pb_per21{ padding-bottom: 21%; }
.pb_per22{ padding-bottom: 22%; }
.pb_per23{ padding-bottom: 23%; }
.pb_per24{ padding-bottom: 24%; }
.pb_per25{ padding-bottom: 25%; }


.pl_per1{ padding-left: 1%; }
.pl_per2{ padding-left: 2%; }
.pl_per3{ padding-left: 3%; }
.pl_per4{ padding-left: 4%; }
.pl_per5{ padding-left: 5%; }
.pl_per6{ padding-left: 6%; }
.pl_per7{ padding-left: 7%; }
.pl_per8{ padding-left: 8%; }
.pl_per9{ padding-left: 9%; }
.pl_per10{ padding-left: 10%; }
.pl_per11{ padding-left: 11%; }
.pl_per12{ padding-left: 12%; }
.pl_per13{ padding-left: 13%; }
.pl_per14{ padding-left: 14%; }
.pl_per15{ padding-left: 15%; }
.pl_per16{ padding-left: 16%; }
.pl_per17{ padding-left: 17%; }
.pl_per18{ padding-left: 18%; }
.pl_per19{ padding-left: 19%; }
.pl_per20{ padding-left: 20%; }
.pl_per21{ padding-left: 21%; }
.pl_per22{ padding-left: 22%; }
.pl_per23{ padding-left: 23%; }
.pl_per24{ padding-left: 24%; }
.pl_per25{ padding-left: 25%; }

@media all and (min-width: 480px) {
    .col-xs-0 {width: auto;}
    .col-xs-1 {width: 8.33%;}
    .col-xs-2 {width: 16.66%;}
    .col-xs-3 {width: 25%;}
    .col-xs-4 {width: 33.33%;}
    .col-xs-5 {width: 41.66%;}
    .col-xs-6 {width: 50%;}
    .col-xs-7 {width: 58.33%;}
    .col-xs-8 {width: 66.66%;}
    .col-xs-9 {width: 75%;}
    .col-xs-10 {width: 83.33%;}
    .col-xs-11 {width: 91.66%;}
    .col-xs-12 {width: 100%;}
    .col-xs-20 {width: 20%;}

    .col-xs-0i {width: auto !important;}
    .col-xs-1i {width: 8.33% !important;}
    .col-xs-2i {width: 16.66% !important;}
    .col-xs-3i {width: 25% !important;}
    .col-xs-4i {width: 33.33% !important;}
    .col-xs-5i {width: 41.66% !important;}
    .col-xs-6i {width: 50% !important;}
    .col-xs-7i {width: 58.33% !important;}
    .col-xs-8i {width: 66.66% !important;}
    .col-xs-9i {width: 75% !important;}
    .col-xs-10i {width: 83.33% !important;}
    .col-xs-11i {width: 91.66% !important;}
    .col-xs-12i {width: 100% !important;}
    .col-xs-20i {width: 20% !important;}

    .col-xs-center {float: none; margin-left:auto; margin-right: auto;}

    .h-xs-100 {height: 100%;}
    .h-xs-auto {height: auto;}

    .over-xs-hidden {overflow: hidden;}
    .over-xs-visible {overflow: visible;}
    .over-xs-auto {overflow: auto; }

    .hidden-xs { display: none; }
    .show-xs { display: inline-block; }
    .show-xs-inline { display: inline; }
    .show-xs-block { display: block; }
    .show-xs-table { display: table; }
    .show-xs-tablecell { display: table-cell; }
    .show-xs-tablerow { display: table-row; }
    .show-xs-tablecolumn { display: table-column; }
    .tc-xs {text-align: center;}
    .tl-xs {text-align: left;}
    .tr-xs {text-align: right;}
    .tj-xs {text-align: justify;}

    .vt-xs {vertical-align: top;}
    .vm-xs {vertical-align: middle;}
    .vb-xs {vertical-align: bottom;}

    .fr-xs{ float: right; }
    .fl-xs{ float: left; }
    .fn-xs{ float: none; }

    .mw-n-xs{ max-width: none; }


    .mt-xs-0{ margin-top: 0px; }
    .mt-xs-1{ margin-top: 1px; }
    .mt-xs-2{ margin-top: 2px; }
    .mt-xs-3{ margin-top: 3px; }
    .mt-xs-4{ margin-top: 4px; }
    .mt-xs-5{ margin-top: 5px; }
    .mt-xs-6{ margin-top: 6px; }
    .mt-xs-7{ margin-top: 7px; }
    .mt-xs-8{ margin-top: 8px; }
    .mt-xs-9{ margin-top: 9px; }
    .mt-xs-10{ margin-top: 10px; }
    .mt-xs-11{ margin-top: 11px; }
    .mt-xs-12{ margin-top: 12px; }
    .mt-xs-13{ margin-top: 13px; }
    .mt-xs-14{ margin-top: 14px; }
    .mt-xs-15{ margin-top: 15px; }
    .mt-xs-16{ margin-top: 16px; }
    .mt-xs-17{ margin-top: 17px; }
    .mt-xs-18{ margin-top: 18px; }
    .mt-xs-19{ margin-top: 19px; }
    .mt-xs-20{ margin-top: 20px; }
    .mt-xs-21{ margin-top: 21px; }
    .mt-xs-22{ margin-top: 22px; }
    .mt-xs-23{ margin-top: 23px; }
    .mt-xs-24{ margin-top: 24px; }
    .mt-xs-25{ margin-top: 25px; }
    .mt-xs-26{ margin-top: 26px; }
    .mt-xs-27{ margin-top: 27px; }
    .mt-xs-28{ margin-top: 28px; }
    .mt-xs-29{ margin-top: 29px; }
    .mt-xs-30{ margin-top: 30px; }
    .mt-xs-31{ margin-top: 31px; }
    .mt-xs-32{ margin-top: 32px; }
    .mt-xs-33{ margin-top: 33px; }
    .mt-xs-34{ margin-top: 34px; }
    .mt-xs-35{ margin-top: 35px; }
    .mt-xs-36{ margin-top: 36px; }
    .mt-xs-37{ margin-top: 37px; }
    .mt-xs-38{ margin-top: 38px; }
    .mt-xs-39{ margin-top: 39px; }
    .mt-xs-40{ margin-top: 40px; }
    .mt-xs-41{ margin-top: 41px; }
    .mt-xs-42{ margin-top: 42px; }
    .mt-xs-43{ margin-top: 43px; }
    .mt-xs-44{ margin-top: 44px; }
    .mt-xs-45{ margin-top: 45px; }
    .mt-xs-46{ margin-top: 46px; }
    .mt-xs-47{ margin-top: 47px; }
    .mt-xs-48{ margin-top: 48px; }
    .mt-xs-49{ margin-top: 49px; }
    .mt-xs-50{ margin-top: 50px; }
    .mt-xs-51{ margin-top: 51px; }
    .mt-xs-52{ margin-top: 52px; }
    .mt-xs-53{ margin-top: 53px; }
    .mt-xs-54{ margin-top: 54px; }
    .mt-xs-55{ margin-top: 55px; }
    .mt-xs-56{ margin-top: 56px; }
    .mt-xs-57{ margin-top: 57px; }
    .mt-xs-58{ margin-top: 58px; }
    .mt-xs-59{ margin-top: 59px; }
    .mt-xs-60{ margin-top: 60px; }
    .mt-xs-61{ margin-top: 61px; }
    .mt-xs-62{ margin-top: 62px; }
    .mt-xs-63{ margin-top: 63px; }
    .mt-xs-64{ margin-top: 64px; }
    .mt-xs-65{ margin-top: 65px; }
    .mt-xs-66{ margin-top: 66px; }
    .mt-xs-67{ margin-top: 67px; }
    .mt-xs-68{ margin-top: 68px; }
    .mt-xs-69{ margin-top: 69px; }
    .mt-xs-70{ margin-top: 70px; }
    .mt-xs-71{ margin-top: 71px; }
    .mt-xs-72{ margin-top: 72px; }
    .mt-xs-73{ margin-top: 73px; }
    .mt-xs-74{ margin-top: 74px; }
    .mt-xs-75{ margin-top: 75px; }
    .mt-xs-76{ margin-top: 76px; }
    .mt-xs-77{ margin-top: 77px; }
    .mt-xs-78{ margin-top: 78px; }
    .mt-xs-79{ margin-top: 79px; }
    .mt-xs-80{ margin-top: 80px; }
    .mt-xs-81{ margin-top: 81px; }
    .mt-xs-82{ margin-top: 82px; }
    .mt-xs-83{ margin-top: 83px; }
    .mt-xs-84{ margin-top: 84px; }
    .mt-xs-85{ margin-top: 85px; }
    .mt-xs-86{ margin-top: 86px; }
    .mt-xs-87{ margin-top: 87px; }
    .mt-xs-88{ margin-top: 88px; }
    .mt-xs-89{ margin-top: 89px; }
    .mt-xs-90{ margin-top: 90px; }
    .mt-xs-91{ margin-top: 91px; }
    .mt-xs-92{ margin-top: 92px; }
    .mt-xs-93{ margin-top: 93px; }
    .mt-xs-94{ margin-top: 94px; }
    .mt-xs-95{ margin-top: 95px; }
    .mt-xs-96{ margin-top: 96px; }
    .mt-xs-97{ margin-top: 97px; }
    .mt-xs-98{ margin-top: 98px; }
    .mt-xs-99{ margin-top: 99px; }



    .mr-xs-0{ margin-right: 0px; }
    .mr-xs-1{ margin-right: 1px; }
    .mr-xs-2{ margin-right: 2px; }
    .mr-xs-3{ margin-right: 3px; }
    .mr-xs-4{ margin-right: 4px; }
    .mr-xs-5{ margin-right: 5px; }
    .mr-xs-6{ margin-right: 6px; }
    .mr-xs-7{ margin-right: 7px; }
    .mr-xs-8{ margin-right: 8px; }
    .mr-xs-9{ margin-right: 9px; }
    .mr-xs-10{ margin-right: 10px; }
    .mr-xs-11{ margin-right: 11px; }
    .mr-xs-12{ margin-right: 12px; }
    .mr-xs-13{ margin-right: 13px; }
    .mr-xs-14{ margin-right: 14px; }
    .mr-xs-15{ margin-right: 15px; }
    .mr-xs-16{ margin-right: 16px; }
    .mr-xs-17{ margin-right: 17px; }
    .mr-xs-18{ margin-right: 18px; }
    .mr-xs-19{ margin-right: 19px; }
    .mr-xs-20{ margin-right: 20px; }
    .mr-xs-21{ margin-right: 21px; }
    .mr-xs-22{ margin-right: 22px; }
    .mr-xs-23{ margin-right: 23px; }
    .mr-xs-24{ margin-right: 24px; }
    .mr-xs-25{ margin-right: 25px; }
    .mr-xs-26{ margin-right: 26px; }
    .mr-xs-27{ margin-right: 27px; }
    .mr-xs-28{ margin-right: 28px; }
    .mr-xs-29{ margin-right: 29px; }
    .mr-xs-30{ margin-right: 30px; }
    .mr-xs-31{ margin-right: 31px; }
    .mr-xs-32{ margin-right: 32px; }
    .mr-xs-33{ margin-right: 33px; }
    .mr-xs-34{ margin-right: 34px; }
    .mr-xs-35{ margin-right: 35px; }
    .mr-xs-36{ margin-right: 36px; }
    .mr-xs-37{ margin-right: 37px; }
    .mr-xs-38{ margin-right: 38px; }
    .mr-xs-39{ margin-right: 39px; }
    .mr-xs-40{ margin-right: 40px; }
    .mr-xs-41{ margin-right: 41px; }
    .mr-xs-42{ margin-right: 42px; }
    .mr-xs-43{ margin-right: 43px; }
    .mr-xs-44{ margin-right: 44px; }
    .mr-xs-45{ margin-right: 45px; }
    .mr-xs-46{ margin-right: 46px; }
    .mr-xs-47{ margin-right: 47px; }
    .mr-xs-48{ margin-right: 48px; }
    .mr-xs-49{ margin-right: 49px; }
    .mr-xs-50{ margin-right: 50px; }
    .mr-xs-51{ margin-right: 51px; }
    .mr-xs-52{ margin-right: 52px; }
    .mr-xs-53{ margin-right: 53px; }
    .mr-xs-54{ margin-right: 54px; }
    .mr-xs-55{ margin-right: 55px; }
    .mr-xs-56{ margin-right: 56px; }
    .mr-xs-57{ margin-right: 57px; }
    .mr-xs-58{ margin-right: 58px; }
    .mr-xs-59{ margin-right: 59px; }
    .mr-xs-60{ margin-right: 60px; }
    .mr-xs-61{ margin-right: 61px; }
    .mr-xs-62{ margin-right: 62px; }
    .mr-xs-63{ margin-right: 63px; }
    .mr-xs-64{ margin-right: 64px; }
    .mr-xs-65{ margin-right: 65px; }
    .mr-xs-66{ margin-right: 66px; }
    .mr-xs-67{ margin-right: 67px; }
    .mr-xs-68{ margin-right: 68px; }
    .mr-xs-69{ margin-right: 69px; }
    .mr-xs-70{ margin-right: 70px; }
    .mr-xs-71{ margin-right: 71px; }
    .mr-xs-72{ margin-right: 72px; }
    .mr-xs-73{ margin-right: 73px; }
    .mr-xs-74{ margin-right: 74px; }
    .mr-xs-75{ margin-right: 75px; }
    .mr-xs-76{ margin-right: 76px; }
    .mr-xs-77{ margin-right: 77px; }
    .mr-xs-78{ margin-right: 78px; }
    .mr-xs-79{ margin-right: 79px; }
    .mr-xs-80{ margin-right: 80px; }
    .mr-xs-81{ margin-right: 81px; }
    .mr-xs-82{ margin-right: 82px; }
    .mr-xs-83{ margin-right: 83px; }
    .mr-xs-84{ margin-right: 84px; }
    .mr-xs-85{ margin-right: 85px; }
    .mr-xs-86{ margin-right: 86px; }
    .mr-xs-87{ margin-right: 87px; }
    .mr-xs-88{ margin-right: 88px; }
    .mr-xs-89{ margin-right: 89px; }
    .mr-xs-90{ margin-right: 90px; }
    .mr-xs-91{ margin-right: 91px; }
    .mr-xs-92{ margin-right: 92px; }
    .mr-xs-93{ margin-right: 93px; }
    .mr-xs-94{ margin-right: 94px; }
    .mr-xs-95{ margin-right: 95px; }
    .mr-xs-96{ margin-right: 96px; }
    .mr-xs-97{ margin-right: 97px; }
    .mr-xs-98{ margin-right: 98px; }
    .mr-xs-99{ margin-right: 99px; }


    .mb-xs-0{ margin-bottom: 0px; }
    .mb-xs-1{ margin-bottom: 1px; }
    .mb-xs-2{ margin-bottom: 2px; }
    .mb-xs-3{ margin-bottom: 3px; }
    .mb-xs-4{ margin-bottom: 4px; }
    .mb-xs-5{ margin-bottom: 5px; }
    .mb-xs-6{ margin-bottom: 6px; }
    .mb-xs-7{ margin-bottom: 7px; }
    .mb-xs-8{ margin-bottom: 8px; }
    .mb-xs-9{ margin-bottom: 9px; }
    .mb-xs-10{ margin-bottom: 10px; }
    .mb-xs-11{ margin-bottom: 11px; }
    .mb-xs-12{ margin-bottom: 12px; }
    .mb-xs-13{ margin-bottom: 13px; }
    .mb-xs-14{ margin-bottom: 14px; }
    .mb-xs-15{ margin-bottom: 15px; }
    .mb-xs-16{ margin-bottom: 16px; }
    .mb-xs-17{ margin-bottom: 17px; }
    .mb-xs-18{ margin-bottom: 18px; }
    .mb-xs-19{ margin-bottom: 19px; }
    .mb-xs-20{ margin-bottom: 20px; }
    .mb-xs-21{ margin-bottom: 21px; }
    .mb-xs-22{ margin-bottom: 22px; }
    .mb-xs-23{ margin-bottom: 23px; }
    .mb-xs-24{ margin-bottom: 24px; }
    .mb-xs-25{ margin-bottom: 25px; }
    .mb-xs-26{ margin-bottom: 26px; }
    .mb-xs-27{ margin-bottom: 27px; }
    .mb-xs-28{ margin-bottom: 28px; }
    .mb-xs-29{ margin-bottom: 29px; }
    .mb-xs-30{ margin-bottom: 30px; }
    .mb-xs-31{ margin-bottom: 31px; }
    .mb-xs-32{ margin-bottom: 32px; }
    .mb-xs-33{ margin-bottom: 33px; }
    .mb-xs-34{ margin-bottom: 34px; }
    .mb-xs-35{ margin-bottom: 35px; }
    .mb-xs-36{ margin-bottom: 36px; }
    .mb-xs-37{ margin-bottom: 37px; }
    .mb-xs-38{ margin-bottom: 38px; }
    .mb-xs-39{ margin-bottom: 39px; }
    .mb-xs-40{ margin-bottom: 40px; }
    .mb-xs-41{ margin-bottom: 41px; }
    .mb-xs-42{ margin-bottom: 42px; }
    .mb-xs-43{ margin-bottom: 43px; }
    .mb-xs-44{ margin-bottom: 44px; }
    .mb-xs-45{ margin-bottom: 45px; }
    .mb-xs-46{ margin-bottom: 46px; }
    .mb-xs-47{ margin-bottom: 47px; }
    .mb-xs-48{ margin-bottom: 48px; }
    .mb-xs-49{ margin-bottom: 49px; }
    .mb-xs-50{ margin-bottom: 50px; }
    .mb-xs-51{ margin-bottom: 51px; }
    .mb-xs-52{ margin-bottom: 52px; }
    .mb-xs-53{ margin-bottom: 53px; }
    .mb-xs-54{ margin-bottom: 54px; }
    .mb-xs-55{ margin-bottom: 55px; }
    .mb-xs-56{ margin-bottom: 56px; }
    .mb-xs-57{ margin-bottom: 57px; }
    .mb-xs-58{ margin-bottom: 58px; }
    .mb-xs-59{ margin-bottom: 59px; }
    .mb-xs-60{ margin-bottom: 60px; }
    .mb-xs-61{ margin-bottom: 61px; }
    .mb-xs-62{ margin-bottom: 62px; }
    .mb-xs-63{ margin-bottom: 63px; }
    .mb-xs-64{ margin-bottom: 64px; }
    .mb-xs-65{ margin-bottom: 65px; }
    .mb-xs-66{ margin-bottom: 66px; }
    .mb-xs-67{ margin-bottom: 67px; }
    .mb-xs-68{ margin-bottom: 68px; }
    .mb-xs-69{ margin-bottom: 69px; }
    .mb-xs-70{ margin-bottom: 70px; }
    .mb-xs-71{ margin-bottom: 71px; }
    .mb-xs-72{ margin-bottom: 72px; }
    .mb-xs-73{ margin-bottom: 73px; }
    .mb-xs-74{ margin-bottom: 74px; }
    .mb-xs-75{ margin-bottom: 75px; }
    .mb-xs-76{ margin-bottom: 76px; }
    .mb-xs-77{ margin-bottom: 77px; }
    .mb-xs-78{ margin-bottom: 78px; }
    .mb-xs-79{ margin-bottom: 79px; }
    .mb-xs-80{ margin-bottom: 80px; }
    .mb-xs-81{ margin-bottom: 81px; }
    .mb-xs-82{ margin-bottom: 82px; }
    .mb-xs-83{ margin-bottom: 83px; }
    .mb-xs-84{ margin-bottom: 84px; }
    .mb-xs-85{ margin-bottom: 85px; }
    .mb-xs-86{ margin-bottom: 86px; }
    .mb-xs-87{ margin-bottom: 87px; }
    .mb-xs-88{ margin-bottom: 88px; }
    .mb-xs-89{ margin-bottom: 89px; }
    .mb-xs-90{ margin-bottom: 90px; }
    .mb-xs-91{ margin-bottom: 91px; }
    .mb-xs-92{ margin-bottom: 92px; }
    .mb-xs-93{ margin-bottom: 93px; }
    .mb-xs-94{ margin-bottom: 94px; }
    .mb-xs-95{ margin-bottom: 95px; }
    .mb-xs-96{ margin-bottom: 96px; }
    .mb-xs-97{ margin-bottom: 97px; }
    .mb-xs-98{ margin-bottom: 98px; }
    .mb-xs-99{ margin-bottom: 99px; }


    .ml-xs-0{ margin-left: 0px; }
    .ml-xs-1{ margin-left: 1px; }
    .ml-xs-2{ margin-left: 2px; }
    .ml-xs-3{ margin-left: 3px; }
    .ml-xs-4{ margin-left: 4px; }
    .ml-xs-5{ margin-left: 5px; }
    .ml-xs-6{ margin-left: 6px; }
    .ml-xs-7{ margin-left: 7px; }
    .ml-xs-8{ margin-left: 8px; }
    .ml-xs-9{ margin-left: 9px; }
    .ml-xs-10{ margin-left: 10px; }
    .ml-xs-11{ margin-left: 11px; }
    .ml-xs-12{ margin-left: 12px; }
    .ml-xs-13{ margin-left: 13px; }
    .ml-xs-14{ margin-left: 14px; }
    .ml-xs-15{ margin-left: 15px; }
    .ml-xs-16{ margin-left: 16px; }
    .ml-xs-17{ margin-left: 17px; }
    .ml-xs-18{ margin-left: 18px; }
    .ml-xs-19{ margin-left: 19px; }
    .ml-xs-20{ margin-left: 20px; }
    .ml-xs-21{ margin-left: 21px; }
    .ml-xs-22{ margin-left: 22px; }
    .ml-xs-23{ margin-left: 23px; }
    .ml-xs-24{ margin-left: 24px; }
    .ml-xs-25{ margin-left: 25px; }
    .ml-xs-26{ margin-left: 26px; }
    .ml-xs-27{ margin-left: 27px; }
    .ml-xs-28{ margin-left: 28px; }
    .ml-xs-29{ margin-left: 29px; }
    .ml-xs-30{ margin-left: 30px; }
    .ml-xs-31{ margin-left: 31px; }
    .ml-xs-32{ margin-left: 32px; }
    .ml-xs-33{ margin-left: 33px; }
    .ml-xs-34{ margin-left: 34px; }
    .ml-xs-35{ margin-left: 35px; }
    .ml-xs-36{ margin-left: 36px; }
    .ml-xs-37{ margin-left: 37px; }
    .ml-xs-38{ margin-left: 38px; }
    .ml-xs-39{ margin-left: 39px; }
    .ml-xs-40{ margin-left: 40px; }
    .ml-xs-41{ margin-left: 41px; }
    .ml-xs-42{ margin-left: 42px; }
    .ml-xs-43{ margin-left: 43px; }
    .ml-xs-44{ margin-left: 44px; }
    .ml-xs-45{ margin-left: 45px; }
    .ml-xs-46{ margin-left: 46px; }
    .ml-xs-47{ margin-left: 47px; }
    .ml-xs-48{ margin-left: 48px; }
    .ml-xs-49{ margin-left: 49px; }
    .ml-xs-50{ margin-left: 50px; }
    .ml-xs-51{ margin-left: 51px; }
    .ml-xs-52{ margin-left: 52px; }
    .ml-xs-53{ margin-left: 53px; }
    .ml-xs-54{ margin-left: 54px; }
    .ml-xs-55{ margin-left: 55px; }
    .ml-xs-56{ margin-left: 56px; }
    .ml-xs-57{ margin-left: 57px; }
    .ml-xs-58{ margin-left: 58px; }
    .ml-xs-59{ margin-left: 59px; }
    .ml-xs-60{ margin-left: 60px; }
    .ml-xs-61{ margin-left: 61px; }
    .ml-xs-62{ margin-left: 62px; }
    .ml-xs-63{ margin-left: 63px; }
    .ml-xs-64{ margin-left: 64px; }
    .ml-xs-65{ margin-left: 65px; }
    .ml-xs-66{ margin-left: 66px; }
    .ml-xs-67{ margin-left: 67px; }
    .ml-xs-68{ margin-left: 68px; }
    .ml-xs-69{ margin-left: 69px; }
    .ml-xs-70{ margin-left: 70px; }
    .ml-xs-71{ margin-left: 71px; }
    .ml-xs-72{ margin-left: 72px; }
    .ml-xs-73{ margin-left: 73px; }
    .ml-xs-74{ margin-left: 74px; }
    .ml-xs-75{ margin-left: 75px; }
    .ml-xs-76{ margin-left: 76px; }
    .ml-xs-77{ margin-left: 77px; }
    .ml-xs-78{ margin-left: 78px; }
    .ml-xs-79{ margin-left: 79px; }
    .ml-xs-80{ margin-left: 80px; }
    .ml-xs-81{ margin-left: 81px; }
    .ml-xs-82{ margin-left: 82px; }
    .ml-xs-83{ margin-left: 83px; }
    .ml-xs-84{ margin-left: 84px; }
    .ml-xs-85{ margin-left: 85px; }
    .ml-xs-86{ margin-left: 86px; }
    .ml-xs-87{ margin-left: 87px; }
    .ml-xs-88{ margin-left: 88px; }
    .ml-xs-89{ margin-left: 89px; }
    .ml-xs-90{ margin-left: 90px; }
    .ml-xs-91{ margin-left: 91px; }
    .ml-xs-92{ margin-left: 92px; }
    .ml-xs-93{ margin-left: 93px; }
    .ml-xs-94{ margin-left: 94px; }
    .ml-xs-95{ margin-left: 95px; }
    .ml-xs-96{ margin-left: 96px; }
    .ml-xs-97{ margin-left: 97px; }
    .ml-xs-98{ margin-left: 98px; }
    .ml-xs-99{ margin-left: 99px; }


    .pt-xs-0{ padding-top: 0px; }
    .pt-xs-1{ padding-top: 1px; }
    .pt-xs-2{ padding-top: 2px; }
    .pt-xs-3{ padding-top: 3px; }
    .pt-xs-4{ padding-top: 4px; }
    .pt-xs-5{ padding-top: 5px; }
    .pt-xs-6{ padding-top: 6px; }
    .pt-xs-7{ padding-top: 7px; }
    .pt-xs-8{ padding-top: 8px; }
    .pt-xs-9{ padding-top: 9px; }
    .pt-xs-10{ padding-top: 10px; }
    .pt-xs-11{ padding-top: 11px; }
    .pt-xs-12{ padding-top: 12px; }
    .pt-xs-13{ padding-top: 13px; }
    .pt-xs-14{ padding-top: 14px; }
    .pt-xs-15{ padding-top: 15px; }
    .pt-xs-16{ padding-top: 16px; }
    .pt-xs-17{ padding-top: 17px; }
    .pt-xs-18{ padding-top: 18px; }
    .pt-xs-19{ padding-top: 19px; }
    .pt-xs-20{ padding-top: 20px; }
    .pt-xs-21{ padding-top: 21px; }
    .pt-xs-22{ padding-top: 22px; }
    .pt-xs-23{ padding-top: 23px; }
    .pt-xs-24{ padding-top: 24px; }
    .pt-xs-25{ padding-top: 25px; }
    .pt-xs-26{ padding-top: 26px; }
    .pt-xs-27{ padding-top: 27px; }
    .pt-xs-28{ padding-top: 28px; }
    .pt-xs-29{ padding-top: 29px; }
    .pt-xs-30{ padding-top: 30px; }
    .pt-xs-31{ padding-top: 31px; }
    .pt-xs-32{ padding-top: 32px; }
    .pt-xs-33{ padding-top: 33px; }
    .pt-xs-34{ padding-top: 34px; }
    .pt-xs-35{ padding-top: 35px; }
    .pt-xs-36{ padding-top: 36px; }
    .pt-xs-37{ padding-top: 37px; }
    .pt-xs-38{ padding-top: 38px; }
    .pt-xs-39{ padding-top: 39px; }
    .pt-xs-40{ padding-top: 40px; }
    .pt-xs-41{ padding-top: 41px; }
    .pt-xs-42{ padding-top: 42px; }
    .pt-xs-43{ padding-top: 43px; }
    .pt-xs-44{ padding-top: 44px; }
    .pt-xs-45{ padding-top: 45px; }
    .pt-xs-46{ padding-top: 46px; }
    .pt-xs-47{ padding-top: 47px; }
    .pt-xs-48{ padding-top: 48px; }
    .pt-xs-49{ padding-top: 49px; }
    .pt-xs-50{ padding-top: 50px; }
    .pt-xs-51{ padding-top: 51px; }
    .pt-xs-52{ padding-top: 52px; }
    .pt-xs-53{ padding-top: 53px; }
    .pt-xs-54{ padding-top: 54px; }
    .pt-xs-55{ padding-top: 55px; }
    .pt-xs-56{ padding-top: 56px; }
    .pt-xs-57{ padding-top: 57px; }
    .pt-xs-58{ padding-top: 58px; }
    .pt-xs-59{ padding-top: 59px; }
    .pt-xs-60{ padding-top: 60px; }
    .pt-xs-61{ padding-top: 61px; }
    .pt-xs-62{ padding-top: 62px; }
    .pt-xs-63{ padding-top: 63px; }
    .pt-xs-64{ padding-top: 64px; }
    .pt-xs-65{ padding-top: 65px; }
    .pt-xs-66{ padding-top: 66px; }
    .pt-xs-67{ padding-top: 67px; }
    .pt-xs-68{ padding-top: 68px; }
    .pt-xs-69{ padding-top: 69px; }
    .pt-xs-70{ padding-top: 70px; }
    .pt-xs-71{ padding-top: 71px; }
    .pt-xs-72{ padding-top: 72px; }
    .pt-xs-73{ padding-top: 73px; }
    .pt-xs-74{ padding-top: 74px; }
    .pt-xs-75{ padding-top: 75px; }
    .pt-xs-76{ padding-top: 76px; }
    .pt-xs-77{ padding-top: 77px; }
    .pt-xs-78{ padding-top: 78px; }
    .pt-xs-79{ padding-top: 79px; }
    .pt-xs-80{ padding-top: 80px; }
    .pt-xs-81{ padding-top: 81px; }
    .pt-xs-82{ padding-top: 82px; }
    .pt-xs-83{ padding-top: 83px; }
    .pt-xs-84{ padding-top: 84px; }
    .pt-xs-85{ padding-top: 85px; }
    .pt-xs-86{ padding-top: 86px; }
    .pt-xs-87{ padding-top: 87px; }
    .pt-xs-88{ padding-top: 88px; }
    .pt-xs-89{ padding-top: 89px; }
    .pt-xs-90{ padding-top: 90px; }
    .pt-xs-91{ padding-top: 91px; }
    .pt-xs-92{ padding-top: 92px; }
    .pt-xs-93{ padding-top: 93px; }
    .pt-xs-94{ padding-top: 94px; }
    .pt-xs-95{ padding-top: 95px; }
    .pt-xs-96{ padding-top: 96px; }
    .pt-xs-97{ padding-top: 97px; }
    .pt-xs-98{ padding-top: 98px; }
    .pt-xs-99{ padding-top: 99px; }


    .pr-xs-0{ padding-right: 0px; }
    .pr-xs-1{ padding-right: 1px; }
    .pr-xs-2{ padding-right: 2px; }
    .pr-xs-3{ padding-right: 3px; }
    .pr-xs-4{ padding-right: 4px; }
    .pr-xs-5{ padding-right: 5px; }
    .pr-xs-6{ padding-right: 6px; }
    .pr-xs-7{ padding-right: 7px; }
    .pr-xs-8{ padding-right: 8px; }
    .pr-xs-9{ padding-right: 9px; }
    .pr-xs-10{ padding-right: 10px; }
    .pr-xs-11{ padding-right: 11px; }
    .pr-xs-12{ padding-right: 12px; }
    .pr-xs-13{ padding-right: 13px; }
    .pr-xs-14{ padding-right: 14px; }
    .pr-xs-15{ padding-right: 15px; }
    .pr-xs-16{ padding-right: 16px; }
    .pr-xs-17{ padding-right: 17px; }
    .pr-xs-18{ padding-right: 18px; }
    .pr-xs-19{ padding-right: 19px; }
    .pr-xs-20{ padding-right: 20px; }
    .pr-xs-21{ padding-right: 21px; }
    .pr-xs-22{ padding-right: 22px; }
    .pr-xs-23{ padding-right: 23px; }
    .pr-xs-24{ padding-right: 24px; }
    .pr-xs-25{ padding-right: 25px; }
    .pr-xs-26{ padding-right: 26px; }
    .pr-xs-27{ padding-right: 27px; }
    .pr-xs-28{ padding-right: 28px; }
    .pr-xs-29{ padding-right: 29px; }
    .pr-xs-30{ padding-right: 30px; }
    .pr-xs-31{ padding-right: 31px; }
    .pr-xs-32{ padding-right: 32px; }
    .pr-xs-33{ padding-right: 33px; }
    .pr-xs-34{ padding-right: 34px; }
    .pr-xs-35{ padding-right: 35px; }
    .pr-xs-36{ padding-right: 36px; }
    .pr-xs-37{ padding-right: 37px; }
    .pr-xs-38{ padding-right: 38px; }
    .pr-xs-39{ padding-right: 39px; }
    .pr-xs-40{ padding-right: 40px; }
    .pr-xs-41{ padding-right: 41px; }
    .pr-xs-42{ padding-right: 42px; }
    .pr-xs-43{ padding-right: 43px; }
    .pr-xs-44{ padding-right: 44px; }
    .pr-xs-45{ padding-right: 45px; }
    .pr-xs-46{ padding-right: 46px; }
    .pr-xs-47{ padding-right: 47px; }
    .pr-xs-48{ padding-right: 48px; }
    .pr-xs-49{ padding-right: 49px; }
    .pr-xs-50{ padding-right: 50px; }
    .pr-xs-51{ padding-right: 51px; }
    .pr-xs-52{ padding-right: 52px; }
    .pr-xs-53{ padding-right: 53px; }
    .pr-xs-54{ padding-right: 54px; }
    .pr-xs-55{ padding-right: 55px; }
    .pr-xs-56{ padding-right: 56px; }
    .pr-xs-57{ padding-right: 57px; }
    .pr-xs-58{ padding-right: 58px; }
    .pr-xs-59{ padding-right: 59px; }
    .pr-xs-60{ padding-right: 60px; }
    .pr-xs-61{ padding-right: 61px; }
    .pr-xs-62{ padding-right: 62px; }
    .pr-xs-63{ padding-right: 63px; }
    .pr-xs-64{ padding-right: 64px; }
    .pr-xs-65{ padding-right: 65px; }
    .pr-xs-66{ padding-right: 66px; }
    .pr-xs-67{ padding-right: 67px; }
    .pr-xs-68{ padding-right: 68px; }
    .pr-xs-69{ padding-right: 69px; }
    .pr-xs-70{ padding-right: 70px; }
    .pr-xs-71{ padding-right: 71px; }
    .pr-xs-72{ padding-right: 72px; }
    .pr-xs-73{ padding-right: 73px; }
    .pr-xs-74{ padding-right: 74px; }
    .pr-xs-75{ padding-right: 75px; }
    .pr-xs-76{ padding-right: 76px; }
    .pr-xs-77{ padding-right: 77px; }
    .pr-xs-78{ padding-right: 78px; }
    .pr-xs-79{ padding-right: 79px; }
    .pr-xs-80{ padding-right: 80px; }
    .pr-xs-81{ padding-right: 81px; }
    .pr-xs-82{ padding-right: 82px; }
    .pr-xs-83{ padding-right: 83px; }
    .pr-xs-84{ padding-right: 84px; }
    .pr-xs-85{ padding-right: 85px; }
    .pr-xs-86{ padding-right: 86px; }
    .pr-xs-87{ padding-right: 87px; }
    .pr-xs-88{ padding-right: 88px; }
    .pr-xs-89{ padding-right: 89px; }
    .pr-xs-90{ padding-right: 90px; }
    .pr-xs-91{ padding-right: 91px; }
    .pr-xs-92{ padding-right: 92px; }
    .pr-xs-93{ padding-right: 93px; }
    .pr-xs-94{ padding-right: 94px; }
    .pr-xs-95{ padding-right: 95px; }
    .pr-xs-96{ padding-right: 96px; }
    .pr-xs-97{ padding-right: 97px; }
    .pr-xs-98{ padding-right: 98px; }
    .pr-xs-99{ padding-right: 99px; }


    .pb-xs-0{ padding-bottom: 0px; }
    .pb-xs-1{ padding-bottom: 1px; }
    .pb-xs-2{ padding-bottom: 2px; }
    .pb-xs-3{ padding-bottom: 3px; }
    .pb-xs-4{ padding-bottom: 4px; }
    .pb-xs-5{ padding-bottom: 5px; }
    .pb-xs-6{ padding-bottom: 6px; }
    .pb-xs-7{ padding-bottom: 7px; }
    .pb-xs-8{ padding-bottom: 8px; }
    .pb-xs-9{ padding-bottom: 9px; }
    .pb-xs-10{ padding-bottom: 10px; }
    .pb-xs-11{ padding-bottom: 11px; }
    .pb-xs-12{ padding-bottom: 12px; }
    .pb-xs-13{ padding-bottom: 13px; }
    .pb-xs-14{ padding-bottom: 14px; }
    .pb-xs-15{ padding-bottom: 15px; }
    .pb-xs-16{ padding-bottom: 16px; }
    .pb-xs-17{ padding-bottom: 17px; }
    .pb-xs-18{ padding-bottom: 18px; }
    .pb-xs-19{ padding-bottom: 19px; }
    .pb-xs-20{ padding-bottom: 20px; }
    .pb-xs-21{ padding-bottom: 21px; }
    .pb-xs-22{ padding-bottom: 22px; }
    .pb-xs-23{ padding-bottom: 23px; }
    .pb-xs-24{ padding-bottom: 24px; }
    .pb-xs-25{ padding-bottom: 25px; }
    .pb-xs-26{ padding-bottom: 26px; }
    .pb-xs-27{ padding-bottom: 27px; }
    .pb-xs-28{ padding-bottom: 28px; }
    .pb-xs-29{ padding-bottom: 29px; }
    .pb-xs-30{ padding-bottom: 30px; }
    .pb-xs-31{ padding-bottom: 31px; }
    .pb-xs-32{ padding-bottom: 32px; }
    .pb-xs-33{ padding-bottom: 33px; }
    .pb-xs-34{ padding-bottom: 34px; }
    .pb-xs-35{ padding-bottom: 35px; }
    .pb-xs-36{ padding-bottom: 36px; }
    .pb-xs-37{ padding-bottom: 37px; }
    .pb-xs-38{ padding-bottom: 38px; }
    .pb-xs-39{ padding-bottom: 39px; }
    .pb-xs-40{ padding-bottom: 40px; }
    .pb-xs-41{ padding-bottom: 41px; }
    .pb-xs-42{ padding-bottom: 42px; }
    .pb-xs-43{ padding-bottom: 43px; }
    .pb-xs-44{ padding-bottom: 44px; }
    .pb-xs-45{ padding-bottom: 45px; }
    .pb-xs-46{ padding-bottom: 46px; }
    .pb-xs-47{ padding-bottom: 47px; }
    .pb-xs-48{ padding-bottom: 48px; }
    .pb-xs-49{ padding-bottom: 49px; }
    .pb-xs-50{ padding-bottom: 50px; }
    .pb-xs-51{ padding-bottom: 51px; }
    .pb-xs-52{ padding-bottom: 52px; }
    .pb-xs-53{ padding-bottom: 53px; }
    .pb-xs-54{ padding-bottom: 54px; }
    .pb-xs-55{ padding-bottom: 55px; }
    .pb-xs-56{ padding-bottom: 56px; }
    .pb-xs-57{ padding-bottom: 57px; }
    .pb-xs-58{ padding-bottom: 58px; }
    .pb-xs-59{ padding-bottom: 59px; }
    .pb-xs-60{ padding-bottom: 60px; }
    .pb-xs-61{ padding-bottom: 61px; }
    .pb-xs-62{ padding-bottom: 62px; }
    .pb-xs-63{ padding-bottom: 63px; }
    .pb-xs-64{ padding-bottom: 64px; }
    .pb-xs-65{ padding-bottom: 65px; }
    .pb-xs-66{ padding-bottom: 66px; }
    .pb-xs-67{ padding-bottom: 67px; }
    .pb-xs-68{ padding-bottom: 68px; }
    .pb-xs-69{ padding-bottom: 69px; }
    .pb-xs-70{ padding-bottom: 70px; }
    .pb-xs-71{ padding-bottom: 71px; }
    .pb-xs-72{ padding-bottom: 72px; }
    .pb-xs-73{ padding-bottom: 73px; }
    .pb-xs-74{ padding-bottom: 74px; }
    .pb-xs-75{ padding-bottom: 75px; }
    .pb-xs-76{ padding-bottom: 76px; }
    .pb-xs-77{ padding-bottom: 77px; }
    .pb-xs-78{ padding-bottom: 78px; }
    .pb-xs-79{ padding-bottom: 79px; }
    .pb-xs-80{ padding-bottom: 80px; }
    .pb-xs-81{ padding-bottom: 81px; }
    .pb-xs-82{ padding-bottom: 82px; }
    .pb-xs-83{ padding-bottom: 83px; }
    .pb-xs-84{ padding-bottom: 84px; }
    .pb-xs-85{ padding-bottom: 85px; }
    .pb-xs-86{ padding-bottom: 86px; }
    .pb-xs-87{ padding-bottom: 87px; }
    .pb-xs-88{ padding-bottom: 88px; }
    .pb-xs-89{ padding-bottom: 89px; }
    .pb-xs-90{ padding-bottom: 90px; }
    .pb-xs-91{ padding-bottom: 91px; }
    .pb-xs-92{ padding-bottom: 92px; }
    .pb-xs-93{ padding-bottom: 93px; }
    .pb-xs-94{ padding-bottom: 94px; }
    .pb-xs-95{ padding-bottom: 95px; }
    .pb-xs-96{ padding-bottom: 96px; }
    .pb-xs-97{ padding-bottom: 97px; }
    .pb-xs-98{ padding-bottom: 98px; }
    .pb-xs-99{ padding-bottom: 99px; }


    .pl-xs-0{ padding-left: 0px; }
    .pl-xs-1{ padding-left: 1px; }
    .pl-xs-2{ padding-left: 2px; }
    .pl-xs-3{ padding-left: 3px; }
    .pl-xs-4{ padding-left: 4px; }
    .pl-xs-5{ padding-left: 5px; }
    .pl-xs-6{ padding-left: 6px; }
    .pl-xs-7{ padding-left: 7px; }
    .pl-xs-8{ padding-left: 8px; }
    .pl-xs-9{ padding-left: 9px; }
    .pl-xs-10{ padding-left: 10px; }
    .pl-xs-11{ padding-left: 11px; }
    .pl-xs-12{ padding-left: 12px; }
    .pl-xs-13{ padding-left: 13px; }
    .pl-xs-14{ padding-left: 14px; }
    .pl-xs-15{ padding-left: 15px; }
    .pl-xs-16{ padding-left: 16px; }
    .pl-xs-17{ padding-left: 17px; }
    .pl-xs-18{ padding-left: 18px; }
    .pl-xs-19{ padding-left: 19px; }
    .pl-xs-20{ padding-left: 20px; }
    .pl-xs-21{ padding-left: 21px; }
    .pl-xs-22{ padding-left: 22px; }
    .pl-xs-23{ padding-left: 23px; }
    .pl-xs-24{ padding-left: 24px; }
    .pl-xs-25{ padding-left: 25px; }
    .pl-xs-26{ padding-left: 26px; }
    .pl-xs-27{ padding-left: 27px; }
    .pl-xs-28{ padding-left: 28px; }
    .pl-xs-29{ padding-left: 29px; }
    .pl-xs-30{ padding-left: 30px; }
    .pl-xs-31{ padding-left: 31px; }
    .pl-xs-32{ padding-left: 32px; }
    .pl-xs-33{ padding-left: 33px; }
    .pl-xs-34{ padding-left: 34px; }
    .pl-xs-35{ padding-left: 35px; }
    .pl-xs-36{ padding-left: 36px; }
    .pl-xs-37{ padding-left: 37px; }
    .pl-xs-38{ padding-left: 38px; }
    .pl-xs-39{ padding-left: 39px; }
    .pl-xs-40{ padding-left: 40px; }
    .pl-xs-41{ padding-left: 41px; }
    .pl-xs-42{ padding-left: 42px; }
    .pl-xs-43{ padding-left: 43px; }
    .pl-xs-44{ padding-left: 44px; }
    .pl-xs-45{ padding-left: 45px; }
    .pl-xs-46{ padding-left: 46px; }
    .pl-xs-47{ padding-left: 47px; }
    .pl-xs-48{ padding-left: 48px; }
    .pl-xs-49{ padding-left: 49px; }
    .pl-xs-50{ padding-left: 50px; }
    .pl-xs-51{ padding-left: 51px; }
    .pl-xs-52{ padding-left: 52px; }
    .pl-xs-53{ padding-left: 53px; }
    .pl-xs-54{ padding-left: 54px; }
    .pl-xs-55{ padding-left: 55px; }
    .pl-xs-56{ padding-left: 56px; }
    .pl-xs-57{ padding-left: 57px; }
    .pl-xs-58{ padding-left: 58px; }
    .pl-xs-59{ padding-left: 59px; }
    .pl-xs-60{ padding-left: 60px; }
    .pl-xs-61{ padding-left: 61px; }
    .pl-xs-62{ padding-left: 62px; }
    .pl-xs-63{ padding-left: 63px; }
    .pl-xs-64{ padding-left: 64px; }
    .pl-xs-65{ padding-left: 65px; }
    .pl-xs-66{ padding-left: 66px; }
    .pl-xs-67{ padding-left: 67px; }
    .pl-xs-68{ padding-left: 68px; }
    .pl-xs-69{ padding-left: 69px; }
    .pl-xs-70{ padding-left: 70px; }
    .pl-xs-71{ padding-left: 71px; }
    .pl-xs-72{ padding-left: 72px; }
    .pl-xs-73{ padding-left: 73px; }
    .pl-xs-74{ padding-left: 74px; }
    .pl-xs-75{ padding-left: 75px; }
    .pl-xs-76{ padding-left: 76px; }
    .pl-xs-77{ padding-left: 77px; }
    .pl-xs-78{ padding-left: 78px; }
    .pl-xs-79{ padding-left: 79px; }
    .pl-xs-80{ padding-left: 80px; }
    .pl-xs-81{ padding-left: 81px; }
    .pl-xs-82{ padding-left: 82px; }
    .pl-xs-83{ padding-left: 83px; }
    .pl-xs-84{ padding-left: 84px; }
    .pl-xs-85{ padding-left: 85px; }
    .pl-xs-86{ padding-left: 86px; }
    .pl-xs-87{ padding-left: 87px; }
    .pl-xs-88{ padding-left: 88px; }
    .pl-xs-89{ padding-left: 89px; }
    .pl-xs-90{ padding-left: 90px; }
    .pl-xs-91{ padding-left: 91px; }
    .pl-xs-92{ padding-left: 92px; }
    .pl-xs-93{ padding-left: 93px; }
    .pl-xs-94{ padding-left: 94px; }
    .pl-xs-95{ padding-left: 95px; }
    .pl-xs-96{ padding-left: 96px; }
    .pl-xs-97{ padding-left: 97px; }
    .pl-xs-98{ padding-left: 98px; }
    .pl-xs-99{ padding-left: 99px; }


    .pt-xs-per1{ padding-top: 1%; }
    .pt-xs-per2{ padding-top: 2%; }
    .pt-xs-per3{ padding-top: 3%; }
    .pt-xs-per4{ padding-top: 4%; }
    .pt-xs-per5{ padding-top: 5%; }
    .pt-xs-per6{ padding-top: 6%; }
    .pt-xs-per7{ padding-top: 7%; }
    .pt-xs-per8{ padding-top: 8%; }
    .pt-xs-per9{ padding-top: 9%; }
    .pt-xs-per10{ padding-top: 10%; }
    .pt-xs-per11{ padding-top: 11%; }
    .pt-xs-per12{ padding-top: 12%; }
    .pt-xs-per13{ padding-top: 13%; }
    .pt-xs-per14{ padding-top: 14%; }
    .pt-xs-per15{ padding-top: 15%; }
    .pt-xs-per16{ padding-top: 16%; }
    .pt-xs-per17{ padding-top: 17%; }
    .pt-xs-per18{ padding-top: 18%; }
    .pt-xs-per19{ padding-top: 19%; }
    .pt-xs-per20{ padding-top: 20%; }
    .pt-xs-per21{ padding-top: 21%; }
    .pt-xs-per22{ padding-top: 22%; }
    .pt-xs-per23{ padding-top: 23%; }
    .pt-xs-per24{ padding-top: 24%; }
    .pt-xs-per25{ padding-top: 25%; }


    .pr-xs-per1{ padding-right: 1%; }
    .pr-xs-per2{ padding-right: 2%; }
    .pr-xs-per3{ padding-right: 3%; }
    .pr-xs-per4{ padding-right: 4%; }
    .pr-xs-per5{ padding-right: 5%; }
    .pr-xs-per6{ padding-right: 6%; }
    .pr-xs-per7{ padding-right: 7%; }
    .pr-xs-per8{ padding-right: 8%; }
    .pr-xs-per9{ padding-right: 9%; }
    .pr-xs-per10{ padding-right: 10%; }
    .pr-xs-per11{ padding-right: 11%; }
    .pr-xs-per12{ padding-right: 12%; }
    .pr-xs-per13{ padding-right: 13%; }
    .pr-xs-per14{ padding-right: 14%; }
    .pr-xs-per15{ padding-right: 15%; }
    .pr-xs-per16{ padding-right: 16%; }
    .pr-xs-per17{ padding-right: 17%; }
    .pr-xs-per18{ padding-right: 18%; }
    .pr-xs-per19{ padding-right: 19%; }
    .pr-xs-per20{ padding-right: 20%; }
    .pr-xs-per21{ padding-right: 21%; }
    .pr-xs-per22{ padding-right: 22%; }
    .pr-xs-per23{ padding-right: 23%; }
    .pr-xs-per24{ padding-right: 24%; }
    .pr-xs-per25{ padding-right: 25%; }


    .pb-xs-per1{ padding-bottom: 1%; }
    .pb-xs-per2{ padding-bottom: 2%; }
    .pb-xs-per3{ padding-bottom: 3%; }
    .pb-xs-per4{ padding-bottom: 4%; }
    .pb-xs-per5{ padding-bottom: 5%; }
    .pb-xs-per6{ padding-bottom: 6%; }
    .pb-xs-per7{ padding-bottom: 7%; }
    .pb-xs-per8{ padding-bottom: 8%; }
    .pb-xs-per9{ padding-bottom: 9%; }
    .pb-xs-per10{ padding-bottom: 10%; }
    .pb-xs-per11{ padding-bottom: 11%; }
    .pb-xs-per12{ padding-bottom: 12%; }
    .pb-xs-per13{ padding-bottom: 13%; }
    .pb-xs-per14{ padding-bottom: 14%; }
    .pb-xs-per15{ padding-bottom: 15%; }
    .pb-xs-per16{ padding-bottom: 16%; }
    .pb-xs-per17{ padding-bottom: 17%; }
    .pb-xs-per18{ padding-bottom: 18%; }
    .pb-xs-per19{ padding-bottom: 19%; }
    .pb-xs-per20{ padding-bottom: 20%; }
    .pb-xs-per21{ padding-bottom: 21%; }
    .pb-xs-per22{ padding-bottom: 22%; }
    .pb-xs-per23{ padding-bottom: 23%; }
    .pb-xs-per24{ padding-bottom: 24%; }
    .pb-xs-per25{ padding-bottom: 25%; }


    .pl-xs-per1{ padding-left: 1%; }
    .pl-xs-per2{ padding-left: 2%; }
    .pl-xs-per3{ padding-left: 3%; }
    .pl-xs-per4{ padding-left: 4%; }
    .pl-xs-per5{ padding-left: 5%; }
    .pl-xs-per6{ padding-left: 6%; }
    .pl-xs-per7{ padding-left: 7%; }
    .pl-xs-per8{ padding-left: 8%; }
    .pl-xs-per9{ padding-left: 9%; }
    .pl-xs-per10{ padding-left: 10%; }
    .pl-xs-per11{ padding-left: 11%; }
    .pl-xs-per12{ padding-left: 12%; }
    .pl-xs-per13{ padding-left: 13%; }
    .pl-xs-per14{ padding-left: 14%; }
    .pl-xs-per15{ padding-left: 15%; }
    .pl-xs-per16{ padding-left: 16%; }
    .pl-xs-per17{ padding-left: 17%; }
    .pl-xs-per18{ padding-left: 18%; }
    .pl-xs-per19{ padding-left: 19%; }
    .pl-xs-per20{ padding-left: 20%; }
    .pl-xs-per21{ padding-left: 21%; }
    .pl-xs-per22{ padding-left: 22%; }
    .pl-xs-per23{ padding-left: 23%; }
    .pl-xs-per24{ padding-left: 24%; }
    .pl-xs-per25{ padding-left: 25%; }
}

@media all and (min-width: 768px) {
    .col-sm-0 {width: auto;}
    .col-sm-1 {width: 8.33%;}
    .col-sm-2 {width: 16.66%;}
    .col-sm-3 {width: 25%;}
    .col-sm-4 {width: 33.33%;}
    .col-sm-5 {width: 41.66%;}
    .col-sm-6 {width: 50%;}
    .col-sm-7 {width: 58.33%;}
    .col-sm-8 {width: 66.66%;}
    .col-sm-9 {width: 75%;}
    .col-sm-10 {width: 83.33%;}
    .col-sm-11 {width: 91.66%;}
    .col-sm-12 {width: 100%;}
    .col-sm-20 {width: 20%;}

    .col-sm-0i {width: auto !important;}
    .col-sm-1i {width: 8.33% !important;}
    .col-sm-2i {width: 16.66% !important;}
    .col-sm-3i {width: 25% !important;}
    .col-sm-4i {width: 33.33% !important;}
    .col-sm-5i {width: 41.66% !important;}
    .col-sm-6i {width: 50% !important;}
    .col-sm-7i {width: 58.33% !important;}
    .col-sm-8i {width: 66.66% !important;}
    .col-sm-9i {width: 75% !important;}
    .col-sm-10i {width: 83.33% !important;}
    .col-sm-11i {width: 91.66% !important;}
    .col-sm-12i {width: 100% !important;}
    .col-sm-20i {width: 20% !important;}

    .col-sm-center {float: none; margin-left:auto; margin-right: auto;}

    .h-sm-100 {height: 100%;}
    .h-sm-auto {height: auto;}

    .over-sm-hidden {overflow: hidden;}
    .over-sm-visible {overflow: visible;}
    .over-sm-auto {overflow: auto; }

    .hidden-sm{ display: none; }
    .show-sm { display: inline-block; }
    .show-sm-inline { display: inline; }
    .show-sm-block { display: block; }
    .show-sm-table { display: table; }
    .show-sm-tablecell { display: table-cell; }
    .show-sm-tablerow { display: table-row; }
    .show-sm-tablecolumn { display: table-column; }
    .tc-sm {text-align: center;}
    .tl-sm {text-align: left;}
    .tr-sm {text-align: right;}
    .tj-sm {text-align: justify;}

    .vt-sm {vertical-align: top;}
    .vm-sm {vertical-align: middle;}
    .vb-sm {vertical-align: bottom;}

    .fr-sm{ float: right; }
    .fl-sm{ float: left; }
    .fn-sm{ float: none; }

    .mw-n-sm{ max-width: none; }



    .mt-sm-0{ margin-top: 0px; }
    .mt-sm-1{ margin-top: 1px; }
    .mt-sm-2{ margin-top: 2px; }
    .mt-sm-3{ margin-top: 3px; }
    .mt-sm-4{ margin-top: 4px; }
    .mt-sm-5{ margin-top: 5px; }
    .mt-sm-6{ margin-top: 6px; }
    .mt-sm-7{ margin-top: 7px; }
    .mt-sm-8{ margin-top: 8px; }
    .mt-sm-9{ margin-top: 9px; }
    .mt-sm-10{ margin-top: 10px; }
    .mt-sm-11{ margin-top: 11px; }
    .mt-sm-12{ margin-top: 12px; }
    .mt-sm-13{ margin-top: 13px; }
    .mt-sm-14{ margin-top: 14px; }
    .mt-sm-15{ margin-top: 15px; }
    .mt-sm-16{ margin-top: 16px; }
    .mt-sm-17{ margin-top: 17px; }
    .mt-sm-18{ margin-top: 18px; }
    .mt-sm-19{ margin-top: 19px; }
    .mt-sm-20{ margin-top: 20px; }
    .mt-sm-21{ margin-top: 21px; }
    .mt-sm-22{ margin-top: 22px; }
    .mt-sm-23{ margin-top: 23px; }
    .mt-sm-24{ margin-top: 24px; }
    .mt-sm-25{ margin-top: 25px; }
    .mt-sm-26{ margin-top: 26px; }
    .mt-sm-27{ margin-top: 27px; }
    .mt-sm-28{ margin-top: 28px; }
    .mt-sm-29{ margin-top: 29px; }
    .mt-sm-30{ margin-top: 30px; }
    .mt-sm-31{ margin-top: 31px; }
    .mt-sm-32{ margin-top: 32px; }
    .mt-sm-33{ margin-top: 33px; }
    .mt-sm-34{ margin-top: 34px; }
    .mt-sm-35{ margin-top: 35px; }
    .mt-sm-36{ margin-top: 36px; }
    .mt-sm-37{ margin-top: 37px; }
    .mt-sm-38{ margin-top: 38px; }
    .mt-sm-39{ margin-top: 39px; }
    .mt-sm-40{ margin-top: 40px; }
    .mt-sm-41{ margin-top: 41px; }
    .mt-sm-42{ margin-top: 42px; }
    .mt-sm-43{ margin-top: 43px; }
    .mt-sm-44{ margin-top: 44px; }
    .mt-sm-45{ margin-top: 45px; }
    .mt-sm-46{ margin-top: 46px; }
    .mt-sm-47{ margin-top: 47px; }
    .mt-sm-48{ margin-top: 48px; }
    .mt-sm-49{ margin-top: 49px; }
    .mt-sm-50{ margin-top: 50px; }
    .mt-sm-51{ margin-top: 51px; }
    .mt-sm-52{ margin-top: 52px; }
    .mt-sm-53{ margin-top: 53px; }
    .mt-sm-54{ margin-top: 54px; }
    .mt-sm-55{ margin-top: 55px; }
    .mt-sm-56{ margin-top: 56px; }
    .mt-sm-57{ margin-top: 57px; }
    .mt-sm-58{ margin-top: 58px; }
    .mt-sm-59{ margin-top: 59px; }
    .mt-sm-60{ margin-top: 60px; }
    .mt-sm-61{ margin-top: 61px; }
    .mt-sm-62{ margin-top: 62px; }
    .mt-sm-63{ margin-top: 63px; }
    .mt-sm-64{ margin-top: 64px; }
    .mt-sm-65{ margin-top: 65px; }
    .mt-sm-66{ margin-top: 66px; }
    .mt-sm-67{ margin-top: 67px; }
    .mt-sm-68{ margin-top: 68px; }
    .mt-sm-69{ margin-top: 69px; }
    .mt-sm-70{ margin-top: 70px; }
    .mt-sm-71{ margin-top: 71px; }
    .mt-sm-72{ margin-top: 72px; }
    .mt-sm-73{ margin-top: 73px; }
    .mt-sm-74{ margin-top: 74px; }
    .mt-sm-75{ margin-top: 75px; }
    .mt-sm-76{ margin-top: 76px; }
    .mt-sm-77{ margin-top: 77px; }
    .mt-sm-78{ margin-top: 78px; }
    .mt-sm-79{ margin-top: 79px; }
    .mt-sm-80{ margin-top: 80px; }
    .mt-sm-81{ margin-top: 81px; }
    .mt-sm-82{ margin-top: 82px; }
    .mt-sm-83{ margin-top: 83px; }
    .mt-sm-84{ margin-top: 84px; }
    .mt-sm-85{ margin-top: 85px; }
    .mt-sm-86{ margin-top: 86px; }
    .mt-sm-87{ margin-top: 87px; }
    .mt-sm-88{ margin-top: 88px; }
    .mt-sm-89{ margin-top: 89px; }
    .mt-sm-90{ margin-top: 90px; }
    .mt-sm-91{ margin-top: 91px; }
    .mt-sm-92{ margin-top: 92px; }
    .mt-sm-93{ margin-top: 93px; }
    .mt-sm-94{ margin-top: 94px; }
    .mt-sm-95{ margin-top: 95px; }
    .mt-sm-96{ margin-top: 96px; }
    .mt-sm-97{ margin-top: 97px; }
    .mt-sm-98{ margin-top: 98px; }
    .mt-sm-99{ margin-top: 99px; }



    .mr-sm-0{ margin-right: 0px; }
    .mr-sm-1{ margin-right: 1px; }
    .mr-sm-2{ margin-right: 2px; }
    .mr-sm-3{ margin-right: 3px; }
    .mr-sm-4{ margin-right: 4px; }
    .mr-sm-5{ margin-right: 5px; }
    .mr-sm-6{ margin-right: 6px; }
    .mr-sm-7{ margin-right: 7px; }
    .mr-sm-8{ margin-right: 8px; }
    .mr-sm-9{ margin-right: 9px; }
    .mr-sm-10{ margin-right: 10px; }
    .mr-sm-11{ margin-right: 11px; }
    .mr-sm-12{ margin-right: 12px; }
    .mr-sm-13{ margin-right: 13px; }
    .mr-sm-14{ margin-right: 14px; }
    .mr-sm-15{ margin-right: 15px; }
    .mr-sm-16{ margin-right: 16px; }
    .mr-sm-17{ margin-right: 17px; }
    .mr-sm-18{ margin-right: 18px; }
    .mr-sm-19{ margin-right: 19px; }
    .mr-sm-20{ margin-right: 20px; }
    .mr-sm-21{ margin-right: 21px; }
    .mr-sm-22{ margin-right: 22px; }
    .mr-sm-23{ margin-right: 23px; }
    .mr-sm-24{ margin-right: 24px; }
    .mr-sm-25{ margin-right: 25px; }
    .mr-sm-26{ margin-right: 26px; }
    .mr-sm-27{ margin-right: 27px; }
    .mr-sm-28{ margin-right: 28px; }
    .mr-sm-29{ margin-right: 29px; }
    .mr-sm-30{ margin-right: 30px; }
    .mr-sm-31{ margin-right: 31px; }
    .mr-sm-32{ margin-right: 32px; }
    .mr-sm-33{ margin-right: 33px; }
    .mr-sm-34{ margin-right: 34px; }
    .mr-sm-35{ margin-right: 35px; }
    .mr-sm-36{ margin-right: 36px; }
    .mr-sm-37{ margin-right: 37px; }
    .mr-sm-38{ margin-right: 38px; }
    .mr-sm-39{ margin-right: 39px; }
    .mr-sm-40{ margin-right: 40px; }
    .mr-sm-41{ margin-right: 41px; }
    .mr-sm-42{ margin-right: 42px; }
    .mr-sm-43{ margin-right: 43px; }
    .mr-sm-44{ margin-right: 44px; }
    .mr-sm-45{ margin-right: 45px; }
    .mr-sm-46{ margin-right: 46px; }
    .mr-sm-47{ margin-right: 47px; }
    .mr-sm-48{ margin-right: 48px; }
    .mr-sm-49{ margin-right: 49px; }
    .mr-sm-50{ margin-right: 50px; }
    .mr-sm-51{ margin-right: 51px; }
    .mr-sm-52{ margin-right: 52px; }
    .mr-sm-53{ margin-right: 53px; }
    .mr-sm-54{ margin-right: 54px; }
    .mr-sm-55{ margin-right: 55px; }
    .mr-sm-56{ margin-right: 56px; }
    .mr-sm-57{ margin-right: 57px; }
    .mr-sm-58{ margin-right: 58px; }
    .mr-sm-59{ margin-right: 59px; }
    .mr-sm-60{ margin-right: 60px; }
    .mr-sm-61{ margin-right: 61px; }
    .mr-sm-62{ margin-right: 62px; }
    .mr-sm-63{ margin-right: 63px; }
    .mr-sm-64{ margin-right: 64px; }
    .mr-sm-65{ margin-right: 65px; }
    .mr-sm-66{ margin-right: 66px; }
    .mr-sm-67{ margin-right: 67px; }
    .mr-sm-68{ margin-right: 68px; }
    .mr-sm-69{ margin-right: 69px; }
    .mr-sm-70{ margin-right: 70px; }
    .mr-sm-71{ margin-right: 71px; }
    .mr-sm-72{ margin-right: 72px; }
    .mr-sm-73{ margin-right: 73px; }
    .mr-sm-74{ margin-right: 74px; }
    .mr-sm-75{ margin-right: 75px; }
    .mr-sm-76{ margin-right: 76px; }
    .mr-sm-77{ margin-right: 77px; }
    .mr-sm-78{ margin-right: 78px; }
    .mr-sm-79{ margin-right: 79px; }
    .mr-sm-80{ margin-right: 80px; }
    .mr-sm-81{ margin-right: 81px; }
    .mr-sm-82{ margin-right: 82px; }
    .mr-sm-83{ margin-right: 83px; }
    .mr-sm-84{ margin-right: 84px; }
    .mr-sm-85{ margin-right: 85px; }
    .mr-sm-86{ margin-right: 86px; }
    .mr-sm-87{ margin-right: 87px; }
    .mr-sm-88{ margin-right: 88px; }
    .mr-sm-89{ margin-right: 89px; }
    .mr-sm-90{ margin-right: 90px; }
    .mr-sm-91{ margin-right: 91px; }
    .mr-sm-92{ margin-right: 92px; }
    .mr-sm-93{ margin-right: 93px; }
    .mr-sm-94{ margin-right: 94px; }
    .mr-sm-95{ margin-right: 95px; }
    .mr-sm-96{ margin-right: 96px; }
    .mr-sm-97{ margin-right: 97px; }
    .mr-sm-98{ margin-right: 98px; }
    .mr-sm-99{ margin-right: 99px; }


    .mb-sm-0{ margin-bottom: 0px; }
    .mb-sm-1{ margin-bottom: 1px; }
    .mb-sm-2{ margin-bottom: 2px; }
    .mb-sm-3{ margin-bottom: 3px; }
    .mb-sm-4{ margin-bottom: 4px; }
    .mb-sm-5{ margin-bottom: 5px; }
    .mb-sm-6{ margin-bottom: 6px; }
    .mb-sm-7{ margin-bottom: 7px; }
    .mb-sm-8{ margin-bottom: 8px; }
    .mb-sm-9{ margin-bottom: 9px; }
    .mb-sm-10{ margin-bottom: 10px; }
    .mb-sm-11{ margin-bottom: 11px; }
    .mb-sm-12{ margin-bottom: 12px; }
    .mb-sm-13{ margin-bottom: 13px; }
    .mb-sm-14{ margin-bottom: 14px; }
    .mb-sm-15{ margin-bottom: 15px; }
    .mb-sm-16{ margin-bottom: 16px; }
    .mb-sm-17{ margin-bottom: 17px; }
    .mb-sm-18{ margin-bottom: 18px; }
    .mb-sm-19{ margin-bottom: 19px; }
    .mb-sm-20{ margin-bottom: 20px; }
    .mb-sm-21{ margin-bottom: 21px; }
    .mb-sm-22{ margin-bottom: 22px; }
    .mb-sm-23{ margin-bottom: 23px; }
    .mb-sm-24{ margin-bottom: 24px; }
    .mb-sm-25{ margin-bottom: 25px; }
    .mb-sm-26{ margin-bottom: 26px; }
    .mb-sm-27{ margin-bottom: 27px; }
    .mb-sm-28{ margin-bottom: 28px; }
    .mb-sm-29{ margin-bottom: 29px; }
    .mb-sm-30{ margin-bottom: 30px; }
    .mb-sm-31{ margin-bottom: 31px; }
    .mb-sm-32{ margin-bottom: 32px; }
    .mb-sm-33{ margin-bottom: 33px; }
    .mb-sm-34{ margin-bottom: 34px; }
    .mb-sm-35{ margin-bottom: 35px; }
    .mb-sm-36{ margin-bottom: 36px; }
    .mb-sm-37{ margin-bottom: 37px; }
    .mb-sm-38{ margin-bottom: 38px; }
    .mb-sm-39{ margin-bottom: 39px; }
    .mb-sm-40{ margin-bottom: 40px; }
    .mb-sm-41{ margin-bottom: 41px; }
    .mb-sm-42{ margin-bottom: 42px; }
    .mb-sm-43{ margin-bottom: 43px; }
    .mb-sm-44{ margin-bottom: 44px; }
    .mb-sm-45{ margin-bottom: 45px; }
    .mb-sm-46{ margin-bottom: 46px; }
    .mb-sm-47{ margin-bottom: 47px; }
    .mb-sm-48{ margin-bottom: 48px; }
    .mb-sm-49{ margin-bottom: 49px; }
    .mb-sm-50{ margin-bottom: 50px; }
    .mb-sm-51{ margin-bottom: 51px; }
    .mb-sm-52{ margin-bottom: 52px; }
    .mb-sm-53{ margin-bottom: 53px; }
    .mb-sm-54{ margin-bottom: 54px; }
    .mb-sm-55{ margin-bottom: 55px; }
    .mb-sm-56{ margin-bottom: 56px; }
    .mb-sm-57{ margin-bottom: 57px; }
    .mb-sm-58{ margin-bottom: 58px; }
    .mb-sm-59{ margin-bottom: 59px; }
    .mb-sm-60{ margin-bottom: 60px; }
    .mb-sm-61{ margin-bottom: 61px; }
    .mb-sm-62{ margin-bottom: 62px; }
    .mb-sm-63{ margin-bottom: 63px; }
    .mb-sm-64{ margin-bottom: 64px; }
    .mb-sm-65{ margin-bottom: 65px; }
    .mb-sm-66{ margin-bottom: 66px; }
    .mb-sm-67{ margin-bottom: 67px; }
    .mb-sm-68{ margin-bottom: 68px; }
    .mb-sm-69{ margin-bottom: 69px; }
    .mb-sm-70{ margin-bottom: 70px; }
    .mb-sm-71{ margin-bottom: 71px; }
    .mb-sm-72{ margin-bottom: 72px; }
    .mb-sm-73{ margin-bottom: 73px; }
    .mb-sm-74{ margin-bottom: 74px; }
    .mb-sm-75{ margin-bottom: 75px; }
    .mb-sm-76{ margin-bottom: 76px; }
    .mb-sm-77{ margin-bottom: 77px; }
    .mb-sm-78{ margin-bottom: 78px; }
    .mb-sm-79{ margin-bottom: 79px; }
    .mb-sm-80{ margin-bottom: 80px; }
    .mb-sm-81{ margin-bottom: 81px; }
    .mb-sm-82{ margin-bottom: 82px; }
    .mb-sm-83{ margin-bottom: 83px; }
    .mb-sm-84{ margin-bottom: 84px; }
    .mb-sm-85{ margin-bottom: 85px; }
    .mb-sm-86{ margin-bottom: 86px; }
    .mb-sm-87{ margin-bottom: 87px; }
    .mb-sm-88{ margin-bottom: 88px; }
    .mb-sm-89{ margin-bottom: 89px; }
    .mb-sm-90{ margin-bottom: 90px; }
    .mb-sm-91{ margin-bottom: 91px; }
    .mb-sm-92{ margin-bottom: 92px; }
    .mb-sm-93{ margin-bottom: 93px; }
    .mb-sm-94{ margin-bottom: 94px; }
    .mb-sm-95{ margin-bottom: 95px; }
    .mb-sm-96{ margin-bottom: 96px; }
    .mb-sm-97{ margin-bottom: 97px; }
    .mb-sm-98{ margin-bottom: 98px; }
    .mb-sm-99{ margin-bottom: 99px; }


    .ml-sm-0{ margin-left: 0px; }
    .ml-sm-1{ margin-left: 1px; }
    .ml-sm-2{ margin-left: 2px; }
    .ml-sm-3{ margin-left: 3px; }
    .ml-sm-4{ margin-left: 4px; }
    .ml-sm-5{ margin-left: 5px; }
    .ml-sm-6{ margin-left: 6px; }
    .ml-sm-7{ margin-left: 7px; }
    .ml-sm-8{ margin-left: 8px; }
    .ml-sm-9{ margin-left: 9px; }
    .ml-sm-10{ margin-left: 10px; }
    .ml-sm-11{ margin-left: 11px; }
    .ml-sm-12{ margin-left: 12px; }
    .ml-sm-13{ margin-left: 13px; }
    .ml-sm-14{ margin-left: 14px; }
    .ml-sm-15{ margin-left: 15px; }
    .ml-sm-16{ margin-left: 16px; }
    .ml-sm-17{ margin-left: 17px; }
    .ml-sm-18{ margin-left: 18px; }
    .ml-sm-19{ margin-left: 19px; }
    .ml-sm-20{ margin-left: 20px; }
    .ml-sm-21{ margin-left: 21px; }
    .ml-sm-22{ margin-left: 22px; }
    .ml-sm-23{ margin-left: 23px; }
    .ml-sm-24{ margin-left: 24px; }
    .ml-sm-25{ margin-left: 25px; }
    .ml-sm-26{ margin-left: 26px; }
    .ml-sm-27{ margin-left: 27px; }
    .ml-sm-28{ margin-left: 28px; }
    .ml-sm-29{ margin-left: 29px; }
    .ml-sm-30{ margin-left: 30px; }
    .ml-sm-31{ margin-left: 31px; }
    .ml-sm-32{ margin-left: 32px; }
    .ml-sm-33{ margin-left: 33px; }
    .ml-sm-34{ margin-left: 34px; }
    .ml-sm-35{ margin-left: 35px; }
    .ml-sm-36{ margin-left: 36px; }
    .ml-sm-37{ margin-left: 37px; }
    .ml-sm-38{ margin-left: 38px; }
    .ml-sm-39{ margin-left: 39px; }
    .ml-sm-40{ margin-left: 40px; }
    .ml-sm-41{ margin-left: 41px; }
    .ml-sm-42{ margin-left: 42px; }
    .ml-sm-43{ margin-left: 43px; }
    .ml-sm-44{ margin-left: 44px; }
    .ml-sm-45{ margin-left: 45px; }
    .ml-sm-46{ margin-left: 46px; }
    .ml-sm-47{ margin-left: 47px; }
    .ml-sm-48{ margin-left: 48px; }
    .ml-sm-49{ margin-left: 49px; }
    .ml-sm-50{ margin-left: 50px; }
    .ml-sm-51{ margin-left: 51px; }
    .ml-sm-52{ margin-left: 52px; }
    .ml-sm-53{ margin-left: 53px; }
    .ml-sm-54{ margin-left: 54px; }
    .ml-sm-55{ margin-left: 55px; }
    .ml-sm-56{ margin-left: 56px; }
    .ml-sm-57{ margin-left: 57px; }
    .ml-sm-58{ margin-left: 58px; }
    .ml-sm-59{ margin-left: 59px; }
    .ml-sm-60{ margin-left: 60px; }
    .ml-sm-61{ margin-left: 61px; }
    .ml-sm-62{ margin-left: 62px; }
    .ml-sm-63{ margin-left: 63px; }
    .ml-sm-64{ margin-left: 64px; }
    .ml-sm-65{ margin-left: 65px; }
    .ml-sm-66{ margin-left: 66px; }
    .ml-sm-67{ margin-left: 67px; }
    .ml-sm-68{ margin-left: 68px; }
    .ml-sm-69{ margin-left: 69px; }
    .ml-sm-70{ margin-left: 70px; }
    .ml-sm-71{ margin-left: 71px; }
    .ml-sm-72{ margin-left: 72px; }
    .ml-sm-73{ margin-left: 73px; }
    .ml-sm-74{ margin-left: 74px; }
    .ml-sm-75{ margin-left: 75px; }
    .ml-sm-76{ margin-left: 76px; }
    .ml-sm-77{ margin-left: 77px; }
    .ml-sm-78{ margin-left: 78px; }
    .ml-sm-79{ margin-left: 79px; }
    .ml-sm-80{ margin-left: 80px; }
    .ml-sm-81{ margin-left: 81px; }
    .ml-sm-82{ margin-left: 82px; }
    .ml-sm-83{ margin-left: 83px; }
    .ml-sm-84{ margin-left: 84px; }
    .ml-sm-85{ margin-left: 85px; }
    .ml-sm-86{ margin-left: 86px; }
    .ml-sm-87{ margin-left: 87px; }
    .ml-sm-88{ margin-left: 88px; }
    .ml-sm-89{ margin-left: 89px; }
    .ml-sm-90{ margin-left: 90px; }
    .ml-sm-91{ margin-left: 91px; }
    .ml-sm-92{ margin-left: 92px; }
    .ml-sm-93{ margin-left: 93px; }
    .ml-sm-94{ margin-left: 94px; }
    .ml-sm-95{ margin-left: 95px; }
    .ml-sm-96{ margin-left: 96px; }
    .ml-sm-97{ margin-left: 97px; }
    .ml-sm-98{ margin-left: 98px; }
    .ml-sm-99{ margin-left: 99px; }


    .pt-sm-0{ padding-top: 0px; }
    .pt-sm-1{ padding-top: 1px; }
    .pt-sm-2{ padding-top: 2px; }
    .pt-sm-3{ padding-top: 3px; }
    .pt-sm-4{ padding-top: 4px; }
    .pt-sm-5{ padding-top: 5px; }
    .pt-sm-6{ padding-top: 6px; }
    .pt-sm-7{ padding-top: 7px; }
    .pt-sm-8{ padding-top: 8px; }
    .pt-sm-9{ padding-top: 9px; }
    .pt-sm-10{ padding-top: 10px; }
    .pt-sm-11{ padding-top: 11px; }
    .pt-sm-12{ padding-top: 12px; }
    .pt-sm-13{ padding-top: 13px; }
    .pt-sm-14{ padding-top: 14px; }
    .pt-sm-15{ padding-top: 15px; }
    .pt-sm-16{ padding-top: 16px; }
    .pt-sm-17{ padding-top: 17px; }
    .pt-sm-18{ padding-top: 18px; }
    .pt-sm-19{ padding-top: 19px; }
    .pt-sm-20{ padding-top: 20px; }
    .pt-sm-21{ padding-top: 21px; }
    .pt-sm-22{ padding-top: 22px; }
    .pt-sm-23{ padding-top: 23px; }
    .pt-sm-24{ padding-top: 24px; }
    .pt-sm-25{ padding-top: 25px; }
    .pt-sm-26{ padding-top: 26px; }
    .pt-sm-27{ padding-top: 27px; }
    .pt-sm-28{ padding-top: 28px; }
    .pt-sm-29{ padding-top: 29px; }
    .pt-sm-30{ padding-top: 30px; }
    .pt-sm-31{ padding-top: 31px; }
    .pt-sm-32{ padding-top: 32px; }
    .pt-sm-33{ padding-top: 33px; }
    .pt-sm-34{ padding-top: 34px; }
    .pt-sm-35{ padding-top: 35px; }
    .pt-sm-36{ padding-top: 36px; }
    .pt-sm-37{ padding-top: 37px; }
    .pt-sm-38{ padding-top: 38px; }
    .pt-sm-39{ padding-top: 39px; }
    .pt-sm-40{ padding-top: 40px; }
    .pt-sm-41{ padding-top: 41px; }
    .pt-sm-42{ padding-top: 42px; }
    .pt-sm-43{ padding-top: 43px; }
    .pt-sm-44{ padding-top: 44px; }
    .pt-sm-45{ padding-top: 45px; }
    .pt-sm-46{ padding-top: 46px; }
    .pt-sm-47{ padding-top: 47px; }
    .pt-sm-48{ padding-top: 48px; }
    .pt-sm-49{ padding-top: 49px; }
    .pt-sm-50{ padding-top: 50px; }
    .pt-sm-51{ padding-top: 51px; }
    .pt-sm-52{ padding-top: 52px; }
    .pt-sm-53{ padding-top: 53px; }
    .pt-sm-54{ padding-top: 54px; }
    .pt-sm-55{ padding-top: 55px; }
    .pt-sm-56{ padding-top: 56px; }
    .pt-sm-57{ padding-top: 57px; }
    .pt-sm-58{ padding-top: 58px; }
    .pt-sm-59{ padding-top: 59px; }
    .pt-sm-60{ padding-top: 60px; }
    .pt-sm-61{ padding-top: 61px; }
    .pt-sm-62{ padding-top: 62px; }
    .pt-sm-63{ padding-top: 63px; }
    .pt-sm-64{ padding-top: 64px; }
    .pt-sm-65{ padding-top: 65px; }
    .pt-sm-66{ padding-top: 66px; }
    .pt-sm-67{ padding-top: 67px; }
    .pt-sm-68{ padding-top: 68px; }
    .pt-sm-69{ padding-top: 69px; }
    .pt-sm-70{ padding-top: 70px; }
    .pt-sm-71{ padding-top: 71px; }
    .pt-sm-72{ padding-top: 72px; }
    .pt-sm-73{ padding-top: 73px; }
    .pt-sm-74{ padding-top: 74px; }
    .pt-sm-75{ padding-top: 75px; }
    .pt-sm-76{ padding-top: 76px; }
    .pt-sm-77{ padding-top: 77px; }
    .pt-sm-78{ padding-top: 78px; }
    .pt-sm-79{ padding-top: 79px; }
    .pt-sm-80{ padding-top: 80px; }
    .pt-sm-81{ padding-top: 81px; }
    .pt-sm-82{ padding-top: 82px; }
    .pt-sm-83{ padding-top: 83px; }
    .pt-sm-84{ padding-top: 84px; }
    .pt-sm-85{ padding-top: 85px; }
    .pt-sm-86{ padding-top: 86px; }
    .pt-sm-87{ padding-top: 87px; }
    .pt-sm-88{ padding-top: 88px; }
    .pt-sm-89{ padding-top: 89px; }
    .pt-sm-90{ padding-top: 90px; }
    .pt-sm-91{ padding-top: 91px; }
    .pt-sm-92{ padding-top: 92px; }
    .pt-sm-93{ padding-top: 93px; }
    .pt-sm-94{ padding-top: 94px; }
    .pt-sm-95{ padding-top: 95px; }
    .pt-sm-96{ padding-top: 96px; }
    .pt-sm-97{ padding-top: 97px; }
    .pt-sm-98{ padding-top: 98px; }
    .pt-sm-99{ padding-top: 99px; }


    .pr-sm-0{ padding-right: 0px; }
    .pr-sm-1{ padding-right: 1px; }
    .pr-sm-2{ padding-right: 2px; }
    .pr-sm-3{ padding-right: 3px; }
    .pr-sm-4{ padding-right: 4px; }
    .pr-sm-5{ padding-right: 5px; }
    .pr-sm-6{ padding-right: 6px; }
    .pr-sm-7{ padding-right: 7px; }
    .pr-sm-8{ padding-right: 8px; }
    .pr-sm-9{ padding-right: 9px; }
    .pr-sm-10{ padding-right: 10px; }
    .pr-sm-11{ padding-right: 11px; }
    .pr-sm-12{ padding-right: 12px; }
    .pr-sm-13{ padding-right: 13px; }
    .pr-sm-14{ padding-right: 14px; }
    .pr-sm-15{ padding-right: 15px; }
    .pr-sm-16{ padding-right: 16px; }
    .pr-sm-17{ padding-right: 17px; }
    .pr-sm-18{ padding-right: 18px; }
    .pr-sm-19{ padding-right: 19px; }
    .pr-sm-20{ padding-right: 20px; }
    .pr-sm-21{ padding-right: 21px; }
    .pr-sm-22{ padding-right: 22px; }
    .pr-sm-23{ padding-right: 23px; }
    .pr-sm-24{ padding-right: 24px; }
    .pr-sm-25{ padding-right: 25px; }
    .pr-sm-26{ padding-right: 26px; }
    .pr-sm-27{ padding-right: 27px; }
    .pr-sm-28{ padding-right: 28px; }
    .pr-sm-29{ padding-right: 29px; }
    .pr-sm-30{ padding-right: 30px; }
    .pr-sm-31{ padding-right: 31px; }
    .pr-sm-32{ padding-right: 32px; }
    .pr-sm-33{ padding-right: 33px; }
    .pr-sm-34{ padding-right: 34px; }
    .pr-sm-35{ padding-right: 35px; }
    .pr-sm-36{ padding-right: 36px; }
    .pr-sm-37{ padding-right: 37px; }
    .pr-sm-38{ padding-right: 38px; }
    .pr-sm-39{ padding-right: 39px; }
    .pr-sm-40{ padding-right: 40px; }
    .pr-sm-41{ padding-right: 41px; }
    .pr-sm-42{ padding-right: 42px; }
    .pr-sm-43{ padding-right: 43px; }
    .pr-sm-44{ padding-right: 44px; }
    .pr-sm-45{ padding-right: 45px; }
    .pr-sm-46{ padding-right: 46px; }
    .pr-sm-47{ padding-right: 47px; }
    .pr-sm-48{ padding-right: 48px; }
    .pr-sm-49{ padding-right: 49px; }
    .pr-sm-50{ padding-right: 50px; }
    .pr-sm-51{ padding-right: 51px; }
    .pr-sm-52{ padding-right: 52px; }
    .pr-sm-53{ padding-right: 53px; }
    .pr-sm-54{ padding-right: 54px; }
    .pr-sm-55{ padding-right: 55px; }
    .pr-sm-56{ padding-right: 56px; }
    .pr-sm-57{ padding-right: 57px; }
    .pr-sm-58{ padding-right: 58px; }
    .pr-sm-59{ padding-right: 59px; }
    .pr-sm-60{ padding-right: 60px; }
    .pr-sm-61{ padding-right: 61px; }
    .pr-sm-62{ padding-right: 62px; }
    .pr-sm-63{ padding-right: 63px; }
    .pr-sm-64{ padding-right: 64px; }
    .pr-sm-65{ padding-right: 65px; }
    .pr-sm-66{ padding-right: 66px; }
    .pr-sm-67{ padding-right: 67px; }
    .pr-sm-68{ padding-right: 68px; }
    .pr-sm-69{ padding-right: 69px; }
    .pr-sm-70{ padding-right: 70px; }
    .pr-sm-71{ padding-right: 71px; }
    .pr-sm-72{ padding-right: 72px; }
    .pr-sm-73{ padding-right: 73px; }
    .pr-sm-74{ padding-right: 74px; }
    .pr-sm-75{ padding-right: 75px; }
    .pr-sm-76{ padding-right: 76px; }
    .pr-sm-77{ padding-right: 77px; }
    .pr-sm-78{ padding-right: 78px; }
    .pr-sm-79{ padding-right: 79px; }
    .pr-sm-80{ padding-right: 80px; }
    .pr-sm-81{ padding-right: 81px; }
    .pr-sm-82{ padding-right: 82px; }
    .pr-sm-83{ padding-right: 83px; }
    .pr-sm-84{ padding-right: 84px; }
    .pr-sm-85{ padding-right: 85px; }
    .pr-sm-86{ padding-right: 86px; }
    .pr-sm-87{ padding-right: 87px; }
    .pr-sm-88{ padding-right: 88px; }
    .pr-sm-89{ padding-right: 89px; }
    .pr-sm-90{ padding-right: 90px; }
    .pr-sm-91{ padding-right: 91px; }
    .pr-sm-92{ padding-right: 92px; }
    .pr-sm-93{ padding-right: 93px; }
    .pr-sm-94{ padding-right: 94px; }
    .pr-sm-95{ padding-right: 95px; }
    .pr-sm-96{ padding-right: 96px; }
    .pr-sm-97{ padding-right: 97px; }
    .pr-sm-98{ padding-right: 98px; }
    .pr-sm-99{ padding-right: 99px; }


    .pb-sm-0{ padding-bottom: 0px; }
    .pb-sm-1{ padding-bottom: 1px; }
    .pb-sm-2{ padding-bottom: 2px; }
    .pb-sm-3{ padding-bottom: 3px; }
    .pb-sm-4{ padding-bottom: 4px; }
    .pb-sm-5{ padding-bottom: 5px; }
    .pb-sm-6{ padding-bottom: 6px; }
    .pb-sm-7{ padding-bottom: 7px; }
    .pb-sm-8{ padding-bottom: 8px; }
    .pb-sm-9{ padding-bottom: 9px; }
    .pb-sm-10{ padding-bottom: 10px; }
    .pb-sm-11{ padding-bottom: 11px; }
    .pb-sm-12{ padding-bottom: 12px; }
    .pb-sm-13{ padding-bottom: 13px; }
    .pb-sm-14{ padding-bottom: 14px; }
    .pb-sm-15{ padding-bottom: 15px; }
    .pb-sm-16{ padding-bottom: 16px; }
    .pb-sm-17{ padding-bottom: 17px; }
    .pb-sm-18{ padding-bottom: 18px; }
    .pb-sm-19{ padding-bottom: 19px; }
    .pb-sm-20{ padding-bottom: 20px; }
    .pb-sm-21{ padding-bottom: 21px; }
    .pb-sm-22{ padding-bottom: 22px; }
    .pb-sm-23{ padding-bottom: 23px; }
    .pb-sm-24{ padding-bottom: 24px; }
    .pb-sm-25{ padding-bottom: 25px; }
    .pb-sm-26{ padding-bottom: 26px; }
    .pb-sm-27{ padding-bottom: 27px; }
    .pb-sm-28{ padding-bottom: 28px; }
    .pb-sm-29{ padding-bottom: 29px; }
    .pb-sm-30{ padding-bottom: 30px; }
    .pb-sm-31{ padding-bottom: 31px; }
    .pb-sm-32{ padding-bottom: 32px; }
    .pb-sm-33{ padding-bottom: 33px; }
    .pb-sm-34{ padding-bottom: 34px; }
    .pb-sm-35{ padding-bottom: 35px; }
    .pb-sm-36{ padding-bottom: 36px; }
    .pb-sm-37{ padding-bottom: 37px; }
    .pb-sm-38{ padding-bottom: 38px; }
    .pb-sm-39{ padding-bottom: 39px; }
    .pb-sm-40{ padding-bottom: 40px; }
    .pb-sm-41{ padding-bottom: 41px; }
    .pb-sm-42{ padding-bottom: 42px; }
    .pb-sm-43{ padding-bottom: 43px; }
    .pb-sm-44{ padding-bottom: 44px; }
    .pb-sm-45{ padding-bottom: 45px; }
    .pb-sm-46{ padding-bottom: 46px; }
    .pb-sm-47{ padding-bottom: 47px; }
    .pb-sm-48{ padding-bottom: 48px; }
    .pb-sm-49{ padding-bottom: 49px; }
    .pb-sm-50{ padding-bottom: 50px; }
    .pb-sm-51{ padding-bottom: 51px; }
    .pb-sm-52{ padding-bottom: 52px; }
    .pb-sm-53{ padding-bottom: 53px; }
    .pb-sm-54{ padding-bottom: 54px; }
    .pb-sm-55{ padding-bottom: 55px; }
    .pb-sm-56{ padding-bottom: 56px; }
    .pb-sm-57{ padding-bottom: 57px; }
    .pb-sm-58{ padding-bottom: 58px; }
    .pb-sm-59{ padding-bottom: 59px; }
    .pb-sm-60{ padding-bottom: 60px; }
    .pb-sm-61{ padding-bottom: 61px; }
    .pb-sm-62{ padding-bottom: 62px; }
    .pb-sm-63{ padding-bottom: 63px; }
    .pb-sm-64{ padding-bottom: 64px; }
    .pb-sm-65{ padding-bottom: 65px; }
    .pb-sm-66{ padding-bottom: 66px; }
    .pb-sm-67{ padding-bottom: 67px; }
    .pb-sm-68{ padding-bottom: 68px; }
    .pb-sm-69{ padding-bottom: 69px; }
    .pb-sm-70{ padding-bottom: 70px; }
    .pb-sm-71{ padding-bottom: 71px; }
    .pb-sm-72{ padding-bottom: 72px; }
    .pb-sm-73{ padding-bottom: 73px; }
    .pb-sm-74{ padding-bottom: 74px; }
    .pb-sm-75{ padding-bottom: 75px; }
    .pb-sm-76{ padding-bottom: 76px; }
    .pb-sm-77{ padding-bottom: 77px; }
    .pb-sm-78{ padding-bottom: 78px; }
    .pb-sm-79{ padding-bottom: 79px; }
    .pb-sm-80{ padding-bottom: 80px; }
    .pb-sm-81{ padding-bottom: 81px; }
    .pb-sm-82{ padding-bottom: 82px; }
    .pb-sm-83{ padding-bottom: 83px; }
    .pb-sm-84{ padding-bottom: 84px; }
    .pb-sm-85{ padding-bottom: 85px; }
    .pb-sm-86{ padding-bottom: 86px; }
    .pb-sm-87{ padding-bottom: 87px; }
    .pb-sm-88{ padding-bottom: 88px; }
    .pb-sm-89{ padding-bottom: 89px; }
    .pb-sm-90{ padding-bottom: 90px; }
    .pb-sm-91{ padding-bottom: 91px; }
    .pb-sm-92{ padding-bottom: 92px; }
    .pb-sm-93{ padding-bottom: 93px; }
    .pb-sm-94{ padding-bottom: 94px; }
    .pb-sm-95{ padding-bottom: 95px; }
    .pb-sm-96{ padding-bottom: 96px; }
    .pb-sm-97{ padding-bottom: 97px; }
    .pb-sm-98{ padding-bottom: 98px; }
    .pb-sm-99{ padding-bottom: 99px; }


    .pl-sm-0{ padding-left: 0px; }
    .pl-sm-1{ padding-left: 1px; }
    .pl-sm-2{ padding-left: 2px; }
    .pl-sm-3{ padding-left: 3px; }
    .pl-sm-4{ padding-left: 4px; }
    .pl-sm-5{ padding-left: 5px; }
    .pl-sm-6{ padding-left: 6px; }
    .pl-sm-7{ padding-left: 7px; }
    .pl-sm-8{ padding-left: 8px; }
    .pl-sm-9{ padding-left: 9px; }
    .pl-sm-10{ padding-left: 10px; }
    .pl-sm-11{ padding-left: 11px; }
    .pl-sm-12{ padding-left: 12px; }
    .pl-sm-13{ padding-left: 13px; }
    .pl-sm-14{ padding-left: 14px; }
    .pl-sm-15{ padding-left: 15px; }
    .pl-sm-16{ padding-left: 16px; }
    .pl-sm-17{ padding-left: 17px; }
    .pl-sm-18{ padding-left: 18px; }
    .pl-sm-19{ padding-left: 19px; }
    .pl-sm-20{ padding-left: 20px; }
    .pl-sm-21{ padding-left: 21px; }
    .pl-sm-22{ padding-left: 22px; }
    .pl-sm-23{ padding-left: 23px; }
    .pl-sm-24{ padding-left: 24px; }
    .pl-sm-25{ padding-left: 25px; }
    .pl-sm-26{ padding-left: 26px; }
    .pl-sm-27{ padding-left: 27px; }
    .pl-sm-28{ padding-left: 28px; }
    .pl-sm-29{ padding-left: 29px; }
    .pl-sm-30{ padding-left: 30px; }
    .pl-sm-31{ padding-left: 31px; }
    .pl-sm-32{ padding-left: 32px; }
    .pl-sm-33{ padding-left: 33px; }
    .pl-sm-34{ padding-left: 34px; }
    .pl-sm-35{ padding-left: 35px; }
    .pl-sm-36{ padding-left: 36px; }
    .pl-sm-37{ padding-left: 37px; }
    .pl-sm-38{ padding-left: 38px; }
    .pl-sm-39{ padding-left: 39px; }
    .pl-sm-40{ padding-left: 40px; }
    .pl-sm-41{ padding-left: 41px; }
    .pl-sm-42{ padding-left: 42px; }
    .pl-sm-43{ padding-left: 43px; }
    .pl-sm-44{ padding-left: 44px; }
    .pl-sm-45{ padding-left: 45px; }
    .pl-sm-46{ padding-left: 46px; }
    .pl-sm-47{ padding-left: 47px; }
    .pl-sm-48{ padding-left: 48px; }
    .pl-sm-49{ padding-left: 49px; }
    .pl-sm-50{ padding-left: 50px; }
    .pl-sm-51{ padding-left: 51px; }
    .pl-sm-52{ padding-left: 52px; }
    .pl-sm-53{ padding-left: 53px; }
    .pl-sm-54{ padding-left: 54px; }
    .pl-sm-55{ padding-left: 55px; }
    .pl-sm-56{ padding-left: 56px; }
    .pl-sm-57{ padding-left: 57px; }
    .pl-sm-58{ padding-left: 58px; }
    .pl-sm-59{ padding-left: 59px; }
    .pl-sm-60{ padding-left: 60px; }
    .pl-sm-61{ padding-left: 61px; }
    .pl-sm-62{ padding-left: 62px; }
    .pl-sm-63{ padding-left: 63px; }
    .pl-sm-64{ padding-left: 64px; }
    .pl-sm-65{ padding-left: 65px; }
    .pl-sm-66{ padding-left: 66px; }
    .pl-sm-67{ padding-left: 67px; }
    .pl-sm-68{ padding-left: 68px; }
    .pl-sm-69{ padding-left: 69px; }
    .pl-sm-70{ padding-left: 70px; }
    .pl-sm-71{ padding-left: 71px; }
    .pl-sm-72{ padding-left: 72px; }
    .pl-sm-73{ padding-left: 73px; }
    .pl-sm-74{ padding-left: 74px; }
    .pl-sm-75{ padding-left: 75px; }
    .pl-sm-76{ padding-left: 76px; }
    .pl-sm-77{ padding-left: 77px; }
    .pl-sm-78{ padding-left: 78px; }
    .pl-sm-79{ padding-left: 79px; }
    .pl-sm-80{ padding-left: 80px; }
    .pl-sm-81{ padding-left: 81px; }
    .pl-sm-82{ padding-left: 82px; }
    .pl-sm-83{ padding-left: 83px; }
    .pl-sm-84{ padding-left: 84px; }
    .pl-sm-85{ padding-left: 85px; }
    .pl-sm-86{ padding-left: 86px; }
    .pl-sm-87{ padding-left: 87px; }
    .pl-sm-88{ padding-left: 88px; }
    .pl-sm-89{ padding-left: 89px; }
    .pl-sm-90{ padding-left: 90px; }
    .pl-sm-91{ padding-left: 91px; }
    .pl-sm-92{ padding-left: 92px; }
    .pl-sm-93{ padding-left: 93px; }
    .pl-sm-94{ padding-left: 94px; }
    .pl-sm-95{ padding-left: 95px; }
    .pl-sm-96{ padding-left: 96px; }
    .pl-sm-97{ padding-left: 97px; }
    .pl-sm-98{ padding-left: 98px; }
    .pl-sm-99{ padding-left: 99px; }


    .pt-sm-per1{ padding-top: 1%; }
    .pt-sm-per2{ padding-top: 2%; }
    .pt-sm-per3{ padding-top: 3%; }
    .pt-sm-per4{ padding-top: 4%; }
    .pt-sm-per5{ padding-top: 5%; }
    .pt-sm-per6{ padding-top: 6%; }
    .pt-sm-per7{ padding-top: 7%; }
    .pt-sm-per8{ padding-top: 8%; }
    .pt-sm-per9{ padding-top: 9%; }
    .pt-sm-per10{ padding-top: 10%; }
    .pt-sm-per11{ padding-top: 11%; }
    .pt-sm-per12{ padding-top: 12%; }
    .pt-sm-per13{ padding-top: 13%; }
    .pt-sm-per14{ padding-top: 14%; }
    .pt-sm-per15{ padding-top: 15%; }
    .pt-sm-per16{ padding-top: 16%; }
    .pt-sm-per17{ padding-top: 17%; }
    .pt-sm-per18{ padding-top: 18%; }
    .pt-sm-per19{ padding-top: 19%; }
    .pt-sm-per20{ padding-top: 20%; }
    .pt-sm-per21{ padding-top: 21%; }
    .pt-sm-per22{ padding-top: 22%; }
    .pt-sm-per23{ padding-top: 23%; }
    .pt-sm-per24{ padding-top: 24%; }
    .pt-sm-per25{ padding-top: 25%; }


    .pr-sm-per1{ padding-right: 1%; }
    .pr-sm-per2{ padding-right: 2%; }
    .pr-sm-per3{ padding-right: 3%; }
    .pr-sm-per4{ padding-right: 4%; }
    .pr-sm-per5{ padding-right: 5%; }
    .pr-sm-per6{ padding-right: 6%; }
    .pr-sm-per7{ padding-right: 7%; }
    .pr-sm-per8{ padding-right: 8%; }
    .pr-sm-per9{ padding-right: 9%; }
    .pr-sm-per10{ padding-right: 10%; }
    .pr-sm-per11{ padding-right: 11%; }
    .pr-sm-per12{ padding-right: 12%; }
    .pr-sm-per13{ padding-right: 13%; }
    .pr-sm-per14{ padding-right: 14%; }
    .pr-sm-per15{ padding-right: 15%; }
    .pr-sm-per16{ padding-right: 16%; }
    .pr-sm-per17{ padding-right: 17%; }
    .pr-sm-per18{ padding-right: 18%; }
    .pr-sm-per19{ padding-right: 19%; }
    .pr-sm-per20{ padding-right: 20%; }
    .pr-sm-per21{ padding-right: 21%; }
    .pr-sm-per22{ padding-right: 22%; }
    .pr-sm-per23{ padding-right: 23%; }
    .pr-sm-per24{ padding-right: 24%; }
    .pr-sm-per25{ padding-right: 25%; }


    .pb-sm-per1{ padding-bottom: 1%; }
    .pb-sm-per2{ padding-bottom: 2%; }
    .pb-sm-per3{ padding-bottom: 3%; }
    .pb-sm-per4{ padding-bottom: 4%; }
    .pb-sm-per5{ padding-bottom: 5%; }
    .pb-sm-per6{ padding-bottom: 6%; }
    .pb-sm-per7{ padding-bottom: 7%; }
    .pb-sm-per8{ padding-bottom: 8%; }
    .pb-sm-per9{ padding-bottom: 9%; }
    .pb-sm-per10{ padding-bottom: 10%; }
    .pb-sm-per11{ padding-bottom: 11%; }
    .pb-sm-per12{ padding-bottom: 12%; }
    .pb-sm-per13{ padding-bottom: 13%; }
    .pb-sm-per14{ padding-bottom: 14%; }
    .pb-sm-per15{ padding-bottom: 15%; }
    .pb-sm-per16{ padding-bottom: 16%; }
    .pb-sm-per17{ padding-bottom: 17%; }
    .pb-sm-per18{ padding-bottom: 18%; }
    .pb-sm-per19{ padding-bottom: 19%; }
    .pb-sm-per20{ padding-bottom: 20%; }
    .pb-sm-per21{ padding-bottom: 21%; }
    .pb-sm-per22{ padding-bottom: 22%; }
    .pb-sm-per23{ padding-bottom: 23%; }
    .pb-sm-per24{ padding-bottom: 24%; }
    .pb-sm-per25{ padding-bottom: 25%; }


    .pl-sm-per1{ padding-left: 1%; }
    .pl-sm-per2{ padding-left: 2%; }
    .pl-sm-per3{ padding-left: 3%; }
    .pl-sm-per4{ padding-left: 4%; }
    .pl-sm-per5{ padding-left: 5%; }
    .pl-sm-per6{ padding-left: 6%; }
    .pl-sm-per7{ padding-left: 7%; }
    .pl-sm-per8{ padding-left: 8%; }
    .pl-sm-per9{ padding-left: 9%; }
    .pl-sm-per10{ padding-left: 10%; }
    .pl-sm-per11{ padding-left: 11%; }
    .pl-sm-per12{ padding-left: 12%; }
    .pl-sm-per13{ padding-left: 13%; }
    .pl-sm-per14{ padding-left: 14%; }
    .pl-sm-per15{ padding-left: 15%; }
    .pl-sm-per16{ padding-left: 16%; }
    .pl-sm-per17{ padding-left: 17%; }
    .pl-sm-per18{ padding-left: 18%; }
    .pl-sm-per19{ padding-left: 19%; }
    .pl-sm-per20{ padding-left: 20%; }
    .pl-sm-per21{ padding-left: 21%; }
    .pl-sm-per22{ padding-left: 22%; }
    .pl-sm-per23{ padding-left: 23%; }
    .pl-sm-per24{ padding-left: 24%; }
    .pl-sm-per25{ padding-left: 25%; }
}

@media all and (min-width: 992px) {
    .col-md-0 {width: auto;}
    .col-md-1 {width: 8.33%;}
    .col-md-2 {width: 16.66%;}
    .col-md-3 {width: 25%;}
    .col-md-4 {width: 33.33%;}
    .col-md-5 {width: 41.66%;}
    .col-md-6 {width: 50%;}
    .col-md-7 {width: 58.33%;}
    .col-md-8 {width: 66.66%;}
    .col-md-9 {width: 75%;}
    .col-md-10 {width: 83.33%;}
    .col-md-11 {width: 91.66%;}
    .col-md-12 {width: 100%;}
    .col-md-20 {width: 20%;}

    .col-md-0i {width: auto !important;}
    .col-md-1i {width: 8.33% !important;}
    .col-md-2i {width: 16.66% !important;}
    .col-md-3i {width: 25% !important;}
    .col-md-4i {width: 33.33% !important;}
    .col-md-5i {width: 41.66% !important;}
    .col-md-6i {width: 50% !important;}
    .col-md-7i {width: 58.33% !important;}
    .col-md-8i {width: 66.66% !important;}
    .col-md-9i {width: 75% !important;}
    .col-md-10i {width: 83.33% !important;}
    .col-md-11i {width: 91.66% !important;}
    .col-md-12i {width: 100% !important;}
    .col-md-20i {width: 20% !important;}

    .col-md-center {float: none; margin-left:auto; margin-right: auto;}

    .h-md-100 {height: 100%;}
    .h-md-auto {height: auto;}

    .over-md-hidden {overflow: hidden;}
    .over-md-visible {overflow: visible;}
    .over-md-auto {overflow: auto; }

    .hidden-md{ display: none; }
    .show-md { display: inline-block; }
    .show-md-inline { display: inline; }
    .show-md-block { display: block; }
    .show-md-table { display: table; }
    .show-md-tablecell { display: table-cell; }
    .show-md-tablerow { display: table-row; }
    .show-md-tablecolumn { display: table-column; }
    .tc-md {text-align: center;}
    .tl-md {text-align: left;}
    .tr-md {text-align: right;}
    .tj-md {text-align: justify;}

    .vt-md {vertical-align: top;}
    .vm-md {vertical-align: middle;}
    .vb-md {vertical-align: bottom;}

    .fr-md{ float: right; }
    .fl-md{ float: left; }
    .fn-md{ float: none; }

    .mw-n-md{ max-width: none; }


    .mt-md-0{ margin-top: 0px; }
    .mt-md-1{ margin-top: 1px; }
    .mt-md-2{ margin-top: 2px; }
    .mt-md-3{ margin-top: 3px; }
    .mt-md-4{ margin-top: 4px; }
    .mt-md-5{ margin-top: 5px; }
    .mt-md-6{ margin-top: 6px; }
    .mt-md-7{ margin-top: 7px; }
    .mt-md-8{ margin-top: 8px; }
    .mt-md-9{ margin-top: 9px; }
    .mt-md-10{ margin-top: 10px; }
    .mt-md-11{ margin-top: 11px; }
    .mt-md-12{ margin-top: 12px; }
    .mt-md-13{ margin-top: 13px; }
    .mt-md-14{ margin-top: 14px; }
    .mt-md-15{ margin-top: 15px; }
    .mt-md-16{ margin-top: 16px; }
    .mt-md-17{ margin-top: 17px; }
    .mt-md-18{ margin-top: 18px; }
    .mt-md-19{ margin-top: 19px; }
    .mt-md-20{ margin-top: 20px; }
    .mt-md-21{ margin-top: 21px; }
    .mt-md-22{ margin-top: 22px; }
    .mt-md-23{ margin-top: 23px; }
    .mt-md-24{ margin-top: 24px; }
    .mt-md-25{ margin-top: 25px; }
    .mt-md-26{ margin-top: 26px; }
    .mt-md-27{ margin-top: 27px; }
    .mt-md-28{ margin-top: 28px; }
    .mt-md-29{ margin-top: 29px; }
    .mt-md-30{ margin-top: 30px; }
    .mt-md-31{ margin-top: 31px; }
    .mt-md-32{ margin-top: 32px; }
    .mt-md-33{ margin-top: 33px; }
    .mt-md-34{ margin-top: 34px; }
    .mt-md-35{ margin-top: 35px; }
    .mt-md-36{ margin-top: 36px; }
    .mt-md-37{ margin-top: 37px; }
    .mt-md-38{ margin-top: 38px; }
    .mt-md-39{ margin-top: 39px; }
    .mt-md-40{ margin-top: 40px; }
    .mt-md-41{ margin-top: 41px; }
    .mt-md-42{ margin-top: 42px; }
    .mt-md-43{ margin-top: 43px; }
    .mt-md-44{ margin-top: 44px; }
    .mt-md-45{ margin-top: 45px; }
    .mt-md-46{ margin-top: 46px; }
    .mt-md-47{ margin-top: 47px; }
    .mt-md-48{ margin-top: 48px; }
    .mt-md-49{ margin-top: 49px; }
    .mt-md-50{ margin-top: 50px; }
    .mt-md-51{ margin-top: 51px; }
    .mt-md-52{ margin-top: 52px; }
    .mt-md-53{ margin-top: 53px; }
    .mt-md-54{ margin-top: 54px; }
    .mt-md-55{ margin-top: 55px; }
    .mt-md-56{ margin-top: 56px; }
    .mt-md-57{ margin-top: 57px; }
    .mt-md-58{ margin-top: 58px; }
    .mt-md-59{ margin-top: 59px; }
    .mt-md-60{ margin-top: 60px; }
    .mt-md-61{ margin-top: 61px; }
    .mt-md-62{ margin-top: 62px; }
    .mt-md-63{ margin-top: 63px; }
    .mt-md-64{ margin-top: 64px; }
    .mt-md-65{ margin-top: 65px; }
    .mt-md-66{ margin-top: 66px; }
    .mt-md-67{ margin-top: 67px; }
    .mt-md-68{ margin-top: 68px; }
    .mt-md-69{ margin-top: 69px; }
    .mt-md-70{ margin-top: 70px; }
    .mt-md-71{ margin-top: 71px; }
    .mt-md-72{ margin-top: 72px; }
    .mt-md-73{ margin-top: 73px; }
    .mt-md-74{ margin-top: 74px; }
    .mt-md-75{ margin-top: 75px; }
    .mt-md-76{ margin-top: 76px; }
    .mt-md-77{ margin-top: 77px; }
    .mt-md-78{ margin-top: 78px; }
    .mt-md-79{ margin-top: 79px; }
    .mt-md-80{ margin-top: 80px; }
    .mt-md-81{ margin-top: 81px; }
    .mt-md-82{ margin-top: 82px; }
    .mt-md-83{ margin-top: 83px; }
    .mt-md-84{ margin-top: 84px; }
    .mt-md-85{ margin-top: 85px; }
    .mt-md-86{ margin-top: 86px; }
    .mt-md-87{ margin-top: 87px; }
    .mt-md-88{ margin-top: 88px; }
    .mt-md-89{ margin-top: 89px; }
    .mt-md-90{ margin-top: 90px; }
    .mt-md-91{ margin-top: 91px; }
    .mt-md-92{ margin-top: 92px; }
    .mt-md-93{ margin-top: 93px; }
    .mt-md-94{ margin-top: 94px; }
    .mt-md-95{ margin-top: 95px; }
    .mt-md-96{ margin-top: 96px; }
    .mt-md-97{ margin-top: 97px; }
    .mt-md-98{ margin-top: 98px; }
    .mt-md-99{ margin-top: 99px; }


    .mr-md-0{ margin-right: 0px; }
    .mr-md-1{ margin-right: 1px; }
    .mr-md-2{ margin-right: 2px; }
    .mr-md-3{ margin-right: 3px; }
    .mr-md-4{ margin-right: 4px; }
    .mr-md-5{ margin-right: 5px; }
    .mr-md-6{ margin-right: 6px; }
    .mr-md-7{ margin-right: 7px; }
    .mr-md-8{ margin-right: 8px; }
    .mr-md-9{ margin-right: 9px; }
    .mr-md-10{ margin-right: 10px; }
    .mr-md-11{ margin-right: 11px; }
    .mr-md-12{ margin-right: 12px; }
    .mr-md-13{ margin-right: 13px; }
    .mr-md-14{ margin-right: 14px; }
    .mr-md-15{ margin-right: 15px; }
    .mr-md-16{ margin-right: 16px; }
    .mr-md-17{ margin-right: 17px; }
    .mr-md-18{ margin-right: 18px; }
    .mr-md-19{ margin-right: 19px; }
    .mr-md-20{ margin-right: 20px; }
    .mr-md-21{ margin-right: 21px; }
    .mr-md-22{ margin-right: 22px; }
    .mr-md-23{ margin-right: 23px; }
    .mr-md-24{ margin-right: 24px; }
    .mr-md-25{ margin-right: 25px; }
    .mr-md-26{ margin-right: 26px; }
    .mr-md-27{ margin-right: 27px; }
    .mr-md-28{ margin-right: 28px; }
    .mr-md-29{ margin-right: 29px; }
    .mr-md-30{ margin-right: 30px; }
    .mr-md-31{ margin-right: 31px; }
    .mr-md-32{ margin-right: 32px; }
    .mr-md-33{ margin-right: 33px; }
    .mr-md-34{ margin-right: 34px; }
    .mr-md-35{ margin-right: 35px; }
    .mr-md-36{ margin-right: 36px; }
    .mr-md-37{ margin-right: 37px; }
    .mr-md-38{ margin-right: 38px; }
    .mr-md-39{ margin-right: 39px; }
    .mr-md-40{ margin-right: 40px; }
    .mr-md-41{ margin-right: 41px; }
    .mr-md-42{ margin-right: 42px; }
    .mr-md-43{ margin-right: 43px; }
    .mr-md-44{ margin-right: 44px; }
    .mr-md-45{ margin-right: 45px; }
    .mr-md-46{ margin-right: 46px; }
    .mr-md-47{ margin-right: 47px; }
    .mr-md-48{ margin-right: 48px; }
    .mr-md-49{ margin-right: 49px; }
    .mr-md-50{ margin-right: 50px; }
    .mr-md-51{ margin-right: 51px; }
    .mr-md-52{ margin-right: 52px; }
    .mr-md-53{ margin-right: 53px; }
    .mr-md-54{ margin-right: 54px; }
    .mr-md-55{ margin-right: 55px; }
    .mr-md-56{ margin-right: 56px; }
    .mr-md-57{ margin-right: 57px; }
    .mr-md-58{ margin-right: 58px; }
    .mr-md-59{ margin-right: 59px; }
    .mr-md-60{ margin-right: 60px; }
    .mr-md-61{ margin-right: 61px; }
    .mr-md-62{ margin-right: 62px; }
    .mr-md-63{ margin-right: 63px; }
    .mr-md-64{ margin-right: 64px; }
    .mr-md-65{ margin-right: 65px; }
    .mr-md-66{ margin-right: 66px; }
    .mr-md-67{ margin-right: 67px; }
    .mr-md-68{ margin-right: 68px; }
    .mr-md-69{ margin-right: 69px; }
    .mr-md-70{ margin-right: 70px; }
    .mr-md-71{ margin-right: 71px; }
    .mr-md-72{ margin-right: 72px; }
    .mr-md-73{ margin-right: 73px; }
    .mr-md-74{ margin-right: 74px; }
    .mr-md-75{ margin-right: 75px; }
    .mr-md-76{ margin-right: 76px; }
    .mr-md-77{ margin-right: 77px; }
    .mr-md-78{ margin-right: 78px; }
    .mr-md-79{ margin-right: 79px; }
    .mr-md-80{ margin-right: 80px; }
    .mr-md-81{ margin-right: 81px; }
    .mr-md-82{ margin-right: 82px; }
    .mr-md-83{ margin-right: 83px; }
    .mr-md-84{ margin-right: 84px; }
    .mr-md-85{ margin-right: 85px; }
    .mr-md-86{ margin-right: 86px; }
    .mr-md-87{ margin-right: 87px; }
    .mr-md-88{ margin-right: 88px; }
    .mr-md-89{ margin-right: 89px; }
    .mr-md-90{ margin-right: 90px; }
    .mr-md-91{ margin-right: 91px; }
    .mr-md-92{ margin-right: 92px; }
    .mr-md-93{ margin-right: 93px; }
    .mr-md-94{ margin-right: 94px; }
    .mr-md-95{ margin-right: 95px; }
    .mr-md-96{ margin-right: 96px; }
    .mr-md-97{ margin-right: 97px; }
    .mr-md-98{ margin-right: 98px; }
    .mr-md-99{ margin-right: 99px; }


    .mb-md-0{ margin-bottom: 0px; }
    .mb-md-1{ margin-bottom: 1px; }
    .mb-md-2{ margin-bottom: 2px; }
    .mb-md-3{ margin-bottom: 3px; }
    .mb-md-4{ margin-bottom: 4px; }
    .mb-md-5{ margin-bottom: 5px; }
    .mb-md-6{ margin-bottom: 6px; }
    .mb-md-7{ margin-bottom: 7px; }
    .mb-md-8{ margin-bottom: 8px; }
    .mb-md-9{ margin-bottom: 9px; }
    .mb-md-10{ margin-bottom: 10px; }
    .mb-md-11{ margin-bottom: 11px; }
    .mb-md-12{ margin-bottom: 12px; }
    .mb-md-13{ margin-bottom: 13px; }
    .mb-md-14{ margin-bottom: 14px; }
    .mb-md-15{ margin-bottom: 15px; }
    .mb-md-16{ margin-bottom: 16px; }
    .mb-md-17{ margin-bottom: 17px; }
    .mb-md-18{ margin-bottom: 18px; }
    .mb-md-19{ margin-bottom: 19px; }
    .mb-md-20{ margin-bottom: 20px; }
    .mb-md-21{ margin-bottom: 21px; }
    .mb-md-22{ margin-bottom: 22px; }
    .mb-md-23{ margin-bottom: 23px; }
    .mb-md-24{ margin-bottom: 24px; }
    .mb-md-25{ margin-bottom: 25px; }
    .mb-md-26{ margin-bottom: 26px; }
    .mb-md-27{ margin-bottom: 27px; }
    .mb-md-28{ margin-bottom: 28px; }
    .mb-md-29{ margin-bottom: 29px; }
    .mb-md-30{ margin-bottom: 30px; }
    .mb-md-31{ margin-bottom: 31px; }
    .mb-md-32{ margin-bottom: 32px; }
    .mb-md-33{ margin-bottom: 33px; }
    .mb-md-34{ margin-bottom: 34px; }
    .mb-md-35{ margin-bottom: 35px; }
    .mb-md-36{ margin-bottom: 36px; }
    .mb-md-37{ margin-bottom: 37px; }
    .mb-md-38{ margin-bottom: 38px; }
    .mb-md-39{ margin-bottom: 39px; }
    .mb-md-40{ margin-bottom: 40px; }
    .mb-md-41{ margin-bottom: 41px; }
    .mb-md-42{ margin-bottom: 42px; }
    .mb-md-43{ margin-bottom: 43px; }
    .mb-md-44{ margin-bottom: 44px; }
    .mb-md-45{ margin-bottom: 45px; }
    .mb-md-46{ margin-bottom: 46px; }
    .mb-md-47{ margin-bottom: 47px; }
    .mb-md-48{ margin-bottom: 48px; }
    .mb-md-49{ margin-bottom: 49px; }
    .mb-md-50{ margin-bottom: 50px; }
    .mb-md-51{ margin-bottom: 51px; }
    .mb-md-52{ margin-bottom: 52px; }
    .mb-md-53{ margin-bottom: 53px; }
    .mb-md-54{ margin-bottom: 54px; }
    .mb-md-55{ margin-bottom: 55px; }
    .mb-md-56{ margin-bottom: 56px; }
    .mb-md-57{ margin-bottom: 57px; }
    .mb-md-58{ margin-bottom: 58px; }
    .mb-md-59{ margin-bottom: 59px; }
    .mb-md-60{ margin-bottom: 60px; }
    .mb-md-61{ margin-bottom: 61px; }
    .mb-md-62{ margin-bottom: 62px; }
    .mb-md-63{ margin-bottom: 63px; }
    .mb-md-64{ margin-bottom: 64px; }
    .mb-md-65{ margin-bottom: 65px; }
    .mb-md-66{ margin-bottom: 66px; }
    .mb-md-67{ margin-bottom: 67px; }
    .mb-md-68{ margin-bottom: 68px; }
    .mb-md-69{ margin-bottom: 69px; }
    .mb-md-70{ margin-bottom: 70px; }
    .mb-md-71{ margin-bottom: 71px; }
    .mb-md-72{ margin-bottom: 72px; }
    .mb-md-73{ margin-bottom: 73px; }
    .mb-md-74{ margin-bottom: 74px; }
    .mb-md-75{ margin-bottom: 75px; }
    .mb-md-76{ margin-bottom: 76px; }
    .mb-md-77{ margin-bottom: 77px; }
    .mb-md-78{ margin-bottom: 78px; }
    .mb-md-79{ margin-bottom: 79px; }
    .mb-md-80{ margin-bottom: 80px; }
    .mb-md-81{ margin-bottom: 81px; }
    .mb-md-82{ margin-bottom: 82px; }
    .mb-md-83{ margin-bottom: 83px; }
    .mb-md-84{ margin-bottom: 84px; }
    .mb-md-85{ margin-bottom: 85px; }
    .mb-md-86{ margin-bottom: 86px; }
    .mb-md-87{ margin-bottom: 87px; }
    .mb-md-88{ margin-bottom: 88px; }
    .mb-md-89{ margin-bottom: 89px; }
    .mb-md-90{ margin-bottom: 90px; }
    .mb-md-91{ margin-bottom: 91px; }
    .mb-md-92{ margin-bottom: 92px; }
    .mb-md-93{ margin-bottom: 93px; }
    .mb-md-94{ margin-bottom: 94px; }
    .mb-md-95{ margin-bottom: 95px; }
    .mb-md-96{ margin-bottom: 96px; }
    .mb-md-97{ margin-bottom: 97px; }
    .mb-md-98{ margin-bottom: 98px; }
    .mb-md-99{ margin-bottom: 99px; }


    .ml-md-0{ margin-left: 0px; }
    .ml-md-1{ margin-left: 1px; }
    .ml-md-2{ margin-left: 2px; }
    .ml-md-3{ margin-left: 3px; }
    .ml-md-4{ margin-left: 4px; }
    .ml-md-5{ margin-left: 5px; }
    .ml-md-6{ margin-left: 6px; }
    .ml-md-7{ margin-left: 7px; }
    .ml-md-8{ margin-left: 8px; }
    .ml-md-9{ margin-left: 9px; }
    .ml-md-10{ margin-left: 10px; }
    .ml-md-11{ margin-left: 11px; }
    .ml-md-12{ margin-left: 12px; }
    .ml-md-13{ margin-left: 13px; }
    .ml-md-14{ margin-left: 14px; }
    .ml-md-15{ margin-left: 15px; }
    .ml-md-16{ margin-left: 16px; }
    .ml-md-17{ margin-left: 17px; }
    .ml-md-18{ margin-left: 18px; }
    .ml-md-19{ margin-left: 19px; }
    .ml-md-20{ margin-left: 20px; }
    .ml-md-21{ margin-left: 21px; }
    .ml-md-22{ margin-left: 22px; }
    .ml-md-23{ margin-left: 23px; }
    .ml-md-24{ margin-left: 24px; }
    .ml-md-25{ margin-left: 25px; }
    .ml-md-26{ margin-left: 26px; }
    .ml-md-27{ margin-left: 27px; }
    .ml-md-28{ margin-left: 28px; }
    .ml-md-29{ margin-left: 29px; }
    .ml-md-30{ margin-left: 30px; }
    .ml-md-31{ margin-left: 31px; }
    .ml-md-32{ margin-left: 32px; }
    .ml-md-33{ margin-left: 33px; }
    .ml-md-34{ margin-left: 34px; }
    .ml-md-35{ margin-left: 35px; }
    .ml-md-36{ margin-left: 36px; }
    .ml-md-37{ margin-left: 37px; }
    .ml-md-38{ margin-left: 38px; }
    .ml-md-39{ margin-left: 39px; }
    .ml-md-40{ margin-left: 40px; }
    .ml-md-41{ margin-left: 41px; }
    .ml-md-42{ margin-left: 42px; }
    .ml-md-43{ margin-left: 43px; }
    .ml-md-44{ margin-left: 44px; }
    .ml-md-45{ margin-left: 45px; }
    .ml-md-46{ margin-left: 46px; }
    .ml-md-47{ margin-left: 47px; }
    .ml-md-48{ margin-left: 48px; }
    .ml-md-49{ margin-left: 49px; }
    .ml-md-50{ margin-left: 50px; }
    .ml-md-51{ margin-left: 51px; }
    .ml-md-52{ margin-left: 52px; }
    .ml-md-53{ margin-left: 53px; }
    .ml-md-54{ margin-left: 54px; }
    .ml-md-55{ margin-left: 55px; }
    .ml-md-56{ margin-left: 56px; }
    .ml-md-57{ margin-left: 57px; }
    .ml-md-58{ margin-left: 58px; }
    .ml-md-59{ margin-left: 59px; }
    .ml-md-60{ margin-left: 60px; }
    .ml-md-61{ margin-left: 61px; }
    .ml-md-62{ margin-left: 62px; }
    .ml-md-63{ margin-left: 63px; }
    .ml-md-64{ margin-left: 64px; }
    .ml-md-65{ margin-left: 65px; }
    .ml-md-66{ margin-left: 66px; }
    .ml-md-67{ margin-left: 67px; }
    .ml-md-68{ margin-left: 68px; }
    .ml-md-69{ margin-left: 69px; }
    .ml-md-70{ margin-left: 70px; }
    .ml-md-71{ margin-left: 71px; }
    .ml-md-72{ margin-left: 72px; }
    .ml-md-73{ margin-left: 73px; }
    .ml-md-74{ margin-left: 74px; }
    .ml-md-75{ margin-left: 75px; }
    .ml-md-76{ margin-left: 76px; }
    .ml-md-77{ margin-left: 77px; }
    .ml-md-78{ margin-left: 78px; }
    .ml-md-79{ margin-left: 79px; }
    .ml-md-80{ margin-left: 80px; }
    .ml-md-81{ margin-left: 81px; }
    .ml-md-82{ margin-left: 82px; }
    .ml-md-83{ margin-left: 83px; }
    .ml-md-84{ margin-left: 84px; }
    .ml-md-85{ margin-left: 85px; }
    .ml-md-86{ margin-left: 86px; }
    .ml-md-87{ margin-left: 87px; }
    .ml-md-88{ margin-left: 88px; }
    .ml-md-89{ margin-left: 89px; }
    .ml-md-90{ margin-left: 90px; }
    .ml-md-91{ margin-left: 91px; }
    .ml-md-92{ margin-left: 92px; }
    .ml-md-93{ margin-left: 93px; }
    .ml-md-94{ margin-left: 94px; }
    .ml-md-95{ margin-left: 95px; }
    .ml-md-96{ margin-left: 96px; }
    .ml-md-97{ margin-left: 97px; }
    .ml-md-98{ margin-left: 98px; }
    .ml-md-99{ margin-left: 99px; }


    .pt-md-0{ padding-top: 0px; }
    .pt-md-1{ padding-top: 1px; }
    .pt-md-2{ padding-top: 2px; }
    .pt-md-3{ padding-top: 3px; }
    .pt-md-4{ padding-top: 4px; }
    .pt-md-5{ padding-top: 5px; }
    .pt-md-6{ padding-top: 6px; }
    .pt-md-7{ padding-top: 7px; }
    .pt-md-8{ padding-top: 8px; }
    .pt-md-9{ padding-top: 9px; }
    .pt-md-10{ padding-top: 10px; }
    .pt-md-11{ padding-top: 11px; }
    .pt-md-12{ padding-top: 12px; }
    .pt-md-13{ padding-top: 13px; }
    .pt-md-14{ padding-top: 14px; }
    .pt-md-15{ padding-top: 15px; }
    .pt-md-16{ padding-top: 16px; }
    .pt-md-17{ padding-top: 17px; }
    .pt-md-18{ padding-top: 18px; }
    .pt-md-19{ padding-top: 19px; }
    .pt-md-20{ padding-top: 20px; }
    .pt-md-21{ padding-top: 21px; }
    .pt-md-22{ padding-top: 22px; }
    .pt-md-23{ padding-top: 23px; }
    .pt-md-24{ padding-top: 24px; }
    .pt-md-25{ padding-top: 25px; }
    .pt-md-26{ padding-top: 26px; }
    .pt-md-27{ padding-top: 27px; }
    .pt-md-28{ padding-top: 28px; }
    .pt-md-29{ padding-top: 29px; }
    .pt-md-30{ padding-top: 30px; }
    .pt-md-31{ padding-top: 31px; }
    .pt-md-32{ padding-top: 32px; }
    .pt-md-33{ padding-top: 33px; }
    .pt-md-34{ padding-top: 34px; }
    .pt-md-35{ padding-top: 35px; }
    .pt-md-36{ padding-top: 36px; }
    .pt-md-37{ padding-top: 37px; }
    .pt-md-38{ padding-top: 38px; }
    .pt-md-39{ padding-top: 39px; }
    .pt-md-40{ padding-top: 40px; }
    .pt-md-41{ padding-top: 41px; }
    .pt-md-42{ padding-top: 42px; }
    .pt-md-43{ padding-top: 43px; }
    .pt-md-44{ padding-top: 44px; }
    .pt-md-45{ padding-top: 45px; }
    .pt-md-46{ padding-top: 46px; }
    .pt-md-47{ padding-top: 47px; }
    .pt-md-48{ padding-top: 48px; }
    .pt-md-49{ padding-top: 49px; }
    .pt-md-50{ padding-top: 50px; }
    .pt-md-51{ padding-top: 51px; }
    .pt-md-52{ padding-top: 52px; }
    .pt-md-53{ padding-top: 53px; }
    .pt-md-54{ padding-top: 54px; }
    .pt-md-55{ padding-top: 55px; }
    .pt-md-56{ padding-top: 56px; }
    .pt-md-57{ padding-top: 57px; }
    .pt-md-58{ padding-top: 58px; }
    .pt-md-59{ padding-top: 59px; }
    .pt-md-60{ padding-top: 60px; }
    .pt-md-61{ padding-top: 61px; }
    .pt-md-62{ padding-top: 62px; }
    .pt-md-63{ padding-top: 63px; }
    .pt-md-64{ padding-top: 64px; }
    .pt-md-65{ padding-top: 65px; }
    .pt-md-66{ padding-top: 66px; }
    .pt-md-67{ padding-top: 67px; }
    .pt-md-68{ padding-top: 68px; }
    .pt-md-69{ padding-top: 69px; }
    .pt-md-70{ padding-top: 70px; }
    .pt-md-71{ padding-top: 71px; }
    .pt-md-72{ padding-top: 72px; }
    .pt-md-73{ padding-top: 73px; }
    .pt-md-74{ padding-top: 74px; }
    .pt-md-75{ padding-top: 75px; }
    .pt-md-76{ padding-top: 76px; }
    .pt-md-77{ padding-top: 77px; }
    .pt-md-78{ padding-top: 78px; }
    .pt-md-79{ padding-top: 79px; }
    .pt-md-80{ padding-top: 80px; }
    .pt-md-81{ padding-top: 81px; }
    .pt-md-82{ padding-top: 82px; }
    .pt-md-83{ padding-top: 83px; }
    .pt-md-84{ padding-top: 84px; }
    .pt-md-85{ padding-top: 85px; }
    .pt-md-86{ padding-top: 86px; }
    .pt-md-87{ padding-top: 87px; }
    .pt-md-88{ padding-top: 88px; }
    .pt-md-89{ padding-top: 89px; }
    .pt-md-90{ padding-top: 90px; }
    .pt-md-91{ padding-top: 91px; }
    .pt-md-92{ padding-top: 92px; }
    .pt-md-93{ padding-top: 93px; }
    .pt-md-94{ padding-top: 94px; }
    .pt-md-95{ padding-top: 95px; }
    .pt-md-96{ padding-top: 96px; }
    .pt-md-97{ padding-top: 97px; }
    .pt-md-98{ padding-top: 98px; }
    .pt-md-99{ padding-top: 99px; }


    .pr-md-0{ padding-right: 0px; }
    .pr-md-1{ padding-right: 1px; }
    .pr-md-2{ padding-right: 2px; }
    .pr-md-3{ padding-right: 3px; }
    .pr-md-4{ padding-right: 4px; }
    .pr-md-5{ padding-right: 5px; }
    .pr-md-6{ padding-right: 6px; }
    .pr-md-7{ padding-right: 7px; }
    .pr-md-8{ padding-right: 8px; }
    .pr-md-9{ padding-right: 9px; }
    .pr-md-10{ padding-right: 10px; }
    .pr-md-11{ padding-right: 11px; }
    .pr-md-12{ padding-right: 12px; }
    .pr-md-13{ padding-right: 13px; }
    .pr-md-14{ padding-right: 14px; }
    .pr-md-15{ padding-right: 15px; }
    .pr-md-16{ padding-right: 16px; }
    .pr-md-17{ padding-right: 17px; }
    .pr-md-18{ padding-right: 18px; }
    .pr-md-19{ padding-right: 19px; }
    .pr-md-20{ padding-right: 20px; }
    .pr-md-21{ padding-right: 21px; }
    .pr-md-22{ padding-right: 22px; }
    .pr-md-23{ padding-right: 23px; }
    .pr-md-24{ padding-right: 24px; }
    .pr-md-25{ padding-right: 25px; }
    .pr-md-26{ padding-right: 26px; }
    .pr-md-27{ padding-right: 27px; }
    .pr-md-28{ padding-right: 28px; }
    .pr-md-29{ padding-right: 29px; }
    .pr-md-30{ padding-right: 30px; }
    .pr-md-31{ padding-right: 31px; }
    .pr-md-32{ padding-right: 32px; }
    .pr-md-33{ padding-right: 33px; }
    .pr-md-34{ padding-right: 34px; }
    .pr-md-35{ padding-right: 35px; }
    .pr-md-36{ padding-right: 36px; }
    .pr-md-37{ padding-right: 37px; }
    .pr-md-38{ padding-right: 38px; }
    .pr-md-39{ padding-right: 39px; }
    .pr-md-40{ padding-right: 40px; }
    .pr-md-41{ padding-right: 41px; }
    .pr-md-42{ padding-right: 42px; }
    .pr-md-43{ padding-right: 43px; }
    .pr-md-44{ padding-right: 44px; }
    .pr-md-45{ padding-right: 45px; }
    .pr-md-46{ padding-right: 46px; }
    .pr-md-47{ padding-right: 47px; }
    .pr-md-48{ padding-right: 48px; }
    .pr-md-49{ padding-right: 49px; }
    .pr-md-50{ padding-right: 50px; }
    .pr-md-51{ padding-right: 51px; }
    .pr-md-52{ padding-right: 52px; }
    .pr-md-53{ padding-right: 53px; }
    .pr-md-54{ padding-right: 54px; }
    .pr-md-55{ padding-right: 55px; }
    .pr-md-56{ padding-right: 56px; }
    .pr-md-57{ padding-right: 57px; }
    .pr-md-58{ padding-right: 58px; }
    .pr-md-59{ padding-right: 59px; }
    .pr-md-60{ padding-right: 60px; }
    .pr-md-61{ padding-right: 61px; }
    .pr-md-62{ padding-right: 62px; }
    .pr-md-63{ padding-right: 63px; }
    .pr-md-64{ padding-right: 64px; }
    .pr-md-65{ padding-right: 65px; }
    .pr-md-66{ padding-right: 66px; }
    .pr-md-67{ padding-right: 67px; }
    .pr-md-68{ padding-right: 68px; }
    .pr-md-69{ padding-right: 69px; }
    .pr-md-70{ padding-right: 70px; }
    .pr-md-71{ padding-right: 71px; }
    .pr-md-72{ padding-right: 72px; }
    .pr-md-73{ padding-right: 73px; }
    .pr-md-74{ padding-right: 74px; }
    .pr-md-75{ padding-right: 75px; }
    .pr-md-76{ padding-right: 76px; }
    .pr-md-77{ padding-right: 77px; }
    .pr-md-78{ padding-right: 78px; }
    .pr-md-79{ padding-right: 79px; }
    .pr-md-80{ padding-right: 80px; }
    .pr-md-81{ padding-right: 81px; }
    .pr-md-82{ padding-right: 82px; }
    .pr-md-83{ padding-right: 83px; }
    .pr-md-84{ padding-right: 84px; }
    .pr-md-85{ padding-right: 85px; }
    .pr-md-86{ padding-right: 86px; }
    .pr-md-87{ padding-right: 87px; }
    .pr-md-88{ padding-right: 88px; }
    .pr-md-89{ padding-right: 89px; }
    .pr-md-90{ padding-right: 90px; }
    .pr-md-91{ padding-right: 91px; }
    .pr-md-92{ padding-right: 92px; }
    .pr-md-93{ padding-right: 93px; }
    .pr-md-94{ padding-right: 94px; }
    .pr-md-95{ padding-right: 95px; }
    .pr-md-96{ padding-right: 96px; }
    .pr-md-97{ padding-right: 97px; }
    .pr-md-98{ padding-right: 98px; }
    .pr-md-99{ padding-right: 99px; }


    .pb-md-0{ padding-bottom: 0px; }
    .pb-md-1{ padding-bottom: 1px; }
    .pb-md-2{ padding-bottom: 2px; }
    .pb-md-3{ padding-bottom: 3px; }
    .pb-md-4{ padding-bottom: 4px; }
    .pb-md-5{ padding-bottom: 5px; }
    .pb-md-6{ padding-bottom: 6px; }
    .pb-md-7{ padding-bottom: 7px; }
    .pb-md-8{ padding-bottom: 8px; }
    .pb-md-9{ padding-bottom: 9px; }
    .pb-md-10{ padding-bottom: 10px; }
    .pb-md-11{ padding-bottom: 11px; }
    .pb-md-12{ padding-bottom: 12px; }
    .pb-md-13{ padding-bottom: 13px; }
    .pb-md-14{ padding-bottom: 14px; }
    .pb-md-15{ padding-bottom: 15px; }
    .pb-md-16{ padding-bottom: 16px; }
    .pb-md-17{ padding-bottom: 17px; }
    .pb-md-18{ padding-bottom: 18px; }
    .pb-md-19{ padding-bottom: 19px; }
    .pb-md-20{ padding-bottom: 20px; }
    .pb-md-21{ padding-bottom: 21px; }
    .pb-md-22{ padding-bottom: 22px; }
    .pb-md-23{ padding-bottom: 23px; }
    .pb-md-24{ padding-bottom: 24px; }
    .pb-md-25{ padding-bottom: 25px; }
    .pb-md-26{ padding-bottom: 26px; }
    .pb-md-27{ padding-bottom: 27px; }
    .pb-md-28{ padding-bottom: 28px; }
    .pb-md-29{ padding-bottom: 29px; }
    .pb-md-30{ padding-bottom: 30px; }
    .pb-md-31{ padding-bottom: 31px; }
    .pb-md-32{ padding-bottom: 32px; }
    .pb-md-33{ padding-bottom: 33px; }
    .pb-md-34{ padding-bottom: 34px; }
    .pb-md-35{ padding-bottom: 35px; }
    .pb-md-36{ padding-bottom: 36px; }
    .pb-md-37{ padding-bottom: 37px; }
    .pb-md-38{ padding-bottom: 38px; }
    .pb-md-39{ padding-bottom: 39px; }
    .pb-md-40{ padding-bottom: 40px; }
    .pb-md-41{ padding-bottom: 41px; }
    .pb-md-42{ padding-bottom: 42px; }
    .pb-md-43{ padding-bottom: 43px; }
    .pb-md-44{ padding-bottom: 44px; }
    .pb-md-45{ padding-bottom: 45px; }
    .pb-md-46{ padding-bottom: 46px; }
    .pb-md-47{ padding-bottom: 47px; }
    .pb-md-48{ padding-bottom: 48px; }
    .pb-md-49{ padding-bottom: 49px; }
    .pb-md-50{ padding-bottom: 50px; }
    .pb-md-51{ padding-bottom: 51px; }
    .pb-md-52{ padding-bottom: 52px; }
    .pb-md-53{ padding-bottom: 53px; }
    .pb-md-54{ padding-bottom: 54px; }
    .pb-md-55{ padding-bottom: 55px; }
    .pb-md-56{ padding-bottom: 56px; }
    .pb-md-57{ padding-bottom: 57px; }
    .pb-md-58{ padding-bottom: 58px; }
    .pb-md-59{ padding-bottom: 59px; }
    .pb-md-60{ padding-bottom: 60px; }
    .pb-md-61{ padding-bottom: 61px; }
    .pb-md-62{ padding-bottom: 62px; }
    .pb-md-63{ padding-bottom: 63px; }
    .pb-md-64{ padding-bottom: 64px; }
    .pb-md-65{ padding-bottom: 65px; }
    .pb-md-66{ padding-bottom: 66px; }
    .pb-md-67{ padding-bottom: 67px; }
    .pb-md-68{ padding-bottom: 68px; }
    .pb-md-69{ padding-bottom: 69px; }
    .pb-md-70{ padding-bottom: 70px; }
    .pb-md-71{ padding-bottom: 71px; }
    .pb-md-72{ padding-bottom: 72px; }
    .pb-md-73{ padding-bottom: 73px; }
    .pb-md-74{ padding-bottom: 74px; }
    .pb-md-75{ padding-bottom: 75px; }
    .pb-md-76{ padding-bottom: 76px; }
    .pb-md-77{ padding-bottom: 77px; }
    .pb-md-78{ padding-bottom: 78px; }
    .pb-md-79{ padding-bottom: 79px; }
    .pb-md-80{ padding-bottom: 80px; }
    .pb-md-81{ padding-bottom: 81px; }
    .pb-md-82{ padding-bottom: 82px; }
    .pb-md-83{ padding-bottom: 83px; }
    .pb-md-84{ padding-bottom: 84px; }
    .pb-md-85{ padding-bottom: 85px; }
    .pb-md-86{ padding-bottom: 86px; }
    .pb-md-87{ padding-bottom: 87px; }
    .pb-md-88{ padding-bottom: 88px; }
    .pb-md-89{ padding-bottom: 89px; }
    .pb-md-90{ padding-bottom: 90px; }
    .pb-md-91{ padding-bottom: 91px; }
    .pb-md-92{ padding-bottom: 92px; }
    .pb-md-93{ padding-bottom: 93px; }
    .pb-md-94{ padding-bottom: 94px; }
    .pb-md-95{ padding-bottom: 95px; }
    .pb-md-96{ padding-bottom: 96px; }
    .pb-md-97{ padding-bottom: 97px; }
    .pb-md-98{ padding-bottom: 98px; }
    .pb-md-99{ padding-bottom: 99px; }


    .pl-md-0{ padding-left: 0px; }
    .pl-md-1{ padding-left: 1px; }
    .pl-md-2{ padding-left: 2px; }
    .pl-md-3{ padding-left: 3px; }
    .pl-md-4{ padding-left: 4px; }
    .pl-md-5{ padding-left: 5px; }
    .pl-md-6{ padding-left: 6px; }
    .pl-md-7{ padding-left: 7px; }
    .pl-md-8{ padding-left: 8px; }
    .pl-md-9{ padding-left: 9px; }
    .pl-md-10{ padding-left: 10px; }
    .pl-md-11{ padding-left: 11px; }
    .pl-md-12{ padding-left: 12px; }
    .pl-md-13{ padding-left: 13px; }
    .pl-md-14{ padding-left: 14px; }
    .pl-md-15{ padding-left: 15px; }
    .pl-md-16{ padding-left: 16px; }
    .pl-md-17{ padding-left: 17px; }
    .pl-md-18{ padding-left: 18px; }
    .pl-md-19{ padding-left: 19px; }
    .pl-md-20{ padding-left: 20px; }
    .pl-md-21{ padding-left: 21px; }
    .pl-md-22{ padding-left: 22px; }
    .pl-md-23{ padding-left: 23px; }
    .pl-md-24{ padding-left: 24px; }
    .pl-md-25{ padding-left: 25px; }
    .pl-md-26{ padding-left: 26px; }
    .pl-md-27{ padding-left: 27px; }
    .pl-md-28{ padding-left: 28px; }
    .pl-md-29{ padding-left: 29px; }
    .pl-md-30{ padding-left: 30px; }
    .pl-md-31{ padding-left: 31px; }
    .pl-md-32{ padding-left: 32px; }
    .pl-md-33{ padding-left: 33px; }
    .pl-md-34{ padding-left: 34px; }
    .pl-md-35{ padding-left: 35px; }
    .pl-md-36{ padding-left: 36px; }
    .pl-md-37{ padding-left: 37px; }
    .pl-md-38{ padding-left: 38px; }
    .pl-md-39{ padding-left: 39px; }
    .pl-md-40{ padding-left: 40px; }
    .pl-md-41{ padding-left: 41px; }
    .pl-md-42{ padding-left: 42px; }
    .pl-md-43{ padding-left: 43px; }
    .pl-md-44{ padding-left: 44px; }
    .pl-md-45{ padding-left: 45px; }
    .pl-md-46{ padding-left: 46px; }
    .pl-md-47{ padding-left: 47px; }
    .pl-md-48{ padding-left: 48px; }
    .pl-md-49{ padding-left: 49px; }
    .pl-md-50{ padding-left: 50px; }
    .pl-md-51{ padding-left: 51px; }
    .pl-md-52{ padding-left: 52px; }
    .pl-md-53{ padding-left: 53px; }
    .pl-md-54{ padding-left: 54px; }
    .pl-md-55{ padding-left: 55px; }
    .pl-md-56{ padding-left: 56px; }
    .pl-md-57{ padding-left: 57px; }
    .pl-md-58{ padding-left: 58px; }
    .pl-md-59{ padding-left: 59px; }
    .pl-md-60{ padding-left: 60px; }
    .pl-md-61{ padding-left: 61px; }
    .pl-md-62{ padding-left: 62px; }
    .pl-md-63{ padding-left: 63px; }
    .pl-md-64{ padding-left: 64px; }
    .pl-md-65{ padding-left: 65px; }
    .pl-md-66{ padding-left: 66px; }
    .pl-md-67{ padding-left: 67px; }
    .pl-md-68{ padding-left: 68px; }
    .pl-md-69{ padding-left: 69px; }
    .pl-md-70{ padding-left: 70px; }
    .pl-md-71{ padding-left: 71px; }
    .pl-md-72{ padding-left: 72px; }
    .pl-md-73{ padding-left: 73px; }
    .pl-md-74{ padding-left: 74px; }
    .pl-md-75{ padding-left: 75px; }
    .pl-md-76{ padding-left: 76px; }
    .pl-md-77{ padding-left: 77px; }
    .pl-md-78{ padding-left: 78px; }
    .pl-md-79{ padding-left: 79px; }
    .pl-md-80{ padding-left: 80px; }
    .pl-md-81{ padding-left: 81px; }
    .pl-md-82{ padding-left: 82px; }
    .pl-md-83{ padding-left: 83px; }
    .pl-md-84{ padding-left: 84px; }
    .pl-md-85{ padding-left: 85px; }
    .pl-md-86{ padding-left: 86px; }
    .pl-md-87{ padding-left: 87px; }
    .pl-md-88{ padding-left: 88px; }
    .pl-md-89{ padding-left: 89px; }
    .pl-md-90{ padding-left: 90px; }
    .pl-md-91{ padding-left: 91px; }
    .pl-md-92{ padding-left: 92px; }
    .pl-md-93{ padding-left: 93px; }
    .pl-md-94{ padding-left: 94px; }
    .pl-md-95{ padding-left: 95px; }
    .pl-md-96{ padding-left: 96px; }
    .pl-md-97{ padding-left: 97px; }
    .pl-md-98{ padding-left: 98px; }
    .pl-md-99{ padding-left: 99px; }


    .pt-md-per1{ padding-top: 1%; }
    .pt-md-per2{ padding-top: 2%; }
    .pt-md-per3{ padding-top: 3%; }
    .pt-md-per4{ padding-top: 4%; }
    .pt-md-per5{ padding-top: 5%; }
    .pt-md-per6{ padding-top: 6%; }
    .pt-md-per7{ padding-top: 7%; }
    .pt-md-per8{ padding-top: 8%; }
    .pt-md-per9{ padding-top: 9%; }
    .pt-md-per10{ padding-top: 10%; }
    .pt-md-per11{ padding-top: 11%; }
    .pt-md-per12{ padding-top: 12%; }
    .pt-md-per13{ padding-top: 13%; }
    .pt-md-per14{ padding-top: 14%; }
    .pt-md-per15{ padding-top: 15%; }
    .pt-md-per16{ padding-top: 16%; }
    .pt-md-per17{ padding-top: 17%; }
    .pt-md-per18{ padding-top: 18%; }
    .pt-md-per19{ padding-top: 19%; }
    .pt-md-per20{ padding-top: 20%; }
    .pt-md-per21{ padding-top: 21%; }
    .pt-md-per22{ padding-top: 22%; }
    .pt-md-per23{ padding-top: 23%; }
    .pt-md-per24{ padding-top: 24%; }
    .pt-md-per25{ padding-top: 25%; }


    .pr-md-per1{ padding-right: 1%; }
    .pr-md-per2{ padding-right: 2%; }
    .pr-md-per3{ padding-right: 3%; }
    .pr-md-per4{ padding-right: 4%; }
    .pr-md-per5{ padding-right: 5%; }
    .pr-md-per6{ padding-right: 6%; }
    .pr-md-per7{ padding-right: 7%; }
    .pr-md-per8{ padding-right: 8%; }
    .pr-md-per9{ padding-right: 9%; }
    .pr-md-per10{ padding-right: 10%; }
    .pr-md-per11{ padding-right: 11%; }
    .pr-md-per12{ padding-right: 12%; }
    .pr-md-per13{ padding-right: 13%; }
    .pr-md-per14{ padding-right: 14%; }
    .pr-md-per15{ padding-right: 15%; }
    .pr-md-per16{ padding-right: 16%; }
    .pr-md-per17{ padding-right: 17%; }
    .pr-md-per18{ padding-right: 18%; }
    .pr-md-per19{ padding-right: 19%; }
    .pr-md-per20{ padding-right: 20%; }
    .pr-md-per21{ padding-right: 21%; }
    .pr-md-per22{ padding-right: 22%; }
    .pr-md-per23{ padding-right: 23%; }
    .pr-md-per24{ padding-right: 24%; }
    .pr-md-per25{ padding-right: 25%; }


    .pb-md-per1{ padding-bottom: 1%; }
    .pb-md-per2{ padding-bottom: 2%; }
    .pb-md-per3{ padding-bottom: 3%; }
    .pb-md-per4{ padding-bottom: 4%; }
    .pb-md-per5{ padding-bottom: 5%; }
    .pb-md-per6{ padding-bottom: 6%; }
    .pb-md-per7{ padding-bottom: 7%; }
    .pb-md-per8{ padding-bottom: 8%; }
    .pb-md-per9{ padding-bottom: 9%; }
    .pb-md-per10{ padding-bottom: 10%; }
    .pb-md-per11{ padding-bottom: 11%; }
    .pb-md-per12{ padding-bottom: 12%; }
    .pb-md-per13{ padding-bottom: 13%; }
    .pb-md-per14{ padding-bottom: 14%; }
    .pb-md-per15{ padding-bottom: 15%; }
    .pb-md-per16{ padding-bottom: 16%; }
    .pb-md-per17{ padding-bottom: 17%; }
    .pb-md-per18{ padding-bottom: 18%; }
    .pb-md-per19{ padding-bottom: 19%; }
    .pb-md-per20{ padding-bottom: 20%; }
    .pb-md-per21{ padding-bottom: 21%; }
    .pb-md-per22{ padding-bottom: 22%; }
    .pb-md-per23{ padding-bottom: 23%; }
    .pb-md-per24{ padding-bottom: 24%; }
    .pb-md-per25{ padding-bottom: 25%; }


    .pl-md-per1{ padding-left: 1%; }
    .pl-md-per2{ padding-left: 2%; }
    .pl-md-per3{ padding-left: 3%; }
    .pl-md-per4{ padding-left: 4%; }
    .pl-md-per5{ padding-left: 5%; }
    .pl-md-per6{ padding-left: 6%; }
    .pl-md-per7{ padding-left: 7%; }
    .pl-md-per8{ padding-left: 8%; }
    .pl-md-per9{ padding-left: 9%; }
    .pl-md-per10{ padding-left: 10%; }
    .pl-md-per11{ padding-left: 11%; }
    .pl-md-per12{ padding-left: 12%; }
    .pl-md-per13{ padding-left: 13%; }
    .pl-md-per14{ padding-left: 14%; }
    .pl-md-per15{ padding-left: 15%; }
    .pl-md-per16{ padding-left: 16%; }
    .pl-md-per17{ padding-left: 17%; }
    .pl-md-per18{ padding-left: 18%; }
    .pl-md-per19{ padding-left: 19%; }
    .pl-md-per20{ padding-left: 20%; }
    .pl-md-per21{ padding-left: 21%; }
    .pl-md-per22{ padding-left: 22%; }
    .pl-md-per23{ padding-left: 23%; }
    .pl-md-per24{ padding-left: 24%; }
    .pl-md-per25{ padding-left: 25%; }
}

@media all and (min-width: 1200px) {
    .col-lg-0 {width: auto;}
    .col-lg-1 {width: 8.33%;}
    .col-lg-2 {width: 16.66%;}
    .col-lg-3 {width: 25%;}
    .col-lg-4 {width: 33.33%;}
    .col-lg-5 {width: 41.66%;}
    .col-lg-6 {width: 50%;}
    .col-lg-7 {width: 58.33%;}
    .col-lg-8 {width: 66.66%;}
    .col-lg-9 {width: 75%;}
    .col-lg-10 {width: 83.33%;}
    .col-lg-11 {width: 91.66%;}
    .col-lg-12 {width: 100%;}
    .col-lg-20 {width: 20%;}

    .col-lg-0i {width: auto !important;}
    .col-lg-1i {width: 8.33% !important;}
    .col-lg-2i {width: 16.66% !important;}
    .col-lg-3i {width: 25% !important;}
    .col-lg-4i {width: 33.33% !important;}
    .col-lg-5i {width: 41.66% !important;}
    .col-lg-6i {width: 50% !important;}
    .col-lg-7i {width: 58.33% !important;}
    .col-lg-8i {width: 66.66% !important;}
    .col-lg-9i {width: 75% !important;}
    .col-lg-10i {width: 83.33% !important;}
    .col-lg-11i {width: 91.66% !important;}
    .col-lg-12i {width: 100% !important;}
    .col-lg-20i {width: 20% !important;}

    .col-lg-center {float: none; margin-left:auto; margin-right: auto;}

    .h-lg-100 {height: 100%;}
    .h-lg-auto {height: auto;}

    .over-lg-hidden {overflow: hidden;}
    .over-lg-visible {overflow: visible;}
    .over-lg-auto {overflow: auto; }

    .hidden-lg{ display: none; }
    .show-lg { display: inline-block; }
    .show-lg-inline { display: inline; }
    .show-lg-block { display: block; }
    .show-lg-table { display: table; }
    .show-lg-tablecell { display: table-cell; }
    .show-lg-tablerow { display: table-row; }
    .show-lg-tablecolumn { display: table-column; }
    .tc-lg {text-align: center;}
    .tl-lg {text-align: left;}
    .tr-lg {text-align: right;}
    .tj-lg {text-align: justify;}

    .vt-lg {vertical-align: top;}
    .vm-lg {vertical-align: middle;}
    .vb-lg {vertical-align: bottom;}

    .fr-lg{ float: right; }
    .fl-lg{ float: left; }
    .fn-lg{ float: none; }

    .mw-n-lg{ max-width: none; }


    .mt-lg-0{ margin-top: 0px; }
    .mt-lg-1{ margin-top: 1px; }
    .mt-lg-2{ margin-top: 2px; }
    .mt-lg-3{ margin-top: 3px; }
    .mt-lg-4{ margin-top: 4px; }
    .mt-lg-5{ margin-top: 5px; }
    .mt-lg-6{ margin-top: 6px; }
    .mt-lg-7{ margin-top: 7px; }
    .mt-lg-8{ margin-top: 8px; }
    .mt-lg-9{ margin-top: 9px; }
    .mt-lg-10{ margin-top: 10px; }
    .mt-lg-11{ margin-top: 11px; }
    .mt-lg-12{ margin-top: 12px; }
    .mt-lg-13{ margin-top: 13px; }
    .mt-lg-14{ margin-top: 14px; }
    .mt-lg-15{ margin-top: 15px; }
    .mt-lg-16{ margin-top: 16px; }
    .mt-lg-17{ margin-top: 17px; }
    .mt-lg-18{ margin-top: 18px; }
    .mt-lg-19{ margin-top: 19px; }
    .mt-lg-20{ margin-top: 20px; }
    .mt-lg-21{ margin-top: 21px; }
    .mt-lg-22{ margin-top: 22px; }
    .mt-lg-23{ margin-top: 23px; }
    .mt-lg-24{ margin-top: 24px; }
    .mt-lg-25{ margin-top: 25px; }
    .mt-lg-26{ margin-top: 26px; }
    .mt-lg-27{ margin-top: 27px; }
    .mt-lg-28{ margin-top: 28px; }
    .mt-lg-29{ margin-top: 29px; }
    .mt-lg-30{ margin-top: 30px; }
    .mt-lg-31{ margin-top: 31px; }
    .mt-lg-32{ margin-top: 32px; }
    .mt-lg-33{ margin-top: 33px; }
    .mt-lg-34{ margin-top: 34px; }
    .mt-lg-35{ margin-top: 35px; }
    .mt-lg-36{ margin-top: 36px; }
    .mt-lg-37{ margin-top: 37px; }
    .mt-lg-38{ margin-top: 38px; }
    .mt-lg-39{ margin-top: 39px; }
    .mt-lg-40{ margin-top: 40px; }
    .mt-lg-41{ margin-top: 41px; }
    .mt-lg-42{ margin-top: 42px; }
    .mt-lg-43{ margin-top: 43px; }
    .mt-lg-44{ margin-top: 44px; }
    .mt-lg-45{ margin-top: 45px; }
    .mt-lg-46{ margin-top: 46px; }
    .mt-lg-47{ margin-top: 47px; }
    .mt-lg-48{ margin-top: 48px; }
    .mt-lg-49{ margin-top: 49px; }
    .mt-lg-50{ margin-top: 50px; }
    .mt-lg-51{ margin-top: 51px; }
    .mt-lg-52{ margin-top: 52px; }
    .mt-lg-53{ margin-top: 53px; }
    .mt-lg-54{ margin-top: 54px; }
    .mt-lg-55{ margin-top: 55px; }
    .mt-lg-56{ margin-top: 56px; }
    .mt-lg-57{ margin-top: 57px; }
    .mt-lg-58{ margin-top: 58px; }
    .mt-lg-59{ margin-top: 59px; }
    .mt-lg-60{ margin-top: 60px; }
    .mt-lg-61{ margin-top: 61px; }
    .mt-lg-62{ margin-top: 62px; }
    .mt-lg-63{ margin-top: 63px; }
    .mt-lg-64{ margin-top: 64px; }
    .mt-lg-65{ margin-top: 65px; }
    .mt-lg-66{ margin-top: 66px; }
    .mt-lg-67{ margin-top: 67px; }
    .mt-lg-68{ margin-top: 68px; }
    .mt-lg-69{ margin-top: 69px; }
    .mt-lg-70{ margin-top: 70px; }
    .mt-lg-71{ margin-top: 71px; }
    .mt-lg-72{ margin-top: 72px; }
    .mt-lg-73{ margin-top: 73px; }
    .mt-lg-74{ margin-top: 74px; }
    .mt-lg-75{ margin-top: 75px; }
    .mt-lg-76{ margin-top: 76px; }
    .mt-lg-77{ margin-top: 77px; }
    .mt-lg-78{ margin-top: 78px; }
    .mt-lg-79{ margin-top: 79px; }
    .mt-lg-80{ margin-top: 80px; }
    .mt-lg-81{ margin-top: 81px; }
    .mt-lg-82{ margin-top: 82px; }
    .mt-lg-83{ margin-top: 83px; }
    .mt-lg-84{ margin-top: 84px; }
    .mt-lg-85{ margin-top: 85px; }
    .mt-lg-86{ margin-top: 86px; }
    .mt-lg-87{ margin-top: 87px; }
    .mt-lg-88{ margin-top: 88px; }
    .mt-lg-89{ margin-top: 89px; }
    .mt-lg-90{ margin-top: 90px; }
    .mt-lg-91{ margin-top: 91px; }
    .mt-lg-92{ margin-top: 92px; }
    .mt-lg-93{ margin-top: 93px; }
    .mt-lg-94{ margin-top: 94px; }
    .mt-lg-95{ margin-top: 95px; }
    .mt-lg-96{ margin-top: 96px; }
    .mt-lg-97{ margin-top: 97px; }
    .mt-lg-98{ margin-top: 98px; }
    .mt-lg-99{ margin-top: 99px; }


    .mr-lg-0{ margin-right: 0px; }
    .mr-lg-1{ margin-right: 1px; }
    .mr-lg-2{ margin-right: 2px; }
    .mr-lg-3{ margin-right: 3px; }
    .mr-lg-4{ margin-right: 4px; }
    .mr-lg-5{ margin-right: 5px; }
    .mr-lg-6{ margin-right: 6px; }
    .mr-lg-7{ margin-right: 7px; }
    .mr-lg-8{ margin-right: 8px; }
    .mr-lg-9{ margin-right: 9px; }
    .mr-lg-10{ margin-right: 10px; }
    .mr-lg-11{ margin-right: 11px; }
    .mr-lg-12{ margin-right: 12px; }
    .mr-lg-13{ margin-right: 13px; }
    .mr-lg-14{ margin-right: 14px; }
    .mr-lg-15{ margin-right: 15px; }
    .mr-lg-16{ margin-right: 16px; }
    .mr-lg-17{ margin-right: 17px; }
    .mr-lg-18{ margin-right: 18px; }
    .mr-lg-19{ margin-right: 19px; }
    .mr-lg-20{ margin-right: 20px; }
    .mr-lg-21{ margin-right: 21px; }
    .mr-lg-22{ margin-right: 22px; }
    .mr-lg-23{ margin-right: 23px; }
    .mr-lg-24{ margin-right: 24px; }
    .mr-lg-25{ margin-right: 25px; }
    .mr-lg-26{ margin-right: 26px; }
    .mr-lg-27{ margin-right: 27px; }
    .mr-lg-28{ margin-right: 28px; }
    .mr-lg-29{ margin-right: 29px; }
    .mr-lg-30{ margin-right: 30px; }
    .mr-lg-31{ margin-right: 31px; }
    .mr-lg-32{ margin-right: 32px; }
    .mr-lg-33{ margin-right: 33px; }
    .mr-lg-34{ margin-right: 34px; }
    .mr-lg-35{ margin-right: 35px; }
    .mr-lg-36{ margin-right: 36px; }
    .mr-lg-37{ margin-right: 37px; }
    .mr-lg-38{ margin-right: 38px; }
    .mr-lg-39{ margin-right: 39px; }
    .mr-lg-40{ margin-right: 40px; }
    .mr-lg-41{ margin-right: 41px; }
    .mr-lg-42{ margin-right: 42px; }
    .mr-lg-43{ margin-right: 43px; }
    .mr-lg-44{ margin-right: 44px; }
    .mr-lg-45{ margin-right: 45px; }
    .mr-lg-46{ margin-right: 46px; }
    .mr-lg-47{ margin-right: 47px; }
    .mr-lg-48{ margin-right: 48px; }
    .mr-lg-49{ margin-right: 49px; }
    .mr-lg-50{ margin-right: 50px; }
    .mr-lg-51{ margin-right: 51px; }
    .mr-lg-52{ margin-right: 52px; }
    .mr-lg-53{ margin-right: 53px; }
    .mr-lg-54{ margin-right: 54px; }
    .mr-lg-55{ margin-right: 55px; }
    .mr-lg-56{ margin-right: 56px; }
    .mr-lg-57{ margin-right: 57px; }
    .mr-lg-58{ margin-right: 58px; }
    .mr-lg-59{ margin-right: 59px; }
    .mr-lg-60{ margin-right: 60px; }
    .mr-lg-61{ margin-right: 61px; }
    .mr-lg-62{ margin-right: 62px; }
    .mr-lg-63{ margin-right: 63px; }
    .mr-lg-64{ margin-right: 64px; }
    .mr-lg-65{ margin-right: 65px; }
    .mr-lg-66{ margin-right: 66px; }
    .mr-lg-67{ margin-right: 67px; }
    .mr-lg-68{ margin-right: 68px; }
    .mr-lg-69{ margin-right: 69px; }
    .mr-lg-70{ margin-right: 70px; }
    .mr-lg-71{ margin-right: 71px; }
    .mr-lg-72{ margin-right: 72px; }
    .mr-lg-73{ margin-right: 73px; }
    .mr-lg-74{ margin-right: 74px; }
    .mr-lg-75{ margin-right: 75px; }
    .mr-lg-76{ margin-right: 76px; }
    .mr-lg-77{ margin-right: 77px; }
    .mr-lg-78{ margin-right: 78px; }
    .mr-lg-79{ margin-right: 79px; }
    .mr-lg-80{ margin-right: 80px; }
    .mr-lg-81{ margin-right: 81px; }
    .mr-lg-82{ margin-right: 82px; }
    .mr-lg-83{ margin-right: 83px; }
    .mr-lg-84{ margin-right: 84px; }
    .mr-lg-85{ margin-right: 85px; }
    .mr-lg-86{ margin-right: 86px; }
    .mr-lg-87{ margin-right: 87px; }
    .mr-lg-88{ margin-right: 88px; }
    .mr-lg-89{ margin-right: 89px; }
    .mr-lg-90{ margin-right: 90px; }
    .mr-lg-91{ margin-right: 91px; }
    .mr-lg-92{ margin-right: 92px; }
    .mr-lg-93{ margin-right: 93px; }
    .mr-lg-94{ margin-right: 94px; }
    .mr-lg-95{ margin-right: 95px; }
    .mr-lg-96{ margin-right: 96px; }
    .mr-lg-97{ margin-right: 97px; }
    .mr-lg-98{ margin-right: 98px; }
    .mr-lg-99{ margin-right: 99px; }


    .mb-lg-0{ margin-bottom: 0px; }
    .mb-lg-1{ margin-bottom: 1px; }
    .mb-lg-2{ margin-bottom: 2px; }
    .mb-lg-3{ margin-bottom: 3px; }
    .mb-lg-4{ margin-bottom: 4px; }
    .mb-lg-5{ margin-bottom: 5px; }
    .mb-lg-6{ margin-bottom: 6px; }
    .mb-lg-7{ margin-bottom: 7px; }
    .mb-lg-8{ margin-bottom: 8px; }
    .mb-lg-9{ margin-bottom: 9px; }
    .mb-lg-10{ margin-bottom: 10px; }
    .mb-lg-11{ margin-bottom: 11px; }
    .mb-lg-12{ margin-bottom: 12px; }
    .mb-lg-13{ margin-bottom: 13px; }
    .mb-lg-14{ margin-bottom: 14px; }
    .mb-lg-15{ margin-bottom: 15px; }
    .mb-lg-16{ margin-bottom: 16px; }
    .mb-lg-17{ margin-bottom: 17px; }
    .mb-lg-18{ margin-bottom: 18px; }
    .mb-lg-19{ margin-bottom: 19px; }
    .mb-lg-20{ margin-bottom: 20px; }
    .mb-lg-21{ margin-bottom: 21px; }
    .mb-lg-22{ margin-bottom: 22px; }
    .mb-lg-23{ margin-bottom: 23px; }
    .mb-lg-24{ margin-bottom: 24px; }
    .mb-lg-25{ margin-bottom: 25px; }
    .mb-lg-26{ margin-bottom: 26px; }
    .mb-lg-27{ margin-bottom: 27px; }
    .mb-lg-28{ margin-bottom: 28px; }
    .mb-lg-29{ margin-bottom: 29px; }
    .mb-lg-30{ margin-bottom: 30px; }
    .mb-lg-31{ margin-bottom: 31px; }
    .mb-lg-32{ margin-bottom: 32px; }
    .mb-lg-33{ margin-bottom: 33px; }
    .mb-lg-34{ margin-bottom: 34px; }
    .mb-lg-35{ margin-bottom: 35px; }
    .mb-lg-36{ margin-bottom: 36px; }
    .mb-lg-37{ margin-bottom: 37px; }
    .mb-lg-38{ margin-bottom: 38px; }
    .mb-lg-39{ margin-bottom: 39px; }
    .mb-lg-40{ margin-bottom: 40px; }
    .mb-lg-41{ margin-bottom: 41px; }
    .mb-lg-42{ margin-bottom: 42px; }
    .mb-lg-43{ margin-bottom: 43px; }
    .mb-lg-44{ margin-bottom: 44px; }
    .mb-lg-45{ margin-bottom: 45px; }
    .mb-lg-46{ margin-bottom: 46px; }
    .mb-lg-47{ margin-bottom: 47px; }
    .mb-lg-48{ margin-bottom: 48px; }
    .mb-lg-49{ margin-bottom: 49px; }
    .mb-lg-50{ margin-bottom: 50px; }
    .mb-lg-51{ margin-bottom: 51px; }
    .mb-lg-52{ margin-bottom: 52px; }
    .mb-lg-53{ margin-bottom: 53px; }
    .mb-lg-54{ margin-bottom: 54px; }
    .mb-lg-55{ margin-bottom: 55px; }
    .mb-lg-56{ margin-bottom: 56px; }
    .mb-lg-57{ margin-bottom: 57px; }
    .mb-lg-58{ margin-bottom: 58px; }
    .mb-lg-59{ margin-bottom: 59px; }
    .mb-lg-60{ margin-bottom: 60px; }
    .mb-lg-61{ margin-bottom: 61px; }
    .mb-lg-62{ margin-bottom: 62px; }
    .mb-lg-63{ margin-bottom: 63px; }
    .mb-lg-64{ margin-bottom: 64px; }
    .mb-lg-65{ margin-bottom: 65px; }
    .mb-lg-66{ margin-bottom: 66px; }
    .mb-lg-67{ margin-bottom: 67px; }
    .mb-lg-68{ margin-bottom: 68px; }
    .mb-lg-69{ margin-bottom: 69px; }
    .mb-lg-70{ margin-bottom: 70px; }
    .mb-lg-71{ margin-bottom: 71px; }
    .mb-lg-72{ margin-bottom: 72px; }
    .mb-lg-73{ margin-bottom: 73px; }
    .mb-lg-74{ margin-bottom: 74px; }
    .mb-lg-75{ margin-bottom: 75px; }
    .mb-lg-76{ margin-bottom: 76px; }
    .mb-lg-77{ margin-bottom: 77px; }
    .mb-lg-78{ margin-bottom: 78px; }
    .mb-lg-79{ margin-bottom: 79px; }
    .mb-lg-80{ margin-bottom: 80px; }
    .mb-lg-81{ margin-bottom: 81px; }
    .mb-lg-82{ margin-bottom: 82px; }
    .mb-lg-83{ margin-bottom: 83px; }
    .mb-lg-84{ margin-bottom: 84px; }
    .mb-lg-85{ margin-bottom: 85px; }
    .mb-lg-86{ margin-bottom: 86px; }
    .mb-lg-87{ margin-bottom: 87px; }
    .mb-lg-88{ margin-bottom: 88px; }
    .mb-lg-89{ margin-bottom: 89px; }
    .mb-lg-90{ margin-bottom: 90px; }
    .mb-lg-91{ margin-bottom: 91px; }
    .mb-lg-92{ margin-bottom: 92px; }
    .mb-lg-93{ margin-bottom: 93px; }
    .mb-lg-94{ margin-bottom: 94px; }
    .mb-lg-95{ margin-bottom: 95px; }
    .mb-lg-96{ margin-bottom: 96px; }
    .mb-lg-97{ margin-bottom: 97px; }
    .mb-lg-98{ margin-bottom: 98px; }
    .mb-lg-99{ margin-bottom: 99px; }


    .ml-lg-0{ margin-left: 0px; }
    .ml-lg-1{ margin-left: 1px; }
    .ml-lg-2{ margin-left: 2px; }
    .ml-lg-3{ margin-left: 3px; }
    .ml-lg-4{ margin-left: 4px; }
    .ml-lg-5{ margin-left: 5px; }
    .ml-lg-6{ margin-left: 6px; }
    .ml-lg-7{ margin-left: 7px; }
    .ml-lg-8{ margin-left: 8px; }
    .ml-lg-9{ margin-left: 9px; }
    .ml-lg-10{ margin-left: 10px; }
    .ml-lg-11{ margin-left: 11px; }
    .ml-lg-12{ margin-left: 12px; }
    .ml-lg-13{ margin-left: 13px; }
    .ml-lg-14{ margin-left: 14px; }
    .ml-lg-15{ margin-left: 15px; }
    .ml-lg-16{ margin-left: 16px; }
    .ml-lg-17{ margin-left: 17px; }
    .ml-lg-18{ margin-left: 18px; }
    .ml-lg-19{ margin-left: 19px; }
    .ml-lg-20{ margin-left: 20px; }
    .ml-lg-21{ margin-left: 21px; }
    .ml-lg-22{ margin-left: 22px; }
    .ml-lg-23{ margin-left: 23px; }
    .ml-lg-24{ margin-left: 24px; }
    .ml-lg-25{ margin-left: 25px; }
    .ml-lg-26{ margin-left: 26px; }
    .ml-lg-27{ margin-left: 27px; }
    .ml-lg-28{ margin-left: 28px; }
    .ml-lg-29{ margin-left: 29px; }
    .ml-lg-30{ margin-left: 30px; }
    .ml-lg-31{ margin-left: 31px; }
    .ml-lg-32{ margin-left: 32px; }
    .ml-lg-33{ margin-left: 33px; }
    .ml-lg-34{ margin-left: 34px; }
    .ml-lg-35{ margin-left: 35px; }
    .ml-lg-36{ margin-left: 36px; }
    .ml-lg-37{ margin-left: 37px; }
    .ml-lg-38{ margin-left: 38px; }
    .ml-lg-39{ margin-left: 39px; }
    .ml-lg-40{ margin-left: 40px; }
    .ml-lg-41{ margin-left: 41px; }
    .ml-lg-42{ margin-left: 42px; }
    .ml-lg-43{ margin-left: 43px; }
    .ml-lg-44{ margin-left: 44px; }
    .ml-lg-45{ margin-left: 45px; }
    .ml-lg-46{ margin-left: 46px; }
    .ml-lg-47{ margin-left: 47px; }
    .ml-lg-48{ margin-left: 48px; }
    .ml-lg-49{ margin-left: 49px; }
    .ml-lg-50{ margin-left: 50px; }
    .ml-lg-51{ margin-left: 51px; }
    .ml-lg-52{ margin-left: 52px; }
    .ml-lg-53{ margin-left: 53px; }
    .ml-lg-54{ margin-left: 54px; }
    .ml-lg-55{ margin-left: 55px; }
    .ml-lg-56{ margin-left: 56px; }
    .ml-lg-57{ margin-left: 57px; }
    .ml-lg-58{ margin-left: 58px; }
    .ml-lg-59{ margin-left: 59px; }
    .ml-lg-60{ margin-left: 60px; }
    .ml-lg-61{ margin-left: 61px; }
    .ml-lg-62{ margin-left: 62px; }
    .ml-lg-63{ margin-left: 63px; }
    .ml-lg-64{ margin-left: 64px; }
    .ml-lg-65{ margin-left: 65px; }
    .ml-lg-66{ margin-left: 66px; }
    .ml-lg-67{ margin-left: 67px; }
    .ml-lg-68{ margin-left: 68px; }
    .ml-lg-69{ margin-left: 69px; }
    .ml-lg-70{ margin-left: 70px; }
    .ml-lg-71{ margin-left: 71px; }
    .ml-lg-72{ margin-left: 72px; }
    .ml-lg-73{ margin-left: 73px; }
    .ml-lg-74{ margin-left: 74px; }
    .ml-lg-75{ margin-left: 75px; }
    .ml-lg-76{ margin-left: 76px; }
    .ml-lg-77{ margin-left: 77px; }
    .ml-lg-78{ margin-left: 78px; }
    .ml-lg-79{ margin-left: 79px; }
    .ml-lg-80{ margin-left: 80px; }
    .ml-lg-81{ margin-left: 81px; }
    .ml-lg-82{ margin-left: 82px; }
    .ml-lg-83{ margin-left: 83px; }
    .ml-lg-84{ margin-left: 84px; }
    .ml-lg-85{ margin-left: 85px; }
    .ml-lg-86{ margin-left: 86px; }
    .ml-lg-87{ margin-left: 87px; }
    .ml-lg-88{ margin-left: 88px; }
    .ml-lg-89{ margin-left: 89px; }
    .ml-lg-90{ margin-left: 90px; }
    .ml-lg-91{ margin-left: 91px; }
    .ml-lg-92{ margin-left: 92px; }
    .ml-lg-93{ margin-left: 93px; }
    .ml-lg-94{ margin-left: 94px; }
    .ml-lg-95{ margin-left: 95px; }
    .ml-lg-96{ margin-left: 96px; }
    .ml-lg-97{ margin-left: 97px; }
    .ml-lg-98{ margin-left: 98px; }
    .ml-lg-99{ margin-left: 99px; }


    .pt-lg-0{ padding-top: 0px; }
    .pt-lg-1{ padding-top: 1px; }
    .pt-lg-2{ padding-top: 2px; }
    .pt-lg-3{ padding-top: 3px; }
    .pt-lg-4{ padding-top: 4px; }
    .pt-lg-5{ padding-top: 5px; }
    .pt-lg-6{ padding-top: 6px; }
    .pt-lg-7{ padding-top: 7px; }
    .pt-lg-8{ padding-top: 8px; }
    .pt-lg-9{ padding-top: 9px; }
    .pt-lg-10{ padding-top: 10px; }
    .pt-lg-11{ padding-top: 11px; }
    .pt-lg-12{ padding-top: 12px; }
    .pt-lg-13{ padding-top: 13px; }
    .pt-lg-14{ padding-top: 14px; }
    .pt-lg-15{ padding-top: 15px; }
    .pt-lg-16{ padding-top: 16px; }
    .pt-lg-17{ padding-top: 17px; }
    .pt-lg-18{ padding-top: 18px; }
    .pt-lg-19{ padding-top: 19px; }
    .pt-lg-20{ padding-top: 20px; }
    .pt-lg-21{ padding-top: 21px; }
    .pt-lg-22{ padding-top: 22px; }
    .pt-lg-23{ padding-top: 23px; }
    .pt-lg-24{ padding-top: 24px; }
    .pt-lg-25{ padding-top: 25px; }
    .pt-lg-26{ padding-top: 26px; }
    .pt-lg-27{ padding-top: 27px; }
    .pt-lg-28{ padding-top: 28px; }
    .pt-lg-29{ padding-top: 29px; }
    .pt-lg-30{ padding-top: 30px; }
    .pt-lg-31{ padding-top: 31px; }
    .pt-lg-32{ padding-top: 32px; }
    .pt-lg-33{ padding-top: 33px; }
    .pt-lg-34{ padding-top: 34px; }
    .pt-lg-35{ padding-top: 35px; }
    .pt-lg-36{ padding-top: 36px; }
    .pt-lg-37{ padding-top: 37px; }
    .pt-lg-38{ padding-top: 38px; }
    .pt-lg-39{ padding-top: 39px; }
    .pt-lg-40{ padding-top: 40px; }
    .pt-lg-41{ padding-top: 41px; }
    .pt-lg-42{ padding-top: 42px; }
    .pt-lg-43{ padding-top: 43px; }
    .pt-lg-44{ padding-top: 44px; }
    .pt-lg-45{ padding-top: 45px; }
    .pt-lg-46{ padding-top: 46px; }
    .pt-lg-47{ padding-top: 47px; }
    .pt-lg-48{ padding-top: 48px; }
    .pt-lg-49{ padding-top: 49px; }
    .pt-lg-50{ padding-top: 50px; }
    .pt-lg-51{ padding-top: 51px; }
    .pt-lg-52{ padding-top: 52px; }
    .pt-lg-53{ padding-top: 53px; }
    .pt-lg-54{ padding-top: 54px; }
    .pt-lg-55{ padding-top: 55px; }
    .pt-lg-56{ padding-top: 56px; }
    .pt-lg-57{ padding-top: 57px; }
    .pt-lg-58{ padding-top: 58px; }
    .pt-lg-59{ padding-top: 59px; }
    .pt-lg-60{ padding-top: 60px; }
    .pt-lg-61{ padding-top: 61px; }
    .pt-lg-62{ padding-top: 62px; }
    .pt-lg-63{ padding-top: 63px; }
    .pt-lg-64{ padding-top: 64px; }
    .pt-lg-65{ padding-top: 65px; }
    .pt-lg-66{ padding-top: 66px; }
    .pt-lg-67{ padding-top: 67px; }
    .pt-lg-68{ padding-top: 68px; }
    .pt-lg-69{ padding-top: 69px; }
    .pt-lg-70{ padding-top: 70px; }
    .pt-lg-71{ padding-top: 71px; }
    .pt-lg-72{ padding-top: 72px; }
    .pt-lg-73{ padding-top: 73px; }
    .pt-lg-74{ padding-top: 74px; }
    .pt-lg-75{ padding-top: 75px; }
    .pt-lg-76{ padding-top: 76px; }
    .pt-lg-77{ padding-top: 77px; }
    .pt-lg-78{ padding-top: 78px; }
    .pt-lg-79{ padding-top: 79px; }
    .pt-lg-80{ padding-top: 80px; }
    .pt-lg-81{ padding-top: 81px; }
    .pt-lg-82{ padding-top: 82px; }
    .pt-lg-83{ padding-top: 83px; }
    .pt-lg-84{ padding-top: 84px; }
    .pt-lg-85{ padding-top: 85px; }
    .pt-lg-86{ padding-top: 86px; }
    .pt-lg-87{ padding-top: 87px; }
    .pt-lg-88{ padding-top: 88px; }
    .pt-lg-89{ padding-top: 89px; }
    .pt-lg-90{ padding-top: 90px; }
    .pt-lg-91{ padding-top: 91px; }
    .pt-lg-92{ padding-top: 92px; }
    .pt-lg-93{ padding-top: 93px; }
    .pt-lg-94{ padding-top: 94px; }
    .pt-lg-95{ padding-top: 95px; }
    .pt-lg-96{ padding-top: 96px; }
    .pt-lg-97{ padding-top: 97px; }
    .pt-lg-98{ padding-top: 98px; }
    .pt-lg-99{ padding-top: 99px; }


    .pr-lg-0{ padding-right: 0px; }
    .pr-lg-1{ padding-right: 1px; }
    .pr-lg-2{ padding-right: 2px; }
    .pr-lg-3{ padding-right: 3px; }
    .pr-lg-4{ padding-right: 4px; }
    .pr-lg-5{ padding-right: 5px; }
    .pr-lg-6{ padding-right: 6px; }
    .pr-lg-7{ padding-right: 7px; }
    .pr-lg-8{ padding-right: 8px; }
    .pr-lg-9{ padding-right: 9px; }
    .pr-lg-10{ padding-right: 10px; }
    .pr-lg-11{ padding-right: 11px; }
    .pr-lg-12{ padding-right: 12px; }
    .pr-lg-13{ padding-right: 13px; }
    .pr-lg-14{ padding-right: 14px; }
    .pr-lg-15{ padding-right: 15px; }
    .pr-lg-16{ padding-right: 16px; }
    .pr-lg-17{ padding-right: 17px; }
    .pr-lg-18{ padding-right: 18px; }
    .pr-lg-19{ padding-right: 19px; }
    .pr-lg-20{ padding-right: 20px; }
    .pr-lg-21{ padding-right: 21px; }
    .pr-lg-22{ padding-right: 22px; }
    .pr-lg-23{ padding-right: 23px; }
    .pr-lg-24{ padding-right: 24px; }
    .pr-lg-25{ padding-right: 25px; }
    .pr-lg-26{ padding-right: 26px; }
    .pr-lg-27{ padding-right: 27px; }
    .pr-lg-28{ padding-right: 28px; }
    .pr-lg-29{ padding-right: 29px; }
    .pr-lg-30{ padding-right: 30px; }
    .pr-lg-31{ padding-right: 31px; }
    .pr-lg-32{ padding-right: 32px; }
    .pr-lg-33{ padding-right: 33px; }
    .pr-lg-34{ padding-right: 34px; }
    .pr-lg-35{ padding-right: 35px; }
    .pr-lg-36{ padding-right: 36px; }
    .pr-lg-37{ padding-right: 37px; }
    .pr-lg-38{ padding-right: 38px; }
    .pr-lg-39{ padding-right: 39px; }
    .pr-lg-40{ padding-right: 40px; }
    .pr-lg-41{ padding-right: 41px; }
    .pr-lg-42{ padding-right: 42px; }
    .pr-lg-43{ padding-right: 43px; }
    .pr-lg-44{ padding-right: 44px; }
    .pr-lg-45{ padding-right: 45px; }
    .pr-lg-46{ padding-right: 46px; }
    .pr-lg-47{ padding-right: 47px; }
    .pr-lg-48{ padding-right: 48px; }
    .pr-lg-49{ padding-right: 49px; }
    .pr-lg-50{ padding-right: 50px; }
    .pr-lg-51{ padding-right: 51px; }
    .pr-lg-52{ padding-right: 52px; }
    .pr-lg-53{ padding-right: 53px; }
    .pr-lg-54{ padding-right: 54px; }
    .pr-lg-55{ padding-right: 55px; }
    .pr-lg-56{ padding-right: 56px; }
    .pr-lg-57{ padding-right: 57px; }
    .pr-lg-58{ padding-right: 58px; }
    .pr-lg-59{ padding-right: 59px; }
    .pr-lg-60{ padding-right: 60px; }
    .pr-lg-61{ padding-right: 61px; }
    .pr-lg-62{ padding-right: 62px; }
    .pr-lg-63{ padding-right: 63px; }
    .pr-lg-64{ padding-right: 64px; }
    .pr-lg-65{ padding-right: 65px; }
    .pr-lg-66{ padding-right: 66px; }
    .pr-lg-67{ padding-right: 67px; }
    .pr-lg-68{ padding-right: 68px; }
    .pr-lg-69{ padding-right: 69px; }
    .pr-lg-70{ padding-right: 70px; }
    .pr-lg-71{ padding-right: 71px; }
    .pr-lg-72{ padding-right: 72px; }
    .pr-lg-73{ padding-right: 73px; }
    .pr-lg-74{ padding-right: 74px; }
    .pr-lg-75{ padding-right: 75px; }
    .pr-lg-76{ padding-right: 76px; }
    .pr-lg-77{ padding-right: 77px; }
    .pr-lg-78{ padding-right: 78px; }
    .pr-lg-79{ padding-right: 79px; }
    .pr-lg-80{ padding-right: 80px; }
    .pr-lg-81{ padding-right: 81px; }
    .pr-lg-82{ padding-right: 82px; }
    .pr-lg-83{ padding-right: 83px; }
    .pr-lg-84{ padding-right: 84px; }
    .pr-lg-85{ padding-right: 85px; }
    .pr-lg-86{ padding-right: 86px; }
    .pr-lg-87{ padding-right: 87px; }
    .pr-lg-88{ padding-right: 88px; }
    .pr-lg-89{ padding-right: 89px; }
    .pr-lg-90{ padding-right: 90px; }
    .pr-lg-91{ padding-right: 91px; }
    .pr-lg-92{ padding-right: 92px; }
    .pr-lg-93{ padding-right: 93px; }
    .pr-lg-94{ padding-right: 94px; }
    .pr-lg-95{ padding-right: 95px; }
    .pr-lg-96{ padding-right: 96px; }
    .pr-lg-97{ padding-right: 97px; }
    .pr-lg-98{ padding-right: 98px; }
    .pr-lg-99{ padding-right: 99px; }


    .pb-lg-0{ padding-bottom: 0px; }
    .pb-lg-1{ padding-bottom: 1px; }
    .pb-lg-2{ padding-bottom: 2px; }
    .pb-lg-3{ padding-bottom: 3px; }
    .pb-lg-4{ padding-bottom: 4px; }
    .pb-lg-5{ padding-bottom: 5px; }
    .pb-lg-6{ padding-bottom: 6px; }
    .pb-lg-7{ padding-bottom: 7px; }
    .pb-lg-8{ padding-bottom: 8px; }
    .pb-lg-9{ padding-bottom: 9px; }
    .pb-lg-10{ padding-bottom: 10px; }
    .pb-lg-11{ padding-bottom: 11px; }
    .pb-lg-12{ padding-bottom: 12px; }
    .pb-lg-13{ padding-bottom: 13px; }
    .pb-lg-14{ padding-bottom: 14px; }
    .pb-lg-15{ padding-bottom: 15px; }
    .pb-lg-16{ padding-bottom: 16px; }
    .pb-lg-17{ padding-bottom: 17px; }
    .pb-lg-18{ padding-bottom: 18px; }
    .pb-lg-19{ padding-bottom: 19px; }
    .pb-lg-20{ padding-bottom: 20px; }
    .pb-lg-21{ padding-bottom: 21px; }
    .pb-lg-22{ padding-bottom: 22px; }
    .pb-lg-23{ padding-bottom: 23px; }
    .pb-lg-24{ padding-bottom: 24px; }
    .pb-lg-25{ padding-bottom: 25px; }
    .pb-lg-26{ padding-bottom: 26px; }
    .pb-lg-27{ padding-bottom: 27px; }
    .pb-lg-28{ padding-bottom: 28px; }
    .pb-lg-29{ padding-bottom: 29px; }
    .pb-lg-30{ padding-bottom: 30px; }
    .pb-lg-31{ padding-bottom: 31px; }
    .pb-lg-32{ padding-bottom: 32px; }
    .pb-lg-33{ padding-bottom: 33px; }
    .pb-lg-34{ padding-bottom: 34px; }
    .pb-lg-35{ padding-bottom: 35px; }
    .pb-lg-36{ padding-bottom: 36px; }
    .pb-lg-37{ padding-bottom: 37px; }
    .pb-lg-38{ padding-bottom: 38px; }
    .pb-lg-39{ padding-bottom: 39px; }
    .pb-lg-40{ padding-bottom: 40px; }
    .pb-lg-41{ padding-bottom: 41px; }
    .pb-lg-42{ padding-bottom: 42px; }
    .pb-lg-43{ padding-bottom: 43px; }
    .pb-lg-44{ padding-bottom: 44px; }
    .pb-lg-45{ padding-bottom: 45px; }
    .pb-lg-46{ padding-bottom: 46px; }
    .pb-lg-47{ padding-bottom: 47px; }
    .pb-lg-48{ padding-bottom: 48px; }
    .pb-lg-49{ padding-bottom: 49px; }
    .pb-lg-50{ padding-bottom: 50px; }
    .pb-lg-51{ padding-bottom: 51px; }
    .pb-lg-52{ padding-bottom: 52px; }
    .pb-lg-53{ padding-bottom: 53px; }
    .pb-lg-54{ padding-bottom: 54px; }
    .pb-lg-55{ padding-bottom: 55px; }
    .pb-lg-56{ padding-bottom: 56px; }
    .pb-lg-57{ padding-bottom: 57px; }
    .pb-lg-58{ padding-bottom: 58px; }
    .pb-lg-59{ padding-bottom: 59px; }
    .pb-lg-60{ padding-bottom: 60px; }
    .pb-lg-61{ padding-bottom: 61px; }
    .pb-lg-62{ padding-bottom: 62px; }
    .pb-lg-63{ padding-bottom: 63px; }
    .pb-lg-64{ padding-bottom: 64px; }
    .pb-lg-65{ padding-bottom: 65px; }
    .pb-lg-66{ padding-bottom: 66px; }
    .pb-lg-67{ padding-bottom: 67px; }
    .pb-lg-68{ padding-bottom: 68px; }
    .pb-lg-69{ padding-bottom: 69px; }
    .pb-lg-70{ padding-bottom: 70px; }
    .pb-lg-71{ padding-bottom: 71px; }
    .pb-lg-72{ padding-bottom: 72px; }
    .pb-lg-73{ padding-bottom: 73px; }
    .pb-lg-74{ padding-bottom: 74px; }
    .pb-lg-75{ padding-bottom: 75px; }
    .pb-lg-76{ padding-bottom: 76px; }
    .pb-lg-77{ padding-bottom: 77px; }
    .pb-lg-78{ padding-bottom: 78px; }
    .pb-lg-79{ padding-bottom: 79px; }
    .pb-lg-80{ padding-bottom: 80px; }
    .pb-lg-81{ padding-bottom: 81px; }
    .pb-lg-82{ padding-bottom: 82px; }
    .pb-lg-83{ padding-bottom: 83px; }
    .pb-lg-84{ padding-bottom: 84px; }
    .pb-lg-85{ padding-bottom: 85px; }
    .pb-lg-86{ padding-bottom: 86px; }
    .pb-lg-87{ padding-bottom: 87px; }
    .pb-lg-88{ padding-bottom: 88px; }
    .pb-lg-89{ padding-bottom: 89px; }
    .pb-lg-90{ padding-bottom: 90px; }
    .pb-lg-91{ padding-bottom: 91px; }
    .pb-lg-92{ padding-bottom: 92px; }
    .pb-lg-93{ padding-bottom: 93px; }
    .pb-lg-94{ padding-bottom: 94px; }
    .pb-lg-95{ padding-bottom: 95px; }
    .pb-lg-96{ padding-bottom: 96px; }
    .pb-lg-97{ padding-bottom: 97px; }
    .pb-lg-98{ padding-bottom: 98px; }
    .pb-lg-99{ padding-bottom: 99px; }


    .pl-lg-0{ padding-left: 0px; }
    .pl-lg-1{ padding-left: 1px; }
    .pl-lg-2{ padding-left: 2px; }
    .pl-lg-3{ padding-left: 3px; }
    .pl-lg-4{ padding-left: 4px; }
    .pl-lg-5{ padding-left: 5px; }
    .pl-lg-6{ padding-left: 6px; }
    .pl-lg-7{ padding-left: 7px; }
    .pl-lg-8{ padding-left: 8px; }
    .pl-lg-9{ padding-left: 9px; }
    .pl-lg-10{ padding-left: 10px; }
    .pl-lg-11{ padding-left: 11px; }
    .pl-lg-12{ padding-left: 12px; }
    .pl-lg-13{ padding-left: 13px; }
    .pl-lg-14{ padding-left: 14px; }
    .pl-lg-15{ padding-left: 15px; }
    .pl-lg-16{ padding-left: 16px; }
    .pl-lg-17{ padding-left: 17px; }
    .pl-lg-18{ padding-left: 18px; }
    .pl-lg-19{ padding-left: 19px; }
    .pl-lg-20{ padding-left: 20px; }
    .pl-lg-21{ padding-left: 21px; }
    .pl-lg-22{ padding-left: 22px; }
    .pl-lg-23{ padding-left: 23px; }
    .pl-lg-24{ padding-left: 24px; }
    .pl-lg-25{ padding-left: 25px; }
    .pl-lg-26{ padding-left: 26px; }
    .pl-lg-27{ padding-left: 27px; }
    .pl-lg-28{ padding-left: 28px; }
    .pl-lg-29{ padding-left: 29px; }
    .pl-lg-30{ padding-left: 30px; }
    .pl-lg-31{ padding-left: 31px; }
    .pl-lg-32{ padding-left: 32px; }
    .pl-lg-33{ padding-left: 33px; }
    .pl-lg-34{ padding-left: 34px; }
    .pl-lg-35{ padding-left: 35px; }
    .pl-lg-36{ padding-left: 36px; }
    .pl-lg-37{ padding-left: 37px; }
    .pl-lg-38{ padding-left: 38px; }
    .pl-lg-39{ padding-left: 39px; }
    .pl-lg-40{ padding-left: 40px; }
    .pl-lg-41{ padding-left: 41px; }
    .pl-lg-42{ padding-left: 42px; }
    .pl-lg-43{ padding-left: 43px; }
    .pl-lg-44{ padding-left: 44px; }
    .pl-lg-45{ padding-left: 45px; }
    .pl-lg-46{ padding-left: 46px; }
    .pl-lg-47{ padding-left: 47px; }
    .pl-lg-48{ padding-left: 48px; }
    .pl-lg-49{ padding-left: 49px; }
    .pl-lg-50{ padding-left: 50px; }
    .pl-lg-51{ padding-left: 51px; }
    .pl-lg-52{ padding-left: 52px; }
    .pl-lg-53{ padding-left: 53px; }
    .pl-lg-54{ padding-left: 54px; }
    .pl-lg-55{ padding-left: 55px; }
    .pl-lg-56{ padding-left: 56px; }
    .pl-lg-57{ padding-left: 57px; }
    .pl-lg-58{ padding-left: 58px; }
    .pl-lg-59{ padding-left: 59px; }
    .pl-lg-60{ padding-left: 60px; }
    .pl-lg-61{ padding-left: 61px; }
    .pl-lg-62{ padding-left: 62px; }
    .pl-lg-63{ padding-left: 63px; }
    .pl-lg-64{ padding-left: 64px; }
    .pl-lg-65{ padding-left: 65px; }
    .pl-lg-66{ padding-left: 66px; }
    .pl-lg-67{ padding-left: 67px; }
    .pl-lg-68{ padding-left: 68px; }
    .pl-lg-69{ padding-left: 69px; }
    .pl-lg-70{ padding-left: 70px; }
    .pl-lg-71{ padding-left: 71px; }
    .pl-lg-72{ padding-left: 72px; }
    .pl-lg-73{ padding-left: 73px; }
    .pl-lg-74{ padding-left: 74px; }
    .pl-lg-75{ padding-left: 75px; }
    .pl-lg-76{ padding-left: 76px; }
    .pl-lg-77{ padding-left: 77px; }
    .pl-lg-78{ padding-left: 78px; }
    .pl-lg-79{ padding-left: 79px; }
    .pl-lg-80{ padding-left: 80px; }
    .pl-lg-81{ padding-left: 81px; }
    .pl-lg-82{ padding-left: 82px; }
    .pl-lg-83{ padding-left: 83px; }
    .pl-lg-84{ padding-left: 84px; }
    .pl-lg-85{ padding-left: 85px; }
    .pl-lg-86{ padding-left: 86px; }
    .pl-lg-87{ padding-left: 87px; }
    .pl-lg-88{ padding-left: 88px; }
    .pl-lg-89{ padding-left: 89px; }
    .pl-lg-90{ padding-left: 90px; }
    .pl-lg-91{ padding-left: 91px; }
    .pl-lg-92{ padding-left: 92px; }
    .pl-lg-93{ padding-left: 93px; }
    .pl-lg-94{ padding-left: 94px; }
    .pl-lg-95{ padding-left: 95px; }
    .pl-lg-96{ padding-left: 96px; }
    .pl-lg-97{ padding-left: 97px; }
    .pl-lg-98{ padding-left: 98px; }
    .pl-lg-99{ padding-left: 99px; }

    .pt-lg-per1{ padding-top: 1%; }
    .pt-lg-per2{ padding-top: 2%; }
    .pt-lg-per3{ padding-top: 3%; }
    .pt-lg-per4{ padding-top: 4%; }
    .pt-lg-per5{ padding-top: 5%; }
    .pt-lg-per6{ padding-top: 6%; }
    .pt-lg-per7{ padding-top: 7%; }
    .pt-lg-per8{ padding-top: 8%; }
    .pt-lg-per9{ padding-top: 9%; }
    .pt-lg-per10{ padding-top: 10%; }
    .pt-lg-per11{ padding-top: 11%; }
    .pt-lg-per12{ padding-top: 12%; }
    .pt-lg-per13{ padding-top: 13%; }
    .pt-lg-per14{ padding-top: 14%; }
    .pt-lg-per15{ padding-top: 15%; }
    .pt-lg-per16{ padding-top: 16%; }
    .pt-lg-per17{ padding-top: 17%; }
    .pt-lg-per18{ padding-top: 18%; }
    .pt-lg-per19{ padding-top: 19%; }
    .pt-lg-per20{ padding-top: 20%; }
    .pt-lg-per21{ padding-top: 21%; }
    .pt-lg-per22{ padding-top: 22%; }
    .pt-lg-per23{ padding-top: 23%; }
    .pt-lg-per24{ padding-top: 24%; }
    .pt-lg-per25{ padding-top: 25%; }


    .pr-lg-per1{ padding-right: 1%; }
    .pr-lg-per2{ padding-right: 2%; }
    .pr-lg-per3{ padding-right: 3%; }
    .pr-lg-per4{ padding-right: 4%; }
    .pr-lg-per5{ padding-right: 5%; }
    .pr-lg-per6{ padding-right: 6%; }
    .pr-lg-per7{ padding-right: 7%; }
    .pr-lg-per8{ padding-right: 8%; }
    .pr-lg-per9{ padding-right: 9%; }
    .pr-lg-per10{ padding-right: 10%; }
    .pr-lg-per11{ padding-right: 11%; }
    .pr-lg-per12{ padding-right: 12%; }
    .pr-lg-per13{ padding-right: 13%; }
    .pr-lg-per14{ padding-right: 14%; }
    .pr-lg-per15{ padding-right: 15%; }
    .pr-lg-per16{ padding-right: 16%; }
    .pr-lg-per17{ padding-right: 17%; }
    .pr-lg-per18{ padding-right: 18%; }
    .pr-lg-per19{ padding-right: 19%; }
    .pr-lg-per20{ padding-right: 20%; }
    .pr-lg-per21{ padding-right: 21%; }
    .pr-lg-per22{ padding-right: 22%; }
    .pr-lg-per23{ padding-right: 23%; }
    .pr-lg-per24{ padding-right: 24%; }
    .pr-lg-per25{ padding-right: 25%; }


    .pb-lg-per1{ padding-bottom: 1%; }
    .pb-lg-per2{ padding-bottom: 2%; }
    .pb-lg-per3{ padding-bottom: 3%; }
    .pb-lg-per4{ padding-bottom: 4%; }
    .pb-lg-per5{ padding-bottom: 5%; }
    .pb-lg-per6{ padding-bottom: 6%; }
    .pb-lg-per7{ padding-bottom: 7%; }
    .pb-lg-per8{ padding-bottom: 8%; }
    .pb-lg-per9{ padding-bottom: 9%; }
    .pb-lg-per10{ padding-bottom: 10%; }
    .pb-lg-per11{ padding-bottom: 11%; }
    .pb-lg-per12{ padding-bottom: 12%; }
    .pb-lg-per13{ padding-bottom: 13%; }
    .pb-lg-per14{ padding-bottom: 14%; }
    .pb-lg-per15{ padding-bottom: 15%; }
    .pb-lg-per16{ padding-bottom: 16%; }
    .pb-lg-per17{ padding-bottom: 17%; }
    .pb-lg-per18{ padding-bottom: 18%; }
    .pb-lg-per19{ padding-bottom: 19%; }
    .pb-lg-per20{ padding-bottom: 20%; }
    .pb-lg-per21{ padding-bottom: 21%; }
    .pb-lg-per22{ padding-bottom: 22%; }
    .pb-lg-per23{ padding-bottom: 23%; }
    .pb-lg-per24{ padding-bottom: 24%; }
    .pb-lg-per25{ padding-bottom: 25%; }


    .pl-lg-per1{ padding-left: 1%; }
    .pl-lg-per2{ padding-left: 2%; }
    .pl-lg-per3{ padding-left: 3%; }
    .pl-lg-per4{ padding-left: 4%; }
    .pl-lg-per5{ padding-left: 5%; }
    .pl-lg-per6{ padding-left: 6%; }
    .pl-lg-per7{ padding-left: 7%; }
    .pl-lg-per8{ padding-left: 8%; }
    .pl-lg-per9{ padding-left: 9%; }
    .pl-lg-per10{ padding-left: 10%; }
    .pl-lg-per11{ padding-left: 11%; }
    .pl-lg-per12{ padding-left: 12%; }
    .pl-lg-per13{ padding-left: 13%; }
    .pl-lg-per14{ padding-left: 14%; }
    .pl-lg-per15{ padding-left: 15%; }
    .pl-lg-per16{ padding-left: 16%; }
    .pl-lg-per17{ padding-left: 17%; }
    .pl-lg-per18{ padding-left: 18%; }
    .pl-lg-per19{ padding-left: 19%; }
    .pl-lg-per20{ padding-left: 20%; }
    .pl-lg-per21{ padding-left: 21%; }
    .pl-lg-per22{ padding-left: 22%; }
    .pl-lg-per23{ padding-left: 23%; }
    .pl-lg-per24{ padding-left: 24%; }
    .pl-lg-per25{ padding-left: 25%; }
}

@media all and (min-width:1600px) {
    .col-xl-0 {width: auto;}
    .col-xl-1 {width: 8.33%;}
    .col-xl-2 {width: 16.66%;}
    .col-xl-3 {width: 25%;}
    .col-xl-4 {width: 33.33%;}
    .col-xl-5 {width: 41.66%;}
    .col-xl-6 {width: 50%;}
    .col-xl-7 {width: 58.33%;}
    .col-xl-8 {width: 66.66%;}
    .col-xl-9 {width: 75%;}
    .col-xl-10 {width: 83.33%;}
    .col-xl-11 {width: 91.66%;}
    .col-xl-12 {width: 100%;}
    .col-xl-20 {width: 20%;}

    .col-xl-0i {width: auto !important;}
    .col-xl-1i {width: 8.33% !important;}
    .col-xl-2i {width: 16.66% !important;}
    .col-xl-3i {width: 25% !important;}
    .col-xl-4i {width: 33.33% !important;}
    .col-xl-5i {width: 41.66% !important;}
    .col-xl-6i {width: 50% !important;}
    .col-xl-7i {width: 58.33% !important;}
    .col-xl-8i {width: 66.66% !important;}
    .col-xl-9i {width: 75% !important;}
    .col-xl-10i {width: 83.33% !important;}
    .col-xl-11i {width: 91.66% !important;}
    .col-xl-12i {width: 100% !important;}
    .col-xl-20i {width: 20% !important;}

    .col-xl-center {float: none; margin-left:auto; margin-right: auto;}

    .h-xl-100 {height: 100%;}
    .h-xl-auto {height: auto;}

    .over-xl-hidden {overflow: hidden;}
    .over-xl-visible {overflow: visible;}
    .over-xl-auto {overflow: auto; }

    .hidden-xl{ display: none; }
    .show-xl { display: inline-block; }
    .show-xl-inline { display: inline; }
    .show-xl-block { display: block; }
    .show-xl-table { display: table; }
    .show-xl-tablecell { display: table-cell; }
    .show-xl-tablerow { display: table-row; }
    .show-xl-tablecolumn { display: table-column; }
    .tc-xl {text-align: center;}
    .tl-xl {text-align: left;}
    .tr-xl {text-align: right;}
    .tj-xl {text-align: justify;}

    .vt-xl {vertical-align: top;}
    .vm-xl {vertical-align: middle;}
    .vb-xl {vertical-align: bottom;}

    .fr-xl{ float: right; }
    .fl-xl{ float: left; }
    .fn-xl{ float: none; }

    .mw-n-xl{ max-width: none; }


    .mt-xl-0{ margin-top: 0px; }
    .mt-xl-1{ margin-top: 1px; }
    .mt-xl-2{ margin-top: 2px; }
    .mt-xl-3{ margin-top: 3px; }
    .mt-xl-4{ margin-top: 4px; }
    .mt-xl-5{ margin-top: 5px; }
    .mt-xl-6{ margin-top: 6px; }
    .mt-xl-7{ margin-top: 7px; }
    .mt-xl-8{ margin-top: 8px; }
    .mt-xl-9{ margin-top: 9px; }
    .mt-xl-10{ margin-top: 10px; }
    .mt-xl-11{ margin-top: 11px; }
    .mt-xl-12{ margin-top: 12px; }
    .mt-xl-13{ margin-top: 13px; }
    .mt-xl-14{ margin-top: 14px; }
    .mt-xl-15{ margin-top: 15px; }
    .mt-xl-16{ margin-top: 16px; }
    .mt-xl-17{ margin-top: 17px; }
    .mt-xl-18{ margin-top: 18px; }
    .mt-xl-19{ margin-top: 19px; }
    .mt-xl-20{ margin-top: 20px; }
    .mt-xl-21{ margin-top: 21px; }
    .mt-xl-22{ margin-top: 22px; }
    .mt-xl-23{ margin-top: 23px; }
    .mt-xl-24{ margin-top: 24px; }
    .mt-xl-25{ margin-top: 25px; }
    .mt-xl-26{ margin-top: 26px; }
    .mt-xl-27{ margin-top: 27px; }
    .mt-xl-28{ margin-top: 28px; }
    .mt-xl-29{ margin-top: 29px; }
    .mt-xl-30{ margin-top: 30px; }
    .mt-xl-31{ margin-top: 31px; }
    .mt-xl-32{ margin-top: 32px; }
    .mt-xl-33{ margin-top: 33px; }
    .mt-xl-34{ margin-top: 34px; }
    .mt-xl-35{ margin-top: 35px; }
    .mt-xl-36{ margin-top: 36px; }
    .mt-xl-37{ margin-top: 37px; }
    .mt-xl-38{ margin-top: 38px; }
    .mt-xl-39{ margin-top: 39px; }
    .mt-xl-40{ margin-top: 40px; }
    .mt-xl-41{ margin-top: 41px; }
    .mt-xl-42{ margin-top: 42px; }
    .mt-xl-43{ margin-top: 43px; }
    .mt-xl-44{ margin-top: 44px; }
    .mt-xl-45{ margin-top: 45px; }
    .mt-xl-46{ margin-top: 46px; }
    .mt-xl-47{ margin-top: 47px; }
    .mt-xl-48{ margin-top: 48px; }
    .mt-xl-49{ margin-top: 49px; }
    .mt-xl-50{ margin-top: 50px; }
    .mt-xl-51{ margin-top: 51px; }
    .mt-xl-52{ margin-top: 52px; }
    .mt-xl-53{ margin-top: 53px; }
    .mt-xl-54{ margin-top: 54px; }
    .mt-xl-55{ margin-top: 55px; }
    .mt-xl-56{ margin-top: 56px; }
    .mt-xl-57{ margin-top: 57px; }
    .mt-xl-58{ margin-top: 58px; }
    .mt-xl-59{ margin-top: 59px; }
    .mt-xl-60{ margin-top: 60px; }
    .mt-xl-61{ margin-top: 61px; }
    .mt-xl-62{ margin-top: 62px; }
    .mt-xl-63{ margin-top: 63px; }
    .mt-xl-64{ margin-top: 64px; }
    .mt-xl-65{ margin-top: 65px; }
    .mt-xl-66{ margin-top: 66px; }
    .mt-xl-67{ margin-top: 67px; }
    .mt-xl-68{ margin-top: 68px; }
    .mt-xl-69{ margin-top: 69px; }
    .mt-xl-70{ margin-top: 70px; }
    .mt-xl-71{ margin-top: 71px; }
    .mt-xl-72{ margin-top: 72px; }
    .mt-xl-73{ margin-top: 73px; }
    .mt-xl-74{ margin-top: 74px; }
    .mt-xl-75{ margin-top: 75px; }
    .mt-xl-76{ margin-top: 76px; }
    .mt-xl-77{ margin-top: 77px; }
    .mt-xl-78{ margin-top: 78px; }
    .mt-xl-79{ margin-top: 79px; }
    .mt-xl-80{ margin-top: 80px; }
    .mt-xl-81{ margin-top: 81px; }
    .mt-xl-82{ margin-top: 82px; }
    .mt-xl-83{ margin-top: 83px; }
    .mt-xl-84{ margin-top: 84px; }
    .mt-xl-85{ margin-top: 85px; }
    .mt-xl-86{ margin-top: 86px; }
    .mt-xl-87{ margin-top: 87px; }
    .mt-xl-88{ margin-top: 88px; }
    .mt-xl-89{ margin-top: 89px; }
    .mt-xl-90{ margin-top: 90px; }
    .mt-xl-91{ margin-top: 91px; }
    .mt-xl-92{ margin-top: 92px; }
    .mt-xl-93{ margin-top: 93px; }
    .mt-xl-94{ margin-top: 94px; }
    .mt-xl-95{ margin-top: 95px; }
    .mt-xl-96{ margin-top: 96px; }
    .mt-xl-97{ margin-top: 97px; }
    .mt-xl-98{ margin-top: 98px; }
    .mt-xl-99{ margin-top: 99px; }


    .mr-xl-0{ margin-right: 0px; }
    .mr-xl-1{ margin-right: 1px; }
    .mr-xl-2{ margin-right: 2px; }
    .mr-xl-3{ margin-right: 3px; }
    .mr-xl-4{ margin-right: 4px; }
    .mr-xl-5{ margin-right: 5px; }
    .mr-xl-6{ margin-right: 6px; }
    .mr-xl-7{ margin-right: 7px; }
    .mr-xl-8{ margin-right: 8px; }
    .mr-xl-9{ margin-right: 9px; }
    .mr-xl-10{ margin-right: 10px; }
    .mr-xl-11{ margin-right: 11px; }
    .mr-xl-12{ margin-right: 12px; }
    .mr-xl-13{ margin-right: 13px; }
    .mr-xl-14{ margin-right: 14px; }
    .mr-xl-15{ margin-right: 15px; }
    .mr-xl-16{ margin-right: 16px; }
    .mr-xl-17{ margin-right: 17px; }
    .mr-xl-18{ margin-right: 18px; }
    .mr-xl-19{ margin-right: 19px; }
    .mr-xl-20{ margin-right: 20px; }
    .mr-xl-21{ margin-right: 21px; }
    .mr-xl-22{ margin-right: 22px; }
    .mr-xl-23{ margin-right: 23px; }
    .mr-xl-24{ margin-right: 24px; }
    .mr-xl-25{ margin-right: 25px; }
    .mr-xl-26{ margin-right: 26px; }
    .mr-xl-27{ margin-right: 27px; }
    .mr-xl-28{ margin-right: 28px; }
    .mr-xl-29{ margin-right: 29px; }
    .mr-xl-30{ margin-right: 30px; }
    .mr-xl-31{ margin-right: 31px; }
    .mr-xl-32{ margin-right: 32px; }
    .mr-xl-33{ margin-right: 33px; }
    .mr-xl-34{ margin-right: 34px; }
    .mr-xl-35{ margin-right: 35px; }
    .mr-xl-36{ margin-right: 36px; }
    .mr-xl-37{ margin-right: 37px; }
    .mr-xl-38{ margin-right: 38px; }
    .mr-xl-39{ margin-right: 39px; }
    .mr-xl-40{ margin-right: 40px; }
    .mr-xl-41{ margin-right: 41px; }
    .mr-xl-42{ margin-right: 42px; }
    .mr-xl-43{ margin-right: 43px; }
    .mr-xl-44{ margin-right: 44px; }
    .mr-xl-45{ margin-right: 45px; }
    .mr-xl-46{ margin-right: 46px; }
    .mr-xl-47{ margin-right: 47px; }
    .mr-xl-48{ margin-right: 48px; }
    .mr-xl-49{ margin-right: 49px; }
    .mr-xl-50{ margin-right: 50px; }
    .mr-xl-51{ margin-right: 51px; }
    .mr-xl-52{ margin-right: 52px; }
    .mr-xl-53{ margin-right: 53px; }
    .mr-xl-54{ margin-right: 54px; }
    .mr-xl-55{ margin-right: 55px; }
    .mr-xl-56{ margin-right: 56px; }
    .mr-xl-57{ margin-right: 57px; }
    .mr-xl-58{ margin-right: 58px; }
    .mr-xl-59{ margin-right: 59px; }
    .mr-xl-60{ margin-right: 60px; }
    .mr-xl-61{ margin-right: 61px; }
    .mr-xl-62{ margin-right: 62px; }
    .mr-xl-63{ margin-right: 63px; }
    .mr-xl-64{ margin-right: 64px; }
    .mr-xl-65{ margin-right: 65px; }
    .mr-xl-66{ margin-right: 66px; }
    .mr-xl-67{ margin-right: 67px; }
    .mr-xl-68{ margin-right: 68px; }
    .mr-xl-69{ margin-right: 69px; }
    .mr-xl-70{ margin-right: 70px; }
    .mr-xl-71{ margin-right: 71px; }
    .mr-xl-72{ margin-right: 72px; }
    .mr-xl-73{ margin-right: 73px; }
    .mr-xl-74{ margin-right: 74px; }
    .mr-xl-75{ margin-right: 75px; }
    .mr-xl-76{ margin-right: 76px; }
    .mr-xl-77{ margin-right: 77px; }
    .mr-xl-78{ margin-right: 78px; }
    .mr-xl-79{ margin-right: 79px; }
    .mr-xl-80{ margin-right: 80px; }
    .mr-xl-81{ margin-right: 81px; }
    .mr-xl-82{ margin-right: 82px; }
    .mr-xl-83{ margin-right: 83px; }
    .mr-xl-84{ margin-right: 84px; }
    .mr-xl-85{ margin-right: 85px; }
    .mr-xl-86{ margin-right: 86px; }
    .mr-xl-87{ margin-right: 87px; }
    .mr-xl-88{ margin-right: 88px; }
    .mr-xl-89{ margin-right: 89px; }
    .mr-xl-90{ margin-right: 90px; }
    .mr-xl-91{ margin-right: 91px; }
    .mr-xl-92{ margin-right: 92px; }
    .mr-xl-93{ margin-right: 93px; }
    .mr-xl-94{ margin-right: 94px; }
    .mr-xl-95{ margin-right: 95px; }
    .mr-xl-96{ margin-right: 96px; }
    .mr-xl-97{ margin-right: 97px; }
    .mr-xl-98{ margin-right: 98px; }
    .mr-xl-99{ margin-right: 99px; }

    .mb-xl-0{ margin-bottom: 0px; }
    .mb-xl-1{ margin-bottom: 1px; }
    .mb-xl-2{ margin-bottom: 2px; }
    .mb-xl-3{ margin-bottom: 3px; }
    .mb-xl-4{ margin-bottom: 4px; }
    .mb-xl-5{ margin-bottom: 5px; }
    .mb-xl-6{ margin-bottom: 6px; }
    .mb-xl-7{ margin-bottom: 7px; }
    .mb-xl-8{ margin-bottom: 8px; }
    .mb-xl-9{ margin-bottom: 9px; }
    .mb-xl-10{ margin-bottom: 10px; }
    .mb-xl-11{ margin-bottom: 11px; }
    .mb-xl-12{ margin-bottom: 12px; }
    .mb-xl-13{ margin-bottom: 13px; }
    .mb-xl-14{ margin-bottom: 14px; }
    .mb-xl-15{ margin-bottom: 15px; }
    .mb-xl-16{ margin-bottom: 16px; }
    .mb-xl-17{ margin-bottom: 17px; }
    .mb-xl-18{ margin-bottom: 18px; }
    .mb-xl-19{ margin-bottom: 19px; }
    .mb-xl-20{ margin-bottom: 20px; }
    .mb-xl-21{ margin-bottom: 21px; }
    .mb-xl-22{ margin-bottom: 22px; }
    .mb-xl-23{ margin-bottom: 23px; }
    .mb-xl-24{ margin-bottom: 24px; }
    .mb-xl-25{ margin-bottom: 25px; }
    .mb-xl-26{ margin-bottom: 26px; }
    .mb-xl-27{ margin-bottom: 27px; }
    .mb-xl-28{ margin-bottom: 28px; }
    .mb-xl-29{ margin-bottom: 29px; }
    .mb-xl-30{ margin-bottom: 30px; }
    .mb-xl-31{ margin-bottom: 31px; }
    .mb-xl-32{ margin-bottom: 32px; }
    .mb-xl-33{ margin-bottom: 33px; }
    .mb-xl-34{ margin-bottom: 34px; }
    .mb-xl-35{ margin-bottom: 35px; }
    .mb-xl-36{ margin-bottom: 36px; }
    .mb-xl-37{ margin-bottom: 37px; }
    .mb-xl-38{ margin-bottom: 38px; }
    .mb-xl-39{ margin-bottom: 39px; }
    .mb-xl-40{ margin-bottom: 40px; }
    .mb-xl-41{ margin-bottom: 41px; }
    .mb-xl-42{ margin-bottom: 42px; }
    .mb-xl-43{ margin-bottom: 43px; }
    .mb-xl-44{ margin-bottom: 44px; }
    .mb-xl-45{ margin-bottom: 45px; }
    .mb-xl-46{ margin-bottom: 46px; }
    .mb-xl-47{ margin-bottom: 47px; }
    .mb-xl-48{ margin-bottom: 48px; }
    .mb-xl-49{ margin-bottom: 49px; }
    .mb-xl-50{ margin-bottom: 50px; }
    .mb-xl-51{ margin-bottom: 51px; }
    .mb-xl-52{ margin-bottom: 52px; }
    .mb-xl-53{ margin-bottom: 53px; }
    .mb-xl-54{ margin-bottom: 54px; }
    .mb-xl-55{ margin-bottom: 55px; }
    .mb-xl-56{ margin-bottom: 56px; }
    .mb-xl-57{ margin-bottom: 57px; }
    .mb-xl-58{ margin-bottom: 58px; }
    .mb-xl-59{ margin-bottom: 59px; }
    .mb-xl-60{ margin-bottom: 60px; }
    .mb-xl-61{ margin-bottom: 61px; }
    .mb-xl-62{ margin-bottom: 62px; }
    .mb-xl-63{ margin-bottom: 63px; }
    .mb-xl-64{ margin-bottom: 64px; }
    .mb-xl-65{ margin-bottom: 65px; }
    .mb-xl-66{ margin-bottom: 66px; }
    .mb-xl-67{ margin-bottom: 67px; }
    .mb-xl-68{ margin-bottom: 68px; }
    .mb-xl-69{ margin-bottom: 69px; }
    .mb-xl-70{ margin-bottom: 70px; }
    .mb-xl-71{ margin-bottom: 71px; }
    .mb-xl-72{ margin-bottom: 72px; }
    .mb-xl-73{ margin-bottom: 73px; }
    .mb-xl-74{ margin-bottom: 74px; }
    .mb-xl-75{ margin-bottom: 75px; }
    .mb-xl-76{ margin-bottom: 76px; }
    .mb-xl-77{ margin-bottom: 77px; }
    .mb-xl-78{ margin-bottom: 78px; }
    .mb-xl-79{ margin-bottom: 79px; }
    .mb-xl-80{ margin-bottom: 80px; }
    .mb-xl-81{ margin-bottom: 81px; }
    .mb-xl-82{ margin-bottom: 82px; }
    .mb-xl-83{ margin-bottom: 83px; }
    .mb-xl-84{ margin-bottom: 84px; }
    .mb-xl-85{ margin-bottom: 85px; }
    .mb-xl-86{ margin-bottom: 86px; }
    .mb-xl-87{ margin-bottom: 87px; }
    .mb-xl-88{ margin-bottom: 88px; }
    .mb-xl-89{ margin-bottom: 89px; }
    .mb-xl-90{ margin-bottom: 90px; }
    .mb-xl-91{ margin-bottom: 91px; }
    .mb-xl-92{ margin-bottom: 92px; }
    .mb-xl-93{ margin-bottom: 93px; }
    .mb-xl-94{ margin-bottom: 94px; }
    .mb-xl-95{ margin-bottom: 95px; }
    .mb-xl-96{ margin-bottom: 96px; }
    .mb-xl-97{ margin-bottom: 97px; }
    .mb-xl-98{ margin-bottom: 98px; }
    .mb-xl-99{ margin-bottom: 99px; }


    .ml-xl-0{ margin-left: 0px; }
    .ml-xl-1{ margin-left: 1px; }
    .ml-xl-2{ margin-left: 2px; }
    .ml-xl-3{ margin-left: 3px; }
    .ml-xl-4{ margin-left: 4px; }
    .ml-xl-5{ margin-left: 5px; }
    .ml-xl-6{ margin-left: 6px; }
    .ml-xl-7{ margin-left: 7px; }
    .ml-xl-8{ margin-left: 8px; }
    .ml-xl-9{ margin-left: 9px; }
    .ml-xl-10{ margin-left: 10px; }
    .ml-xl-11{ margin-left: 11px; }
    .ml-xl-12{ margin-left: 12px; }
    .ml-xl-13{ margin-left: 13px; }
    .ml-xl-14{ margin-left: 14px; }
    .ml-xl-15{ margin-left: 15px; }
    .ml-xl-16{ margin-left: 16px; }
    .ml-xl-17{ margin-left: 17px; }
    .ml-xl-18{ margin-left: 18px; }
    .ml-xl-19{ margin-left: 19px; }
    .ml-xl-20{ margin-left: 20px; }
    .ml-xl-21{ margin-left: 21px; }
    .ml-xl-22{ margin-left: 22px; }
    .ml-xl-23{ margin-left: 23px; }
    .ml-xl-24{ margin-left: 24px; }
    .ml-xl-25{ margin-left: 25px; }
    .ml-xl-26{ margin-left: 26px; }
    .ml-xl-27{ margin-left: 27px; }
    .ml-xl-28{ margin-left: 28px; }
    .ml-xl-29{ margin-left: 29px; }
    .ml-xl-30{ margin-left: 30px; }
    .ml-xl-31{ margin-left: 31px; }
    .ml-xl-32{ margin-left: 32px; }
    .ml-xl-33{ margin-left: 33px; }
    .ml-xl-34{ margin-left: 34px; }
    .ml-xl-35{ margin-left: 35px; }
    .ml-xl-36{ margin-left: 36px; }
    .ml-xl-37{ margin-left: 37px; }
    .ml-xl-38{ margin-left: 38px; }
    .ml-xl-39{ margin-left: 39px; }
    .ml-xl-40{ margin-left: 40px; }
    .ml-xl-41{ margin-left: 41px; }
    .ml-xl-42{ margin-left: 42px; }
    .ml-xl-43{ margin-left: 43px; }
    .ml-xl-44{ margin-left: 44px; }
    .ml-xl-45{ margin-left: 45px; }
    .ml-xl-46{ margin-left: 46px; }
    .ml-xl-47{ margin-left: 47px; }
    .ml-xl-48{ margin-left: 48px; }
    .ml-xl-49{ margin-left: 49px; }
    .ml-xl-50{ margin-left: 50px; }
    .ml-xl-51{ margin-left: 51px; }
    .ml-xl-52{ margin-left: 52px; }
    .ml-xl-53{ margin-left: 53px; }
    .ml-xl-54{ margin-left: 54px; }
    .ml-xl-55{ margin-left: 55px; }
    .ml-xl-56{ margin-left: 56px; }
    .ml-xl-57{ margin-left: 57px; }
    .ml-xl-58{ margin-left: 58px; }
    .ml-xl-59{ margin-left: 59px; }
    .ml-xl-60{ margin-left: 60px; }
    .ml-xl-61{ margin-left: 61px; }
    .ml-xl-62{ margin-left: 62px; }
    .ml-xl-63{ margin-left: 63px; }
    .ml-xl-64{ margin-left: 64px; }
    .ml-xl-65{ margin-left: 65px; }
    .ml-xl-66{ margin-left: 66px; }
    .ml-xl-67{ margin-left: 67px; }
    .ml-xl-68{ margin-left: 68px; }
    .ml-xl-69{ margin-left: 69px; }
    .ml-xl-70{ margin-left: 70px; }
    .ml-xl-71{ margin-left: 71px; }
    .ml-xl-72{ margin-left: 72px; }
    .ml-xl-73{ margin-left: 73px; }
    .ml-xl-74{ margin-left: 74px; }
    .ml-xl-75{ margin-left: 75px; }
    .ml-xl-76{ margin-left: 76px; }
    .ml-xl-77{ margin-left: 77px; }
    .ml-xl-78{ margin-left: 78px; }
    .ml-xl-79{ margin-left: 79px; }
    .ml-xl-80{ margin-left: 80px; }
    .ml-xl-81{ margin-left: 81px; }
    .ml-xl-82{ margin-left: 82px; }
    .ml-xl-83{ margin-left: 83px; }
    .ml-xl-84{ margin-left: 84px; }
    .ml-xl-85{ margin-left: 85px; }
    .ml-xl-86{ margin-left: 86px; }
    .ml-xl-87{ margin-left: 87px; }
    .ml-xl-88{ margin-left: 88px; }
    .ml-xl-89{ margin-left: 89px; }
    .ml-xl-90{ margin-left: 90px; }
    .ml-xl-91{ margin-left: 91px; }
    .ml-xl-92{ margin-left: 92px; }
    .ml-xl-93{ margin-left: 93px; }
    .ml-xl-94{ margin-left: 94px; }
    .ml-xl-95{ margin-left: 95px; }
    .ml-xl-96{ margin-left: 96px; }
    .ml-xl-97{ margin-left: 97px; }
    .ml-xl-98{ margin-left: 98px; }
    .ml-xl-99{ margin-left: 99px; }


    .pt-xl-0{ padding-top: 0px; }
    .pt-xl-1{ padding-top: 1px; }
    .pt-xl-2{ padding-top: 2px; }
    .pt-xl-3{ padding-top: 3px; }
    .pt-xl-4{ padding-top: 4px; }
    .pt-xl-5{ padding-top: 5px; }
    .pt-xl-6{ padding-top: 6px; }
    .pt-xl-7{ padding-top: 7px; }
    .pt-xl-8{ padding-top: 8px; }
    .pt-xl-9{ padding-top: 9px; }
    .pt-xl-10{ padding-top: 10px; }
    .pt-xl-11{ padding-top: 11px; }
    .pt-xl-12{ padding-top: 12px; }
    .pt-xl-13{ padding-top: 13px; }
    .pt-xl-14{ padding-top: 14px; }
    .pt-xl-15{ padding-top: 15px; }
    .pt-xl-16{ padding-top: 16px; }
    .pt-xl-17{ padding-top: 17px; }
    .pt-xl-18{ padding-top: 18px; }
    .pt-xl-19{ padding-top: 19px; }
    .pt-xl-20{ padding-top: 20px; }
    .pt-xl-21{ padding-top: 21px; }
    .pt-xl-22{ padding-top: 22px; }
    .pt-xl-23{ padding-top: 23px; }
    .pt-xl-24{ padding-top: 24px; }
    .pt-xl-25{ padding-top: 25px; }
    .pt-xl-26{ padding-top: 26px; }
    .pt-xl-27{ padding-top: 27px; }
    .pt-xl-28{ padding-top: 28px; }
    .pt-xl-29{ padding-top: 29px; }
    .pt-xl-30{ padding-top: 30px; }
    .pt-xl-31{ padding-top: 31px; }
    .pt-xl-32{ padding-top: 32px; }
    .pt-xl-33{ padding-top: 33px; }
    .pt-xl-34{ padding-top: 34px; }
    .pt-xl-35{ padding-top: 35px; }
    .pt-xl-36{ padding-top: 36px; }
    .pt-xl-37{ padding-top: 37px; }
    .pt-xl-38{ padding-top: 38px; }
    .pt-xl-39{ padding-top: 39px; }
    .pt-xl-40{ padding-top: 40px; }
    .pt-xl-41{ padding-top: 41px; }
    .pt-xl-42{ padding-top: 42px; }
    .pt-xl-43{ padding-top: 43px; }
    .pt-xl-44{ padding-top: 44px; }
    .pt-xl-45{ padding-top: 45px; }
    .pt-xl-46{ padding-top: 46px; }
    .pt-xl-47{ padding-top: 47px; }
    .pt-xl-48{ padding-top: 48px; }
    .pt-xl-49{ padding-top: 49px; }
    .pt-xl-50{ padding-top: 50px; }
    .pt-xl-51{ padding-top: 51px; }
    .pt-xl-52{ padding-top: 52px; }
    .pt-xl-53{ padding-top: 53px; }
    .pt-xl-54{ padding-top: 54px; }
    .pt-xl-55{ padding-top: 55px; }
    .pt-xl-56{ padding-top: 56px; }
    .pt-xl-57{ padding-top: 57px; }
    .pt-xl-58{ padding-top: 58px; }
    .pt-xl-59{ padding-top: 59px; }
    .pt-xl-60{ padding-top: 60px; }
    .pt-xl-61{ padding-top: 61px; }
    .pt-xl-62{ padding-top: 62px; }
    .pt-xl-63{ padding-top: 63px; }
    .pt-xl-64{ padding-top: 64px; }
    .pt-xl-65{ padding-top: 65px; }
    .pt-xl-66{ padding-top: 66px; }
    .pt-xl-67{ padding-top: 67px; }
    .pt-xl-68{ padding-top: 68px; }
    .pt-xl-69{ padding-top: 69px; }
    .pt-xl-70{ padding-top: 70px; }
    .pt-xl-71{ padding-top: 71px; }
    .pt-xl-72{ padding-top: 72px; }
    .pt-xl-73{ padding-top: 73px; }
    .pt-xl-74{ padding-top: 74px; }
    .pt-xl-75{ padding-top: 75px; }
    .pt-xl-76{ padding-top: 76px; }
    .pt-xl-77{ padding-top: 77px; }
    .pt-xl-78{ padding-top: 78px; }
    .pt-xl-79{ padding-top: 79px; }
    .pt-xl-80{ padding-top: 80px; }
    .pt-xl-81{ padding-top: 81px; }
    .pt-xl-82{ padding-top: 82px; }
    .pt-xl-83{ padding-top: 83px; }
    .pt-xl-84{ padding-top: 84px; }
    .pt-xl-85{ padding-top: 85px; }
    .pt-xl-86{ padding-top: 86px; }
    .pt-xl-87{ padding-top: 87px; }
    .pt-xl-88{ padding-top: 88px; }
    .pt-xl-89{ padding-top: 89px; }
    .pt-xl-90{ padding-top: 90px; }
    .pt-xl-91{ padding-top: 91px; }
    .pt-xl-92{ padding-top: 92px; }
    .pt-xl-93{ padding-top: 93px; }
    .pt-xl-94{ padding-top: 94px; }
    .pt-xl-95{ padding-top: 95px; }
    .pt-xl-96{ padding-top: 96px; }
    .pt-xl-97{ padding-top: 97px; }
    .pt-xl-98{ padding-top: 98px; }
    .pt-xl-99{ padding-top: 99px; }


    .pr-xl-0{ padding-right: 0px; }
    .pr-xl-1{ padding-right: 1px; }
    .pr-xl-2{ padding-right: 2px; }
    .pr-xl-3{ padding-right: 3px; }
    .pr-xl-4{ padding-right: 4px; }
    .pr-xl-5{ padding-right: 5px; }
    .pr-xl-6{ padding-right: 6px; }
    .pr-xl-7{ padding-right: 7px; }
    .pr-xl-8{ padding-right: 8px; }
    .pr-xl-9{ padding-right: 9px; }
    .pr-xl-10{ padding-right: 10px; }
    .pr-xl-11{ padding-right: 11px; }
    .pr-xl-12{ padding-right: 12px; }
    .pr-xl-13{ padding-right: 13px; }
    .pr-xl-14{ padding-right: 14px; }
    .pr-xl-15{ padding-right: 15px; }
    .pr-xl-16{ padding-right: 16px; }
    .pr-xl-17{ padding-right: 17px; }
    .pr-xl-18{ padding-right: 18px; }
    .pr-xl-19{ padding-right: 19px; }
    .pr-xl-20{ padding-right: 20px; }
    .pr-xl-21{ padding-right: 21px; }
    .pr-xl-22{ padding-right: 22px; }
    .pr-xl-23{ padding-right: 23px; }
    .pr-xl-24{ padding-right: 24px; }
    .pr-xl-25{ padding-right: 25px; }
    .pr-xl-26{ padding-right: 26px; }
    .pr-xl-27{ padding-right: 27px; }
    .pr-xl-28{ padding-right: 28px; }
    .pr-xl-29{ padding-right: 29px; }
    .pr-xl-30{ padding-right: 30px; }
    .pr-xl-31{ padding-right: 31px; }
    .pr-xl-32{ padding-right: 32px; }
    .pr-xl-33{ padding-right: 33px; }
    .pr-xl-34{ padding-right: 34px; }
    .pr-xl-35{ padding-right: 35px; }
    .pr-xl-36{ padding-right: 36px; }
    .pr-xl-37{ padding-right: 37px; }
    .pr-xl-38{ padding-right: 38px; }
    .pr-xl-39{ padding-right: 39px; }
    .pr-xl-40{ padding-right: 40px; }
    .pr-xl-41{ padding-right: 41px; }
    .pr-xl-42{ padding-right: 42px; }
    .pr-xl-43{ padding-right: 43px; }
    .pr-xl-44{ padding-right: 44px; }
    .pr-xl-45{ padding-right: 45px; }
    .pr-xl-46{ padding-right: 46px; }
    .pr-xl-47{ padding-right: 47px; }
    .pr-xl-48{ padding-right: 48px; }
    .pr-xl-49{ padding-right: 49px; }
    .pr-xl-50{ padding-right: 50px; }
    .pr-xl-51{ padding-right: 51px; }
    .pr-xl-52{ padding-right: 52px; }
    .pr-xl-53{ padding-right: 53px; }
    .pr-xl-54{ padding-right: 54px; }
    .pr-xl-55{ padding-right: 55px; }
    .pr-xl-56{ padding-right: 56px; }
    .pr-xl-57{ padding-right: 57px; }
    .pr-xl-58{ padding-right: 58px; }
    .pr-xl-59{ padding-right: 59px; }
    .pr-xl-60{ padding-right: 60px; }
    .pr-xl-61{ padding-right: 61px; }
    .pr-xl-62{ padding-right: 62px; }
    .pr-xl-63{ padding-right: 63px; }
    .pr-xl-64{ padding-right: 64px; }
    .pr-xl-65{ padding-right: 65px; }
    .pr-xl-66{ padding-right: 66px; }
    .pr-xl-67{ padding-right: 67px; }
    .pr-xl-68{ padding-right: 68px; }
    .pr-xl-69{ padding-right: 69px; }
    .pr-xl-70{ padding-right: 70px; }
    .pr-xl-71{ padding-right: 71px; }
    .pr-xl-72{ padding-right: 72px; }
    .pr-xl-73{ padding-right: 73px; }
    .pr-xl-74{ padding-right: 74px; }
    .pr-xl-75{ padding-right: 75px; }
    .pr-xl-76{ padding-right: 76px; }
    .pr-xl-77{ padding-right: 77px; }
    .pr-xl-78{ padding-right: 78px; }
    .pr-xl-79{ padding-right: 79px; }
    .pr-xl-80{ padding-right: 80px; }
    .pr-xl-81{ padding-right: 81px; }
    .pr-xl-82{ padding-right: 82px; }
    .pr-xl-83{ padding-right: 83px; }
    .pr-xl-84{ padding-right: 84px; }
    .pr-xl-85{ padding-right: 85px; }
    .pr-xl-86{ padding-right: 86px; }
    .pr-xl-87{ padding-right: 87px; }
    .pr-xl-88{ padding-right: 88px; }
    .pr-xl-89{ padding-right: 89px; }
    .pr-xl-90{ padding-right: 90px; }
    .pr-xl-91{ padding-right: 91px; }
    .pr-xl-92{ padding-right: 92px; }
    .pr-xl-93{ padding-right: 93px; }
    .pr-xl-94{ padding-right: 94px; }
    .pr-xl-95{ padding-right: 95px; }
    .pr-xl-96{ padding-right: 96px; }
    .pr-xl-97{ padding-right: 97px; }
    .pr-xl-98{ padding-right: 98px; }
    .pr-xl-99{ padding-right: 99px; }


    .pb-xl-0{ padding-bottom: 0px; }
    .pb-xl-1{ padding-bottom: 1px; }
    .pb-xl-2{ padding-bottom: 2px; }
    .pb-xl-3{ padding-bottom: 3px; }
    .pb-xl-4{ padding-bottom: 4px; }
    .pb-xl-5{ padding-bottom: 5px; }
    .pb-xl-6{ padding-bottom: 6px; }
    .pb-xl-7{ padding-bottom: 7px; }
    .pb-xl-8{ padding-bottom: 8px; }
    .pb-xl-9{ padding-bottom: 9px; }
    .pb-xl-10{ padding-bottom: 10px; }
    .pb-xl-11{ padding-bottom: 11px; }
    .pb-xl-12{ padding-bottom: 12px; }
    .pb-xl-13{ padding-bottom: 13px; }
    .pb-xl-14{ padding-bottom: 14px; }
    .pb-xl-15{ padding-bottom: 15px; }
    .pb-xl-16{ padding-bottom: 16px; }
    .pb-xl-17{ padding-bottom: 17px; }
    .pb-xl-18{ padding-bottom: 18px; }
    .pb-xl-19{ padding-bottom: 19px; }
    .pb-xl-20{ padding-bottom: 20px; }
    .pb-xl-21{ padding-bottom: 21px; }
    .pb-xl-22{ padding-bottom: 22px; }
    .pb-xl-23{ padding-bottom: 23px; }
    .pb-xl-24{ padding-bottom: 24px; }
    .pb-xl-25{ padding-bottom: 25px; }
    .pb-xl-26{ padding-bottom: 26px; }
    .pb-xl-27{ padding-bottom: 27px; }
    .pb-xl-28{ padding-bottom: 28px; }
    .pb-xl-29{ padding-bottom: 29px; }
    .pb-xl-30{ padding-bottom: 30px; }
    .pb-xl-31{ padding-bottom: 31px; }
    .pb-xl-32{ padding-bottom: 32px; }
    .pb-xl-33{ padding-bottom: 33px; }
    .pb-xl-34{ padding-bottom: 34px; }
    .pb-xl-35{ padding-bottom: 35px; }
    .pb-xl-36{ padding-bottom: 36px; }
    .pb-xl-37{ padding-bottom: 37px; }
    .pb-xl-38{ padding-bottom: 38px; }
    .pb-xl-39{ padding-bottom: 39px; }
    .pb-xl-40{ padding-bottom: 40px; }
    .pb-xl-41{ padding-bottom: 41px; }
    .pb-xl-42{ padding-bottom: 42px; }
    .pb-xl-43{ padding-bottom: 43px; }
    .pb-xl-44{ padding-bottom: 44px; }
    .pb-xl-45{ padding-bottom: 45px; }
    .pb-xl-46{ padding-bottom: 46px; }
    .pb-xl-47{ padding-bottom: 47px; }
    .pb-xl-48{ padding-bottom: 48px; }
    .pb-xl-49{ padding-bottom: 49px; }
    .pb-xl-50{ padding-bottom: 50px; }
    .pb-xl-51{ padding-bottom: 51px; }
    .pb-xl-52{ padding-bottom: 52px; }
    .pb-xl-53{ padding-bottom: 53px; }
    .pb-xl-54{ padding-bottom: 54px; }
    .pb-xl-55{ padding-bottom: 55px; }
    .pb-xl-56{ padding-bottom: 56px; }
    .pb-xl-57{ padding-bottom: 57px; }
    .pb-xl-58{ padding-bottom: 58px; }
    .pb-xl-59{ padding-bottom: 59px; }
    .pb-xl-60{ padding-bottom: 60px; }
    .pb-xl-61{ padding-bottom: 61px; }
    .pb-xl-62{ padding-bottom: 62px; }
    .pb-xl-63{ padding-bottom: 63px; }
    .pb-xl-64{ padding-bottom: 64px; }
    .pb-xl-65{ padding-bottom: 65px; }
    .pb-xl-66{ padding-bottom: 66px; }
    .pb-xl-67{ padding-bottom: 67px; }
    .pb-xl-68{ padding-bottom: 68px; }
    .pb-xl-69{ padding-bottom: 69px; }
    .pb-xl-70{ padding-bottom: 70px; }
    .pb-xl-71{ padding-bottom: 71px; }
    .pb-xl-72{ padding-bottom: 72px; }
    .pb-xl-73{ padding-bottom: 73px; }
    .pb-xl-74{ padding-bottom: 74px; }
    .pb-xl-75{ padding-bottom: 75px; }
    .pb-xl-76{ padding-bottom: 76px; }
    .pb-xl-77{ padding-bottom: 77px; }
    .pb-xl-78{ padding-bottom: 78px; }
    .pb-xl-79{ padding-bottom: 79px; }
    .pb-xl-80{ padding-bottom: 80px; }
    .pb-xl-81{ padding-bottom: 81px; }
    .pb-xl-82{ padding-bottom: 82px; }
    .pb-xl-83{ padding-bottom: 83px; }
    .pb-xl-84{ padding-bottom: 84px; }
    .pb-xl-85{ padding-bottom: 85px; }
    .pb-xl-86{ padding-bottom: 86px; }
    .pb-xl-87{ padding-bottom: 87px; }
    .pb-xl-88{ padding-bottom: 88px; }
    .pb-xl-89{ padding-bottom: 89px; }
    .pb-xl-90{ padding-bottom: 90px; }
    .pb-xl-91{ padding-bottom: 91px; }
    .pb-xl-92{ padding-bottom: 92px; }
    .pb-xl-93{ padding-bottom: 93px; }
    .pb-xl-94{ padding-bottom: 94px; }
    .pb-xl-95{ padding-bottom: 95px; }
    .pb-xl-96{ padding-bottom: 96px; }
    .pb-xl-97{ padding-bottom: 97px; }
    .pb-xl-98{ padding-bottom: 98px; }
    .pb-xl-99{ padding-bottom: 99px; }


    .pl-xl-0{ padding-left: 0px; }
    .pl-xl-1{ padding-left: 1px; }
    .pl-xl-2{ padding-left: 2px; }
    .pl-xl-3{ padding-left: 3px; }
    .pl-xl-4{ padding-left: 4px; }
    .pl-xl-5{ padding-left: 5px; }
    .pl-xl-6{ padding-left: 6px; }
    .pl-xl-7{ padding-left: 7px; }
    .pl-xl-8{ padding-left: 8px; }
    .pl-xl-9{ padding-left: 9px; }
    .pl-xl-10{ padding-left: 10px; }
    .pl-xl-11{ padding-left: 11px; }
    .pl-xl-12{ padding-left: 12px; }
    .pl-xl-13{ padding-left: 13px; }
    .pl-xl-14{ padding-left: 14px; }
    .pl-xl-15{ padding-left: 15px; }
    .pl-xl-16{ padding-left: 16px; }
    .pl-xl-17{ padding-left: 17px; }
    .pl-xl-18{ padding-left: 18px; }
    .pl-xl-19{ padding-left: 19px; }
    .pl-xl-20{ padding-left: 20px; }
    .pl-xl-21{ padding-left: 21px; }
    .pl-xl-22{ padding-left: 22px; }
    .pl-xl-23{ padding-left: 23px; }
    .pl-xl-24{ padding-left: 24px; }
    .pl-xl-25{ padding-left: 25px; }
    .pl-xl-26{ padding-left: 26px; }
    .pl-xl-27{ padding-left: 27px; }
    .pl-xl-28{ padding-left: 28px; }
    .pl-xl-29{ padding-left: 29px; }
    .pl-xl-30{ padding-left: 30px; }
    .pl-xl-31{ padding-left: 31px; }
    .pl-xl-32{ padding-left: 32px; }
    .pl-xl-33{ padding-left: 33px; }
    .pl-xl-34{ padding-left: 34px; }
    .pl-xl-35{ padding-left: 35px; }
    .pl-xl-36{ padding-left: 36px; }
    .pl-xl-37{ padding-left: 37px; }
    .pl-xl-38{ padding-left: 38px; }
    .pl-xl-39{ padding-left: 39px; }
    .pl-xl-40{ padding-left: 40px; }
    .pl-xl-41{ padding-left: 41px; }
    .pl-xl-42{ padding-left: 42px; }
    .pl-xl-43{ padding-left: 43px; }
    .pl-xl-44{ padding-left: 44px; }
    .pl-xl-45{ padding-left: 45px; }
    .pl-xl-46{ padding-left: 46px; }
    .pl-xl-47{ padding-left: 47px; }
    .pl-xl-48{ padding-left: 48px; }
    .pl-xl-49{ padding-left: 49px; }
    .pl-xl-50{ padding-left: 50px; }
    .pl-xl-51{ padding-left: 51px; }
    .pl-xl-52{ padding-left: 52px; }
    .pl-xl-53{ padding-left: 53px; }
    .pl-xl-54{ padding-left: 54px; }
    .pl-xl-55{ padding-left: 55px; }
    .pl-xl-56{ padding-left: 56px; }
    .pl-xl-57{ padding-left: 57px; }
    .pl-xl-58{ padding-left: 58px; }
    .pl-xl-59{ padding-left: 59px; }
    .pl-xl-60{ padding-left: 60px; }
    .pl-xl-61{ padding-left: 61px; }
    .pl-xl-62{ padding-left: 62px; }
    .pl-xl-63{ padding-left: 63px; }
    .pl-xl-64{ padding-left: 64px; }
    .pl-xl-65{ padding-left: 65px; }
    .pl-xl-66{ padding-left: 66px; }
    .pl-xl-67{ padding-left: 67px; }
    .pl-xl-68{ padding-left: 68px; }
    .pl-xl-69{ padding-left: 69px; }
    .pl-xl-70{ padding-left: 70px; }
    .pl-xl-71{ padding-left: 71px; }
    .pl-xl-72{ padding-left: 72px; }
    .pl-xl-73{ padding-left: 73px; }
    .pl-xl-74{ padding-left: 74px; }
    .pl-xl-75{ padding-left: 75px; }
    .pl-xl-76{ padding-left: 76px; }
    .pl-xl-77{ padding-left: 77px; }
    .pl-xl-78{ padding-left: 78px; }
    .pl-xl-79{ padding-left: 79px; }
    .pl-xl-80{ padding-left: 80px; }
    .pl-xl-81{ padding-left: 81px; }
    .pl-xl-82{ padding-left: 82px; }
    .pl-xl-83{ padding-left: 83px; }
    .pl-xl-84{ padding-left: 84px; }
    .pl-xl-85{ padding-left: 85px; }
    .pl-xl-86{ padding-left: 86px; }
    .pl-xl-87{ padding-left: 87px; }
    .pl-xl-88{ padding-left: 88px; }
    .pl-xl-89{ padding-left: 89px; }
    .pl-xl-90{ padding-left: 90px; }
    .pl-xl-91{ padding-left: 91px; }
    .pl-xl-92{ padding-left: 92px; }
    .pl-xl-93{ padding-left: 93px; }
    .pl-xl-94{ padding-left: 94px; }
    .pl-xl-95{ padding-left: 95px; }
    .pl-xl-96{ padding-left: 96px; }
    .pl-xl-97{ padding-left: 97px; }
    .pl-xl-98{ padding-left: 98px; }
    .pl-xl-99{ padding-left: 99px; }


    .pt-xl-per1{ padding-top: 1%; }
    .pt-xl-per2{ padding-top: 2%; }
    .pt-xl-per3{ padding-top: 3%; }
    .pt-xl-per4{ padding-top: 4%; }
    .pt-xl-per5{ padding-top: 5%; }
    .pt-xl-per6{ padding-top: 6%; }
    .pt-xl-per7{ padding-top: 7%; }
    .pt-xl-per8{ padding-top: 8%; }
    .pt-xl-per9{ padding-top: 9%; }
    .pt-xl-per10{ padding-top: 10%; }
    .pt-xl-per11{ padding-top: 11%; }
    .pt-xl-per12{ padding-top: 12%; }
    .pt-xl-per13{ padding-top: 13%; }
    .pt-xl-per14{ padding-top: 14%; }
    .pt-xl-per15{ padding-top: 15%; }
    .pt-xl-per16{ padding-top: 16%; }
    .pt-xl-per17{ padding-top: 17%; }
    .pt-xl-per18{ padding-top: 18%; }
    .pt-xl-per19{ padding-top: 19%; }
    .pt-xl-per20{ padding-top: 20%; }
    .pt-xl-per21{ padding-top: 21%; }
    .pt-xl-per22{ padding-top: 22%; }
    .pt-xl-per23{ padding-top: 23%; }
    .pt-xl-per24{ padding-top: 24%; }
    .pt-xl-per25{ padding-top: 25%; }


    .pr-xl-per1{ padding-right: 1%; }
    .pr-xl-per2{ padding-right: 2%; }
    .pr-xl-per3{ padding-right: 3%; }
    .pr-xl-per4{ padding-right: 4%; }
    .pr-xl-per5{ padding-right: 5%; }
    .pr-xl-per6{ padding-right: 6%; }
    .pr-xl-per7{ padding-right: 7%; }
    .pr-xl-per8{ padding-right: 8%; }
    .pr-xl-per9{ padding-right: 9%; }
    .pr-xl-per10{ padding-right: 10%; }
    .pr-xl-per11{ padding-right: 11%; }
    .pr-xl-per12{ padding-right: 12%; }
    .pr-xl-per13{ padding-right: 13%; }
    .pr-xl-per14{ padding-right: 14%; }
    .pr-xl-per15{ padding-right: 15%; }
    .pr-xl-per16{ padding-right: 16%; }
    .pr-xl-per17{ padding-right: 17%; }
    .pr-xl-per18{ padding-right: 18%; }
    .pr-xl-per19{ padding-right: 19%; }
    .pr-xl-per20{ padding-right: 20%; }
    .pr-xl-per21{ padding-right: 21%; }
    .pr-xl-per22{ padding-right: 22%; }
    .pr-xl-per23{ padding-right: 23%; }
    .pr-xl-per24{ padding-right: 24%; }
    .pr-xl-per25{ padding-right: 25%; }


    .pb-xl-per1{ padding-bottom: 1%; }
    .pb-xl-per2{ padding-bottom: 2%; }
    .pb-xl-per3{ padding-bottom: 3%; }
    .pb-xl-per4{ padding-bottom: 4%; }
    .pb-xl-per5{ padding-bottom: 5%; }
    .pb-xl-per6{ padding-bottom: 6%; }
    .pb-xl-per7{ padding-bottom: 7%; }
    .pb-xl-per8{ padding-bottom: 8%; }
    .pb-xl-per9{ padding-bottom: 9%; }
    .pb-xl-per10{ padding-bottom: 10%; }
    .pb-xl-per11{ padding-bottom: 11%; }
    .pb-xl-per12{ padding-bottom: 12%; }
    .pb-xl-per13{ padding-bottom: 13%; }
    .pb-xl-per14{ padding-bottom: 14%; }
    .pb-xl-per15{ padding-bottom: 15%; }
    .pb-xl-per16{ padding-bottom: 16%; }
    .pb-xl-per17{ padding-bottom: 17%; }
    .pb-xl-per18{ padding-bottom: 18%; }
    .pb-xl-per19{ padding-bottom: 19%; }
    .pb-xl-per20{ padding-bottom: 20%; }
    .pb-xl-per21{ padding-bottom: 21%; }
    .pb-xl-per22{ padding-bottom: 22%; }
    .pb-xl-per23{ padding-bottom: 23%; }
    .pb-xl-per24{ padding-bottom: 24%; }
    .pb-xl-per25{ padding-bottom: 25%; }


    .pl-xl-per1{ padding-left: 1%; }
    .pl-xl-per2{ padding-left: 2%; }
    .pl-xl-per3{ padding-left: 3%; }
    .pl-xl-per4{ padding-left: 4%; }
    .pl-xl-per5{ padding-left: 5%; }
    .pl-xl-per6{ padding-left: 6%; }
    .pl-xl-per7{ padding-left: 7%; }
    .pl-xl-per8{ padding-left: 8%; }
    .pl-xl-per9{ padding-left: 9%; }
    .pl-xl-per10{ padding-left: 10%; }
    .pl-xl-per11{ padding-left: 11%; }
    .pl-xl-per12{ padding-left: 12%; }
    .pl-xl-per13{ padding-left: 13%; }
    .pl-xl-per14{ padding-left: 14%; }
    .pl-xl-per15{ padding-left: 15%; }
    .pl-xl-per16{ padding-left: 16%; }
    .pl-xl-per17{ padding-left: 17%; }
    .pl-xl-per18{ padding-left: 18%; }
    .pl-xl-per19{ padding-left: 19%; }
    .pl-xl-per20{ padding-left: 20%; }
    .pl-xl-per21{ padding-left: 21%; }
    .pl-xl-per22{ padding-left: 22%; }
    .pl-xl-per23{ padding-left: 23%; }
    .pl-xl-per24{ padding-left: 24%; }
    .pl-xl-per25{ padding-left: 25%; }
}