/* blocks-style 
 * vers  7.01

1920px  - xxl
1600px  - xl
1400px  - m
1200px  - s
1000px  - xs
800px   - ms
600px   - min
400px mic

@media(max-width:1920px){
}
@media(max-width:1600px){
}
@media(max-width:1380px){
}
@media(max-width:1200px){
}
@media(max-width:1000px){
}
@media(max-width:800px){
}
@media(max-width:600px){
}
@media(max-width:400px){
}
*/


/*** normilise */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,
address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,
dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
    border: 0;
    /* font-size: 16px; */
    font-style: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    list-style: none;
    /*font-display: swap;*/
}
html {-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
body {margin: 0;transition: 0s;overflow-x: hidden;}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {display: block;}
audio,canvas,progress,video {display: inline-block;vertical-align: baseline;}
audio:not([controls]) {display: none;height: 0;}
[hidden],template {display: none;}
a {background-color: transparent;font-size: 15px;display: inherit;}
a:active {outline: 0;}
a,a:visited,a:hover,a:focus {text-decoration: none;}
abbr[title] {border-bottom: 1px dotted;}
b,strong {font-weight: 500;}
dfn {font-style: italic;}
mark {background: #ff0;color: #000;}
small {font-size: 80%;}
sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
img {border: 0;}
svg:not(:root) {overflow: hidden;}
figure {margin: 0;}
hr {-webkit-box-sizing: content-box;box-sizing: content-box;height: 0;padding: 0;margin: 15px 0;border-color: hsl(216deg, 15%, 34%);}
pre {overflow: auto;}
code,kbd,pre,samp {font-size: 1em;}
code,kbd,pre,samp {font-size: 1em;}
button,input,optgroup,select,textarea {color: inherit;font: inherit;outline: none;}
input[type=text], input[type=submit], textarea, a{-webkit-appearance: none;}
button {overflow: visible;}
button,select {text-transform: none;}
button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button;border: none;}
button[disabled],html input[disabled] {cursor: default !important;opacity: 0.8;}
button::-moz-focus-inner,input::-moz-focus-inner {border: 0;padding: 0;}
input {line-height: normal;}
input[type="checkbox"],input[type="radio"] {-webkit-box-sizing: border-box;box-sizing: border-box;padding: 0;}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
height: auto;}
input[type="search"] {
-webkit-appearance: textfield;-webkit-box-sizing: content-box;box-sizing: content-box;}
.search .search-submit,#comments .submit {padding: 10px 15px;border-radius: 2px;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;}
fieldset {margin: 0 0px;padding: 0;}
legend {border: 0;padding: 0;}
fieldset legend {margin-bottom: 10px;padding: 0;font-weight: 600;}
textarea {overflow: auto;}
optgroup {font-weight: bold;}
table {border-collapse: collapse;border-spacing: 0;}
td,th {padding: 0;}
img{display: block;max-width: 100%;height:auto;max-height: 100%;}
label{
    display: inline-block;
}
@media(max-width:800px){
  table tr{width:100%}
  table{width:100%}
}

/* end normilise */



/*** scroll bar */
::-webkit-scrollbar              {width:7px;height:7px;}
::-webkit-scrollbar-button       { height:0px;width:0px;}
::-webkit-scrollbar-track        {height:20px;width:20px;background: #363636;}
::-webkit-scrollbar-track-piece  { height:20px;width:20px;background:#131313;}
::-webkit-scrollbar-thumb        {
    height:20px;
    width:20px;
    background: #6c7781;
    border-radius:5px;
    -webkit-transition: 1s !important;
    transition: 1s !important}
::-webkit-scrollbar-thumb:hover  {
    background:#5364f7 !important
}
::-webkit-scrollbar-corner       { width:0;height:0;}

.scrollbar_0:-webkit-scrollbar  {width:0px;}
.scrollbar_10:-webkit-scrollbar  {width:10px;}
.scrollbar_15::-webkit-scrollbar  {width:15px;}
.scrollbar_20::-webkit-scrollbar  {width:20px;}


/*** font weight */
.fw9,.fw9 span {font-weight:900!important}
.fw8,.fw8 span {font-weight:800!important}
.fw7,.fw7 span {font-weight:700!important}
.fw6,.fw6 span {font-weight:600!important}
.fw5,.fw5 span {font-weight:500!important}
.fw4,.fw4 span {font-weight:400!important}
.fw3,.fw3 span {font-weight:300!important}
.fw2,.fw2 span {font-weight:200!important}


/*** blocks */


/* hid vis */
.hid{display: none !important;}
.vis{display: block !important;}


@media(max-width:  1600px){.xlhid{display: none !important;}.xlvis{display: block !important;}}
@media(max-width: 1380px){.mhid{display: none !important;}.mvis{display: block !important;}}
@media(max-width:1200px){.shid{display: none !important;}.svis{display: block !important;}}
@media(max-width: 1000px){.xshid{display: none !important;}.xsvis{display: block !important;}}
@media(max-width: 800px){.mshid{display: none !important;}.msvis{display: block !important;}}
@media(max-width: 600px){.minhid{display: none !important;}.minvis{display: block !important;}}
@media(max-width: 400px){.michid{display: none !important;}.minvis{display: block !important;}}


/*MARGIN*/
/*
margin auto
margin right
margin left
margin top
margin bottom
*/
.mgauto{margin: 0 auto}
.mgrauto{margin-right:auto !important}
.mglauto{margin-left:auto !important}

@media(max-width: 1600px){
.mgautoxl{margin: 0 auto}
.mgrautoxl{margin-right:auto !important}
.mglautoxl{margin-left:auto !important}
}

@media(max-width:1380px){
.mgautom{margin: 0 auto}
.mgrautom{margin-right:auto !important}
.mglautom{margin-left:auto !important}
}

@media(max-width:1200px){
.mgautos{margin: auto}
.mgrautos{margin-right:auto !important}
.mglautos{margin-left:auto !important}
}

@media(max-width:1000px){
.mgautoxs{margin: 0 auto}
.mgrautoxs{margin-right:auto !important}
.mglautoxs{margin-left:auto !important}
}

@media(max-width:800px){
.mgautoms{margin: 0 auto}
.mgrautoms{margin-right:auto !important}
.mglautoms{margin-left:auto !important}
}

@media(max-width:600px){
.mgautomin{margin: 0 auto}
.mgrautomin{margin-right:auto !important}
.mglautomin{margin-left:auto !important}
}

@media(max-width:400px){
.mgautomic{margin: 0 auto}
.mgrautomic{margin-right:auto !important}
.mglautomic{margin-left:auto !important}
}

.mg0{margin: 0 0px !important;}
.mg5{margin: 0 5px !important;}
.mg10{margin: 0 10px !important;}
.mg15{margin: 0 15px !important;}
.mg20{margin: 0 20px !important;}
.mg25{margin: 0 25px !important;}
.mg30{margin: 0 30px !important;}
.mg35{margin: 0 35px !important;}
.mg40{margin: 0 40px !important;}
.mg45{margin: 0 45px !important;}
.mg50{margin: 0 50px !important;}
.mg55{margin: 0 55px !important;}
.mg60{margin: 0 60px !important;}
.mg65{margin: 0 65px !important;}
.mg70{margin: 0 70px !important;}
.mg75{margin: 0 75px !important;}
.mg80{margin: 0 80px !important;}
.mg85{margin: 0 85px !important;}
.mg90{margin: 0 90px !important;}
.mg95{margin: 0 95px !important;}
.mg100{margin: 0 100px !important;}

@media(max-width: 1600px){
.mg0xl{margin: 0 0px !important;}
.mg5xl{margin: 0 5px !important;}
.mg10xl{margin: 0 10px !important;}
.mg15xl{margin: 0 15px !important;}
.mg20xl{margin: 0 20px !important;}
.mg25xl{margin: 0 25px !important;}
.mg30xl{margin: 0 30px !important;}
.mg35xl{margin: 0 35px !important;}
.mg40xl{margin: 0 40px !important;}
.mg45xl{margin: 0 45px !important;}
.mg50xl{margin: 0 50px !important;}
.mg55xl{margin: 0 55px !important;}
.mg60xl{margin: 0 60px !important;}
.mg65xl{margin: 0 65px !important;}
.mg70xl{margin: 0 70px !important;}
.mg75xl{margin: 0 75px !important;}
.mg80xl{margin: 0 80px !important;}
.mg85xl{margin: 0 85px !important;}
.mg90xl{margin: 0 90px !important;}
.mg95xl{margin: 0 95px !important;}
.mg100xl{margin: 0 100px !important;}
}

@media(max-width:1380px){
.mg0m{margin: 0 0px !important;}
.mg5m{margin: 0 5px !important;}
.mg10m{margin: 0 10px !important;}
.mg15m{margin: 0 15px !important;}
.mg20m{margin: 0 20px !important;}
.mg25m{margin: 0 25px !important;}
.mg30m{margin: 0 30px !important;}
.mg35m{margin: 0 35px !important;}
.mg40m{margin: 0 40px !important;}
.mg45m{margin: 0 45px !important;}
.mg50m{margin: 0 50px !important;}
.mg55m{margin: 0 55px !important;}
.mg60m{margin: 0 60px !important;}
.mg65m{margin: 0 65px !important;}
.mg70m{margin: 0 70px !important;}
.mg75m{margin: 0 75px !important;}
.mg80m{margin: 0 80px !important;}
.mg85m{margin: 0 85px !important;}
.mg90m{margin: 0 90px !important;}
.mg95m{margin: 0 95px !important;}
.mg100m{margin: 0 100px !important;}
}

@media(max-width:1200px){
.mg0s{margin: 0 0px !important;}
.mg5s{margin: 0 5px !important;}
.mg10s{margin: 0 10px !important;}
.mg15s{margin: 0 15px !important;}
.mg20s{margin: 0 20px !important;}
.mg25s{margin: 0 25px !important;}
.mg30s{margin: 0 30px !important;}
.mg35s{margin: 0 35px !important;}
.mg40s{margin: 0 40px !important;}
.mg45s{margin: 0 45px !important;}
.mg50s{margin: 0 50px !important;}
.mg55s{margin: 0 55px !important;}
.mg60s{margin: 0 60px !important;}
.mg65s{margin: 0 65px !important;}
.mg70s{margin: 0 70px !important;}
.mg75s{margin: 0 75px !important;}
.mg80s{margin: 0 80px !important;}
.mg85s{margin: 0 85px !important;}
.mg90s{margin: 0 90px !important;}
.mg95s{margin: 0 95px !important;}
.mg100s{margin: 0 100px !important;}
}

@media(max-width:1000px){
.mg0xs{margin: 0 0px !important;}
.mg5xs{margin: 0 5px !important;}
.mg10xs{margin: 0 10px !important;}
.mg15xs{margin: 0 15px !important;}
.mg20xs{margin: 0 20px !important;}
.mg25xs{margin: 0 25px !important;}
.mg30xs{margin: 0 30px !important;}
.mg35xs{margin: 0 35px !important;}
.mg40xs{margin: 0 40px !important;}
.mg45xs{margin: 0 45px !important;}
.mg50xs{margin: 0 50px !important;}
.mg55xs{margin: 0 55px !important;}
.mg60xs{margin: 0 60px !important;}
.mg65xs{margin: 0 65px !important;}
.mg70xs{margin: 0 70px !important;}
.mg75xs{margin: 0 75px !important;}
.mg80xs{margin: 0 80px !important;}
.mg85xs{margin: 0 85px !important;}
.mg90xs{margin: 0 90px !important;}
.mg95xs{margin: 0 95px !important;}
.mg100xs{margin: 0 100px !important;}
}

@media(max-width:800px){
.mg0ms{margin: 0 0px !important;}
.mg5ms{margin: 0 5px !important;}
.mg10ms{margin: 0 10px !important;}
.mg15ms{margin: 0 15px !important;}
.mg20ms{margin: 0 20px !important;}
.mg25ms{margin: 0 25px !important;}
.mg30ms{margin: 0 30px !important;}
.mg35ms{margin: 0 35px !important;}
.mg40ms{margin: 0 40px !important;}
.mg45ms{margin: 0 45px !important;}
.mg50ms{margin: 0 50px !important;}
.mg55ms{margin: 0 55px !important;}
.mg60ms{margin: 0 60px !important;}
.mg65ms{margin: 0 65px !important;}
.mg70ms{margin: 0 70px !important;}
.mg75ms{margin: 0 75px !important;}
.mg80ms{margin: 0 80px !important;}
.mg85ms{margin: 0 85px !important;}
.mg90ms{margin: 0 90px !important;}
.mg95ms{margin: 0 95px !important;}
.mg100ms{margin: 0 100px !important;}
}

@media(max-width:600px){
.mg0min{margin: 0 0px !important;}
.mg5min{margin: 0 5px !important;}
.mg10min{margin: 0 10px !important;}
.mg15min{margin: 0 15px !important;}
.mg20min{margin: 0 20px !important;}
.mg25min{margin: 0 25px !important;}
.mg30min{margin: 0 30px !important;}
.mg35min{margin: 0 35px !important;}
.mg40min{margin: 0 40px !important;}
.mg45min{margin: 0 45px !important;}
.mg50min{margin: 0 50px !important;}
.mg55min{margin: 0 55px !important;}
.mg60min{margin: 0 60px !important;}
.mg65min{margin: 0 65px !important;}
.mg70min{margin: 0 70px !important;}
.mg75min{margin: 0 75px !important;}
.mg80min{margin: 0 80px !important;}
.mg85min{margin: 0 85px !important;}
.mg90min{margin: 0 90px !important;}
.mg95min{margin: 0 95px !important;}
.mg100min{margin: 0 100px !important;}
}

@media(max-width:400px){
.mg0mic{margin: 0 0px !important;}
.mg5mic{margin: 0 5px !important;}
.mg10mic{margin: 0 10px !important;}
.mg15mic{margin: 0 15px !important;}
.mg20mic{margin: 0 20px !important;}
.mg25mic{margin: 0 25px !important;}
.mg30mic{margin: 0 30px !important;}
.mg35mic{margin: 0 35px !important;}
.mg40mic{margin: 0 40px !important;}
.mg45mic{margin: 0 45px !important;}
.mg50mic{margin: 0 50px !important;}
.mg55mic{margin: 0 55px !important;}
.mg60mic{margin: 0 60px !important;}
.mg65mic{margin: 0 65px !important;}
.mg70mic{margin: 0 70px !important;}
.mg75mic{margin: 0 75px !important;}
.mg80mic{margin: 0 80px !important;}
.mg85mic{margin: 0 85px !important;}
.mg90mic{margin: 0 90px !important;}
.mg95mic{margin: 0 95px !important;}
.mg100mic{margin: 0 100px !important;}
}

.mgr0{margin-right: 0px !important;}
.mgr5{margin-right: 5px !important;}
.mgr10{margin-right: 10px !important;}
.mgr15{margin-right: 15px !important;}
.mgr20{margin-right: 20px !important;}
.mgr25{margin-right: 25px !important;}
.mgr30{margin-right: 30px !important;}
.mgr35{margin-right: 35px !important;}
.mgr40{margin-right: 40px !important;}
.mgr45{margin-right: 45px !important;}
.mgr50{margin-right: 50px !important;}
.mgr55{margin-right: 55px !important;}
.mgr60{margin-right: 60px !important;}
.mgr65{margin-right: 65px !important;}
.mgr70{margin-right: 70px !important;}
.mgr75{margin-right: 75px !important;}
.mgr80{margin-right: 80px !important;}
.mgr85{margin-right: 85px !important;}
.mgr90{margin-right: 90px !important;}
.mgr95{margin-right: 95px !important;}
.mgr100{margin-right: 100px !important;}

@media(max-width: 1600px){
.mgr0xl{margin-right: 0px !important;}
.mgr5xl{margin-right: 5px !important;}
.mgr10xl{margin-right: 10px !important;}
.mgr15xl{margin-right: 15px !important;}
.mgr20xl{margin-right: 20px !important;}
.mgr25xl{margin-right: 25px !important;}
.mgr30xl{margin-right: 30px !important;}
.mgr35xl{margin-right: 35px !important;}
.mgr40xl{margin-right: 40px !important;}
.mgr45xl{margin-right: 45px !important;}
.mgr50xl{margin-right: 50px !important;}
.mgr55xl{margin-right: 55px !important;}
.mgr60xl{margin-right: 60px !important;}
.mgr65xl{margin-right: 65px !important;}
.mgr70xl{margin-right: 70px !important;}
.mgr75xl{margin-right: 75px !important;}
.mgr80xl{margin-right: 80px !important;}
.mgr85xl{margin-right: 85px !important;}
.mgr90xl{margin-right: 90px !important;}
.mgr95xl{margin-right: 95px !important;}
.mgr100xl{margin-right: 100px !important;}
}

@media(max-width:1380px){
.mgr0m{margin-right: 0px !important;}
.mgr5m{margin-right: 5px !important;}
.mgr10m{margin-right: 10px !important;}
.mgr15m{margin-right: 15px !important;}
.mgr20m{margin-right: 20px !important;}
.mgr25m{margin-right: 25px !important;}
.mgr30m{margin-right: 30px !important;}
.mgr35m{margin-right: 35px !important;}
.mgr40m{margin-right: 40px !important;}
.mgr45m{margin-right: 45px !important;}
.mgr50m{margin-right: 50px !important;}
.mgr55m{margin-right: 55px !important;}
.mgr60m{margin-right: 60px !important;}
.mgr65m{margin-right: 65px !important;}
.mgr70m{margin-right: 70px !important;}
.mgr75m{margin-right: 75px !important;}
.mgr80m{margin-right: 80px !important;}
.mgr85m{margin-right: 85px !important;}
.mgr90m{margin-right: 90px !important;}
.mgr95m{margin-right: 95px !important;}
.mgr100m{margin-right: 100px !important;}
}

@media(max-width:1200px){
.mgr0s{margin-right: 0px !important;}
.mgr5s{margin-right: 5px !important;}
.mgr10s{margin-right: 10px !important;}
.mgr15s{margin-right: 15px !important;}
.mgr20s{margin-right: 20px !important;}
.mgr25s{margin-right: 25px !important;}
.mgr30s{margin-right: 30px !important;}
.mgr35s{margin-right: 35px !important;}
.mgr40s{margin-right: 40px !important;}
.mgr45s{margin-right: 45px !important;}
.mgr50s{margin-right: 50px !important;}
.mgr55s{margin-right: 55px !important;}
.mgr60s{margin-right: 60px !important;}
.mgr65s{margin-right: 65px !important;}
.mgr70s{margin-right: 70px !important;}
.mgr75s{margin-right: 75px !important;}
.mgr80s{margin-right: 80px !important;}
.mgr85s{margin-right: 85px !important;}
.mgr90s{margin-right: 90px !important;}
.mgr95s{margin-right: 95px !important;}
.mgr100s{margin-right: 100px !important;}
}

@media(max-width:1000px){
.mgr0xs{margin-right: 0px !important;}
.mgr5xs{margin-right: 5px !important;}
.mgr10xs{margin-right: 10px !important;}
.mgr15xs{margin-right: 15px !important;}
.mgr20xs{margin-right: 20px !important;}
.mgr25xs{margin-right: 25px !important;}
.mgr30xs{margin-right: 30px !important;}
.mgr35xs{margin-right: 35px !important;}
.mgr40xs{margin-right: 40px !important;}
.mgr45xs{margin-right: 45px !important;}
.mgr50xs{margin-right: 50px !important;}
.mgr55xs{margin-right: 55px !important;}
.mgr60xs{margin-right: 60px !important;}
.mgr65xs{margin-right: 65px !important;}
.mgr70xs{margin-right: 70px !important;}
.mgr75xs{margin-right: 75px !important;}
.mgr80xs{margin-right: 80px !important;}
.mgr85xs{margin-right: 85px !important;}
.mgr90xs{margin-right: 90px !important;}
.mgr95xs{margin-right: 95px !important;}
.mgr100xs{margin-right: 100px !important;}
}

@media(max-width:800px){
.mgr0ms{margin-right: 0px !important;}
.mgr5ms{margin-right: 5px !important;}
.mgr10ms{margin-right: 10px !important;}
.mgr15ms{margin-right: 15px !important;}
.mgr20ms{margin-right: 20px !important;}
.mgr25ms{margin-right: 25px !important;}
.mgr30ms{margin-right: 30px !important;}
.mgr35ms{margin-right: 35px !important;}
.mgr40ms{margin-right: 40px !important;}
.mgr45ms{margin-right: 45px !important;}
.mgr50ms{margin-right: 50px !important;}
.mgr55ms{margin-right: 55px !important;}
.mgr60ms{margin-right: 60px !important;}
.mgr65ms{margin-right: 65px !important;}
.mgr70ms{margin-right: 70px !important;}
.mgr75ms{margin-right: 75px !important;}
.mgr80ms{margin-right: 80px !important;}
.mgr85ms{margin-right: 85px !important;}
.mgr90ms{margin-right: 90px !important;}
.mgr95ms{margin-right: 95px !important;}
.mgr100ms{margin-right: 100px !important;}
}

@media(max-width:600px){
.mgr0min{margin-right: 0px !important;}
.mgr5min{margin-right: 5px !important;}
.mgr10min{margin-right: 10px !important;}
.mgr15min{margin-right: 15px !important;}
.mgr20min{margin-right: 20px !important;}
.mgr25min{margin-right: 25px !important;}
.mgr30min{margin-right: 30px !important;}
.mgr35min{margin-right: 35px !important;}
.mgr40min{margin-right: 40px !important;}
.mgr45min{margin-right: 45px !important;}
.mgr50min{margin-right: 50px !important;}
.mgr55min{margin-right: 55px !important;}
.mgr60min{margin-right: 60px !important;}
.mgr65min{margin-right: 65px !important;}
.mgr70min{margin-right: 70px !important;}
.mgr75min{margin-right: 75px !important;}
.mgr80min{margin-right: 80px !important;}
.mgr85min{margin-right: 85px !important;}
.mgr90min{margin-right: 90px !important;}
.mgr95min{margin-right: 95px !important;}
.mgr100min{margin-right: 100px !important;}
}

@media(max-width:400px){
.mgr0mic{margin-right: 0px !important;}
.mgr5mic{margin-right: 5px !important;}
.mgr10mic{margin-right: 10px !important;}
.mgr15mic{margin-right: 15px !important;}
.mgr20mic{margin-right: 20px !important;}
.mgr25mic{margin-right: 25px !important;}
.mgr30mic{margin-right: 30px !important;}
.mgr35mic{margin-right: 35px !important;}
.mgr40mic{margin-right: 40px !important;}
.mgr45mic{margin-right: 45px !important;}
.mgr50mic{margin-right: 50px !important;}
.mgr55mic{margin-right: 55px !important;}
.mgr60mic{margin-right: 60px !important;}
.mgr65mic{margin-right: 65px !important;}
.mgr70mic{margin-right: 70px !important;}
.mgr75mic{margin-right: 75px !important;}
.mgr80mic{margin-right: 80px !important;}
.mgr85mic{margin-right: 85px !important;}
.mgr90mic{margin-right: 90px !important;}
.mgr95mic{margin-right: 95px !important;}
.mgr100mic{margin-right: 100px !important;}
}

.mgl0{margin-left: 0px !important;}
.mgl5{margin-left: 5px !important;}
.mgl10{margin-left: 10px !important;}
.mgl15{margin-left: 15px !important;}
.mgl20{margin-left: 20px !important;}
.mgl25{margin-left: 25px !important;}
.mgl30{margin-left: 30px !important;}
.mgl35{margin-left: 35px !important;}
.mgl40{margin-left: 40px !important;}
.mgl45{margin-left: 45px !important;}
.mgl50{margin-left: 50px !important;}
.mgl55{margin-left: 55px !important;}
.mgl60{margin-left: 60px !important;}
.mgl65{margin-left: 65px !important;}
.mgl70{margin-left: 70px !important;}
.mgl75{margin-left: 75px !important;}
.mgl80{margin-left: 80px !important;}
.mgl85{margin-left: 85px !important;}
.mgl90{margin-left: 90px !important;}
.mgl95{margin-left: 95px !important;}
.mgl100{margin-left: 100px !important;}

@media(max-width: 1600px){
.mgl0xl{margin-left: 0px !important;}
.mgl5xl{margin-left: 5px !important;}
.mgl10xl{margin-left: 10px !important;}
.mgl15xl{margin-left: 15px !important;}
.mgl20xl{margin-left: 20px !important;}
.mgl25xl{margin-left: 25px !important;}
.mgl30xl{margin-left: 30px !important;}
.mgl35xl{margin-left: 35px !important;}
.mgl40xl{margin-left: 40px !important;}
.mgl45xl{margin-left: 45px !important;}
.mgl50xl{margin-left: 50px !important;}
.mgl55xl{margin-left: 55px !important;}
.mgl60xl{margin-left: 60px !important;}
.mgl65xl{margin-left: 65px !important;}
.mgl70xl{margin-left: 70px !important;}
.mgl75xl{margin-left: 75px !important;}
.mgl80xl{margin-left: 80px !important;}
.mgl85xl{margin-left: 85px !important;}
.mgl90xl{margin-left: 90px !important;}
.mgl95xl{margin-left: 95px !important;}
.mgl100xl{margin-left: 100px !important;}
}

@media(max-width:1380px){
.mgl0m{margin-left: 0px !important;}
.mgl5m{margin-left: 5px !important;}
.mgl10m{margin-left: 10px !important;}
.mgl15m{margin-left: 15px !important;}
.mgl20m{margin-left: 20px !important;}
.mgl25m{margin-left: 25px !important;}
.mgl30m{margin-left: 30px !important;}
.mgl35m{margin-left: 35px !important;}
.mgl40m{margin-left: 40px !important;}
.mgl45m{margin-left: 45px !important;}
.mgl50m{margin-left: 50px !important;}
.mgl55m{margin-left: 55px !important;}
.mgl60m{margin-left: 60px !important;}
.mgl65m{margin-left: 65px !important;}
.mgl70m{margin-left: 70px !important;}
.mgl75m{margin-left: 75px !important;}
.mgl80m{margin-left: 80px !important;}
.mgl85m{margin-left: 85px !important;}
.mgl90m{margin-left: 90px !important;}
.mgl95m{margin-left: 95px !important;}
.mgl100m{margin-left: 100px !important;}
}

@media(max-width:1200px){
.mgl0s{margin-left: 0px !important;}
.mgl5s{margin-left: 5px !important;}
.mgl10s{margin-left: 10px !important;}
.mgl15s{margin-left: 15px !important;}
.mgl20s{margin-left: 20px !important;}
.mgl25s{margin-left: 25px !important;}
.mgl30s{margin-left: 30px !important;}
.mgl35s{margin-left: 35px !important;}
.mgl40s{margin-left: 40px !important;}
.mgl45s{margin-left: 45px !important;}
.mgl50s{margin-left: 50px !important;}
.mgl55s{margin-left: 55px !important;}
.mgl60s{margin-left: 60px !important;}
.mgl65s{margin-left: 65px !important;}
.mgl70s{margin-left: 70px !important;}
.mgl75s{margin-left: 75px !important;}
.mgl80s{margin-left: 80px !important;}
.mgl85s{margin-left: 85px !important;}
.mgl90s{margin-left: 90px !important;}
.mgl95s{margin-left: 95px !important;}
.mgl100s{margin-left: 100px !important;}
}

@media(max-width:1000px){
.mgl0xs{margin-left: 0px !important;}
.mgl5xs{margin-left: 5px !important;}
.mgl10xs{margin-left: 10px !important;}
.mgl15xs{margin-left: 15px !important;}
.mgl20xs{margin-left: 20px !important;}
.mgl25xs{margin-left: 25px !important;}
.mgl30xs{margin-left: 30px !important;}
.mgl35xs{margin-left: 35px !important;}
.mgl40xs{margin-left: 40px !important;}
.mgl45xs{margin-left: 45px !important;}
.mgl50xs{margin-left: 50px !important;}
.mgl55xs{margin-left: 55px !important;}
.mgl60xs{margin-left: 60px !important;}
.mgl65xs{margin-left: 65px !important;}
.mgl70xs{margin-left: 70px !important;}
.mgl75xs{margin-left: 75px !important;}
.mgl80xs{margin-left: 80px !important;}
.mgl85xs{margin-left: 85px !important;}
.mgl90xs{margin-left: 90px !important;}
.mgl95xs{margin-left: 95px !important;}
.mgl100xs{margin-left: 100px !important;}
}

@media(max-width:800px){
.mgl0ms{margin-left: 0px !important;}
.mgl5ms{margin-left: 5px !important;}
.mgl10ms{margin-left: 10px !important;}
.mgl15ms{margin-left: 15px !important;}
.mgl20ms{margin-left: 20px !important;}
.mgl25ms{margin-left: 25px !important;}
.mgl30ms{margin-left: 30px !important;}
.mgl35ms{margin-left: 35px !important;}
.mgl40ms{margin-left: 40px !important;}
.mgl45ms{margin-left: 45px !important;}
.mgl50ms{margin-left: 50px !important;}
.mgl55ms{margin-left: 55px !important;}
.mgl60ms{margin-left: 60px !important;}
.mgl65ms{margin-left: 65px !important;}
.mgl70ms{margin-left: 70px !important;}
.mgl75ms{margin-left: 75px !important;}
.mgl80ms{margin-left: 80px !important;}
.mgl85ms{margin-left: 85px !important;}
.mgl90ms{margin-left: 90px !important;}
.mgl95ms{margin-left: 95px !important;}
.mgl100ms{margin-left: 100px !important;}
}

@media(max-width:600px){
.mgl0min{margin-left: 0px !important;}
.mgl5min{margin-left: 5px !important;}
.mgl10min{margin-left: 10px !important;}
.mgl15min{margin-left: 15px !important;}
.mgl20min{margin-left: 20px !important;}
.mgl25min{margin-left: 25px !important;}
.mgl30min{margin-left: 30px !important;}
.mgl35min{margin-left: 35px !important;}
.mgl40min{margin-left: 40px !important;}
.mgl45min{margin-left: 45px !important;}
.mgl50min{margin-left: 50px !important;}
.mgl55min{margin-left: 55px !important;}
.mgl60min{margin-left: 60px !important;}
.mgl65min{margin-left: 65px !important;}
.mgl70min{margin-left: 70px !important;}
.mgl75min{margin-left: 75px !important;}
.mgl80min{margin-left: 80px !important;}
.mgl85min{margin-left: 85px !important;}
.mgl90min{margin-left: 90px !important;}
.mgl95min{margin-left: 95px !important;}
.mgl100min{margin-left: 100px !important;}
}

@media(max-width:400px){
.mgl0mic{margin-left: 0px !important;}
.mgl5mic{margin-left: 5px !important;}
.mgl10mic{margin-left: 10px !important;}
.mgl15mic{margin-left: 15px !important;}
.mgl20mic{margin-left: 20px !important;}
.mgl25mic{margin-left: 25px !important;}
.mgl30mic{margin-left: 30px !important;}
.mgl35mic{margin-left: 35px !important;}
.mgl40mic{margin-left: 40px !important;}
.mgl45mic{margin-left: 45px !important;}
.mgl50mic{margin-left: 50px !important;}
.mgl55mic{margin-left: 55px !important;}
.mgl60mic{margin-left: 60px !important;}
.mgl65mic{margin-left: 65px !important;}
.mgl70mic{margin-left: 70px !important;}
.mgl75mic{margin-left: 75px !important;}
.mgl80mic{margin-left: 80px !important;}
.mgl85mic{margin-left: 85px !important;}
.mgl90mic{margin-left: 90px !important;}
.mgl95mic{margin-left: 95px !important;}
.mgl100mic{margin-left: 100px !important;}
}

.mgt0{margin-top: 0px !important;}
.mgt5{margin-top: 5px !important;}
.mgt10{margin-top: 10px !important;}
.mgt15{margin-top: 15px !important;}
.mgt20{margin-top: 20px !important;}
.mgt25{margin-top: 25px !important;}
.mgt30{margin-top: 30px !important;}
.mgt35{margin-top: 35px !important;}
.mgt40{margin-top: 40px !important;}
.mgt45{margin-top: 45px !important;}
.mgt50{margin-top: 50px !important;}
.mgt55{margin-top: 55px !important;}
.mgt60{margin-top: 60px !important;}
.mgt65{margin-top: 65px !important;}
.mgt70{margin-top: 70px !important;}
.mgt75{margin-top: 75px !important;}
.mgt80{margin-top: 80px !important;}
.mgt85{margin-top: 85px !important;}
.mgt90{margin-top: 90px !important;}
.mgt95{margin-top: 95px !important;}
.mgt100{margin-top: 100px !important;}

@media(max-width: 1600px){
.mgt0xl{margin-top: 0px !important;}
.mgt5xl{margin-top: 5px !important;}
.mgt10xl{margin-top: 10px !important;}
.mgt15xl{margin-top: 15px !important;}
.mgt20xl{margin-top: 20px !important;}
.mgt25xl{margin-top: 25px !important;}
.mgt30xl{margin-top: 30px !important;}
.mgt35xl{margin-top: 35px !important;}
.mgt40xl{margin-top: 40px !important;}
.mgt45xl{margin-top: 45px !important;}
.mgt50xl{margin-top: 50px !important;}
.mgt55xl{margin-top: 55px !important;}
.mgt60xl{margin-top: 60px !important;}
.mgt65xl{margin-top: 65px !important;}
.mgt70xl{margin-top: 70px !important;}
.mgt75xl{margin-top: 75px !important;}
.mgt80xl{margin-top: 80px !important;}
.mgt85xl{margin-top: 85px !important;}
.mgt90xl{margin-top: 90px !important;}
.mgt95xl{margin-top: 95px !important;}
.mgt100xl{margin-top: 100px !important;}
}

@media(max-width:1380px){
.mgt0m{margin-top: 0px !important;}
.mgt5m{margin-top: 5px !important;}
.mgt10m{margin-top: 10px !important;}
.mgt15m{margin-top: 15px !important;}
.mgt20m{margin-top: 20px !important;}
.mgt25m{margin-top: 25px !important;}
.mgt30m{margin-top: 30px !important;}
.mgt35m{margin-top: 35px !important;}
.mgt40m{margin-top: 40px !important;}
.mgt45m{margin-top: 45px !important;}
.mgt50m{margin-top: 50px !important;}
.mgt55m{margin-top: 55px !important;}
.mgt60m{margin-top: 60px !important;}
.mgt65m{margin-top: 65px !important;}
.mgt70m{margin-top: 70px !important;}
.mgt75m{margin-top: 75px !important;}
.mgt80m{margin-top: 80px !important;}
.mgt85m{margin-top: 85px !important;}
.mgt90m{margin-top: 90px !important;}
.mgt95m{margin-top: 95px !important;}
.mgt100m{margin-top: 100px !important;}
}

@media(max-width:1200px){
.mgt0s{margin-top: 0px !important;}
.mgt5s{margin-top: 5px !important;}
.mgt10s{margin-top: 10px !important;}
.mgt15s{margin-top: 15px !important;}
.mgt20s{margin-top: 20px !important;}
.mgt25s{margin-top: 25px !important;}
.mgt30s{margin-top: 30px !important;}
.mgt35s{margin-top: 35px !important;}
.mgt40s{margin-top: 40px !important;}
.mgt45s{margin-top: 45px !important;}
.mgt50s{margin-top: 50px !important;}
.mgt55s{margin-top: 55px !important;}
.mgt60s{margin-top: 60px !important;}
.mgt65s{margin-top: 65px !important;}
.mgt70s{margin-top: 70px !important;}
.mgt75s{margin-top: 75px !important;}
.mgt80s{margin-top: 80px !important;}
.mgt85s{margin-top: 85px !important;}
.mgt90s{margin-top: 90px !important;}
.mgt95s{margin-top: 95px !important;}
.mgt100s{margin-top: 100px !important;}
}

@media(max-width:1000px){
.mgt0xs{margin-top: 0px !important;}
.mgt5xs{margin-top: 5px !important;}
.mgt10xs{margin-top: 10px !important;}
.mgt15xs{margin-top: 15px !important;}
.mgt20xs{margin-top: 20px !important;}
.mgt25xs{margin-top: 25px !important;}
.mgt30xs{margin-top: 30px !important;}
.mgt35xs{margin-top: 35px !important;}
.mgt40xs{margin-top: 40px !important;}
.mgt45xs{margin-top: 45px !important;}
.mgt50xs{margin-top: 50px !important;}
.mgt55xs{margin-top: 55px !important;}
.mgt60xs{margin-top: 60px !important;}
.mgt65xs{margin-top: 65px !important;}
.mgt70xs{margin-top: 70px !important;}
.mgt75xs{margin-top: 75px !important;}
.mgt80xs{margin-top: 80px !important;}
.mgt85xs{margin-top: 85px !important;}
.mgt90xs{margin-top: 90px !important;}
.mgt95xs{margin-top: 95px !important;}
.mgt100xs{margin-top: 100px !important;}
}

@media(max-width:800px){
.mgt0ms{margin-top: 0px !important;}
.mgt5ms{margin-top: 5px !important;}
.mgt10ms{margin-top: 10px !important;}
.mgt15ms{margin-top: 15px !important;}
.mgt20ms{margin-top: 20px !important;}
.mgt25ms{margin-top: 25px !important;}
.mgt30ms{margin-top: 30px !important;}
.mgt35ms{margin-top: 35px !important;}
.mgt40ms{margin-top: 40px !important;}
.mgt45ms{margin-top: 45px !important;}
.mgt50ms{margin-top: 50px !important;}
.mgt55ms{margin-top: 55px !important;}
.mgt60ms{margin-top: 60px !important;}
.mgt65ms{margin-top: 65px !important;}
.mgt70ms{margin-top: 70px !important;}
.mgt75ms{margin-top: 75px !important;}
.mgt80ms{margin-top: 80px !important;}
.mgt85ms{margin-top: 85px !important;}
.mgt90ms{margin-top: 90px !important;}
.mgt95ms{margin-top: 95px !important;}
.mgt100ms{margin-top: 100px !important;}
}

@media(max-width:600px){
.mgt0min{margin-top: 0px !important;}
.mgt5min{margin-top: 5px !important;}
.mgt10min{margin-top: 10px !important;}
.mgt15min{margin-top: 15px !important;}
.mgt20min{margin-top: 20px !important;}
.mgt25min{margin-top: 25px !important;}
.mgt30min{margin-top: 30px !important;}
.mgt35min{margin-top: 35px !important;}
.mgt40min{margin-top: 40px !important;}
.mgt45min{margin-top: 45px !important;}
.mgt50min{margin-top: 50px !important;}
.mgt55min{margin-top: 55px !important;}
.mgt60min{margin-top: 60px !important;}
.mgt65min{margin-top: 65px !important;}
.mgt70min{margin-top: 70px !important;}
.mgt75min{margin-top: 75px !important;}
.mgt80min{margin-top: 80px !important;}
.mgt85min{margin-top: 85px !important;}
.mgt90min{margin-top: 90px !important;}
.mgt95min{margin-top: 95px !important;}
.mgt100min{margin-top: 100px !important;}
}

@media(max-width:400px){
.mgt0mic{margin-top: 0px !important;}
.mgt5mic{margin-top: 5px !important;}
.mgt10mic{margin-top: 10px !important;}
.mgt15mic{margin-top: 15px !important;}
.mgt20mic{margin-top: 20px !important;}
.mgt25mic{margin-top: 25px !important;}
.mgt30mic{margin-top: 30px !important;}
.mgt35mic{margin-top: 35px !important;}
.mgt40mic{margin-top: 40px !important;}
.mgt45mic{margin-top: 45px !important;}
.mgt50mic{margin-top: 50px !important;}
.mgt55mic{margin-top: 55px !important;}
.mgt60mic{margin-top: 60px !important;}
.mgt65mic{margin-top: 65px !important;}
.mgt70mic{margin-top: 70px !important;}
.mgt75mic{margin-top: 75px !important;}
.mgt80mic{margin-top: 80px !important;}
.mgt85mic{margin-top: 85px !important;}
.mgt90mic{margin-top: 90px !important;}
.mgt95mic{margin-top: 95px !important;}
.mgt100mic{margin-top: 100px !important;}
}

.mgb0{margin-bottom: 0px !important;}
.mgb5{margin-bottom: 5px !important;}
.mgb10{margin-bottom: 10px !important;}
.mgb15{margin-bottom: 15px !important;}
.mgb20{margin-bottom: 20px !important;}
.mgb25{margin-bottom: 25px !important;}
.mgb30{margin-bottom: 30px !important;}
.mgb35{margin-bottom: 35px !important;}
.mgb40{margin-bottom: 40px !important;}
.mgb45{margin-bottom: 45px !important;}
.mgb50{margin-bottom: 50px !important;}
.mgb55{margin-bottom: 55px !important;}
.mgb60{margin-bottom: 60px !important;}
.mgb65{margin-bottom: 65px !important;}
.mgb70{margin-bottom: 70px !important;}
.mgb75{margin-bottom: 75px !important;}
.mgb80{margin-bottom: 80px !important;}
.mgb85{margin-bottom: 85px !important;}
.mgb90{margin-bottom: 90px !important;}
.mgb95{margin-bottom: 95px !important;}
.mgb100{margin-bottom: 100px !important;}

@media(max-width: 1600px){
.mgb0xl{margin-bottom: 0px !important;}
.mgb5xl{margin-bottom: 5px !important;}
.mgb10xl{margin-bottom: 10px !important;}
.mgb15xl{margin-bottom: 15px !important;}
.mgb20xl{margin-bottom: 20px !important;}
.mgb25xl{margin-bottom: 25px !important;}
.mgb30xl{margin-bottom: 30px !important;}
.mgb35xl{margin-bottom: 35px !important;}
.mgb40xl{margin-bottom: 40px !important;}
.mgb45xl{margin-bottom: 45px !important;}
.mgb50xl{margin-bottom: 50px !important;}
.mgb55xl{margin-bottom: 55px !important;}
.mgb60xl{margin-bottom: 60px !important;}
.mgb65xl{margin-bottom: 65px !important;}
.mgb70xl{margin-bottom: 70px !important;}
.mgb75xl{margin-bottom: 75px !important;}
.mgb80xl{margin-bottom: 80px !important;}
.mgb85xl{margin-bottom: 85px !important;}
.mgb90xl{margin-bottom: 90px !important;}
.mgb95xl{margin-bottom: 95px !important;}
.mgb100xl{margin-bottom: 100px !important;}
}

@media(max-width:1380px){
.mgb0m{margin-bottom: 0px !important;}
.mgb5m{margin-bottom: 5px !important;}
.mgb10m{margin-bottom: 10px !important;}
.mgb15m{margin-bottom: 15px !important;}
.mgb20m{margin-bottom: 20px !important;}
.mgb25m{margin-bottom: 25px !important;}
.mgb30m{margin-bottom: 30px !important;}
.mgb35m{margin-bottom: 35px !important;}
.mgb40m{margin-bottom: 40px !important;}
.mgb45m{margin-bottom: 45px !important;}
.mgb50m{margin-bottom: 50px !important;}
.mgb55m{margin-bottom: 55px !important;}
.mgb60m{margin-bottom: 60px !important;}
.mgb65m{margin-bottom: 65px !important;}
.mgb70m{margin-bottom: 70px !important;}
.mgb75m{margin-bottom: 75px !important;}
.mgb80m{margin-bottom: 80px !important;}
.mgb85m{margin-bottom: 85px !important;}
.mgb90m{margin-bottom: 90px !important;}
.mgb95m{margin-bottom: 95px !important;}
.mgb100m{margin-bottom: 100px !important;}
}

@media(max-width:1200px){
.mgb0s{margin-bottom: 0px !important;}
.mgb5s{margin-bottom: 5px !important;}
.mgb10s{margin-bottom: 10px !important;}
.mgb15s{margin-bottom: 15px !important;}
.mgb20s{margin-bottom: 20px !important;}
.mgb25s{margin-bottom: 25px !important;}
.mgb30s{margin-bottom: 30px !important;}
.mgb35s{margin-bottom: 35px !important;}
.mgb40s{margin-bottom: 40px !important;}
.mgb45s{margin-bottom: 45px !important;}
.mgb50s{margin-bottom: 50px !important;}
.mgb55s{margin-bottom: 55px !important;}
.mgb60s{margin-bottom: 60px !important;}
.mgb65s{margin-bottom: 65px !important;}
.mgb70s{margin-bottom: 70px !important;}
.mgb75s{margin-bottom: 75px !important;}
.mgb80s{margin-bottom: 80px !important;}
.mgb85s{margin-bottom: 85px !important;}
.mgb90s{margin-bottom: 90px !important;}
.mgb95s{margin-bottom: 95px !important;}
.mgb100s{margin-bottom: 100px !important;}
}

@media(max-width:1000px){
.mgb0xs{margin-bottom: 0px !important;}
.mgb5xs{margin-bottom: 5px !important;}
.mgb10xs{margin-bottom: 10px !important;}
.mgb15xs{margin-bottom: 15px !important;}
.mgb20xs{margin-bottom: 20px !important;}
.mgb25xs{margin-bottom: 25px !important;}
.mgb30xs{margin-bottom: 30px !important;}
.mgb35xs{margin-bottom: 35px !important;}
.mgb40xs{margin-bottom: 40px !important;}
.mgb45xs{margin-bottom: 45px !important;}
.mgb50xs{margin-bottom: 50px !important;}
.mgb55xs{margin-bottom: 55px !important;}
.mgb60xs{margin-bottom: 60px !important;}
.mgb65xs{margin-bottom: 65px !important;}
.mgb70xs{margin-bottom: 70px !important;}
.mgb75xs{margin-bottom: 75px !important;}
.mgb80xs{margin-bottom: 80px !important;}
.mgb85xs{margin-bottom: 85px !important;}
.mgb90xs{margin-bottom: 90px !important;}
.mgb95xs{margin-bottom: 95px !important;}
.mgb100xs{margin-bottom: 100px !important;}
}

@media(max-width:800px){
.mgb0ms{margin-bottom: 0px !important;}
.mgb5ms{margin-bottom: 5px !important;}
.mgb10ms{margin-bottom: 10px !important;}
.mgb15ms{margin-bottom: 15px !important;}
.mgb20ms{margin-bottom: 20px !important;}
.mgb25ms{margin-bottom: 25px !important;}
.mgb30ms{margin-bottom: 30px !important;}
.mgb35ms{margin-bottom: 35px !important;}
.mgb40ms{margin-bottom: 40px !important;}
.mgb45ms{margin-bottom: 45px !important;}
.mgb50ms{margin-bottom: 50px !important;}
.mgb55ms{margin-bottom: 55px !important;}
.mgb60ms{margin-bottom: 60px !important;}
.mgb65ms{margin-bottom: 65px !important;}
.mgb70ms{margin-bottom: 70px !important;}
.mgb75ms{margin-bottom: 75px !important;}
.mgb80ms{margin-bottom: 80px !important;}
.mgb85ms{margin-bottom: 85px !important;}
.mgb90ms{margin-bottom: 90px !important;}
.mgb95ms{margin-bottom: 95px !important;}
.mgb100ms{margin-bottom: 100px !important;}
}

@media(max-width:600px){
.mgb0min{margin-bottom: 0px !important;}
.mgb5min{margin-bottom: 5px !important;}
.mgb10min{margin-bottom: 10px !important;}
.mgb15min{margin-bottom: 15px !important;}
.mgb20min{margin-bottom: 20px !important;}
.mgb25min{margin-bottom: 25px !important;}
.mgb30min{margin-bottom: 30px !important;}
.mgb35min{margin-bottom: 35px !important;}
.mgb40min{margin-bottom: 40px !important;}
.mgb45min{margin-bottom: 45px !important;}
.mgb50min{margin-bottom: 50px !important;}
.mgb55min{margin-bottom: 55px !important;}
.mgb60min{margin-bottom: 60px !important;}
.mgb65min{margin-bottom: 65px !important;}
.mgb70min{margin-bottom: 70px !important;}
.mgb75min{margin-bottom: 75px !important;}
.mgb80min{margin-bottom: 80px !important;}
.mgb85min{margin-bottom: 85px !important;}
.mgb90min{margin-bottom: 90px !important;}
.mgb95min{margin-bottom: 95px !important;}
.mgb100min{margin-bottom: 100px !important;}
}

@media(max-width:400px){
.mgb0mic{margin-bottom: 0px !important;}
.mgb5mic{margin-bottom: 5px !important;}
.mgb10mic{margin-bottom: 10px !important;}
.mgb15mic{margin-bottom: 15px !important;}
.mgb20mic{margin-bottom: 20px !important;}
.mgb25mic{margin-bottom: 25px !important;}
.mgb30mic{margin-bottom: 30px !important;}
.mgb35mic{margin-bottom: 35px !important;}
.mgb40mic{margin-bottom: 40px !important;}
.mgb45mic{margin-bottom: 45px !important;}
.mgb50mic{margin-bottom: 50px !important;}
.mgb55mic{margin-bottom: 55px !important;}
.mgb60mic{margin-bottom: 60px !important;}
.mgb65mic{margin-bottom: 65px !important;}
.mgb70mic{margin-bottom: 70px !important;}
.mgb75mic{margin-bottom: 75px !important;}
.mgb80mic{margin-bottom: 80px !important;}
.mgb85mic{margin-bottom: 85px !important;}
.mgb90mic{margin-bottom: 90px !important;}
.mgb95mic{margin-bottom: 95px !important;}
.mgb100mic{margin-bottom: 100px !important;}
}

.mgt-0{margin-top:-0px; }
.mgt-5{margin-top:-5px; }
.mgt-10{margin-top:-10px; }
.mgt-15{margin-top:-15px; }
.mgt-20{margin-top:-20px; }
.mgt-25{margin-top:-25px; }
.mgt-30{margin-top:-30px; }
.mgt-35{margin-top:-35px; }
.mgt-40{margin-top:-40px; }
.mgt-45{margin-top:-45px; }
.mgt-50{margin-top:-50px; }
.mgt-55{margin-top:-55px; }
.mgt-60{margin-top:-60px; }
.mgt-65{margin-top:-65px; }
.mgt-70{margin-top:-70px; }
.mgt-75{margin-top:-75px; }
.mgt-80{margin-top:-80px; }
.mgt-85{margin-top:-85px; }
.mgt-90{margin-top:-90px; }
.mgt-95{margin-top:-95px; }
.mgt-100{margin-top:-100px; }

@media(max-width:1600px){
.mgt-0xl{margin-top:-0px; }
.mgt-5xl{margin-top:-5px; }
.mgt-10xl{margin-top:-10px; }
.mgt-15xl{margin-top:-15px; }
.mgt-20xl{margin-top:-20px; }
.mgt-25xl{margin-top:-25px; }
.mgt-30xl{margin-top:-30px; }
.mgt-35xl{margin-top:-35px; }
.mgt-40xl{margin-top:-40px; }
.mgt-45xl{margin-top:-45px; }
.mgt-50xl{margin-top:-50px; }
.mgt-55xl{margin-top:-55px; }
.mgt-60xl{margin-top:-60px; }
.mgt-65xl{margin-top:-65px; }
.mgt-70xl{margin-top:-70px; }
.mgt-75xl{margin-top:-75px; }
.mgt-80xl{margin-top:-80px; }
.mgt-85xl{margin-top:-85px; }
.mgt-90xl{margin-top:-90px; }
.mgt-95xl{margin-top:-95px; }
.mgt-100xl{margin-top:-100px; }
}

@media(max-width:1400px){
.mgt-0m{margin-top:-0px; }
.mgt-5m{margin-top:-5px; }
.mgt-10m{margin-top:-10px; }
.mgt-15m{margin-top:-15px; }
.mgt-20m{margin-top:-20px; }
.mgt-25m{margin-top:-25px; }
.mgt-30m{margin-top:-30px; }
.mgt-35m{margin-top:-35px; }
.mgt-40m{margin-top:-40px; }
.mgt-45m{margin-top:-45px; }
.mgt-50m{margin-top:-50px; }
.mgt-55m{margin-top:-55px; }
.mgt-60m{margin-top:-60px; }
.mgt-65m{margin-top:-65px; }
.mgt-70m{margin-top:-70px; }
.mgt-75m{margin-top:-75px; }
.mgt-80m{margin-top:-80px; }
.mgt-85m{margin-top:-85px; }
.mgt-90m{margin-top:-90px; }
.mgt-95m{margin-top:-95px; }
.mgt-100m{margin-top:-100px; }
}

@media(max-width:1200px){
.mgt-0s{margin-top:-0px; }
.mgt-5s{margin-top:-5px; }
.mgt-10s{margin-top:-10px; }
.mgt-15s{margin-top:-15px; }
.mgt-20s{margin-top:-20px; }
.mgt-25s{margin-top:-25px; }
.mgt-30s{margin-top:-30px; }
.mgt-35s{margin-top:-35px; }
.mgt-40s{margin-top:-40px; }
.mgt-45s{margin-top:-45px; }
.mgt-50s{margin-top:-50px; }
.mgt-55s{margin-top:-55px; }
.mgt-60s{margin-top:-60px; }
.mgt-65s{margin-top:-65px; }
.mgt-70s{margin-top:-70px; }
.mgt-75s{margin-top:-75px; }
.mgt-80s{margin-top:-80px; }
.mgt-85s{margin-top:-85px; }
.mgt-90s{margin-top:-90px; }
.mgt-95s{margin-top:-95px; }
.mgt-100s{margin-top:-100px; }
}

@media(max-width:1000px){
.mgt-0xs{margin-top:-0px; }
.mgt-5xs{margin-top:-5px; }
.mgt-10xs{margin-top:-10px; }
.mgt-15xs{margin-top:-15px; }
.mgt-20xs{margin-top:-20px; }
.mgt-25xs{margin-top:-25px; }
.mgt-30xs{margin-top:-30px; }
.mgt-35xs{margin-top:-35px; }
.mgt-40xs{margin-top:-40px; }
.mgt-45xs{margin-top:-45px; }
.mgt-50xs{margin-top:-50px; }
.mgt-55xs{margin-top:-55px; }
.mgt-60xs{margin-top:-60px; }
.mgt-65xs{margin-top:-65px; }
.mgt-70xs{margin-top:-70px; }
.mgt-75xs{margin-top:-75px; }
.mgt-80xs{margin-top:-80px; }
.mgt-85xs{margin-top:-85px; }
.mgt-90xs{margin-top:-90px; }
.mgt-95xs{margin-top:-95px; }
.mgt-100xs{margin-top:-100px; }
}

@media(max-width:800px){
.mgt-0ms{margin-top:-0px; }
.mgt-5ms{margin-top:-5px; }
.mgt-10ms{margin-top:-10px; }
.mgt-15ms{margin-top:-15px; }
.mgt-20ms{margin-top:-20px; }
.mgt-25ms{margin-top:-25px; }
.mgt-30ms{margin-top:-30px; }
.mgt-35ms{margin-top:-35px; }
.mgt-40ms{margin-top:-40px; }
.mgt-45ms{margin-top:-45px; }
.mgt-50ms{margin-top:-50px; }
.mgt-55ms{margin-top:-55px; }
.mgt-60ms{margin-top:-60px; }
.mgt-65ms{margin-top:-65px; }
.mgt-70ms{margin-top:-70px; }
.mgt-75ms{margin-top:-75px; }
.mgt-80ms{margin-top:-80px; }
.mgt-85ms{margin-top:-85px; }
.mgt-90ms{margin-top:-90px; }
.mgt-95ms{margin-top:-95px; }
.mgt-100ms{margin-top:-100px; }
}

@media(max-width:600px){
.mgt-0min{margin-top:-0px; }
.mgt-5min{margin-top:-5px; }
.mgt-10min{margin-top:-10px; }
.mgt-15min{margin-top:-15px; }
.mgt-20min{margin-top:-20px; }
.mgt-25min{margin-top:-25px; }
.mgt-30min{margin-top:-30px; }
.mgt-35min{margin-top:-35px; }
.mgt-40min{margin-top:-40px; }
.mgt-45min{margin-top:-45px; }
.mgt-50min{margin-top:-50px; }
.mgt-55min{margin-top:-55px; }
.mgt-60min{margin-top:-60px; }
.mgt-65min{margin-top:-65px; }
.mgt-70min{margin-top:-70px; }
.mgt-75min{margin-top:-75px; }
.mgt-80min{margin-top:-80px; }
.mgt-85min{margin-top:-85px; }
.mgt-90min{margin-top:-90px; }
.mgt-95min{margin-top:-95px; }
.mgt-100min{margin-top:-100px; }
}

@media(max-width:400px){
.mgt-0mic{margin-top:-0px; }
.mgt-5mic{margin-top:-5px; }
.mgt-10mic{margin-top:-10px; }
.mgt-15mic{margin-top:-15px; }
.mgt-20mic{margin-top:-20px; }
.mgt-25mic{margin-top:-25px; }
.mgt-30mic{margin-top:-30px; }
.mgt-35mic{margin-top:-35px; }
.mgt-40mic{margin-top:-40px; }
.mgt-45mic{margin-top:-45px; }
.mgt-50mic{margin-top:-50px; }
.mgt-55mic{margin-top:-55px; }
.mgt-60mic{margin-top:-60px; }
.mgt-65mic{margin-top:-65px; }
.mgt-70mic{margin-top:-70px; }
.mgt-75mic{margin-top:-75px; }
.mgt-80mic{margin-top:-80px; }
.mgt-85mic{margin-top:-85px; }
.mgt-90mic{margin-top:-90px; }
.mgt-95mic{margin-top:-95px; }
.mgt-100mic{margin-top:-100px; }
}

.mgb-0{margin-bottom:-0px; }
.mgb-5{margin-bottom:-5px; }
.mgb-10{margin-bottom:-10px; }
.mgb-15{margin-bottom:-15px; }
.mgb-20{margin-bottom:-20px; }
.mgb-25{margin-bottom:-25px; }
.mgb-30{margin-bottom:-30px; }
.mgb-35{margin-bottom:-35px; }
.mgb-40{margin-bottom:-40px; }
.mgb-45{margin-bottom:-45px; }
.mgb-50{margin-bottom:-50px; }
.mgb-55{margin-bottom:-55px; }
.mgb-60{margin-bottom:-60px; }
.mgb-65{margin-bottom:-65px; }
.mgb-70{margin-bottom:-70px; }
.mgb-75{margin-bottom:-75px; }
.mgb-80{margin-bottom:-80px; }
.mgb-85{margin-bottom:-85px; }
.mgb-90{margin-bottom:-90px; }
.mgb-95{margin-bottom:-95px; }
.mgb-100{margin-bottom:-100px; }

@media(max-width:1600px){
.mgb-0xl{margin-bottom:-0px; }
.mgb-5xl{margin-bottom:-5px; }
.mgb-10xl{margin-bottom:-10px; }
.mgb-15xl{margin-bottom:-15px; }
.mgb-20xl{margin-bottom:-20px; }
.mgb-25xl{margin-bottom:-25px; }
.mgb-30xl{margin-bottom:-30px; }
.mgb-35xl{margin-bottom:-35px; }
.mgb-40xl{margin-bottom:-40px; }
.mgb-45xl{margin-bottom:-45px; }
.mgb-50xl{margin-bottom:-50px; }
.mgb-55xl{margin-bottom:-55px; }
.mgb-60xl{margin-bottom:-60px; }
.mgb-65xl{margin-bottom:-65px; }
.mgb-70xl{margin-bottom:-70px; }
.mgb-75xl{margin-bottom:-75px; }
.mgb-80xl{margin-bottom:-80px; }
.mgb-85xl{margin-bottom:-85px; }
.mgb-90xl{margin-bottom:-90px; }
.mgb-95xl{margin-bottom:-95px; }
.mgb-100xl{margin-bottom:-100px; }
}

@media(max-width:1400px){
.mgb-0m{margin-bottom:-0px; }
.mgb-5m{margin-bottom:-5px; }
.mgb-10m{margin-bottom:-10px; }
.mgb-15m{margin-bottom:-15px; }
.mgb-20m{margin-bottom:-20px; }
.mgb-25m{margin-bottom:-25px; }
.mgb-30m{margin-bottom:-30px; }
.mgb-35m{margin-bottom:-35px; }
.mgb-40m{margin-bottom:-40px; }
.mgb-45m{margin-bottom:-45px; }
.mgb-50m{margin-bottom:-50px; }
.mgb-55m{margin-bottom:-55px; }
.mgb-60m{margin-bottom:-60px; }
.mgb-65m{margin-bottom:-65px; }
.mgb-70m{margin-bottom:-70px; }
.mgb-75m{margin-bottom:-75px; }
.mgb-80m{margin-bottom:-80px; }
.mgb-85m{margin-bottom:-85px; }
.mgb-90m{margin-bottom:-90px; }
.mgb-95m{margin-bottom:-95px; }
.mgb-100m{margin-bottom:-100px; }
}

@media(max-width:1200px){
.mgb-0s{margin-bottom:-0px; }
.mgb-5s{margin-bottom:-5px; }
.mgb-10s{margin-bottom:-10px; }
.mgb-15s{margin-bottom:-15px; }
.mgb-20s{margin-bottom:-20px; }
.mgb-25s{margin-bottom:-25px; }
.mgb-30s{margin-bottom:-30px; }
.mgb-35s{margin-bottom:-35px; }
.mgb-40s{margin-bottom:-40px; }
.mgb-45s{margin-bottom:-45px; }
.mgb-50s{margin-bottom:-50px; }
.mgb-55s{margin-bottom:-55px; }
.mgb-60s{margin-bottom:-60px; }
.mgb-65s{margin-bottom:-65px; }
.mgb-70s{margin-bottom:-70px; }
.mgb-75s{margin-bottom:-75px; }
.mgb-80s{margin-bottom:-80px; }
.mgb-85s{margin-bottom:-85px; }
.mgb-90s{margin-bottom:-90px; }
.mgb-95s{margin-bottom:-95px; }
.mgb-100s{margin-bottom:-100px; }
}

@media(max-width:1000px){
.mgb-0xs{margin-bottom:-0px; }
.mgb-5xs{margin-bottom:-5px; }
.mgb-10xs{margin-bottom:-10px; }
.mgb-15xs{margin-bottom:-15px; }
.mgb-20xs{margin-bottom:-20px; }
.mgb-25xs{margin-bottom:-25px; }
.mgb-30xs{margin-bottom:-30px; }
.mgb-35xs{margin-bottom:-35px; }
.mgb-40xs{margin-bottom:-40px; }
.mgb-45xs{margin-bottom:-45px; }
.mgb-50xs{margin-bottom:-50px; }
.mgb-55xs{margin-bottom:-55px; }
.mgb-60xs{margin-bottom:-60px; }
.mgb-65xs{margin-bottom:-65px; }
.mgb-70xs{margin-bottom:-70px; }
.mgb-75xs{margin-bottom:-75px; }
.mgb-80xs{margin-bottom:-80px; }
.mgb-85xs{margin-bottom:-85px; }
.mgb-90xs{margin-bottom:-90px; }
.mgb-95xs{margin-bottom:-95px; }
.mgb-100xs{margin-bottom:-100px; }
}

@media(max-width:800px){
.mgb-0ms{margin-bottom:-0px; }
.mgb-5ms{margin-bottom:-5px; }
.mgb-10ms{margin-bottom:-10px; }
.mgb-15ms{margin-bottom:-15px; }
.mgb-20ms{margin-bottom:-20px; }
.mgb-25ms{margin-bottom:-25px; }
.mgb-30ms{margin-bottom:-30px; }
.mgb-35ms{margin-bottom:-35px; }
.mgb-40ms{margin-bottom:-40px; }
.mgb-45ms{margin-bottom:-45px; }
.mgb-50ms{margin-bottom:-50px; }
.mgb-55ms{margin-bottom:-55px; }
.mgb-60ms{margin-bottom:-60px; }
.mgb-65ms{margin-bottom:-65px; }
.mgb-70ms{margin-bottom:-70px; }
.mgb-75ms{margin-bottom:-75px; }
.mgb-80ms{margin-bottom:-80px; }
.mgb-85ms{margin-bottom:-85px; }
.mgb-90ms{margin-bottom:-90px; }
.mgb-95ms{margin-bottom:-95px; }
.mgb-100ms{margin-bottom:-100px; }
}

@media(max-width:600px){
.mgb-0min{margin-bottom:-0px; }
.mgb-5min{margin-bottom:-5px; }
.mgb-10min{margin-bottom:-10px; }
.mgb-15min{margin-bottom:-15px; }
.mgb-20min{margin-bottom:-20px; }
.mgb-25min{margin-bottom:-25px; }
.mgb-30min{margin-bottom:-30px; }
.mgb-35min{margin-bottom:-35px; }
.mgb-40min{margin-bottom:-40px; }
.mgb-45min{margin-bottom:-45px; }
.mgb-50min{margin-bottom:-50px; }
.mgb-55min{margin-bottom:-55px; }
.mgb-60min{margin-bottom:-60px; }
.mgb-65min{margin-bottom:-65px; }
.mgb-70min{margin-bottom:-70px; }
.mgb-75min{margin-bottom:-75px; }
.mgb-80min{margin-bottom:-80px; }
.mgb-85min{margin-bottom:-85px; }
.mgb-90min{margin-bottom:-90px; }
.mgb-95min{margin-bottom:-95px; }
.mgb-100min{margin-bottom:-100px; }
}

@media(max-width:400px){
.mgb-0mic{margin-bottom:-0px; }
.mgb-5mic{margin-bottom:-5px; }
.mgb-10mic{margin-bottom:-10px; }
.mgb-15mic{margin-bottom:-15px; }
.mgb-20mic{margin-bottom:-20px; }
.mgb-25mic{margin-bottom:-25px; }
.mgb-30mic{margin-bottom:-30px; }
.mgb-35mic{margin-bottom:-35px; }
.mgb-40mic{margin-bottom:-40px; }
.mgb-45mic{margin-bottom:-45px; }
.mgb-50mic{margin-bottom:-50px; }
.mgb-55mic{margin-bottom:-55px; }
.mgb-60mic{margin-bottom:-60px; }
.mgb-65mic{margin-bottom:-65px; }
.mgb-70mic{margin-bottom:-70px; }
.mgb-75mic{margin-bottom:-75px; }
.mgb-80mic{margin-bottom:-80px; }
.mgb-85mic{margin-bottom:-85px; }
.mgb-90mic{margin-bottom:-90px; }
.mgb-95mic{margin-bottom:-95px; }
.mgb-100mic{margin-bottom:-100px; }
}


/*END MARGIN*/

/*PADDING*/
/*
paddint right
paddint left
paddint top
paddint bottom
*/
.pd0{padding: 0px !important;}
.pd5{padding: 5px !important;}
.pd10{padding: 10px !important;}
.pd15{padding: 15px !important;}
.pd20{padding: 20px !important;}
.pd25{padding: 25px !important;}
.pd30{padding: 30px !important;}
.pd35{padding: 35px !important;}
.pd40{padding: 40px !important;}
.pd45{padding: 45px !important;}
.pd50{padding: 50px !important;}
.pd55{padding: 55px !important;}
.pd60{padding: 60px !important;}
.pd65{padding: 65px !important;}
.pd70{padding: 70px !important;}
.pd75{padding: 75px !important;}
.pd80{padding: 80px !important;}
.pd85{padding: 85px !important;}
.pd90{padding: 90px !important;}
.pd95{padding: 95px !important;}
.pd100{padding: 100px !important;}

@media(max-width: 1600px){
.pd0xl{padding: 0px !important;}
.pd5xl{padding: 5px !important;}
.pd10xl{padding: 10px !important;}
.pd15xl{padding: 15px !important;}
.pd20xl{padding: 20px !important;}
.pd25xl{padding: 25px !important;}
.pd30xl{padding: 30px !important;}
.pd35xl{padding: 35px !important;}
.pd40xl{padding: 40px !important;}
.pd45xl{padding: 45px !important;}
.pd50xl{padding: 50px !important;}
.pd55xl{padding: 55px !important;}
.pd60xl{padding: 60px !important;}
.pd65xl{padding: 65px !important;}
.pd70xl{padding: 70px !important;}
.pd75xl{padding: 75px !important;}
.pd80xl{padding: 80px !important;}
.pd85xl{padding: 85px !important;}
.pd90xl{padding: 90px !important;}
.pd95xl{padding: 95px !important;}
.pd100xl{padding: 100px !important;}
}

@media(max-width:1380px){
.pd0m{padding: 0px !important;}
.pd5m{padding: 5px !important;}
.pd10m{padding: 10px !important;}
.pd15m{padding: 15px !important;}
.pd20m{padding: 20px !important;}
.pd25m{padding: 25px !important;}
.pd30m{padding: 30px !important;}
.pd35m{padding: 35px !important;}
.pd40m{padding: 40px !important;}
.pd45m{padding: 45px !important;}
.pd50m{padding: 50px !important;}
.pd55m{padding: 55px !important;}
.pd60m{padding: 60px !important;}
.pd65m{padding: 65px !important;}
.pd70m{padding: 70px !important;}
.pd75m{padding: 75px !important;}
.pd80m{padding: 80px !important;}
.pd85m{padding: 85px !important;}
.pd90m{padding: 90px !important;}
.pd95m{padding: 95px !important;}
.pd100m{padding: 100px !important;}
}

@media(max-width:1200px){
.pd0s{padding: 0px !important;}
.pd5s{padding: 5px !important;}
.pd10s{padding: 10px !important;}
.pd15s{padding: 15px !important;}
.pd20s{padding: 20px !important;}
.pd25s{padding: 25px !important;}
.pd30s{padding: 30px !important;}
.pd35s{padding: 35px !important;}
.pd40s{padding: 40px !important;}
.pd45s{padding: 45px !important;}
.pd50s{padding: 50px !important;}
.pd55s{padding: 55px !important;}
.pd60s{padding: 60px !important;}
.pd65s{padding: 65px !important;}
.pd70s{padding: 70px !important;}
.pd75s{padding: 75px !important;}
.pd80s{padding: 80px !important;}
.pd85s{padding: 85px !important;}
.pd90s{padding: 90px !important;}
.pd95s{padding: 95px !important;}
.pd100s{padding: 100px !important;}
}

@media(max-width:1000px){
.pd0xs{padding: 0px !important;}
.pd5xs{padding: 5px !important;}
.pd10xs{padding: 10px !important;}
.pd15xs{padding: 15px !important;}
.pd20xs{padding: 20px !important;}
.pd25xs{padding: 25px !important;}
.pd30xs{padding: 30px !important;}
.pd35xs{padding: 35px !important;}
.pd40xs{padding: 40px !important;}
.pd45xs{padding: 45px !important;}
.pd50xs{padding: 50px !important;}
.pd55xs{padding: 55px !important;}
.pd60xs{padding: 60px !important;}
.pd65xs{padding: 65px !important;}
.pd70xs{padding: 70px !important;}
.pd75xs{padding: 75px !important;}
.pd80xs{padding: 80px !important;}
.pd85xs{padding: 85px !important;}
.pd90xs{padding: 90px !important;}
.pd95xs{padding: 95px !important;}
.pd100xs{padding: 100px !important;}
}

@media(max-width:800px){
.pd0ms{padding: 0px !important;}
.pd5ms{padding: 5px !important;}
.pd10ms{padding: 10px !important;}
.pd15ms{padding: 15px !important;}
.pd20ms{padding: 20px !important;}
.pd25ms{padding: 25px !important;}
.pd30ms{padding: 30px !important;}
.pd35ms{padding: 35px !important;}
.pd40ms{padding: 40px !important;}
.pd45ms{padding: 45px !important;}
.pd50ms{padding: 50px !important;}
.pd55ms{padding: 55px !important;}
.pd60ms{padding: 60px !important;}
.pd65ms{padding: 65px !important;}
.pd70ms{padding: 70px !important;}
.pd75ms{padding: 75px !important;}
.pd80ms{padding: 80px !important;}
.pd85ms{padding: 85px !important;}
.pd90ms{padding: 90px !important;}
.pd95ms{padding: 95px !important;}
.pd100ms{padding: 100px !important;}
}

@media(max-width:600px){
.pd0min{padding: 0px !important;}
.pd5min{padding: 5px !important;}
.pd10min{padding: 10px !important;}
.pd15min{padding: 15px !important;}
.pd20min{padding: 20px !important;}
.pd25min{padding: 25px !important;}
.pd30min{padding: 30px !important;}
.pd35min{padding: 35px !important;}
.pd40min{padding: 40px !important;}
.pd45min{padding: 45px !important;}
.pd50min{padding: 50px !important;}
.pd55min{padding: 55px !important;}
.pd60min{padding: 60px !important;}
.pd65min{padding: 65px !important;}
.pd70min{padding: 70px !important;}
.pd75min{padding: 75px !important;}
.pd80min{padding: 80px !important;}
.pd85min{padding: 85px !important;}
.pd90min{padding: 90px !important;}
.pd95min{padding: 95px !important;}
.pd100min{padding: 100px !important;}
}

@media(max-width:400px){
.pd0mic{padding: 0px !important;}
.pd5mic{padding: 5px !important;}
.pd10mic{padding: 10px !important;}
.pd15mic{padding: 15px !important;}
.pd20mic{padding: 20px !important;}
.pd25mic{padding: 25px !important;}
.pd30mic{padding: 30px !important;}
.pd35mic{padding: 35px !important;}
.pd40mic{padding: 40px !important;}
.pd45mic{padding: 45px !important;}
.pd50mic{padding: 50px !important;}
.pd55mic{padding: 55px !important;}
.pd60mic{padding: 60px !important;}
.pd65mic{padding: 65px !important;}
.pd70mic{padding: 70px !important;}
.pd75mic{padding: 75px !important;}
.pd80mic{padding: 80px !important;}
.pd85mic{padding: 85px !important;}
.pd90mic{padding: 90px !important;}
.pd95mic{padding: 95px !important;}
.pd100mic{padding: 100px !important;}
}

.pdr0{padding-right: 0px !important;}
.pdr5{padding-right: 5px !important;}
.pdr10{padding-right: 10px !important;}
.pdr15{padding-right: 15px !important;}
.pdr20{padding-right: 20px !important;}
.pdr25{padding-right: 25px !important;}
.pdr30{padding-right: 30px !important;}
.pdr35{padding-right: 35px !important;}
.pdr40{padding-right: 40px !important;}
.pdr45{padding-right: 45px !important;}
.pdr50{padding-right: 50px !important;}
.pdr55{padding-right: 55px !important;}
.pdr60{padding-right: 60px !important;}
.pdr65{padding-right: 65px !important;}
.pdr70{padding-right: 70px !important;}
.pdr75{padding-right: 75px !important;}
.pdr80{padding-right: 80px !important;}
.pdr85{padding-right: 85px !important;}
.pdr90{padding-right: 90px !important;}
.pdr95{padding-right: 95px !important;}
.pdr100{padding-right: 100px !important;}

@media(max-width: 1600px){
.pdr0xl{padding-right: 0px !important;}
.pdr5xl{padding-right: 5px !important;}
.pdr10xl{padding-right: 10px !important;}
.pdr15xl{padding-right: 15px !important;}
.pdr20xl{padding-right: 20px !important;}
.pdr25xl{padding-right: 25px !important;}
.pdr30xl{padding-right: 30px !important;}
.pdr35xl{padding-right: 35px !important;}
.pdr40xl{padding-right: 40px !important;}
.pdr45xl{padding-right: 45px !important;}
.pdr50xl{padding-right: 50px !important;}
.pdr55xl{padding-right: 55px !important;}
.pdr60xl{padding-right: 60px !important;}
.pdr65xl{padding-right: 65px !important;}
.pdr70xl{padding-right: 70px !important;}
.pdr75xl{padding-right: 75px !important;}
.pdr80xl{padding-right: 80px !important;}
.pdr85xl{padding-right: 85px !important;}
.pdr90xl{padding-right: 90px !important;}
.pdr95xl{padding-right: 95px !important;}
.pdr100xl{padding-right: 100px !important;}
}

@media(max-width:1380px){
.pdr0m{padding-right: 0px !important;}
.pdr5m{padding-right: 5px !important;}
.pdr10m{padding-right: 10px !important;}
.pdr15m{padding-right: 15px !important;}
.pdr20m{padding-right: 20px !important;}
.pdr25m{padding-right: 25px !important;}
.pdr30m{padding-right: 30px !important;}
.pdr35m{padding-right: 35px !important;}
.pdr40m{padding-right: 40px !important;}
.pdr45m{padding-right: 45px !important;}
.pdr50m{padding-right: 50px !important;}
.pdr55m{padding-right: 55px !important;}
.pdr60m{padding-right: 60px !important;}
.pdr65m{padding-right: 65px !important;}
.pdr70m{padding-right: 70px !important;}
.pdr75m{padding-right: 75px !important;}
.pdr80m{padding-right: 80px !important;}
.pdr85m{padding-right: 85px !important;}
.pdr90m{padding-right: 90px !important;}
.pdr95m{padding-right: 95px !important;}
.pdr100m{padding-right: 100px !important;}
}

@media(max-width:1200px){
.pdr0s{padding-right: 0px !important;}
.pdr5s{padding-right: 5px !important;}
.pdr10s{padding-right: 10px !important;}
.pdr15s{padding-right: 15px !important;}
.pdr20s{padding-right: 20px !important;}
.pdr25s{padding-right: 25px !important;}
.pdr30s{padding-right: 30px !important;}
.pdr35s{padding-right: 35px !important;}
.pdr40s{padding-right: 40px !important;}
.pdr45s{padding-right: 45px !important;}
.pdr50s{padding-right: 50px !important;}
.pdr55s{padding-right: 55px !important;}
.pdr60s{padding-right: 60px !important;}
.pdr65s{padding-right: 65px !important;}
.pdr70s{padding-right: 70px !important;}
.pdr75s{padding-right: 75px !important;}
.pdr80s{padding-right: 80px !important;}
.pdr85s{padding-right: 85px !important;}
.pdr90s{padding-right: 90px !important;}
.pdr95s{padding-right: 95px !important;}
.pdr100s{padding-right: 100px !important;}
}

@media(max-width:1000px){
.pdr0xs{padding-right: 0px !important;}
.pdr5xs{padding-right: 5px !important;}
.pdr10xs{padding-right: 10px !important;}
.pdr15xs{padding-right: 15px !important;}
.pdr20xs{padding-right: 20px !important;}
.pdr25xs{padding-right: 25px !important;}
.pdr30xs{padding-right: 30px !important;}
.pdr35xs{padding-right: 35px !important;}
.pdr40xs{padding-right: 40px !important;}
.pdr45xs{padding-right: 45px !important;}
.pdr50xs{padding-right: 50px !important;}
.pdr55xs{padding-right: 55px !important;}
.pdr60xs{padding-right: 60px !important;}
.pdr65xs{padding-right: 65px !important;}
.pdr70xs{padding-right: 70px !important;}
.pdr75xs{padding-right: 75px !important;}
.pdr80xs{padding-right: 80px !important;}
.pdr85xs{padding-right: 85px !important;}
.pdr90xs{padding-right: 90px !important;}
.pdr95xs{padding-right: 95px !important;}
.pdr100xs{padding-right: 100px !important;}
}

@media(max-width:800px){
.pdr0ms{padding-right: 0px !important;}
.pdr5ms{padding-right: 5px !important;}
.pdr10ms{padding-right: 10px !important;}
.pdr15ms{padding-right: 15px !important;}
.pdr20ms{padding-right: 20px !important;}
.pdr25ms{padding-right: 25px !important;}
.pdr30ms{padding-right: 30px !important;}
.pdr35ms{padding-right: 35px !important;}
.pdr40ms{padding-right: 40px !important;}
.pdr45ms{padding-right: 45px !important;}
.pdr50ms{padding-right: 50px !important;}
.pdr55ms{padding-right: 55px !important;}
.pdr60ms{padding-right: 60px !important;}
.pdr65ms{padding-right: 65px !important;}
.pdr70ms{padding-right: 70px !important;}
.pdr75ms{padding-right: 75px !important;}
.pdr80ms{padding-right: 80px !important;}
.pdr85ms{padding-right: 85px !important;}
.pdr90ms{padding-right: 90px !important;}
.pdr95ms{padding-right: 95px !important;}
.pdr100ms{padding-right: 100px !important;}
}

@media(max-width:600px){
.pdr0min{padding-right: 0px !important;}
.pdr5min{padding-right: 5px !important;}
.pdr10min{padding-right: 10px !important;}
.pdr15min{padding-right: 15px !important;}
.pdr20min{padding-right: 20px !important;}
.pdr25min{padding-right: 25px !important;}
.pdr30min{padding-right: 30px !important;}
.pdr35min{padding-right: 35px !important;}
.pdr40min{padding-right: 40px !important;}
.pdr45min{padding-right: 45px !important;}
.pdr50min{padding-right: 50px !important;}
.pdr55min{padding-right: 55px !important;}
.pdr60min{padding-right: 60px !important;}
.pdr65min{padding-right: 65px !important;}
.pdr70min{padding-right: 70px !important;}
.pdr75min{padding-right: 75px !important;}
.pdr80min{padding-right: 80px !important;}
.pdr85min{padding-right: 85px !important;}
.pdr90min{padding-right: 90px !important;}
.pdr95min{padding-right: 95px !important;}
.pdr100min{padding-right: 100px !important;}
}

@media(max-width:400px){
.pdr0mic{padding-right: 0px !important;}
.pdr5mic{padding-right: 5px !important;}
.pdr10mic{padding-right: 10px !important;}
.pdr15mic{padding-right: 15px !important;}
.pdr20mic{padding-right: 20px !important;}
.pdr25mic{padding-right: 25px !important;}
.pdr30mic{padding-right: 30px !important;}
.pdr35mic{padding-right: 35px !important;}
.pdr40mic{padding-right: 40px !important;}
.pdr45mic{padding-right: 45px !important;}
.pdr50mic{padding-right: 50px !important;}
.pdr55mic{padding-right: 55px !important;}
.pdr60mic{padding-right: 60px !important;}
.pdr65mic{padding-right: 65px !important;}
.pdr70mic{padding-right: 70px !important;}
.pdr75mic{padding-right: 75px !important;}
.pdr80mic{padding-right: 80px !important;}
.pdr85mic{padding-right: 85px !important;}
.pdr90mic{padding-right: 90px !important;}
.pdr95mic{padding-right: 95px !important;}
.pdr100mic{padding-right: 100px !important;}
}

.pdl0{padding-left: 0px !important;}
.pdl5{padding-left: 5px !important;}
.pdl10{padding-left: 10px !important;}
.pdl15{padding-left: 15px !important;}
.pdl20{padding-left: 20px !important;}
.pdl25{padding-left: 25px !important;}
.pdl30{padding-left: 30px !important;}
.pdl35{padding-left: 35px !important;}
.pdl40{padding-left: 40px !important;}
.pdl45{padding-left: 45px !important;}
.pdl50{padding-left: 50px !important;}
.pdl55{padding-left: 55px !important;}
.pdl60{padding-left: 60px !important;}
.pdl65{padding-left: 65px !important;}
.pdl70{padding-left: 70px !important;}
.pdl75{padding-left: 75px !important;}
.pdl80{padding-left: 80px !important;}
.pdl85{padding-left: 85px !important;}
.pdl90{padding-left: 90px !important;}
.pdl95{padding-left: 95px !important;}
.pdl100{padding-left: 100px !important;}

@media(max-width: 1600px){
.pdl0xl{padding-left: 0px !important;}
.pdl5xl{padding-left: 5px !important;}
.pdl10xl{padding-left: 10px !important;}
.pdl15xl{padding-left: 15px !important;}
.pdl20xl{padding-left: 20px !important;}
.pdl25xl{padding-left: 25px !important;}
.pdl30xl{padding-left: 30px !important;}
.pdl35xl{padding-left: 35px !important;}
.pdl40xl{padding-left: 40px !important;}
.pdl45xl{padding-left: 45px !important;}
.pdl50xl{padding-left: 50px !important;}
.pdl55xl{padding-left: 55px !important;}
.pdl60xl{padding-left: 60px !important;}
.pdl65xl{padding-left: 65px !important;}
.pdl70xl{padding-left: 70px !important;}
.pdl75xl{padding-left: 75px !important;}
.pdl80xl{padding-left: 80px !important;}
.pdl85xl{padding-left: 85px !important;}
.pdl90xl{padding-left: 90px !important;}
.pdl95xl{padding-left: 95px !important;}
.pdl100xl{padding-left: 100px !important;}
}

@media(max-width:1380px){
.pdl0m{padding-left: 0px !important;}
.pdl5m{padding-left: 5px !important;}
.pdl10m{padding-left: 10px !important;}
.pdl15m{padding-left: 15px !important;}
.pdl20m{padding-left: 20px !important;}
.pdl25m{padding-left: 25px !important;}
.pdl30m{padding-left: 30px !important;}
.pdl35m{padding-left: 35px !important;}
.pdl40m{padding-left: 40px !important;}
.pdl45m{padding-left: 45px !important;}
.pdl50m{padding-left: 50px !important;}
.pdl55m{padding-left: 55px !important;}
.pdl60m{padding-left: 60px !important;}
.pdl65m{padding-left: 65px !important;}
.pdl70m{padding-left: 70px !important;}
.pdl75m{padding-left: 75px !important;}
.pdl80m{padding-left: 80px !important;}
.pdl85m{padding-left: 85px !important;}
.pdl90m{padding-left: 90px !important;}
.pdl95m{padding-left: 95px !important;}
.pdl100m{padding-left: 100px !important;}
}

@media(max-width:1200px){
.pdl0s{padding-left: 0px !important;}
.pdl5s{padding-left: 5px !important;}
.pdl10s{padding-left: 10px !important;}
.pdl15s{padding-left: 15px !important;}
.pdl20s{padding-left: 20px !important;}
.pdl25s{padding-left: 25px !important;}
.pdl30s{padding-left: 30px !important;}
.pdl35s{padding-left: 35px !important;}
.pdl40s{padding-left: 40px !important;}
.pdl45s{padding-left: 45px !important;}
.pdl50s{padding-left: 50px !important;}
.pdl55s{padding-left: 55px !important;}
.pdl60s{padding-left: 60px !important;}
.pdl65s{padding-left: 65px !important;}
.pdl70s{padding-left: 70px !important;}
.pdl75s{padding-left: 75px !important;}
.pdl80s{padding-left: 80px !important;}
.pdl85s{padding-left: 85px !important;}
.pdl90s{padding-left: 90px !important;}
.pdl95s{padding-left: 95px !important;}
.pdl100s{padding-left: 100px !important;}
}

@media(max-width:1000px){
.pdl0xs{padding-left: 0px !important;}
.pdl5xs{padding-left: 5px !important;}
.pdl10xs{padding-left: 10px !important;}
.pdl15xs{padding-left: 15px !important;}
.pdl20xs{padding-left: 20px !important;}
.pdl25xs{padding-left: 25px !important;}
.pdl30xs{padding-left: 30px !important;}
.pdl35xs{padding-left: 35px !important;}
.pdl40xs{padding-left: 40px !important;}
.pdl45xs{padding-left: 45px !important;}
.pdl50xs{padding-left: 50px !important;}
.pdl55xs{padding-left: 55px !important;}
.pdl60xs{padding-left: 60px !important;}
.pdl65xs{padding-left: 65px !important;}
.pdl70xs{padding-left: 70px !important;}
.pdl75xs{padding-left: 75px !important;}
.pdl80xs{padding-left: 80px !important;}
.pdl85xs{padding-left: 85px !important;}
.pdl90xs{padding-left: 90px !important;}
.pdl95xs{padding-left: 95px !important;}
.pdl100xs{padding-left: 100px !important;}
}

@media(max-width:800px){
.pdl0ms{padding-left: 0px !important;}
.pdl5ms{padding-left: 5px !important;}
.pdl10ms{padding-left: 10px !important;}
.pdl15ms{padding-left: 15px !important;}
.pdl20ms{padding-left: 20px !important;}
.pdl25ms{padding-left: 25px !important;}
.pdl30ms{padding-left: 30px !important;}
.pdl35ms{padding-left: 35px !important;}
.pdl40ms{padding-left: 40px !important;}
.pdl45ms{padding-left: 45px !important;}
.pdl50ms{padding-left: 50px !important;}
.pdl55ms{padding-left: 55px !important;}
.pdl60ms{padding-left: 60px !important;}
.pdl65ms{padding-left: 65px !important;}
.pdl70ms{padding-left: 70px !important;}
.pdl75ms{padding-left: 75px !important;}
.pdl80ms{padding-left: 80px !important;}
.pdl85ms{padding-left: 85px !important;}
.pdl90ms{padding-left: 90px !important;}
.pdl95ms{padding-left: 95px !important;}
.pdl100ms{padding-left: 100px !important;}
}

@media(max-width:600px){
.pdl0min{padding-left: 0px !important;}
.pdl5min{padding-left: 5px !important;}
.pdl10min{padding-left: 10px !important;}
.pdl15min{padding-left: 15px !important;}
.pdl20min{padding-left: 20px !important;}
.pdl25min{padding-left: 25px !important;}
.pdl30min{padding-left: 30px !important;}
.pdl35min{padding-left: 35px !important;}
.pdl40min{padding-left: 40px !important;}
.pdl45min{padding-left: 45px !important;}
.pdl50min{padding-left: 50px !important;}
.pdl55min{padding-left: 55px !important;}
.pdl60min{padding-left: 60px !important;}
.pdl65min{padding-left: 65px !important;}
.pdl70min{padding-left: 70px !important;}
.pdl75min{padding-left: 75px !important;}
.pdl80min{padding-left: 80px !important;}
.pdl85min{padding-left: 85px !important;}
.pdl90min{padding-left: 90px !important;}
.pdl95min{padding-left: 95px !important;}
.pdl100min{padding-left: 100px !important;}
}

@media(max-width:400px){
.pdl0mic{padding-left: 0px !important;}
.pdl5mic{padding-left: 5px !important;}
.pdl10mic{padding-left: 10px !important;}
.pdl15mic{padding-left: 15px !important;}
.pdl20mic{padding-left: 20px !important;}
.pdl25mic{padding-left: 25px !important;}
.pdl30mic{padding-left: 30px !important;}
.pdl35mic{padding-left: 35px !important;}
.pdl40mic{padding-left: 40px !important;}
.pdl45mic{padding-left: 45px !important;}
.pdl50mic{padding-left: 50px !important;}
.pdl55mic{padding-left: 55px !important;}
.pdl60mic{padding-left: 60px !important;}
.pdl65mic{padding-left: 65px !important;}
.pdl70mic{padding-left: 70px !important;}
.pdl75mic{padding-left: 75px !important;}
.pdl80mic{padding-left: 80px !important;}
.pdl85mic{padding-left: 85px !important;}
.pdl90mic{padding-left: 90px !important;}
.pdl95mic{padding-left: 95px !important;}
.pdl100mic{padding-left: 100px !important;}
}

.pdt0{padding-top: 0px !important;}
.pdt5{padding-top: 5px !important;}
.pdt10{padding-top: 10px !important;}
.pdt15{padding-top: 15px !important;}
.pdt20{padding-top: 20px !important;}
.pdt25{padding-top: 25px !important;}
.pdt30{padding-top: 30px !important;}
.pdt35{padding-top: 35px !important;}
.pdt40{padding-top: 40px !important;}
.pdt45{padding-top: 45px !important;}
.pdt50{padding-top: 50px !important;}
.pdt55{padding-top: 55px !important;}
.pdt60{padding-top: 60px !important;}
.pdt65{padding-top: 65px !important;}
.pdt70{padding-top: 70px !important;}
.pdt75{padding-top: 75px !important;}
.pdt80{padding-top: 80px !important;}
.pdt85{padding-top: 85px !important;}
.pdt90{padding-top: 90px !important;}
.pdt95{padding-top: 95px !important;}
.pdt100{padding-top: 100px !important;}

@media(max-width: 1600px){
.pdt0xl{padding-top: 0px !important;}
.pdt5xl{padding-top: 5px !important;}
.pdt10xl{padding-top: 10px !important;}
.pdt15xl{padding-top: 15px !important;}
.pdt20xl{padding-top: 20px !important;}
.pdt25xl{padding-top: 25px !important;}
.pdt30xl{padding-top: 30px !important;}
.pdt35xl{padding-top: 35px !important;}
.pdt40xl{padding-top: 40px !important;}
.pdt45xl{padding-top: 45px !important;}
.pdt50xl{padding-top: 50px !important;}
.pdt55xl{padding-top: 55px !important;}
.pdt60xl{padding-top: 60px !important;}
.pdt65xl{padding-top: 65px !important;}
.pdt70xl{padding-top: 70px !important;}
.pdt75xl{padding-top: 75px !important;}
.pdt80xl{padding-top: 80px !important;}
.pdt85xl{padding-top: 85px !important;}
.pdt90xl{padding-top: 90px !important;}
.pdt95xl{padding-top: 95px !important;}
.pdt100xl{padding-top: 100px !important;}
}

@media(max-width:1380px){
.pdt0m{padding-top: 0px !important;}
.pdt5m{padding-top: 5px !important;}
.pdt10m{padding-top: 10px !important;}
.pdt15m{padding-top: 15px !important;}
.pdt20m{padding-top: 20px !important;}
.pdt25m{padding-top: 25px !important;}
.pdt30m{padding-top: 30px !important;}
.pdt35m{padding-top: 35px !important;}
.pdt40m{padding-top: 40px !important;}
.pdt45m{padding-top: 45px !important;}
.pdt50m{padding-top: 50px !important;}
.pdt55m{padding-top: 55px !important;}
.pdt60m{padding-top: 60px !important;}
.pdt65m{padding-top: 65px !important;}
.pdt70m{padding-top: 70px !important;}
.pdt75m{padding-top: 75px !important;}
.pdt80m{padding-top: 80px !important;}
.pdt85m{padding-top: 85px !important;}
.pdt90m{padding-top: 90px !important;}
.pdt95m{padding-top: 95px !important;}
.pdt100m{padding-top: 100px !important;}
}

@media(max-width:1200px){
.pdt0s{padding-top: 0px !important;}
.pdt5s{padding-top: 5px !important;}
.pdt10s{padding-top: 10px !important;}
.pdt15s{padding-top: 15px !important;}
.pdt20s{padding-top: 20px !important;}
.pdt25s{padding-top: 25px !important;}
.pdt30s{padding-top: 30px !important;}
.pdt35s{padding-top: 35px !important;}
.pdt40s{padding-top: 40px !important;}
.pdt45s{padding-top: 45px !important;}
.pdt50s{padding-top: 50px !important;}
.pdt55s{padding-top: 55px !important;}
.pdt60s{padding-top: 60px !important;}
.pdt65s{padding-top: 65px !important;}
.pdt70s{padding-top: 70px !important;}
.pdt75s{padding-top: 75px !important;}
.pdt80s{padding-top: 80px !important;}
.pdt85s{padding-top: 85px !important;}
.pdt90s{padding-top: 90px !important;}
.pdt95s{padding-top: 95px !important;}
.pdt100s{padding-top: 100px !important;}
}

@media(max-width:1000px){
.pdt0xs{padding-top: 0px !important;}
.pdt5xs{padding-top: 5px !important;}
.pdt10xs{padding-top: 10px !important;}
.pdt15xs{padding-top: 15px !important;}
.pdt20xs{padding-top: 20px !important;}
.pdt25xs{padding-top: 25px !important;}
.pdt30xs{padding-top: 30px !important;}
.pdt35xs{padding-top: 35px !important;}
.pdt40xs{padding-top: 40px !important;}
.pdt45xs{padding-top: 45px !important;}
.pdt50xs{padding-top: 50px !important;}
.pdt55xs{padding-top: 55px !important;}
.pdt60xs{padding-top: 60px !important;}
.pdt65xs{padding-top: 65px !important;}
.pdt70xs{padding-top: 70px !important;}
.pdt75xs{padding-top: 75px !important;}
.pdt80xs{padding-top: 80px !important;}
.pdt85xs{padding-top: 85px !important;}
.pdt90xs{padding-top: 90px !important;}
.pdt95xs{padding-top: 95px !important;}
.pdt100xs{padding-top: 100px !important;}
}

@media(max-width:800px){
.pdt0ms{padding-top: 0px !important;}
.pdt5ms{padding-top: 5px !important;}
.pdt10ms{padding-top: 10px !important;}
.pdt15ms{padding-top: 15px !important;}
.pdt20ms{padding-top: 20px !important;}
.pdt25ms{padding-top: 25px !important;}
.pdt30ms{padding-top: 30px !important;}
.pdt35ms{padding-top: 35px !important;}
.pdt40ms{padding-top: 40px !important;}
.pdt45ms{padding-top: 45px !important;}
.pdt50ms{padding-top: 50px !important;}
.pdt55ms{padding-top: 55px !important;}
.pdt60ms{padding-top: 60px !important;}
.pdt65ms{padding-top: 65px !important;}
.pdt70ms{padding-top: 70px !important;}
.pdt75ms{padding-top: 75px !important;}
.pdt80ms{padding-top: 80px !important;}
.pdt85ms{padding-top: 85px !important;}
.pdt90ms{padding-top: 90px !important;}
.pdt95ms{padding-top: 95px !important;}
.pdt100ms{padding-top: 100px !important;}
}

@media(max-width:600px){
.pdt0min{padding-top: 0px !important;}
.pdt5min{padding-top: 5px !important;}
.pdt10min{padding-top: 10px !important;}
.pdt15min{padding-top: 15px !important;}
.pdt20min{padding-top: 20px !important;}
.pdt25min{padding-top: 25px !important;}
.pdt30min{padding-top: 30px !important;}
.pdt35min{padding-top: 35px !important;}
.pdt40min{padding-top: 40px !important;}
.pdt45min{padding-top: 45px !important;}
.pdt50min{padding-top: 50px !important;}
.pdt55min{padding-top: 55px !important;}
.pdt60min{padding-top: 60px !important;}
.pdt65min{padding-top: 65px !important;}
.pdt70min{padding-top: 70px !important;}
.pdt75min{padding-top: 75px !important;}
.pdt80min{padding-top: 80px !important;}
.pdt85min{padding-top: 85px !important;}
.pdt90min{padding-top: 90px !important;}
.pdt95min{padding-top: 95px !important;}
.pdt100min{padding-top: 100px !important;}
}

@media(max-width:400px){
.pdt0mic{padding-top: 0px !important;}
.pdt5mic{padding-top: 5px !important;}
.pdt10mic{padding-top: 10px !important;}
.pdt15mic{padding-top: 15px !important;}
.pdt20mic{padding-top: 20px !important;}
.pdt25mic{padding-top: 25px !important;}
.pdt30mic{padding-top: 30px !important;}
.pdt35mic{padding-top: 35px !important;}
.pdt40mic{padding-top: 40px !important;}
.pdt45mic{padding-top: 45px !important;}
.pdt50mic{padding-top: 50px !important;}
.pdt55mic{padding-top: 55px !important;}
.pdt60mic{padding-top: 60px !important;}
.pdt65mic{padding-top: 65px !important;}
.pdt70mic{padding-top: 70px !important;}
.pdt75mic{padding-top: 75px !important;}
.pdt80mic{padding-top: 80px !important;}
.pdt85mic{padding-top: 85px !important;}
.pdt90mic{padding-top: 90px !important;}
.pdt95mic{padding-top: 95px !important;}
.pdt100mic{padding-top: 100px !important;}
}

.pdb0{padding-bottom: 0px !important;}
.pdb5{padding-bottom: 5px !important;}
.pdb10{padding-bottom: 10px !important;}
.pdb15{padding-bottom: 15px !important;}
.pdb20{padding-bottom: 20px !important;}
.pdb25{padding-bottom: 25px !important;}
.pdb30{padding-bottom: 30px !important;}
.pdb35{padding-bottom: 35px !important;}
.pdb40{padding-bottom: 40px !important;}
.pdb45{padding-bottom: 45px !important;}
.pdb50{padding-bottom: 50px !important;}
.pdb55{padding-bottom: 55px !important;}
.pdb60{padding-bottom: 60px !important;}
.pdb65{padding-bottom: 65px !important;}
.pdb70{padding-bottom: 70px !important;}
.pdb75{padding-bottom: 75px !important;}
.pdb80{padding-bottom: 80px !important;}
.pdb85{padding-bottom: 85px !important;}
.pdb90{padding-bottom: 90px !important;}
.pdb95{padding-bottom: 95px !important;}
.pdb100{padding-bottom: 100px !important;}

@media(max-width: 1600px){
.pdb0xl{padding-bottom: 0px !important;}
.pdb5xl{padding-bottom: 5px !important;}
.pdb10xl{padding-bottom: 10px !important;}
.pdb15xl{padding-bottom: 15px !important;}
.pdb20xl{padding-bottom: 20px !important;}
.pdb25xl{padding-bottom: 25px !important;}
.pdb30xl{padding-bottom: 30px !important;}
.pdb35xl{padding-bottom: 35px !important;}
.pdb40xl{padding-bottom: 40px !important;}
.pdb45xl{padding-bottom: 45px !important;}
.pdb50xl{padding-bottom: 50px !important;}
.pdb55xl{padding-bottom: 55px !important;}
.pdb60xl{padding-bottom: 60px !important;}
.pdb65xl{padding-bottom: 65px !important;}
.pdb70xl{padding-bottom: 70px !important;}
.pdb75xl{padding-bottom: 75px !important;}
.pdb80xl{padding-bottom: 80px !important;}
.pdb85xl{padding-bottom: 85px !important;}
.pdb90xl{padding-bottom: 90px !important;}
.pdb95xl{padding-bottom: 95px !important;}
.pdb100xl{padding-bottom: 100px !important;}
}

@media(max-width:1380px){
.pdb0m{padding-bottom: 0px !important;}
.pdb5m{padding-bottom: 5px !important;}
.pdb10m{padding-bottom: 10px !important;}
.pdb15m{padding-bottom: 15px !important;}
.pdb20m{padding-bottom: 20px !important;}
.pdb25m{padding-bottom: 25px !important;}
.pdb30m{padding-bottom: 30px !important;}
.pdb35m{padding-bottom: 35px !important;}
.pdb40m{padding-bottom: 40px !important;}
.pdb45m{padding-bottom: 45px !important;}
.pdb50m{padding-bottom: 50px !important;}
.pdb55m{padding-bottom: 55px !important;}
.pdb60m{padding-bottom: 60px !important;}
.pdb65m{padding-bottom: 65px !important;}
.pdb70m{padding-bottom: 70px !important;}
.pdb75m{padding-bottom: 75px !important;}
.pdb80m{padding-bottom: 80px !important;}
.pdb85m{padding-bottom: 85px !important;}
.pdb90m{padding-bottom: 90px !important;}
.pdb95m{padding-bottom: 95px !important;}
.pdb100m{padding-bottom: 100px !important;}
}

@media(max-width:1200px){
.pdb0s{padding-bottom: 0px !important;}
.pdb5s{padding-bottom: 5px !important;}
.pdb10s{padding-bottom: 10px !important;}
.pdb15s{padding-bottom: 15px !important;}
.pdb20s{padding-bottom: 20px !important;}
.pdb25s{padding-bottom: 25px !important;}
.pdb30s{padding-bottom: 30px !important;}
.pdb35s{padding-bottom: 35px !important;}
.pdb40s{padding-bottom: 40px !important;}
.pdb45s{padding-bottom: 45px !important;}
.pdb50s{padding-bottom: 50px !important;}
.pdb55s{padding-bottom: 55px !important;}
.pdb60s{padding-bottom: 60px !important;}
.pdb65s{padding-bottom: 65px !important;}
.pdb70s{padding-bottom: 70px !important;}
.pdb75s{padding-bottom: 75px !important;}
.pdb80s{padding-bottom: 80px !important;}
.pdb85s{padding-bottom: 85px !important;}
.pdb90s{padding-bottom: 90px !important;}
.pdb95s{padding-bottom: 95px !important;}
.pdb100s{padding-bottom: 100px !important;}
}

@media(max-width:1000px){
.pdb0xs{padding-bottom: 0px !important;}
.pdb5xs{padding-bottom: 5px !important;}
.pdb10xs{padding-bottom: 10px !important;}
.pdb15xs{padding-bottom: 15px !important;}
.pdb20xs{padding-bottom: 20px !important;}
.pdb25xs{padding-bottom: 25px !important;}
.pdb30xs{padding-bottom: 30px !important;}
.pdb35xs{padding-bottom: 35px !important;}
.pdb40xs{padding-bottom: 40px !important;}
.pdb45xs{padding-bottom: 45px !important;}
.pdb50xs{padding-bottom: 50px !important;}
.pdb55xs{padding-bottom: 55px !important;}
.pdb60xs{padding-bottom: 60px !important;}
.pdb65xs{padding-bottom: 65px !important;}
.pdb70xs{padding-bottom: 70px !important;}
.pdb75xs{padding-bottom: 75px !important;}
.pdb80xs{padding-bottom: 80px !important;}
.pdb85xs{padding-bottom: 85px !important;}
.pdb90xs{padding-bottom: 90px !important;}
.pdb95xs{padding-bottom: 95px !important;}
.pdb100xs{padding-bottom: 100px !important;}
}

@media(max-width:800px){
.pdb0ms{padding-bottom: 0px !important;}
.pdb5ms{padding-bottom: 5px !important;}
.pdb10ms{padding-bottom: 10px !important;}
.pdb15ms{padding-bottom: 15px !important;}
.pdb20ms{padding-bottom: 20px !important;}
.pdb25ms{padding-bottom: 25px !important;}
.pdb30ms{padding-bottom: 30px !important;}
.pdb35ms{padding-bottom: 35px !important;}
.pdb40ms{padding-bottom: 40px !important;}
.pdb45ms{padding-bottom: 45px !important;}
.pdb50ms{padding-bottom: 50px !important;}
.pdb55ms{padding-bottom: 55px !important;}
.pdb60ms{padding-bottom: 60px !important;}
.pdb65ms{padding-bottom: 65px !important;}
.pdb70ms{padding-bottom: 70px !important;}
.pdb75ms{padding-bottom: 75px !important;}
.pdb80ms{padding-bottom: 80px !important;}
.pdb85ms{padding-bottom: 85px !important;}
.pdb90ms{padding-bottom: 90px !important;}
.pdb95ms{padding-bottom: 95px !important;}
.pdb100ms{padding-bottom: 100px !important;}
}

@media(max-width:600px){
.pdb0min{padding-bottom: 0px !important;}
.pdb5min{padding-bottom: 5px !important;}
.pdb10min{padding-bottom: 10px !important;}
.pdb15min{padding-bottom: 15px !important;}
.pdb20min{padding-bottom: 20px !important;}
.pdb25min{padding-bottom: 25px !important;}
.pdb30min{padding-bottom: 30px !important;}
.pdb35min{padding-bottom: 35px !important;}
.pdb40min{padding-bottom: 40px !important;}
.pdb45min{padding-bottom: 45px !important;}
.pdb50min{padding-bottom: 50px !important;}
.pdb55min{padding-bottom: 55px !important;}
.pdb60min{padding-bottom: 60px !important;}
.pdb65min{padding-bottom: 65px !important;}
.pdb70min{padding-bottom: 70px !important;}
.pdb75min{padding-bottom: 75px !important;}
.pdb80min{padding-bottom: 80px !important;}
.pdb85min{padding-bottom: 85px !important;}
.pdb90min{padding-bottom: 90px !important;}
.pdb95min{padding-bottom: 95px !important;}
.pdb100min{padding-bottom: 100px !important;}
}

@media(max-width:400px){
.pdb0mic{padding-bottom: 0px !important;}
.pdb5mic{padding-bottom: 5px !important;}
.pdb10mic{padding-bottom: 10px !important;}
.pdb15mic{padding-bottom: 15px !important;}
.pdb20mic{padding-bottom: 20px !important;}
.pdb25mic{padding-bottom: 25px !important;}
.pdb30mic{padding-bottom: 30px !important;}
.pdb35mic{padding-bottom: 35px !important;}
.pdb40mic{padding-bottom: 40px !important;}
.pdb45mic{padding-bottom: 45px !important;}
.pdb50mic{padding-bottom: 50px !important;}
.pdb55mic{padding-bottom: 55px !important;}
.pdb60mic{padding-bottom: 60px !important;}
.pdb65mic{padding-bottom: 65px !important;}
.pdb70mic{padding-bottom: 70px !important;}
.pdb75mic{padding-bottom: 75px !important;}
.pdb80mic{padding-bottom: 80px !important;}
.pdb85mic{padding-bottom: 85px !important;}
.pdb90mic{padding-bottom: 90px !important;}
.pdb95mic{padding-bottom: 95px !important;}
.pdb100mic{padding-bottom: 100px !important;}
}

/*END PADDING*/



/* TEXT */
/*************************************************************/
.t-center{text-align: center;}
.t-just{text-align: justify;}
.t-right{text-align: right;}
.t-left{text-align: left;}


@media(max-width:1400px){
  .t-centerm{text-align: center;}
  .t-justm{text-align: justify;}
  .t-rightm{text-align: right;}
  .t-leftm{text-align: left;}
}
@media(max-width:1200px){
  .t-centers{text-align: center;}
  .t-justs{text-align: justify;}
  .t-rights{text-align: right;}
  .t-lefts{text-align: left;}
}
@media(max-width:1000px){
  .t-centerxs{text-align: center;}
  .t-justxs{text-align: justify;}
  .t-rightxs{text-align: right;}
  .t-leftxs{text-align: left;}
}
@media(max-width:800px){
  .t-centerms{text-align: center;}
  .t-justms{text-align: justify;}
  .t-rightms{text-align: right;}
  .t-leftms{text-align: left;}
}
@media(max-width:800px){
  .t-centermin{text-align: center;}
  .t-justmin{text-align: justify;}
  .t-rightmin{text-align: right;}
  .t-leftmin{text-align: left;}
}

.b-center{margin: 0 auto;}

.abs-center{
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* font-size*/
.fs13{font-size: 13px !important;}
.fs15{font-size: 15px !important;}
.fs17{font-size: 17px !important;}
.fs20{font-size: 20px !important;}
.fs25{font-size: 25px !important;}
.fs30{font-size: 30px !important;}
.fs35{font-size: 35px !important;}
.fs40{font-size: 40px !important;}
.fs45{font-size: 45px !important;}
.fs50{font-size: 50px !important;}
.fs55{font-size: 55px !important;}
.fs60{font-size: 60px !important;}
.fs65{font-size: 65px !important;}
.fs70{font-size: 70px !important;}
.fs75{font-size: 75px !important;}
.fs80{font-size: 80px !important;}
.fs85{font-size: 85px !important;}
.fs90{font-size: 90px !important;}

@media(max-width: 1600px){
.fs13xl{font-size: 13px !important;}
.fs15xl{font-size: 15px !important;}
.fs17xl{font-size: 17px !important;}
.fs20xl{font-size: 20px !important;}
.fs25xl{font-size: 25px !important;}
.fs30xl{font-size: 30px !important;}
.fs35xl{font-size: 35px !important;}
.fs40xl{font-size: 40px !important;}
.fs45xl{font-size: 45px !important;}
.fs50xl{font-size: 50px !important;}
.fs55xl{font-size: 55px !important;}
.fs60xl{font-size: 60px !important;}
.fs65xl{font-size: 65px !important;}
.fs70xl{font-size: 70px !important;}
.fs75xl{font-size: 75px !important;}
.fs80xl{font-size: 80px !important;}
.fs85xl{font-size: 85px !important;}
.fs90xl{font-size: 90px !important;}
}

@media(max-width:1380px){
.fs13m{font-size: 13px !important;}
.fs15m{font-size: 15px !important;}
.fs17m{font-size: 17px !important;}
.fs20m{font-size: 20px !important;}
.fs25m{font-size: 25px !important;}
.fs30m{font-size: 30px !important;}
.fs35m{font-size: 35px !important;}
.fs40m{font-size: 40px !important;}
.fs45m{font-size: 45px !important;}
.fs50m{font-size: 50px !important;}
.fs55m{font-size: 55px !important;}
.fs60m{font-size: 60px !important;}
.fs65m{font-size: 65px !important;}
.fs70m{font-size: 70px !important;}
.fs75m{font-size: 75px !important;}
.fs80m{font-size: 80px !important;}
.fs85m{font-size: 85px !important;}
.fs90m{font-size: 90px !important;}
}

@media(max-width:1200px){
.fs13s{font-size: 13px !important;}
.fs15s{font-size: 15px !important;}
.fs17s{font-size: 17px !important;}
.fs20s{font-size: 20px !important;}
.fs25s{font-size: 25px !important;}
.fs30s{font-size: 30px !important;}
.fs35s{font-size: 35px !important;}
.fs40s{font-size: 40px !important;}
.fs45s{font-size: 45px !important;}
.fs50s{font-size: 50px !important;}
.fs55s{font-size: 55px !important;}
.fs60s{font-size: 60px !important;}
.fs65s{font-size: 65px !important;}
.fs70s{font-size: 70px !important;}
.fs75s{font-size: 75px !important;}
.fs80s{font-size: 80px !important;}
.fs85s{font-size: 85px !important;}
.fs90s{font-size: 90px !important;}
}

@media(max-width:1000px){
.fs13xs{font-size: 13px !important;}
.fs15xs{font-size: 15px !important;}
.fs17xs{font-size: 17px !important;}
.fs20xs{font-size: 20px !important;}
.fs25xs{font-size: 25px !important;}
.fs30xs{font-size: 30px !important;}
.fs35xs{font-size: 35px !important;}
.fs40xs{font-size: 40px !important;}
.fs45xs{font-size: 45px !important;}
.fs50xs{font-size: 50px !important;}
.fs55xs{font-size: 55px !important;}
.fs60xs{font-size: 60px !important;}
.fs65xs{font-size: 65px !important;}
.fs70xs{font-size: 70px !important;}
.fs75xs{font-size: 75px !important;}
.fs80xs{font-size: 80px !important;}
.fs85xs{font-size: 85px !important;}
.fs90xs{font-size: 90px !important;}
}

@media(max-width:800px){
.fs13ms{font-size: 13px !important;}
.fs15ms{font-size: 15px !important;}
.fs17ms{font-size: 17px !important;}
.fs20ms{font-size: 20px !important;}
.fs25ms{font-size: 25px !important;}
.fs30ms{font-size: 30px !important;}
.fs35ms{font-size: 35px !important;}
.fs40ms{font-size: 40px !important;}
.fs45ms{font-size: 45px !important;}
.fs50ms{font-size: 50px !important;}
.fs55ms{font-size: 55px !important;}
.fs60ms{font-size: 60px !important;}
.fs65ms{font-size: 65px !important;}
.fs70ms{font-size: 70px !important;}
.fs75ms{font-size: 75px !important;}
.fs80ms{font-size: 80px !important;}
.fs85ms{font-size: 85px !important;}
.fs90ms{font-size: 90px !important;}
}

@media(max-width:600px){
.fs13min{font-size: 13px !important;}
.fs15min{font-size: 15px !important;}
.fs17min{font-size: 17px !important;}
.fs20min{font-size: 20px !important;}
.fs25min{font-size: 25px !important;}
.fs30min{font-size: 30px !important;}
.fs35min{font-size: 35px !important;}
.fs40min{font-size: 40px !important;}
.fs45min{font-size: 45px !important;}
.fs50min{font-size: 50px !important;}
.fs55min{font-size: 55px !important;}
.fs60min{font-size: 60px !important;}
.fs65min{font-size: 65px !important;}
.fs70min{font-size: 70px !important;}
.fs75min{font-size: 75px !important;}
.fs80min{font-size: 80px !important;}
.fs85min{font-size: 85px !important;}
.fs90min{font-size: 90px !important;}
}

@media(max-width:400px){
.fs13mic{font-size: 13px !important;}
.fs15mic{font-size: 15px !important;}
.fs17mic{font-size: 17px !important;}
.fs20mic{font-size: 20px !important;}
.fs25mic{font-size: 25px !important;}
.fs30mic{font-size: 30px !important;}
.fs35mic{font-size: 35px !important;}
.fs40mic{font-size: 40px !important;}
.fs45mic{font-size: 45px !important;}
.fs50mic{font-size: 50px !important;}
.fs55mic{font-size: 55px !important;}
.fs60mic{font-size: 60px !important;}
.fs65mic{font-size: 65px !important;}
.fs70mic{font-size: 70px !important;}
.fs75mic{font-size: 75px !important;}
.fs80mic{font-size: 80px !important;}
.fs85mic{font-size: 85px !important;}
.fs90mic{font-size: 90px !important;}
}






/* WIDTH */

/*
w width px
mxw max-width 
mnw minwidth

width auto
width 100%
vw width %

*/

.w0{width: 0px !important;}
.w5{width: 5px !important;}
.w10{width: 10px !important;}
.w15{width: 15px !important;}
.w20{width: 20px !important;}
.w25{width: 25px !important;}
.w30{width: 30px !important;}
.w35{width: 35px !important;}
.w40{width: 40px !important;}
.w45{width: 45px !important;}
.w50{width: 50px !important;}
.w55{width: 55px !important;}
.w60{width: 60px !important;}
.w65{width: 65px !important;}
.w70{width: 70px !important;}
.w75{width: 75px !important;}
.w80{width: 80px !important;}
.w85{width: 85px !important;}
.w90{width: 90px !important;}
.w95{width: 95px !important;}
.w100{width: 100px !important;}
.w110{width: 110px !important;}
.w120{width: 120px !important;}
.w130{width: 130px !important;}
.w140{width: 140px !important;}
.w150{width: 150px !important;}
.w160{width: 160px !important;}
.w170{width: 170px !important;}
.w180{width: 180px !important;}
.w190{width: 190px !important;}
.w200{width: 200px !important;}
.w210{width: 210px !important;}
.w220{width: 220px !important;}
.w230{width: 230px !important;}
.w240{width: 240px !important;}
.w250{width: 250px !important;}
.w260{width: 260px !important;}
.w270{width: 270px !important;}
.w280{width: 280px !important;}
.w290{width: 290px !important;}
.w300{width: 300px !important;}
.w350{width: 350px !important;}
.w400{width: 400px !important;}
.w450{width: 450px !important;}
.w500{width: 500px !important;}
.w550{width: 550px !important;}
.w600{width: 600px !important;}
.w650{width: 650px !important;}
.w700{width: 700px !important;}
.w750{width: 750px !important;}
.w800{width: 800px !important;}
.w850{width: 850px !important;}
.w900{width: 900px !important;}
.w1000{width: 1000px !important;}

@media(max-width: 1600px){
.w0xl{width: 0px !important;}
.w5xl{width: 5px !important;}
.w10xl{width: 10px !important;}
.w15xl{width: 15px !important;}
.w20xl{width: 20px !important;}
.w25xl{width: 25px !important;}
.w30xl{width: 30px !important;}
.w35xl{width: 35px !important;}
.w40xl{width: 40px !important;}
.w45xl{width: 45px !important;}
.w50xl{width: 50px !important;}
.w55xl{width: 55px !important;}
.w60xl{width: 60px !important;}
.w65xl{width: 65px !important;}
.w70xl{width: 70px !important;}
.w75xl{width: 75px !important;}
.w80xl{width: 80px !important;}
.w85xl{width: 85px !important;}
.w90xl{width: 90px !important;}
.w95xl{width: 95px !important;}
.w100xl{width: 100px !important;}
.w110xl{width: 110px !important;}
.w120xl{width: 120px !important;}
.w130xl{width: 130px !important;}
.w140xl{width: 140px !important;}
.w150xl{width: 150px !important;}
.w160xl{width: 160px !important;}
.w170xl{width: 170px !important;}
.w180xl{width: 180px !important;}
.w190xl{width: 190px !important;}
.w200xl{width: 200px !important;}
.w210xl{width: 210px !important;}
.w220xl{width: 220px !important;}
.w230xl{width: 230px !important;}
.w240xl{width: 240px !important;}
.w250xl{width: 250px !important;}
.w260xl{width: 260px !important;}
.w270xl{width: 270px !important;}
.w280xl{width: 280px !important;}
.w290xl{width: 290px !important;}
.w300xl{width: 300px !important;}
.w350xl{width: 350px !important;}
.w400xl{width: 400px !important;}
.w450xl{width: 450px !important;}
.w500xl{width: 500px !important;}
.w550xl{width: 550px !important;}
.w600xl{width: 600px !important;}
.w650xl{width: 650px !important;}
.w700xl{width: 700px !important;}
.w750xl{width: 750px !important;}
.w800xl{width: 800px !important;}
.w850xl{width: 850px !important;}
.w900xl{width: 900px !important;}
.w1000xl{width: 1000px !important;}
}

@media(max-width:1380px){
.w0m{width: 0px !important;}
.w5m{width: 5px !important;}
.w10m{width: 10px !important;}
.w15m{width: 15px !important;}
.w20m{width: 20px !important;}
.w25m{width: 25px !important;}
.w30m{width: 30px !important;}
.w35m{width: 35px !important;}
.w40m{width: 40px !important;}
.w45m{width: 45px !important;}
.w50m{width: 50px !important;}
.w55m{width: 55px !important;}
.w60m{width: 60px !important;}
.w65m{width: 65px !important;}
.w70m{width: 70px !important;}
.w75m{width: 75px !important;}
.w80m{width: 80px !important;}
.w85m{width: 85px !important;}
.w90m{width: 90px !important;}
.w95m{width: 95px !important;}
.w100m{width: 100px !important;}
.w110m{width: 110px !important;}
.w120m{width: 120px !important;}
.w130m{width: 130px !important;}
.w140m{width: 140px !important;}
.w150m{width: 150px !important;}
.w160m{width: 160px !important;}
.w170m{width: 170px !important;}
.w180m{width: 180px !important;}
.w190m{width: 190px !important;}
.w200m{width: 200px !important;}
.w210m{width: 210px !important;}
.w220m{width: 220px !important;}
.w230m{width: 230px !important;}
.w240m{width: 240px !important;}
.w250m{width: 250px !important;}
.w260m{width: 260px !important;}
.w270m{width: 270px !important;}
.w280m{width: 280px !important;}
.w290m{width: 290px !important;}
.w300m{width: 300px !important;}
.w350m{width: 350px !important;}
.w400m{width: 400px !important;}
.w450m{width: 450px !important;}
.w500m{width: 500px !important;}
.w550m{width: 550px !important;}
.w600m{width: 600px !important;}
.w650m{width: 650px !important;}
.w700m{width: 700px !important;}
.w750m{width: 750px !important;}
.w800m{width: 800px !important;}
.w850m{width: 850px !important;}
.w900m{width: 900px !important;}
.w1000m{width: 1000px !important;}
}

@media(max-width:1200px){
.w0s{width: 0px !important;}
.w5s{width: 5px !important;}
.w10s{width: 10px !important;}
.w15s{width: 15px !important;}
.w20s{width: 20px !important;}
.w25s{width: 25px !important;}
.w30s{width: 30px !important;}
.w35s{width: 35px !important;}
.w40s{width: 40px !important;}
.w45s{width: 45px !important;}
.w50s{width: 50px !important;}
.w55s{width: 55px !important;}
.w60s{width: 60px !important;}
.w65s{width: 65px !important;}
.w70s{width: 70px !important;}
.w75s{width: 75px !important;}
.w80s{width: 80px !important;}
.w85s{width: 85px !important;}
.w90s{width: 90px !important;}
.w95s{width: 95px !important;}
.w100s{width: 100px !important;}
.w110s{width: 110px !important;}
.w120s{width: 120px !important;}
.w130s{width: 130px !important;}
.w140s{width: 140px !important;}
.w150s{width: 150px !important;}
.w160s{width: 160px !important;}
.w170s{width: 170px !important;}
.w180s{width: 180px !important;}
.w190s{width: 190px !important;}
.w200s{width: 200px !important;}
.w210s{width: 210px !important;}
.w220s{width: 220px !important;}
.w230s{width: 230px !important;}
.w240s{width: 240px !important;}
.w250s{width: 250px !important;}
.w260s{width: 260px !important;}
.w270s{width: 270px !important;}
.w280s{width: 280px !important;}
.w290s{width: 290px !important;}
.w300s{width: 300px !important;}
.w350s{width: 350px !important;}
.w400s{width: 400px !important;}
.w450s{width: 450px !important;}
.w500s{width: 500px !important;}
.w550s{width: 550px !important;}
.w600s{width: 600px !important;}
.w650s{width: 650px !important;}
.w700s{width: 700px !important;}
.w750s{width: 750px !important;}
.w800s{width: 800px !important;}
.w850s{width: 850px !important;}
.w900s{width: 900px !important;}
.w1000s{width: 1000px !important;}
}

@media(max-width:1000px){
.w0xs{width: 0px !important;}
.w5xs{width: 5px !important;}
.w10xs{width: 10px !important;}
.w15xs{width: 15px !important;}
.w20xs{width: 20px !important;}
.w25xs{width: 25px !important;}
.w30xs{width: 30px !important;}
.w35xs{width: 35px !important;}
.w40xs{width: 40px !important;}
.w45xs{width: 45px !important;}
.w50xs{width: 50px !important;}
.w55xs{width: 55px !important;}
.w60xs{width: 60px !important;}
.w65xs{width: 65px !important;}
.w70xs{width: 70px !important;}
.w75xs{width: 75px !important;}
.w80xs{width: 80px !important;}
.w85xs{width: 85px !important;}
.w90xs{width: 90px !important;}
.w95xs{width: 95px !important;}
.w100xs{width: 100px !important;}
.w110xs{width: 110px !important;}
.w120xs{width: 120px !important;}
.w130xs{width: 130px !important;}
.w140xs{width: 140px !important;}
.w150xs{width: 150px !important;}
.w160xs{width: 160px !important;}
.w170xs{width: 170px !important;}
.w180xs{width: 180px !important;}
.w190xs{width: 190px !important;}
.w200xs{width: 200px !important;}
.w210xs{width: 210px !important;}
.w220xs{width: 220px !important;}
.w230xs{width: 230px !important;}
.w240xs{width: 240px !important;}
.w250xs{width: 250px !important;}
.w260xs{width: 260px !important;}
.w270xs{width: 270px !important;}
.w280xs{width: 280px !important;}
.w290xs{width: 290px !important;}
.w300xs{width: 300px !important;}
.w350xs{width: 350px !important;}
.w400xs{width: 400px !important;}
.w450xs{width: 450px !important;}
.w500xs{width: 500px !important;}
.w550xs{width: 550px !important;}
.w600xs{width: 600px !important;}
.w650xs{width: 650px !important;}
.w700xs{width: 700px !important;}
.w750xs{width: 750px !important;}
.w800xs{width: 800px !important;}
.w850xs{width: 850px !important;}
.w900xs{width: 900px !important;}
.w1000xs{width: 1000px !important;}
}

@media(max-width:800px){
.w0ms{width: 0px !important;}
.w5ms{width: 5px !important;}
.w10ms{width: 10px !important;}
.w15ms{width: 15px !important;}
.w20ms{width: 20px !important;}
.w25ms{width: 25px !important;}
.w30ms{width: 30px !important;}
.w35ms{width: 35px !important;}
.w40ms{width: 40px !important;}
.w45ms{width: 45px !important;}
.w50ms{width: 50px !important;}
.w55ms{width: 55px !important;}
.w60ms{width: 60px !important;}
.w65ms{width: 65px !important;}
.w70ms{width: 70px !important;}
.w75ms{width: 75px !important;}
.w80ms{width: 80px !important;}
.w85ms{width: 85px !important;}
.w90ms{width: 90px !important;}
.w95ms{width: 95px !important;}
.w100ms{width: 100px !important;}
.w110ms{width: 110px !important;}
.w120ms{width: 120px !important;}
.w130ms{width: 130px !important;}
.w140ms{width: 140px !important;}
.w150ms{width: 150px !important;}
.w160ms{width: 160px !important;}
.w170ms{width: 170px !important;}
.w180ms{width: 180px !important;}
.w190ms{width: 190px !important;}
.w200ms{width: 200px !important;}
.w210ms{width: 210px !important;}
.w220ms{width: 220px !important;}
.w230ms{width: 230px !important;}
.w240ms{width: 240px !important;}
.w250ms{width: 250px !important;}
.w260ms{width: 260px !important;}
.w270ms{width: 270px !important;}
.w280ms{width: 280px !important;}
.w290ms{width: 290px !important;}
.w300ms{width: 300px !important;}
.w350ms{width: 350px !important;}
.w400ms{width: 400px !important;}
.w450ms{width: 450px !important;}
.w500ms{width: 500px !important;}
.w550ms{width: 550px !important;}
.w600ms{width: 600px !important;}
.w650ms{width: 650px !important;}
.w700ms{width: 700px !important;}
.w750ms{width: 750px !important;}
.w800ms{width: 800px !important;}
.w850ms{width: 850px !important;}
.w900ms{width: 900px !important;}
.w1000ms{width: 1000px !important;}
}

@media(max-width:600px){
.w0min{width: 0px !important;}
.w5min{width: 5px !important;}
.w10min{width: 10px !important;}
.w15min{width: 15px !important;}
.w20min{width: 20px !important;}
.w25min{width: 25px !important;}
.w30min{width: 30px !important;}
.w35min{width: 35px !important;}
.w40min{width: 40px !important;}
.w45min{width: 45px !important;}
.w50min{width: 50px !important;}
.w55min{width: 55px !important;}
.w60min{width: 60px !important;}
.w65min{width: 65px !important;}
.w70min{width: 70px !important;}
.w75min{width: 75px !important;}
.w80min{width: 80px !important;}
.w85min{width: 85px !important;}
.w90min{width: 90px !important;}
.w95min{width: 95px !important;}
.w100min{width: 100px !important;}
.w110min{width: 110px !important;}
.w120min{width: 120px !important;}
.w130min{width: 130px !important;}
.w140min{width: 140px !important;}
.w150min{width: 150px !important;}
.w160min{width: 160px !important;}
.w170min{width: 170px !important;}
.w180min{width: 180px !important;}
.w190min{width: 190px !important;}
.w200min{width: 200px !important;}
.w210min{width: 210px !important;}
.w220min{width: 220px !important;}
.w230min{width: 230px !important;}
.w240min{width: 240px !important;}
.w250min{width: 250px !important;}
.w260min{width: 260px !important;}
.w270min{width: 270px !important;}
.w280min{width: 280px !important;}
.w290min{width: 290px !important;}
.w300min{width: 300px !important;}
.w350min{width: 350px !important;}
.w400min{width: 400px !important;}
.w450min{width: 450px !important;}
.w500min{width: 500px !important;}
.w550min{width: 550px !important;}
.w600min{width: 600px !important;}
.w650min{width: 650px !important;}
.w700min{width: 700px !important;}
.w750min{width: 750px !important;}
.w800min{width: 800px !important;}
.w850min{width: 850px !important;}
.w900min{width: 900px !important;}
.w1000min{width: 1000px !important;}
}

@media(max-width:400px){
.w0mic{width: 0px !important;}
.w5mic{width: 5px !important;}
.w10mic{width: 10px !important;}
.w15mic{width: 15px !important;}
.w20mic{width: 20px !important;}
.w25mic{width: 25px !important;}
.w30mic{width: 30px !important;}
.w35mic{width: 35px !important;}
.w40mic{width: 40px !important;}
.w45mic{width: 45px !important;}
.w50mic{width: 50px !important;}
.w55mic{width: 55px !important;}
.w60mic{width: 60px !important;}
.w65mic{width: 65px !important;}
.w70mic{width: 70px !important;}
.w75mic{width: 75px !important;}
.w80mic{width: 80px !important;}
.w85mic{width: 85px !important;}
.w90mic{width: 90px !important;}
.w95mic{width: 95px !important;}
.w100mic{width: 100px !important;}
.w110mic{width: 110px !important;}
.w120mic{width: 120px !important;}
.w130mic{width: 130px !important;}
.w140mic{width: 140px !important;}
.w150mic{width: 150px !important;}
.w160mic{width: 160px !important;}
.w170mic{width: 170px !important;}
.w180mic{width: 180px !important;}
.w190mic{width: 190px !important;}
.w200mic{width: 200px !important;}
.w210mic{width: 210px !important;}
.w220mic{width: 220px !important;}
.w230mic{width: 230px !important;}
.w240mic{width: 240px !important;}
.w250mic{width: 250px !important;}
.w260mic{width: 260px !important;}
.w270mic{width: 270px !important;}
.w280mic{width: 280px !important;}
.w290mic{width: 290px !important;}
.w300mic{width: 300px !important;}
.w350mic{width: 350px !important;}
.w400mic{width: 400px !important;}
.w450mic{width: 450px !important;}
.w500mic{width: 500px !important;}
.w550mic{width: 550px !important;}
.w600mic{width: 600px !important;}
.w650mic{width: 650px !important;}
.w700mic{width: 700px !important;}
.w750mic{width: 750px !important;}
.w800mic{width: 800px !important;}
.w850mic{width: 850px !important;}
.w900mic{width: 900px !important;}
.w1000mic{width: 1000px !important;}
}

.mxw0{max-width: 0px !important;}
.mxw5{max-width: 5px !important;}
.mxw10{max-width: 10px !important;}
.mxw15{max-width: 15px !important;}
.mxw20{max-width: 20px !important;}
.mxw25{max-width: 25px !important;}
.mxw30{max-width: 30px !important;}
.mxw35{max-width: 35px !important;}
.mxw40{max-width: 40px !important;}
.mxw45{max-width: 45px !important;}
.mxw50{max-width: 50px !important;}
.mxw55{max-width: 55px !important;}
.mxw60{max-width: 60px !important;}
.mxw65{max-width: 65px !important;}
.mxw70{max-width: 70px !important;}
.mxw75{max-width: 75px !important;}
.mxw80{max-width: 80px !important;}
.mxw85{max-width: 85px !important;}
.mxw90{max-width: 90px !important;}
.mxw95{max-width: 95px !important;}
.mxw100{max-width: 100px !important;}
.mxw110{max-width: 110px !important;}
.mxw120{max-width: 120px !important;}
.mxw130{max-width: 130px !important;}
.mxw140{max-width: 140px !important;}
.mxw150{max-width: 150px !important;}
.mxw160{max-width: 160px !important;}
.mxw170{max-width: 170px !important;}
.mxw180{max-width: 180px !important;}
.mxw190{max-width: 190px !important;}
.mxw200{max-width: 200px !important;}
.mxw210{max-width: 210px !important;}
.mxw220{max-width: 220px !important;}
.mxw230{max-width: 230px !important;}
.mxw240{max-width: 240px !important;}
.mxw250{max-width: 250px !important;}
.mxw260{max-width: 260px !important;}
.mxw270{max-width: 270px !important;}
.mxw280{max-width: 280px !important;}
.mxw290{max-width: 290px !important;}
.mxw300{max-width: 300px !important;}
.mxw350{max-width: 350px !important;}
.mxw400{max-width: 400px !important;}
.mxw450{max-width: 450px !important;}
.mxw500{max-width: 500px !important;}
.mxw550{max-width: 550px !important;}
.mxw600{max-width: 600px !important;}
.mxw650{max-width: 650px !important;}
.mxw700{max-width: 700px !important;}
.mxw750{max-width: 750px !important;}
.mxw800{max-width: 800px !important;}
.mxw850{max-width: 850px !important;}
.mxw900{max-width: 900px !important;}
.mxw1000{max-width: 1000px !important;}

@media(max-width: 1600px){
.mxw0xl{max-width: 0px !important;}
.mxw5xl{max-width: 5px !important;}
.mxw10xl{max-width: 10px !important;}
.mxw15xl{max-width: 15px !important;}
.mxw20xl{max-width: 20px !important;}
.mxw25xl{max-width: 25px !important;}
.mxw30xl{max-width: 30px !important;}
.mxw35xl{max-width: 35px !important;}
.mxw40xl{max-width: 40px !important;}
.mxw45xl{max-width: 45px !important;}
.mxw50xl{max-width: 50px !important;}
.mxw55xl{max-width: 55px !important;}
.mxw60xl{max-width: 60px !important;}
.mxw65xl{max-width: 65px !important;}
.mxw70xl{max-width: 70px !important;}
.mxw75xl{max-width: 75px !important;}
.mxw80xl{max-width: 80px !important;}
.mxw85xl{max-width: 85px !important;}
.mxw90xl{max-width: 90px !important;}
.mxw95xl{max-width: 95px !important;}
.mxw100xl{max-width: 100px !important;}
.mxw110xl{max-width: 110px !important;}
.mxw120xl{max-width: 120px !important;}
.mxw130xl{max-width: 130px !important;}
.mxw140xl{max-width: 140px !important;}
.mxw150xl{max-width: 150px !important;}
.mxw160xl{max-width: 160px !important;}
.mxw170xl{max-width: 170px !important;}
.mxw180xl{max-width: 180px !important;}
.mxw190xl{max-width: 190px !important;}
.mxw200xl{max-width: 200px !important;}
.mxw210xl{max-width: 210px !important;}
.mxw220xl{max-width: 220px !important;}
.mxw230xl{max-width: 230px !important;}
.mxw240xl{max-width: 240px !important;}
.mxw250xl{max-width: 250px !important;}
.mxw260xl{max-width: 260px !important;}
.mxw270xl{max-width: 270px !important;}
.mxw280xl{max-width: 280px !important;}
.mxw290xl{max-width: 290px !important;}
.mxw300xl{max-width: 300px !important;}
.mxw350xl{max-width: 350px !important;}
.mxw400xl{max-width: 400px !important;}
.mxw450xl{max-width: 450px !important;}
.mxw500xl{max-width: 500px !important;}
.mxw550xl{max-width: 550px !important;}
.mxw600xl{max-width: 600px !important;}
.mxw650xl{max-width: 650px !important;}
.mxw700xl{max-width: 700px !important;}
.mxw750xl{max-width: 750px !important;}
.mxw800xl{max-width: 800px !important;}
.mxw850xl{max-width: 850px !important;}
.mxw900xl{max-width: 900px !important;}
.mxw1000xl{max-width: 1000px !important;}
}

@media(max-width:1380px){
.mxw0m{max-width: 0px !important;}
.mxw5m{max-width: 5px !important;}
.mxw10m{max-width: 10px !important;}
.mxw15m{max-width: 15px !important;}
.mxw20m{max-width: 20px !important;}
.mxw25m{max-width: 25px !important;}
.mxw30m{max-width: 30px !important;}
.mxw35m{max-width: 35px !important;}
.mxw40m{max-width: 40px !important;}
.mxw45m{max-width: 45px !important;}
.mxw50m{max-width: 50px !important;}
.mxw55m{max-width: 55px !important;}
.mxw60m{max-width: 60px !important;}
.mxw65m{max-width: 65px !important;}
.mxw70m{max-width: 70px !important;}
.mxw75m{max-width: 75px !important;}
.mxw80m{max-width: 80px !important;}
.mxw85m{max-width: 85px !important;}
.mxw90m{max-width: 90px !important;}
.mxw95m{max-width: 95px !important;}
.mxw100m{max-width: 100px !important;}
.mxw110m{max-width: 110px !important;}
.mxw120m{max-width: 120px !important;}
.mxw130m{max-width: 130px !important;}
.mxw140m{max-width: 140px !important;}
.mxw150m{max-width: 150px !important;}
.mxw160m{max-width: 160px !important;}
.mxw170m{max-width: 170px !important;}
.mxw180m{max-width: 180px !important;}
.mxw190m{max-width: 190px !important;}
.mxw200m{max-width: 200px !important;}
.mxw210m{max-width: 210px !important;}
.mxw220m{max-width: 220px !important;}
.mxw230m{max-width: 230px !important;}
.mxw240m{max-width: 240px !important;}
.mxw250m{max-width: 250px !important;}
.mxw260m{max-width: 260px !important;}
.mxw270m{max-width: 270px !important;}
.mxw280m{max-width: 280px !important;}
.mxw290m{max-width: 290px !important;}
.mxw300m{max-width: 300px !important;}
.mxw350m{max-width: 350px !important;}
.mxw400m{max-width: 400px !important;}
.mxw450m{max-width: 450px !important;}
.mxw500m{max-width: 500px !important;}
.mxw550m{max-width: 550px !important;}
.mxw600m{max-width: 600px !important;}
.mxw650m{max-width: 650px !important;}
.mxw700m{max-width: 700px !important;}
.mxw750m{max-width: 750px !important;}
.mxw800m{max-width: 800px !important;}
.mxw850m{max-width: 850px !important;}
.mxw900m{max-width: 900px !important;}
.mxw1000m{max-width: 1000px !important;}
}

@media(max-width:1200px){
.mxw0s{max-width: 0px !important;}
.mxw5s{max-width: 5px !important;}
.mxw10s{max-width: 10px !important;}
.mxw15s{max-width: 15px !important;}
.mxw20s{max-width: 20px !important;}
.mxw25s{max-width: 25px !important;}
.mxw30s{max-width: 30px !important;}
.mxw35s{max-width: 35px !important;}
.mxw40s{max-width: 40px !important;}
.mxw45s{max-width: 45px !important;}
.mxw50s{max-width: 50px !important;}
.mxw55s{max-width: 55px !important;}
.mxw60s{max-width: 60px !important;}
.mxw65s{max-width: 65px !important;}
.mxw70s{max-width: 70px !important;}
.mxw75s{max-width: 75px !important;}
.mxw80s{max-width: 80px !important;}
.mxw85s{max-width: 85px !important;}
.mxw90s{max-width: 90px !important;}
.mxw95s{max-width: 95px !important;}
.mxw100s{max-width: 100px !important;}
.mxw110s{max-width: 110px !important;}
.mxw120s{max-width: 120px !important;}
.mxw130s{max-width: 130px !important;}
.mxw140s{max-width: 140px !important;}
.mxw150s{max-width: 150px !important;}
.mxw160s{max-width: 160px !important;}
.mxw170s{max-width: 170px !important;}
.mxw180s{max-width: 180px !important;}
.mxw190s{max-width: 190px !important;}
.mxw200s{max-width: 200px !important;}
.mxw210s{max-width: 210px !important;}
.mxw220s{max-width: 220px !important;}
.mxw230s{max-width: 230px !important;}
.mxw240s{max-width: 240px !important;}
.mxw250s{max-width: 250px !important;}
.mxw260s{max-width: 260px !important;}
.mxw270s{max-width: 270px !important;}
.mxw280s{max-width: 280px !important;}
.mxw290s{max-width: 290px !important;}
.mxw300s{max-width: 300px !important;}
.mxw350s{max-width: 350px !important;}
.mxw400s{max-width: 400px !important;}
.mxw450s{max-width: 450px !important;}
.mxw500s{max-width: 500px !important;}
.mxw550s{max-width: 550px !important;}
.mxw600s{max-width: 600px !important;}
.mxw650s{max-width: 650px !important;}
.mxw700s{max-width: 700px !important;}
.mxw750s{max-width: 750px !important;}
.mxw800s{max-width: 800px !important;}
.mxw850s{max-width: 850px !important;}
.mxw900s{max-width: 900px !important;}
.mxw1000s{max-width: 1000px !important;}
}

@media(max-width:1000px){
.mxw0xs{max-width: 0px !important;}
.mxw5xs{max-width: 5px !important;}
.mxw10xs{max-width: 10px !important;}
.mxw15xs{max-width: 15px !important;}
.mxw20xs{max-width: 20px !important;}
.mxw25xs{max-width: 25px !important;}
.mxw30xs{max-width: 30px !important;}
.mxw35xs{max-width: 35px !important;}
.mxw40xs{max-width: 40px !important;}
.mxw45xs{max-width: 45px !important;}
.mxw50xs{max-width: 50px !important;}
.mxw55xs{max-width: 55px !important;}
.mxw60xs{max-width: 60px !important;}
.mxw65xs{max-width: 65px !important;}
.mxw70xs{max-width: 70px !important;}
.mxw75xs{max-width: 75px !important;}
.mxw80xs{max-width: 80px !important;}
.mxw85xs{max-width: 85px !important;}
.mxw90xs{max-width: 90px !important;}
.mxw95xs{max-width: 95px !important;}
.mxw100xs{max-width: 100px !important;}
.mxw110xs{max-width: 110px !important;}
.mxw120xs{max-width: 120px !important;}
.mxw130xs{max-width: 130px !important;}
.mxw140xs{max-width: 140px !important;}
.mxw150xs{max-width: 150px !important;}
.mxw160xs{max-width: 160px !important;}
.mxw170xs{max-width: 170px !important;}
.mxw180xs{max-width: 180px !important;}
.mxw190xs{max-width: 190px !important;}
.mxw200xs{max-width: 200px !important;}
.mxw210xs{max-width: 210px !important;}
.mxw220xs{max-width: 220px !important;}
.mxw230xs{max-width: 230px !important;}
.mxw240xs{max-width: 240px !important;}
.mxw250xs{max-width: 250px !important;}
.mxw260xs{max-width: 260px !important;}
.mxw270xs{max-width: 270px !important;}
.mxw280xs{max-width: 280px !important;}
.mxw290xs{max-width: 290px !important;}
.mxw300xs{max-width: 300px !important;}
.mxw350xs{max-width: 350px !important;}
.mxw400xs{max-width: 400px !important;}
.mxw450xs{max-width: 450px !important;}
.mxw500xs{max-width: 500px !important;}
.mxw550xs{max-width: 550px !important;}
.mxw600xs{max-width: 600px !important;}
.mxw650xs{max-width: 650px !important;}
.mxw700xs{max-width: 700px !important;}
.mxw750xs{max-width: 750px !important;}
.mxw800xs{max-width: 800px !important;}
.mxw850xs{max-width: 850px !important;}
.mxw900xs{max-width: 900px !important;}
.mxw1000xs{max-width: 1000px !important;}
}

@media(max-width:800px){
.mxw0ms{max-width: 0px !important;}
.mxw5ms{max-width: 5px !important;}
.mxw10ms{max-width: 10px !important;}
.mxw15ms{max-width: 15px !important;}
.mxw20ms{max-width: 20px !important;}
.mxw25ms{max-width: 25px !important;}
.mxw30ms{max-width: 30px !important;}
.mxw35ms{max-width: 35px !important;}
.mxw40ms{max-width: 40px !important;}
.mxw45ms{max-width: 45px !important;}
.mxw50ms{max-width: 50px !important;}
.mxw55ms{max-width: 55px !important;}
.mxw60ms{max-width: 60px !important;}
.mxw65ms{max-width: 65px !important;}
.mxw70ms{max-width: 70px !important;}
.mxw75ms{max-width: 75px !important;}
.mxw80ms{max-width: 80px !important;}
.mxw85ms{max-width: 85px !important;}
.mxw90ms{max-width: 90px !important;}
.mxw95ms{max-width: 95px !important;}
.mxw100ms{max-width: 100px !important;}
.mxw110ms{max-width: 110px !important;}
.mxw120ms{max-width: 120px !important;}
.mxw130ms{max-width: 130px !important;}
.mxw140ms{max-width: 140px !important;}
.mxw150ms{max-width: 150px !important;}
.mxw160ms{max-width: 160px !important;}
.mxw170ms{max-width: 170px !important;}
.mxw180ms{max-width: 180px !important;}
.mxw190ms{max-width: 190px !important;}
.mxw200ms{max-width: 200px !important;}
.mxw210ms{max-width: 210px !important;}
.mxw220ms{max-width: 220px !important;}
.mxw230ms{max-width: 230px !important;}
.mxw240ms{max-width: 240px !important;}
.mxw250ms{max-width: 250px !important;}
.mxw260ms{max-width: 260px !important;}
.mxw270ms{max-width: 270px !important;}
.mxw280ms{max-width: 280px !important;}
.mxw290ms{max-width: 290px !important;}
.mxw300ms{max-width: 300px !important;}
.mxw350ms{max-width: 350px !important;}
.mxw400ms{max-width: 400px !important;}
.mxw450ms{max-width: 450px !important;}
.mxw500ms{max-width: 500px !important;}
.mxw550ms{max-width: 550px !important;}
.mxw600ms{max-width: 600px !important;}
.mxw650ms{max-width: 650px !important;}
.mxw700ms{max-width: 700px !important;}
.mxw750ms{max-width: 750px !important;}
.mxw800ms{max-width: 800px !important;}
.mxw850ms{max-width: 850px !important;}
.mxw900ms{max-width: 900px !important;}
.mxw1000ms{max-width: 1000px !important;}
}

@media(max-width:600px){
.mxw0min{max-width: 0px !important;}
.mxw5min{max-width: 5px !important;}
.mxw10min{max-width: 10px !important;}
.mxw15min{max-width: 15px !important;}
.mxw20min{max-width: 20px !important;}
.mxw25min{max-width: 25px !important;}
.mxw30min{max-width: 30px !important;}
.mxw35min{max-width: 35px !important;}
.mxw40min{max-width: 40px !important;}
.mxw45min{max-width: 45px !important;}
.mxw50min{max-width: 50px !important;}
.mxw55min{max-width: 55px !important;}
.mxw60min{max-width: 60px !important;}
.mxw65min{max-width: 65px !important;}
.mxw70min{max-width: 70px !important;}
.mxw75min{max-width: 75px !important;}
.mxw80min{max-width: 80px !important;}
.mxw85min{max-width: 85px !important;}
.mxw90min{max-width: 90px !important;}
.mxw95min{max-width: 95px !important;}
.mxw100min{max-width: 100px !important;}
.mxw110min{max-width: 110px !important;}
.mxw120min{max-width: 120px !important;}
.mxw130min{max-width: 130px !important;}
.mxw140min{max-width: 140px !important;}
.mxw150min{max-width: 150px !important;}
.mxw160min{max-width: 160px !important;}
.mxw170min{max-width: 170px !important;}
.mxw180min{max-width: 180px !important;}
.mxw190min{max-width: 190px !important;}
.mxw200min{max-width: 200px !important;}
.mxw210min{max-width: 210px !important;}
.mxw220min{max-width: 220px !important;}
.mxw230min{max-width: 230px !important;}
.mxw240min{max-width: 240px !important;}
.mxw250min{max-width: 250px !important;}
.mxw260min{max-width: 260px !important;}
.mxw270min{max-width: 270px !important;}
.mxw280min{max-width: 280px !important;}
.mxw290min{max-width: 290px !important;}
.mxw300min{max-width: 300px !important;}
.mxw350min{max-width: 350px !important;}
.mxw400min{max-width: 400px !important;}
.mxw450min{max-width: 450px !important;}
.mxw500min{max-width: 500px !important;}
.mxw550min{max-width: 550px !important;}
.mxw600min{max-width: 600px !important;}
.mxw650min{max-width: 650px !important;}
.mxw700min{max-width: 700px !important;}
.mxw750min{max-width: 750px !important;}
.mxw800min{max-width: 800px !important;}
.mxw850min{max-width: 850px !important;}
.mxw900min{max-width: 900px !important;}
.mxw1000min{max-width: 1000px !important;}
}

@media(max-width:400px){
.mxw0mic{max-width: 0px !important;}
.mxw5mic{max-width: 5px !important;}
.mxw10mic{max-width: 10px !important;}
.mxw15mic{max-width: 15px !important;}
.mxw20mic{max-width: 20px !important;}
.mxw25mic{max-width: 25px !important;}
.mxw30mic{max-width: 30px !important;}
.mxw35mic{max-width: 35px !important;}
.mxw40mic{max-width: 40px !important;}
.mxw45mic{max-width: 45px !important;}
.mxw50mic{max-width: 50px !important;}
.mxw55mic{max-width: 55px !important;}
.mxw60mic{max-width: 60px !important;}
.mxw65mic{max-width: 65px !important;}
.mxw70mic{max-width: 70px !important;}
.mxw75mic{max-width: 75px !important;}
.mxw80mic{max-width: 80px !important;}
.mxw85mic{max-width: 85px !important;}
.mxw90mic{max-width: 90px !important;}
.mxw95mic{max-width: 95px !important;}
.mxw100mic{max-width: 100px !important;}
.mxw110mic{max-width: 110px !important;}
.mxw120mic{max-width: 120px !important;}
.mxw130mic{max-width: 130px !important;}
.mxw140mic{max-width: 140px !important;}
.mxw150mic{max-width: 150px !important;}
.mxw160mic{max-width: 160px !important;}
.mxw170mic{max-width: 170px !important;}
.mxw180mic{max-width: 180px !important;}
.mxw190mic{max-width: 190px !important;}
.mxw200mic{max-width: 200px !important;}
.mxw210mic{max-width: 210px !important;}
.mxw220mic{max-width: 220px !important;}
.mxw230mic{max-width: 230px !important;}
.mxw240mic{max-width: 240px !important;}
.mxw250mic{max-width: 250px !important;}
.mxw260mic{max-width: 260px !important;}
.mxw270mic{max-width: 270px !important;}
.mxw280mic{max-width: 280px !important;}
.mxw290mic{max-width: 290px !important;}
.mxw300mic{max-width: 300px !important;}
.mxw350mic{max-width: 350px !important;}
.mxw400mic{max-width: 400px !important;}
.mxw450mic{max-width: 450px !important;}
.mxw500mic{max-width: 500px !important;}
.mxw550mic{max-width: 550px !important;}
.mxw600mic{max-width: 600px !important;}
.mxw650mic{max-width: 650px !important;}
.mxw700mic{max-width: 700px !important;}
.mxw750mic{max-width: 750px !important;}
.mxw800mic{max-width: 800px !important;}
.mxw850mic{max-width: 850px !important;}
.mxw900mic{max-width: 900px !important;}
.mxw1000mic{max-width: 1000px !important;}
}

.mnw0{min-width: 0px !important;}
.mnw5{min-width: 5px !important;}
.mnw10{min-width: 10px !important;}
.mnw15{min-width: 15px !important;}
.mnw20{min-width: 20px !important;}
.mnw25{min-width: 25px !important;}
.mnw30{min-width: 30px !important;}
.mnw35{min-width: 35px !important;}
.mnw40{min-width: 40px !important;}
.mnw45{min-width: 45px !important;}
.mnw50{min-width: 50px !important;}
.mnw55{min-width: 55px !important;}
.mnw60{min-width: 60px !important;}
.mnw65{min-width: 65px !important;}
.mnw70{min-width: 70px !important;}
.mnw75{min-width: 75px !important;}
.mnw80{min-width: 80px !important;}
.mnw85{min-width: 85px !important;}
.mnw90{min-width: 90px !important;}
.mnw95{min-width: 95px !important;}
.mnw100{min-width: 100px !important;}
.mnw110{min-width: 110px !important;}
.mnw120{min-width: 120px !important;}
.mnw130{min-width: 130px !important;}
.mnw140{min-width: 140px !important;}
.mnw150{min-width: 150px !important;}
.mnw160{min-width: 160px !important;}
.mnw170{min-width: 170px !important;}
.mnw180{min-width: 180px !important;}
.mnw190{min-width: 190px !important;}
.mnw200{min-width: 200px !important;}
.mnw210{min-width: 210px !important;}
.mnw220{min-width: 220px !important;}
.mnw230{min-width: 230px !important;}
.mnw240{min-width: 240px !important;}
.mnw250{min-width: 250px !important;}
.mnw260{min-width: 260px !important;}
.mnw270{min-width: 270px !important;}
.mnw280{min-width: 280px !important;}
.mnw290{min-width: 290px !important;}
.mnw300{min-width: 300px !important;}
.mnw350{min-width: 350px !important;}
.mnw400{min-width: 400px !important;}
.mnw450{min-width: 450px !important;}
.mnw500{min-width: 500px !important;}
.mnw550{min-width: 550px !important;}
.mnw600{min-width: 600px !important;}
.mnw650{min-width: 650px !important;}
.mnw700{min-width: 700px !important;}
.mnw750{min-width: 750px !important;}
.mnw800{min-width: 800px !important;}
.mnw850{min-width: 850px !important;}
.mnw900{min-width: 900px !important;}
.mnw1000{min-width: 1000px !important;}

@media(max-width: 1600px){
.mnw0xl{min-width: 0px !important;}
.mnw5xl{min-width: 5px !important;}
.mnw10xl{min-width: 10px !important;}
.mnw15xl{min-width: 15px !important;}
.mnw20xl{min-width: 20px !important;}
.mnw25xl{min-width: 25px !important;}
.mnw30xl{min-width: 30px !important;}
.mnw35xl{min-width: 35px !important;}
.mnw40xl{min-width: 40px !important;}
.mnw45xl{min-width: 45px !important;}
.mnw50xl{min-width: 50px !important;}
.mnw55xl{min-width: 55px !important;}
.mnw60xl{min-width: 60px !important;}
.mnw65xl{min-width: 65px !important;}
.mnw70xl{min-width: 70px !important;}
.mnw75xl{min-width: 75px !important;}
.mnw80xl{min-width: 80px !important;}
.mnw85xl{min-width: 85px !important;}
.mnw90xl{min-width: 90px !important;}
.mnw95xl{min-width: 95px !important;}
.mnw100xl{min-width: 100px !important;}
.mnw110xl{min-width: 110px !important;}
.mnw120xl{min-width: 120px !important;}
.mnw130xl{min-width: 130px !important;}
.mnw140xl{min-width: 140px !important;}
.mnw150xl{min-width: 150px !important;}
.mnw160xl{min-width: 160px !important;}
.mnw170xl{min-width: 170px !important;}
.mnw180xl{min-width: 180px !important;}
.mnw190xl{min-width: 190px !important;}
.mnw200xl{min-width: 200px !important;}
.mnw210xl{min-width: 210px !important;}
.mnw220xl{min-width: 220px !important;}
.mnw230xl{min-width: 230px !important;}
.mnw240xl{min-width: 240px !important;}
.mnw250xl{min-width: 250px !important;}
.mnw260xl{min-width: 260px !important;}
.mnw270xl{min-width: 270px !important;}
.mnw280xl{min-width: 280px !important;}
.mnw290xl{min-width: 290px !important;}
.mnw300xl{min-width: 300px !important;}
.mnw350xl{min-width: 350px !important;}
.mnw400xl{min-width: 400px !important;}
.mnw450xl{min-width: 450px !important;}
.mnw500xl{min-width: 500px !important;}
.mnw550xl{min-width: 550px !important;}
.mnw600xl{min-width: 600px !important;}
.mnw650xl{min-width: 650px !important;}
.mnw700xl{min-width: 700px !important;}
.mnw750xl{min-width: 750px !important;}
.mnw800xl{min-width: 800px !important;}
.mnw850xl{min-width: 850px !important;}
.mnw900xl{min-width: 900px !important;}
.mnw1000xl{min-width: 1000px !important;}
}

@media(max-width:1380px){
.mnw0m{min-width: 0px !important;}
.mnw5m{min-width: 5px !important;}
.mnw10m{min-width: 10px !important;}
.mnw15m{min-width: 15px !important;}
.mnw20m{min-width: 20px !important;}
.mnw25m{min-width: 25px !important;}
.mnw30m{min-width: 30px !important;}
.mnw35m{min-width: 35px !important;}
.mnw40m{min-width: 40px !important;}
.mnw45m{min-width: 45px !important;}
.mnw50m{min-width: 50px !important;}
.mnw55m{min-width: 55px !important;}
.mnw60m{min-width: 60px !important;}
.mnw65m{min-width: 65px !important;}
.mnw70m{min-width: 70px !important;}
.mnw75m{min-width: 75px !important;}
.mnw80m{min-width: 80px !important;}
.mnw85m{min-width: 85px !important;}
.mnw90m{min-width: 90px !important;}
.mnw95m{min-width: 95px !important;}
.mnw100m{min-width: 100px !important;}
.mnw110m{min-width: 110px !important;}
.mnw120m{min-width: 120px !important;}
.mnw130m{min-width: 130px !important;}
.mnw140m{min-width: 140px !important;}
.mnw150m{min-width: 150px !important;}
.mnw160m{min-width: 160px !important;}
.mnw170m{min-width: 170px !important;}
.mnw180m{min-width: 180px !important;}
.mnw190m{min-width: 190px !important;}
.mnw200m{min-width: 200px !important;}
.mnw210m{min-width: 210px !important;}
.mnw220m{min-width: 220px !important;}
.mnw230m{min-width: 230px !important;}
.mnw240m{min-width: 240px !important;}
.mnw250m{min-width: 250px !important;}
.mnw260m{min-width: 260px !important;}
.mnw270m{min-width: 270px !important;}
.mnw280m{min-width: 280px !important;}
.mnw290m{min-width: 290px !important;}
.mnw300m{min-width: 300px !important;}
.mnw350m{min-width: 350px !important;}
.mnw400m{min-width: 400px !important;}
.mnw450m{min-width: 450px !important;}
.mnw500m{min-width: 500px !important;}
.mnw550m{min-width: 550px !important;}
.mnw600m{min-width: 600px !important;}
.mnw650m{min-width: 650px !important;}
.mnw700m{min-width: 700px !important;}
.mnw750m{min-width: 750px !important;}
.mnw800m{min-width: 800px !important;}
.mnw850m{min-width: 850px !important;}
.mnw900m{min-width: 900px !important;}
.mnw1000m{min-width: 1000px !important;}
}

@media(max-width:1200px){
.mnw0s{min-width: 0px !important;}
.mnw5s{min-width: 5px !important;}
.mnw10s{min-width: 10px !important;}
.mnw15s{min-width: 15px !important;}
.mnw20s{min-width: 20px !important;}
.mnw25s{min-width: 25px !important;}
.mnw30s{min-width: 30px !important;}
.mnw35s{min-width: 35px !important;}
.mnw40s{min-width: 40px !important;}
.mnw45s{min-width: 45px !important;}
.mnw50s{min-width: 50px !important;}
.mnw55s{min-width: 55px !important;}
.mnw60s{min-width: 60px !important;}
.mnw65s{min-width: 65px !important;}
.mnw70s{min-width: 70px !important;}
.mnw75s{min-width: 75px !important;}
.mnw80s{min-width: 80px !important;}
.mnw85s{min-width: 85px !important;}
.mnw90s{min-width: 90px !important;}
.mnw95s{min-width: 95px !important;}
.mnw100s{min-width: 100px !important;}
.mnw110s{min-width: 110px !important;}
.mnw120s{min-width: 120px !important;}
.mnw130s{min-width: 130px !important;}
.mnw140s{min-width: 140px !important;}
.mnw150s{min-width: 150px !important;}
.mnw160s{min-width: 160px !important;}
.mnw170s{min-width: 170px !important;}
.mnw180s{min-width: 180px !important;}
.mnw190s{min-width: 190px !important;}
.mnw200s{min-width: 200px !important;}
.mnw210s{min-width: 210px !important;}
.mnw220s{min-width: 220px !important;}
.mnw230s{min-width: 230px !important;}
.mnw240s{min-width: 240px !important;}
.mnw250s{min-width: 250px !important;}
.mnw260s{min-width: 260px !important;}
.mnw270s{min-width: 270px !important;}
.mnw280s{min-width: 280px !important;}
.mnw290s{min-width: 290px !important;}
.mnw300s{min-width: 300px !important;}
.mnw350s{min-width: 350px !important;}
.mnw400s{min-width: 400px !important;}
.mnw450s{min-width: 450px !important;}
.mnw500s{min-width: 500px !important;}
.mnw550s{min-width: 550px !important;}
.mnw600s{min-width: 600px !important;}
.mnw650s{min-width: 650px !important;}
.mnw700s{min-width: 700px !important;}
.mnw750s{min-width: 750px !important;}
.mnw800s{min-width: 800px !important;}
.mnw850s{min-width: 850px !important;}
.mnw900s{min-width: 900px !important;}
.mnw1000s{min-width: 1000px !important;}
}

@media(max-width:1000px){
.mnw0xs{min-width: 0px !important;}
.mnw5xs{min-width: 5px !important;}
.mnw10xs{min-width: 10px !important;}
.mnw15xs{min-width: 15px !important;}
.mnw20xs{min-width: 20px !important;}
.mnw25xs{min-width: 25px !important;}
.mnw30xs{min-width: 30px !important;}
.mnw35xs{min-width: 35px !important;}
.mnw40xs{min-width: 40px !important;}
.mnw45xs{min-width: 45px !important;}
.mnw50xs{min-width: 50px !important;}
.mnw55xs{min-width: 55px !important;}
.mnw60xs{min-width: 60px !important;}
.mnw65xs{min-width: 65px !important;}
.mnw70xs{min-width: 70px !important;}
.mnw75xs{min-width: 75px !important;}
.mnw80xs{min-width: 80px !important;}
.mnw85xs{min-width: 85px !important;}
.mnw90xs{min-width: 90px !important;}
.mnw95xs{min-width: 95px !important;}
.mnw100xs{min-width: 100px !important;}
.mnw110xs{min-width: 110px !important;}
.mnw120xs{min-width: 120px !important;}
.mnw130xs{min-width: 130px !important;}
.mnw140xs{min-width: 140px !important;}
.mnw150xs{min-width: 150px !important;}
.mnw160xs{min-width: 160px !important;}
.mnw170xs{min-width: 170px !important;}
.mnw180xs{min-width: 180px !important;}
.mnw190xs{min-width: 190px !important;}
.mnw200xs{min-width: 200px !important;}
.mnw210xs{min-width: 210px !important;}
.mnw220xs{min-width: 220px !important;}
.mnw230xs{min-width: 230px !important;}
.mnw240xs{min-width: 240px !important;}
.mnw250xs{min-width: 250px !important;}
.mnw260xs{min-width: 260px !important;}
.mnw270xs{min-width: 270px !important;}
.mnw280xs{min-width: 280px !important;}
.mnw290xs{min-width: 290px !important;}
.mnw300xs{min-width: 300px !important;}
.mnw350xs{min-width: 350px !important;}
.mnw400xs{min-width: 400px !important;}
.mnw450xs{min-width: 450px !important;}
.mnw500xs{min-width: 500px !important;}
.mnw550xs{min-width: 550px !important;}
.mnw600xs{min-width: 600px !important;}
.mnw650xs{min-width: 650px !important;}
.mnw700xs{min-width: 700px !important;}
.mnw750xs{min-width: 750px !important;}
.mnw800xs{min-width: 800px !important;}
.mnw850xs{min-width: 850px !important;}
.mnw900xs{min-width: 900px !important;}
.mnw1000xs{min-width: 1000px !important;}
}

@media(max-width:800px){
.mnw0ms{min-width: 0px !important;}
.mnw5ms{min-width: 5px !important;}
.mnw10ms{min-width: 10px !important;}
.mnw15ms{min-width: 15px !important;}
.mnw20ms{min-width: 20px !important;}
.mnw25ms{min-width: 25px !important;}
.mnw30ms{min-width: 30px !important;}
.mnw35ms{min-width: 35px !important;}
.mnw40ms{min-width: 40px !important;}
.mnw45ms{min-width: 45px !important;}
.mnw50ms{min-width: 50px !important;}
.mnw55ms{min-width: 55px !important;}
.mnw60ms{min-width: 60px !important;}
.mnw65ms{min-width: 65px !important;}
.mnw70ms{min-width: 70px !important;}
.mnw75ms{min-width: 75px !important;}
.mnw80ms{min-width: 80px !important;}
.mnw85ms{min-width: 85px !important;}
.mnw90ms{min-width: 90px !important;}
.mnw95ms{min-width: 95px !important;}
.mnw100ms{min-width: 100px !important;}
.mnw110ms{min-width: 110px !important;}
.mnw120ms{min-width: 120px !important;}
.mnw130ms{min-width: 130px !important;}
.mnw140ms{min-width: 140px !important;}
.mnw150ms{min-width: 150px !important;}
.mnw160ms{min-width: 160px !important;}
.mnw170ms{min-width: 170px !important;}
.mnw180ms{min-width: 180px !important;}
.mnw190ms{min-width: 190px !important;}
.mnw200ms{min-width: 200px !important;}
.mnw210ms{min-width: 210px !important;}
.mnw220ms{min-width: 220px !important;}
.mnw230ms{min-width: 230px !important;}
.mnw240ms{min-width: 240px !important;}
.mnw250ms{min-width: 250px !important;}
.mnw260ms{min-width: 260px !important;}
.mnw270ms{min-width: 270px !important;}
.mnw280ms{min-width: 280px !important;}
.mnw290ms{min-width: 290px !important;}
.mnw300ms{min-width: 300px !important;}
.mnw350ms{min-width: 350px !important;}
.mnw400ms{min-width: 400px !important;}
.mnw450ms{min-width: 450px !important;}
.mnw500ms{min-width: 500px !important;}
.mnw550ms{min-width: 550px !important;}
.mnw600ms{min-width: 600px !important;}
.mnw650ms{min-width: 650px !important;}
.mnw700ms{min-width: 700px !important;}
.mnw750ms{min-width: 750px !important;}
.mnw800ms{min-width: 800px !important;}
.mnw850ms{min-width: 850px !important;}
.mnw900ms{min-width: 900px !important;}
.mnw1000ms{min-width: 1000px !important;}
}

@media(max-width:600px){
.mnw0min{min-width: 0px !important;}
.mnw5min{min-width: 5px !important;}
.mnw10min{min-width: 10px !important;}
.mnw15min{min-width: 15px !important;}
.mnw20min{min-width: 20px !important;}
.mnw25min{min-width: 25px !important;}
.mnw30min{min-width: 30px !important;}
.mnw35min{min-width: 35px !important;}
.mnw40min{min-width: 40px !important;}
.mnw45min{min-width: 45px !important;}
.mnw50min{min-width: 50px !important;}
.mnw55min{min-width: 55px !important;}
.mnw60min{min-width: 60px !important;}
.mnw65min{min-width: 65px !important;}
.mnw70min{min-width: 70px !important;}
.mnw75min{min-width: 75px !important;}
.mnw80min{min-width: 80px !important;}
.mnw85min{min-width: 85px !important;}
.mnw90min{min-width: 90px !important;}
.mnw95min{min-width: 95px !important;}
.mnw100min{min-width: 100px !important;}
.mnw110min{min-width: 110px !important;}
.mnw120min{min-width: 120px !important;}
.mnw130min{min-width: 130px !important;}
.mnw140min{min-width: 140px !important;}
.mnw150min{min-width: 150px !important;}
.mnw160min{min-width: 160px !important;}
.mnw170min{min-width: 170px !important;}
.mnw180min{min-width: 180px !important;}
.mnw190min{min-width: 190px !important;}
.mnw200min{min-width: 200px !important;}
.mnw210min{min-width: 210px !important;}
.mnw220min{min-width: 220px !important;}
.mnw230min{min-width: 230px !important;}
.mnw240min{min-width: 240px !important;}
.mnw250min{min-width: 250px !important;}
.mnw260min{min-width: 260px !important;}
.mnw270min{min-width: 270px !important;}
.mnw280min{min-width: 280px !important;}
.mnw290min{min-width: 290px !important;}
.mnw300min{min-width: 300px !important;}
.mnw350min{min-width: 350px !important;}
.mnw400min{min-width: 400px !important;}
.mnw450min{min-width: 450px !important;}
.mnw500min{min-width: 500px !important;}
.mnw550min{min-width: 550px !important;}
.mnw600min{min-width: 600px !important;}
.mnw650min{min-width: 650px !important;}
.mnw700min{min-width: 700px !important;}
.mnw750min{min-width: 750px !important;}
.mnw800min{min-width: 800px !important;}
.mnw850min{min-width: 850px !important;}
.mnw900min{min-width: 900px !important;}
.mnw1000min{min-width: 1000px !important;}
}

@media(max-width:400px){
.mnw0mic{min-width: 0px !important;}
.mnw5mic{min-width: 5px !important;}
.mnw10mic{min-width: 10px !important;}
.mnw15mic{min-width: 15px !important;}
.mnw20mic{min-width: 20px !important;}
.mnw25mic{min-width: 25px !important;}
.mnw30mic{min-width: 30px !important;}
.mnw35mic{min-width: 35px !important;}
.mnw40mic{min-width: 40px !important;}
.mnw45mic{min-width: 45px !important;}
.mnw50mic{min-width: 50px !important;}
.mnw55mic{min-width: 55px !important;}
.mnw60mic{min-width: 60px !important;}
.mnw65mic{min-width: 65px !important;}
.mnw70mic{min-width: 70px !important;}
.mnw75mic{min-width: 75px !important;}
.mnw80mic{min-width: 80px !important;}
.mnw85mic{min-width: 85px !important;}
.mnw90mic{min-width: 90px !important;}
.mnw95mic{min-width: 95px !important;}
.mnw100mic{min-width: 100px !important;}
.mnw110mic{min-width: 110px !important;}
.mnw120mic{min-width: 120px !important;}
.mnw130mic{min-width: 130px !important;}
.mnw140mic{min-width: 140px !important;}
.mnw150mic{min-width: 150px !important;}
.mnw160mic{min-width: 160px !important;}
.mnw170mic{min-width: 170px !important;}
.mnw180mic{min-width: 180px !important;}
.mnw190mic{min-width: 190px !important;}
.mnw200mic{min-width: 200px !important;}
.mnw210mic{min-width: 210px !important;}
.mnw220mic{min-width: 220px !important;}
.mnw230mic{min-width: 230px !important;}
.mnw240mic{min-width: 240px !important;}
.mnw250mic{min-width: 250px !important;}
.mnw260mic{min-width: 260px !important;}
.mnw270mic{min-width: 270px !important;}
.mnw280mic{min-width: 280px !important;}
.mnw290mic{min-width: 290px !important;}
.mnw300mic{min-width: 300px !important;}
.mnw350mic{min-width: 350px !important;}
.mnw400mic{min-width: 400px !important;}
.mnw450mic{min-width: 450px !important;}
.mnw500mic{min-width: 500px !important;}
.mnw550mic{min-width: 550px !important;}
.mnw600mic{min-width: 600px !important;}
.mnw650mic{min-width: 650px !important;}
.mnw700mic{min-width: 700px !important;}
.mnw750mic{min-width: 750px !important;}
.mnw800mic{min-width: 800px !important;}
.mnw850mic{min-width: 850px !important;}
.mnw900mic{min-width: 900px !important;}
.mnw1000mic{min-width: 1000px !important;}
}

.wauto{width: auto !important}
.w100p{wipth:100% !important}

@media(max-width: 1600px){
.wautoxl{width: auto !important}
.w100pxl{wipth:100% !important}
}

@media(max-width:1380px){
.wautom{width: auto !important}
.w100pm{wipth:100% !important}
}

@media(max-width:1200px){
.wautos{width: auto !important}
.w100ps{wipth:100% !important}
}

@media(max-width:1000px){
.wautoxs{width: auto !important}
.w100pxs{wipth:100% !important}
}

@media(max-width:800px){
.wautoms{width: auto !important}
.w100pms{wipth:100% !important}
}

@media(max-width:600px){
.wautomin{width: auto !important}
.w100pmin{wipth:100% !important}
}

@media(max-width:400px){
.wautomic{width: auto !important}
.w100pmic{wipth:100% !important}
}

.vw5{width: 5%; max-width:5% }
.vw10{width: 10%; max-width:10% }
.vw15{width: 15%; max-width:15% }
.vw20{width: 20%; max-width:20% }
.vw25{width: 25%; max-width:25% }
.vw30{width: 30%; max-width:30% }
.vw33{width: 33%; max-width:33% }
.vw35{width: 35%; max-width:35% }
.vw40{width: 40%; max-width:40% }
.vw45{width: 45%; max-width:45% }
.vw50{width: 50%; max-width:50% }
.vw55{width: 55%; max-width:55% }
.vw60{width: 60%; max-width:60% }
.vw65{width: 65%; max-width:65% }
.vw66{width: 66%; max-width:66% }
.vw70{width: 70%; max-width:70% }
.vw75{width: 75%; max-width:75% }
.vw80{width: 80%; max-width:80% }
.vw85{width: 85%; max-width:85% }
.vw90{width: 90%; max-width:90% }
.vw100{width: 100%; max-width:100% }

@media(max-width: 1600px){
.vw5xl{width: 5%; max-width:5% }
.vw10xl{width: 10%; max-width:10% }
.vw15xl{width: 15%; max-width:15% }
.vw20xl{width: 20%; max-width:20% }
.vw25xl{width: 25%; max-width:25% }
.vw30xl{width: 30%; max-width:30% }
.vw33xl{width: 33%; max-width:33% }
.vw35xl{width: 35%; max-width:35% }
.vw40xl{width: 40%; max-width:40% }
.vw45xl{width: 45%; max-width:45% }
.vw50xl{width: 50%; max-width:50% }
.vw55xl{width: 55%; max-width:55% }
.vw60xl{width: 60%; max-width:60% }
.vw65xl{width: 65%; max-width:65% }
.vw66xl{width: 66%; max-width:66% }
.vw70xl{width: 70%; max-width:70% }
.vw75xl{width: 75%; max-width:75% }
.vw80xl{width: 80%; max-width:80% }
.vw85xl{width: 85%; max-width:85% }
.vw90xl{width: 90%; max-width:90% }
.vw100xl{width: 100%; max-width:100% }
}

@media(max-width:1380px){
.vw5m{width: 5%; max-width:5% }
.vw10m{width: 10%; max-width:10% }
.vw15m{width: 15%; max-width:15% }
.vw20m{width: 20%; max-width:20% }
.vw25m{width: 25%; max-width:25% }
.vw30m{width: 30%; max-width:30% }
.vw33m{width: 33%; max-width:33% }
.vw35m{width: 35%; max-width:35% }
.vw40m{width: 40%; max-width:40% }
.vw45m{width: 45%; max-width:45% }
.vw50m{width: 50%; max-width:50% }
.vw55m{width: 55%; max-width:55% }
.vw60m{width: 60%; max-width:60% }
.vw65m{width: 65%; max-width:65% }
.vw66m{width: 66%; max-width:66% }
.vw70m{width: 70%; max-width:70% }
.vw75m{width: 75%; max-width:75% }
.vw80m{width: 80%; max-width:80% }
.vw85m{width: 85%; max-width:85% }
.vw90m{width: 90%; max-width:90% }
.vw100m{width: 100%; max-width:100% }
}

@media(max-width:1200px){
.vw5s{width: 5%; max-width:5% }
.vw10s{width: 10%; max-width:10% }
.vw15s{width: 15%; max-width:15% }
.vw20s{width: 20%; max-width:20% }
.vw25s{width: 25%; max-width:25% }
.vw30s{width: 30%; max-width:30% }
.vw33s{width: 33%; max-width:33% }
.vw35s{width: 35%; max-width:35% }
.vw40s{width: 40%; max-width:40% }
.vw45s{width: 45%; max-width:45% }
.vw50s{width: 50%; max-width:50% }
.vw55s{width: 55%; max-width:55% }
.vw60s{width: 60%; max-width:60% }
.vw65s{width: 65%; max-width:65% }
.vw66s{width: 66%; max-width:66% }
.vw70s{width: 70%; max-width:70% }
.vw75s{width: 75%; max-width:75% }
.vw80s{width: 80%; max-width:80% }
.vw85s{width: 85%; max-width:85% }
.vw90s{width: 90%; max-width:90% }
.vw100s{width: 100%; max-width:100% }
}

@media(max-width:1000px){
.vw5xs{width: 5%; max-width:5% }
.vw10xs{width: 10%; max-width:10% }
.vw15xs{width: 15%; max-width:15% }
.vw20xs{width: 20%; max-width:20% }
.vw25xs{width: 25%; max-width:25% }
.vw30xs{width: 30%; max-width:30% }
.vw33xs{width: 33%; max-width:33% }
.vw35xs{width: 35%; max-width:35% }
.vw40xs{width: 40%; max-width:40% }
.vw45xs{width: 45%; max-width:45% }
.vw50xs{width: 50%; max-width:50% }
.vw55xs{width: 55%; max-width:55% }
.vw60xs{width: 60%; max-width:60% }
.vw65xs{width: 65%; max-width:65% }
.vw66xs{width: 66%; max-width:66% }
.vw70xs{width: 70%; max-width:70% }
.vw75xs{width: 75%; max-width:75% }
.vw80xs{width: 80%; max-width:80% }
.vw85xs{width: 85%; max-width:85% }
.vw90xs{width: 90%; max-width:90% }
.vw100xs{width: 100%; max-width:100% }
}

@media(max-width:800px){
.vw5ms{width: 5%; max-width:5% }
.vw10ms{width: 10%; max-width:10% }
.vw15ms{width: 15%; max-width:15% }
.vw20ms{width: 20%; max-width:20% }
.vw25ms{width: 25%; max-width:25% }
.vw30ms{width: 30%; max-width:30% }
.vw33ms{width: 33%; max-width:33% }
.vw35ms{width: 35%; max-width:35% }
.vw40ms{width: 40%; max-width:40% }
.vw45ms{width: 45%; max-width:45% }
.vw50ms{width: 50%; max-width:50% }
.vw55ms{width: 55%; max-width:55% }
.vw60ms{width: 60%; max-width:60% }
.vw65ms{width: 65%; max-width:65% }
.vw66ms{width: 66%; max-width:66% }
.vw70ms{width: 70%; max-width:70% }
.vw75ms{width: 75%; max-width:75% }
.vw80ms{width: 80%; max-width:80% }
.vw85ms{width: 85%; max-width:85% }
.vw90ms{width: 90%; max-width:90% }
.vw100ms{width: 100%; max-width:100% }
}

@media(max-width:600px){
.vw5min{width: 5%; max-width:5% }
.vw10min{width: 10%; max-width:10% }
.vw15min{width: 15%; max-width:15% }
.vw20min{width: 20%; max-width:20% }
.vw25min{width: 25%; max-width:25% }
.vw30min{width: 30%; max-width:30% }
.vw33min{width: 33%; max-width:33% }
.vw35min{width: 35%; max-width:35% }
.vw40min{width: 40%; max-width:40% }
.vw45min{width: 45%; max-width:45% }
.vw50min{width: 50%; max-width:50% }
.vw55min{width: 55%; max-width:55% }
.vw60min{width: 60%; max-width:60% }
.vw65min{width: 65%; max-width:65% }
.vw66min{width: 66%; max-width:66% }
.vw70min{width: 70%; max-width:70% }
.vw75min{width: 75%; max-width:75% }
.vw80min{width: 80%; max-width:80% }
.vw85min{width: 85%; max-width:85% }
.vw90min{width: 90%; max-width:90% }
.vw100min{width: 100%; max-width:100% }
}

@media(max-width:400px){
.vw5mic{width: 5%; max-width:5% }
.vw10mic{width: 10%; max-width:10% }
.vw15mic{width: 15%; max-width:15% }
.vw20mic{width: 20%; max-width:20% }
.vw25mic{width: 25%; max-width:25% }
.vw30mic{width: 30%; max-width:30% }
.vw33mic{width: 33%; max-width:33% }
.vw35mic{width: 35%; max-width:35% }
.vw40mic{width: 40%; max-width:40% }
.vw45mic{width: 45%; max-width:45% }
.vw50mic{width: 50%; max-width:50% }
.vw55mic{width: 55%; max-width:55% }
.vw60mic{width: 60%; max-width:60% }
.vw65mic{width: 65%; max-width:65% }
.vw66mic{width: 66%; max-width:66% }
.vw70mic{width: 70%; max-width:70% }
.vw75mic{width: 75%; max-width:75% }
.vw80mic{width: 80%; max-width:80% }
.vw85mic{width: 85%; max-width:85% }
.vw90mic{width: 90%; max-width:90% }
.vw100mic{width: 100%; max-width:100% }
}

/* HEIGHT*/

/*

height 100%

h height px
mnh min-height px
mxh max-height px
vh height vh
mh100p max-height 100%

*/

/* height*/
.h0{height: 0px !important; }
.h5{height: 5px !important; }
.h10{height: 10px !important; }
.h15{height: 15px !important; }
.h20{height: 20px !important; }
.h25{height: 25px !important; }
.h30{height: 30px !important; }
.h35{height: 35px !important; }
.h40{height: 40px !important; }
.h45{height: 45px !important; }
.h50{height: 50px !important; }
.h55{height: 55px !important; }
.h60{height: 60px !important; }
.h65{height: 65px !important; }
.h70{height: 70px !important; }
.h75{height: 75px !important; }
.h80{height: 80px !important; }
.h85{height: 85px !important; }
.h90{height: 90px !important; }
.h95{height: 95px !important; }
.h100{height: 100px !important; }
.h110{height: 110px !important; }
.h120{height: 120px !important; }
.h130{height: 130px !important; }
.h140{height: 140px !important; }
.h150{height: 150px !important; }
.h160{height: 160px !important; }
.h170{height: 170px !important; }
.h180{height: 180px !important; }
.h190{height: 190px !important; }
.h200{height: 200px !important; }
.h210{height: 210px !important; }
.h220{height: 220px !important; }
.h230{height: 230px !important; }
.h240{height: 240px !important; }
.h250{height: 250px !important; }
.h260{height: 260px !important; }
.h270{height: 270px !important; }
.h280{height: 280px !important; }
.h290{height: 290px !important; }
.h300{height: 300px !important; }
.h350{height: 350px !important; }
.h400{height: 400px !important; }
.h450{height: 450px !important; }
.h500{height: 500px !important; }
.h550{height: 550px !important; }
.h600{height: 600px !important; }
.h650{height: 650px !important; }
.h700{height: 700px !important; }
.h750{height: 750px !important; }
.h800{height: 800px !important; }
.h850{height: 850px !important; }
.h900{height: 900px !important; }
.h1000{height: 1000px !important; }

@media(max-width: 1600px){
.h0xl{height: 0px !important; }
.h5xl{height: 5px !important; }
.h10xl{height: 10px !important; }
.h15xl{height: 15px !important; }
.h20xl{height: 20px !important; }
.h25xl{height: 25px !important; }
.h30xl{height: 30px !important; }
.h35xl{height: 35px !important; }
.h40xl{height: 40px !important; }
.h45xl{height: 45px !important; }
.h50xl{height: 50px !important; }
.h55xl{height: 55px !important; }
.h60xl{height: 60px !important; }
.h65xl{height: 65px !important; }
.h70xl{height: 70px !important; }
.h75xl{height: 75px !important; }
.h80xl{height: 80px !important; }
.h85xl{height: 85px !important; }
.h90xl{height: 90px !important; }
.h95xl{height: 95px !important; }
.h100xl{height: 100px !important; }
.h110xl{height: 110px !important; }
.h120xl{height: 120px !important; }
.h130xl{height: 130px !important; }
.h140xl{height: 140px !important; }
.h150xl{height: 150px !important; }
.h160xl{height: 160px !important; }
.h170xl{height: 170px !important; }
.h180xl{height: 180px !important; }
.h190xl{height: 190px !important; }
.h200xl{height: 200px !important; }
.h210xl{height: 210px !important; }
.h220xl{height: 220px !important; }
.h230xl{height: 230px !important; }
.h240xl{height: 240px !important; }
.h250xl{height: 250px !important; }
.h260xl{height: 260px !important; }
.h270xl{height: 270px !important; }
.h280xl{height: 280px !important; }
.h290xl{height: 290px !important; }
.h300xl{height: 300px !important; }
.h350xl{height: 350px !important; }
.h400xl{height: 400px !important; }
.h450xl{height: 450px !important; }
.h500xl{height: 500px !important; }
.h550xl{height: 550px !important; }
.h600xl{height: 600px !important; }
.h650xl{height: 650px !important; }
.h700xl{height: 700px !important; }
.h750xl{height: 750px !important; }
.h800xl{height: 800px !important; }
.h850xl{height: 850px !important; }
.h900xl{height: 900px !important; }
.h1000xl{height: 1000px !important; }
}

@media(max-width:1380px){
.h0m{height: 0px !important; }
.h5m{height: 5px !important; }
.h10m{height: 10px !important; }
.h15m{height: 15px !important; }
.h20m{height: 20px !important; }
.h25m{height: 25px !important; }
.h30m{height: 30px !important; }
.h35m{height: 35px !important; }
.h40m{height: 40px !important; }
.h45m{height: 45px !important; }
.h50m{height: 50px !important; }
.h55m{height: 55px !important; }
.h60m{height: 60px !important; }
.h65m{height: 65px !important; }
.h70m{height: 70px !important; }
.h75m{height: 75px !important; }
.h80m{height: 80px !important; }
.h85m{height: 85px !important; }
.h90m{height: 90px !important; }
.h95m{height: 95px !important; }
.h100m{height: 100px !important; }
.h110m{height: 110px !important; }
.h120m{height: 120px !important; }
.h130m{height: 130px !important; }
.h140m{height: 140px !important; }
.h150m{height: 150px !important; }
.h160m{height: 160px !important; }
.h170m{height: 170px !important; }
.h180m{height: 180px !important; }
.h190m{height: 190px !important; }
.h200m{height: 200px !important; }
.h210m{height: 210px !important; }
.h220m{height: 220px !important; }
.h230m{height: 230px !important; }
.h240m{height: 240px !important; }
.h250m{height: 250px !important; }
.h260m{height: 260px !important; }
.h270m{height: 270px !important; }
.h280m{height: 280px !important; }
.h290m{height: 290px !important; }
.h300m{height: 300px !important; }
.h350m{height: 350px !important; }
.h400m{height: 400px !important; }
.h450m{height: 450px !important; }
.h500m{height: 500px !important; }
.h550m{height: 550px !important; }
.h600m{height: 600px !important; }
.h650m{height: 650px !important; }
.h700m{height: 700px !important; }
.h750m{height: 750px !important; }
.h800m{height: 800px !important; }
.h850m{height: 850px !important; }
.h900m{height: 900px !important; }
.h1000m{height: 1000px !important; }
}

@media(max-width:1200px){
.h0s{height: 0px !important; }
.h5s{height: 5px !important; }
.h10s{height: 10px !important; }
.h15s{height: 15px !important; }
.h20s{height: 20px !important; }
.h25s{height: 25px !important; }
.h30s{height: 30px !important; }
.h35s{height: 35px !important; }
.h40s{height: 40px !important; }
.h45s{height: 45px !important; }
.h50s{height: 50px !important; }
.h55s{height: 55px !important; }
.h60s{height: 60px !important; }
.h65s{height: 65px !important; }
.h70s{height: 70px !important; }
.h75s{height: 75px !important; }
.h80s{height: 80px !important; }
.h85s{height: 85px !important; }
.h90s{height: 90px !important; }
.h95s{height: 95px !important; }
.h100s{height: 100px !important; }
.h110s{height: 110px !important; }
.h120s{height: 120px !important; }
.h130s{height: 130px !important; }
.h140s{height: 140px !important; }
.h150s{height: 150px !important; }
.h160s{height: 160px !important; }
.h170s{height: 170px !important; }
.h180s{height: 180px !important; }
.h190s{height: 190px !important; }
.h200s{height: 200px !important; }
.h210s{height: 210px !important; }
.h220s{height: 220px !important; }
.h230s{height: 230px !important; }
.h240s{height: 240px !important; }
.h250s{height: 250px !important; }
.h260s{height: 260px !important; }
.h270s{height: 270px !important; }
.h280s{height: 280px !important; }
.h290s{height: 290px !important; }
.h300s{height: 300px !important; }
.h350s{height: 350px !important; }
.h400s{height: 400px !important; }
.h450s{height: 450px !important; }
.h500s{height: 500px !important; }
.h550s{height: 550px !important; }
.h600s{height: 600px !important; }
.h650s{height: 650px !important; }
.h700s{height: 700px !important; }
.h750s{height: 750px !important; }
.h800s{height: 800px !important; }
.h850s{height: 850px !important; }
.h900s{height: 900px !important; }
.h1000s{height: 1000px !important; }
}

@media(max-width:1000px){
.h0xs{height: 0px !important; }
.h5xs{height: 5px !important; }
.h10xs{height: 10px !important; }
.h15xs{height: 15px !important; }
.h20xs{height: 20px !important; }
.h25xs{height: 25px !important; }
.h30xs{height: 30px !important; }
.h35xs{height: 35px !important; }
.h40xs{height: 40px !important; }
.h45xs{height: 45px !important; }
.h50xs{height: 50px !important; }
.h55xs{height: 55px !important; }
.h60xs{height: 60px !important; }
.h65xs{height: 65px !important; }
.h70xs{height: 70px !important; }
.h75xs{height: 75px !important; }
.h80xs{height: 80px !important; }
.h85xs{height: 85px !important; }
.h90xs{height: 90px !important; }
.h95xs{height: 95px !important; }
.h100xs{height: 100px !important; }
.h110xs{height: 110px !important; }
.h120xs{height: 120px !important; }
.h130xs{height: 130px !important; }
.h140xs{height: 140px !important; }
.h150xs{height: 150px !important; }
.h160xs{height: 160px !important; }
.h170xs{height: 170px !important; }
.h180xs{height: 180px !important; }
.h190xs{height: 190px !important; }
.h200xs{height: 200px !important; }
.h210xs{height: 210px !important; }
.h220xs{height: 220px !important; }
.h230xs{height: 230px !important; }
.h240xs{height: 240px !important; }
.h250xs{height: 250px !important; }
.h260xs{height: 260px !important; }
.h270xs{height: 270px !important; }
.h280xs{height: 280px !important; }
.h290xs{height: 290px !important; }
.h300xs{height: 300px !important; }
.h350xs{height: 350px !important; }
.h400xs{height: 400px !important; }
.h450xs{height: 450px !important; }
.h500xs{height: 500px !important; }
.h550xs{height: 550px !important; }
.h600xs{height: 600px !important; }
.h650xs{height: 650px !important; }
.h700xs{height: 700px !important; }
.h750xs{height: 750px !important; }
.h800xs{height: 800px !important; }
.h850xs{height: 850px !important; }
.h900xs{height: 900px !important; }
.h1000xs{height: 1000px !important; }
}

@media(max-width:800px){
.h0ms{height: 0px !important; }
.h5ms{height: 5px !important; }
.h10ms{height: 10px !important; }
.h15ms{height: 15px !important; }
.h20ms{height: 20px !important; }
.h25ms{height: 25px !important; }
.h30ms{height: 30px !important; }
.h35ms{height: 35px !important; }
.h40ms{height: 40px !important; }
.h45ms{height: 45px !important; }
.h50ms{height: 50px !important; }
.h55ms{height: 55px !important; }
.h60ms{height: 60px !important; }
.h65ms{height: 65px !important; }
.h70ms{height: 70px !important; }
.h75ms{height: 75px !important; }
.h80ms{height: 80px !important; }
.h85ms{height: 85px !important; }
.h90ms{height: 90px !important; }
.h95ms{height: 95px !important; }
.h100ms{height: 100px !important; }
.h110ms{height: 110px !important; }
.h120ms{height: 120px !important; }
.h130ms{height: 130px !important; }
.h140ms{height: 140px !important; }
.h150ms{height: 150px !important; }
.h160ms{height: 160px !important; }
.h170ms{height: 170px !important; }
.h180ms{height: 180px !important; }
.h190ms{height: 190px !important; }
.h200ms{height: 200px !important; }
.h210ms{height: 210px !important; }
.h220ms{height: 220px !important; }
.h230ms{height: 230px !important; }
.h240ms{height: 240px !important; }
.h250ms{height: 250px !important; }
.h260ms{height: 260px !important; }
.h270ms{height: 270px !important; }
.h280ms{height: 280px !important; }
.h290ms{height: 290px !important; }
.h300ms{height: 300px !important; }
.h350ms{height: 350px !important; }
.h400ms{height: 400px !important; }
.h450ms{height: 450px !important; }
.h500ms{height: 500px !important; }
.h550ms{height: 550px !important; }
.h600ms{height: 600px !important; }
.h650ms{height: 650px !important; }
.h700ms{height: 700px !important; }
.h750ms{height: 750px !important; }
.h800ms{height: 800px !important; }
.h850ms{height: 850px !important; }
.h900ms{height: 900px !important; }
.h1000ms{height: 1000px !important; }
}

@media(max-width:600px){
.h0min{height: 0px !important; }
.h5min{height: 5px !important; }
.h10min{height: 10px !important; }
.h15min{height: 15px !important; }
.h20min{height: 20px !important; }
.h25min{height: 25px !important; }
.h30min{height: 30px !important; }
.h35min{height: 35px !important; }
.h40min{height: 40px !important; }
.h45min{height: 45px !important; }
.h50min{height: 50px !important; }
.h55min{height: 55px !important; }
.h60min{height: 60px !important; }
.h65min{height: 65px !important; }
.h70min{height: 70px !important; }
.h75min{height: 75px !important; }
.h80min{height: 80px !important; }
.h85min{height: 85px !important; }
.h90min{height: 90px !important; }
.h95min{height: 95px !important; }
.h100min{height: 100px !important; }
.h110min{height: 110px !important; }
.h120min{height: 120px !important; }
.h130min{height: 130px !important; }
.h140min{height: 140px !important; }
.h150min{height: 150px !important; }
.h160min{height: 160px !important; }
.h170min{height: 170px !important; }
.h180min{height: 180px !important; }
.h190min{height: 190px !important; }
.h200min{height: 200px !important; }
.h210min{height: 210px !important; }
.h220min{height: 220px !important; }
.h230min{height: 230px !important; }
.h240min{height: 240px !important; }
.h250min{height: 250px !important; }
.h260min{height: 260px !important; }
.h270min{height: 270px !important; }
.h280min{height: 280px !important; }
.h290min{height: 290px !important; }
.h300min{height: 300px !important; }
.h350min{height: 350px !important; }
.h400min{height: 400px !important; }
.h450min{height: 450px !important; }
.h500min{height: 500px !important; }
.h550min{height: 550px !important; }
.h600min{height: 600px !important; }
.h650min{height: 650px !important; }
.h700min{height: 700px !important; }
.h750min{height: 750px !important; }
.h800min{height: 800px !important; }
.h850min{height: 850px !important; }
.h900min{height: 900px !important; }
.h1000min{height: 1000px !important; }
}

@media(max-width:400px){
.h0mic{height: 0px !important; }
.h5mic{height: 5px !important; }
.h10mic{height: 10px !important; }
.h15mic{height: 15px !important; }
.h20mic{height: 20px !important; }
.h25mic{height: 25px !important; }
.h30mic{height: 30px !important; }
.h35mic{height: 35px !important; }
.h40mic{height: 40px !important; }
.h45mic{height: 45px !important; }
.h50mic{height: 50px !important; }
.h55mic{height: 55px !important; }
.h60mic{height: 60px !important; }
.h65mic{height: 65px !important; }
.h70mic{height: 70px !important; }
.h75mic{height: 75px !important; }
.h80mic{height: 80px !important; }
.h85mic{height: 85px !important; }
.h90mic{height: 90px !important; }
.h95mic{height: 95px !important; }
.h100mic{height: 100px !important; }
.h110mic{height: 110px !important; }
.h120mic{height: 120px !important; }
.h130mic{height: 130px !important; }
.h140mic{height: 140px !important; }
.h150mic{height: 150px !important; }
.h160mic{height: 160px !important; }
.h170mic{height: 170px !important; }
.h180mic{height: 180px !important; }
.h190mic{height: 190px !important; }
.h200mic{height: 200px !important; }
.h210mic{height: 210px !important; }
.h220mic{height: 220px !important; }
.h230mic{height: 230px !important; }
.h240mic{height: 240px !important; }
.h250mic{height: 250px !important; }
.h260mic{height: 260px !important; }
.h270mic{height: 270px !important; }
.h280mic{height: 280px !important; }
.h290mic{height: 290px !important; }
.h300mic{height: 300px !important; }
.h350mic{height: 350px !important; }
.h400mic{height: 400px !important; }
.h450mic{height: 450px !important; }
.h500mic{height: 500px !important; }
.h550mic{height: 550px !important; }
.h600mic{height: 600px !important; }
.h650mic{height: 650px !important; }
.h700mic{height: 700px !important; }
.h750mic{height: 750px !important; }
.h800mic{height: 800px !important; }
.h850mic{height: 850px !important; }
.h900mic{height: 900px !important; }
.h1000mic{height: 1000px !important; }
}

.mxh0{max-height: 0px !important;}
.mxh5{max-height: 5px !important;}
.mxh10{max-height: 10px !important;}
.mxh15{max-height: 15px !important;}
.mxh20{max-height: 20px !important;}
.mxh25{max-height: 25px !important;}
.mxh30{max-height: 30px !important;}
.mxh35{max-height: 35px !important;}
.mxh40{max-height: 40px !important;}
.mxh45{max-height: 45px !important;}
.mxh50{max-height: 50px !important;}
.mxh55{max-height: 55px !important;}
.mxh60{max-height: 60px !important;}
.mxh65{max-height: 65px !important;}
.mxh70{max-height: 70px !important;}
.mxh75{max-height: 75px !important;}
.mxh80{max-height: 80px !important;}
.mxh85{max-height: 85px !important;}
.mxh90{max-height: 90px !important;}
.mxh95{max-height: 95px !important;}
.mxh100{max-height: 100px !important;}
.mxh110{max-height: 110px !important;}
.mxh120{max-height: 120px !important;}
.mxh130{max-height: 130px !important;}
.mxh140{max-height: 140px !important;}
.mxh150{max-height: 150px !important;}
.mxh160{max-height: 160px !important;}
.mxh170{max-height: 170px !important;}
.mxh180{max-height: 180px !important;}
.mxh190{max-height: 190px !important;}
.mxh200{max-height: 200px !important;}
.mxh210{max-height: 210px !important;}
.mxh220{max-height: 220px !important;}
.mxh230{max-height: 230px !important;}
.mxh240{max-height: 240px !important;}
.mxh250{max-height: 250px !important;}
.mxh260{max-height: 260px !important;}
.mxh270{max-height: 270px !important;}
.mxh280{max-height: 280px !important;}
.mxh290{max-height: 290px !important;}
.mxh300{max-height: 300px !important;}
.mxh350{max-height: 350px !important;}
.mxh400{max-height: 400px !important;}
.mxh450{max-height: 450px !important;}
.mxh500{max-height: 500px !important;}
.mxh550{max-height: 550px !important;}
.mxh600{max-height: 600px !important;}
.mxh650{max-height: 650px !important;}
.mxh700{max-height: 700px !important;}
.mxh750{max-height: 750px !important;}
.mxh800{max-height: 800px !important;}
.mxh850{max-height: 850px !important;}
.mxh900{max-height: 900px !important;}
.mxh1000{max-height: 1000px !important;}

@media(max-width: 1600px){
.mxh0xl{max-height: 0px !important;}
.mxh5xl{max-height: 5px !important;}
.mxh10xl{max-height: 10px !important;}
.mxh15xl{max-height: 15px !important;}
.mxh20xl{max-height: 20px !important;}
.mxh25xl{max-height: 25px !important;}
.mxh30xl{max-height: 30px !important;}
.mxh35xl{max-height: 35px !important;}
.mxh40xl{max-height: 40px !important;}
.mxh45xl{max-height: 45px !important;}
.mxh50xl{max-height: 50px !important;}
.mxh55xl{max-height: 55px !important;}
.mxh60xl{max-height: 60px !important;}
.mxh65xl{max-height: 65px !important;}
.mxh70xl{max-height: 70px !important;}
.mxh75xl{max-height: 75px !important;}
.mxh80xl{max-height: 80px !important;}
.mxh85xl{max-height: 85px !important;}
.mxh90xl{max-height: 90px !important;}
.mxh95xl{max-height: 95px !important;}
.mxh100xl{max-height: 100px !important;}
.mxh110xl{max-height: 110px !important;}
.mxh120xl{max-height: 120px !important;}
.mxh130xl{max-height: 130px !important;}
.mxh140xl{max-height: 140px !important;}
.mxh150xl{max-height: 150px !important;}
.mxh160xl{max-height: 160px !important;}
.mxh170xl{max-height: 170px !important;}
.mxh180xl{max-height: 180px !important;}
.mxh190xl{max-height: 190px !important;}
.mxh200xl{max-height: 200px !important;}
.mxh210xl{max-height: 210px !important;}
.mxh220xl{max-height: 220px !important;}
.mxh230xl{max-height: 230px !important;}
.mxh240xl{max-height: 240px !important;}
.mxh250xl{max-height: 250px !important;}
.mxh260xl{max-height: 260px !important;}
.mxh270xl{max-height: 270px !important;}
.mxh280xl{max-height: 280px !important;}
.mxh290xl{max-height: 290px !important;}
.mxh300xl{max-height: 300px !important;}
.mxh350xl{max-height: 350px !important;}
.mxh400xl{max-height: 400px !important;}
.mxh450xl{max-height: 450px !important;}
.mxh500xl{max-height: 500px !important;}
.mxh550xl{max-height: 550px !important;}
.mxh600xl{max-height: 600px !important;}
.mxh650xl{max-height: 650px !important;}
.mxh700xl{max-height: 700px !important;}
.mxh750xl{max-height: 750px !important;}
.mxh800xl{max-height: 800px !important;}
.mxh850xl{max-height: 850px !important;}
.mxh900xl{max-height: 900px !important;}
.mxh1000xl{max-height: 1000px !important;}
}

@media(max-width:1380px){
.mxh0m{max-height: 0px !important;}
.mxh5m{max-height: 5px !important;}
.mxh10m{max-height: 10px !important;}
.mxh15m{max-height: 15px !important;}
.mxh20m{max-height: 20px !important;}
.mxh25m{max-height: 25px !important;}
.mxh30m{max-height: 30px !important;}
.mxh35m{max-height: 35px !important;}
.mxh40m{max-height: 40px !important;}
.mxh45m{max-height: 45px !important;}
.mxh50m{max-height: 50px !important;}
.mxh55m{max-height: 55px !important;}
.mxh60m{max-height: 60px !important;}
.mxh65m{max-height: 65px !important;}
.mxh70m{max-height: 70px !important;}
.mxh75m{max-height: 75px !important;}
.mxh80m{max-height: 80px !important;}
.mxh85m{max-height: 85px !important;}
.mxh90m{max-height: 90px !important;}
.mxh95m{max-height: 95px !important;}
.mxh100m{max-height: 100px !important;}
.mxh110m{max-height: 110px !important;}
.mxh120m{max-height: 120px !important;}
.mxh130m{max-height: 130px !important;}
.mxh140m{max-height: 140px !important;}
.mxh150m{max-height: 150px !important;}
.mxh160m{max-height: 160px !important;}
.mxh170m{max-height: 170px !important;}
.mxh180m{max-height: 180px !important;}
.mxh190m{max-height: 190px !important;}
.mxh200m{max-height: 200px !important;}
.mxh210m{max-height: 210px !important;}
.mxh220m{max-height: 220px !important;}
.mxh230m{max-height: 230px !important;}
.mxh240m{max-height: 240px !important;}
.mxh250m{max-height: 250px !important;}
.mxh260m{max-height: 260px !important;}
.mxh270m{max-height: 270px !important;}
.mxh280m{max-height: 280px !important;}
.mxh290m{max-height: 290px !important;}
.mxh300m{max-height: 300px !important;}
.mxh350m{max-height: 350px !important;}
.mxh400m{max-height: 400px !important;}
.mxh450m{max-height: 450px !important;}
.mxh500m{max-height: 500px !important;}
.mxh550m{max-height: 550px !important;}
.mxh600m{max-height: 600px !important;}
.mxh650m{max-height: 650px !important;}
.mxh700m{max-height: 700px !important;}
.mxh750m{max-height: 750px !important;}
.mxh800m{max-height: 800px !important;}
.mxh850m{max-height: 850px !important;}
.mxh900m{max-height: 900px !important;}
.mxh1000m{max-height: 1000px !important;}
}

@media(max-width:1200px){
.mxh0s{max-height: 0px !important;}
.mxh5s{max-height: 5px !important;}
.mxh10s{max-height: 10px !important;}
.mxh15s{max-height: 15px !important;}
.mxh20s{max-height: 20px !important;}
.mxh25s{max-height: 25px !important;}
.mxh30s{max-height: 30px !important;}
.mxh35s{max-height: 35px !important;}
.mxh40s{max-height: 40px !important;}
.mxh45s{max-height: 45px !important;}
.mxh50s{max-height: 50px !important;}
.mxh55s{max-height: 55px !important;}
.mxh60s{max-height: 60px !important;}
.mxh65s{max-height: 65px !important;}
.mxh70s{max-height: 70px !important;}
.mxh75s{max-height: 75px !important;}
.mxh80s{max-height: 80px !important;}
.mxh85s{max-height: 85px !important;}
.mxh90s{max-height: 90px !important;}
.mxh95s{max-height: 95px !important;}
.mxh100s{max-height: 100px !important;}
.mxh110s{max-height: 110px !important;}
.mxh120s{max-height: 120px !important;}
.mxh130s{max-height: 130px !important;}
.mxh140s{max-height: 140px !important;}
.mxh150s{max-height: 150px !important;}
.mxh160s{max-height: 160px !important;}
.mxh170s{max-height: 170px !important;}
.mxh180s{max-height: 180px !important;}
.mxh190s{max-height: 190px !important;}
.mxh200s{max-height: 200px !important;}
.mxh210s{max-height: 210px !important;}
.mxh220s{max-height: 220px !important;}
.mxh230s{max-height: 230px !important;}
.mxh240s{max-height: 240px !important;}
.mxh250s{max-height: 250px !important;}
.mxh260s{max-height: 260px !important;}
.mxh270s{max-height: 270px !important;}
.mxh280s{max-height: 280px !important;}
.mxh290s{max-height: 290px !important;}
.mxh300s{max-height: 300px !important;}
.mxh350s{max-height: 350px !important;}
.mxh400s{max-height: 400px !important;}
.mxh450s{max-height: 450px !important;}
.mxh500s{max-height: 500px !important;}
.mxh550s{max-height: 550px !important;}
.mxh600s{max-height: 600px !important;}
.mxh650s{max-height: 650px !important;}
.mxh700s{max-height: 700px !important;}
.mxh750s{max-height: 750px !important;}
.mxh800s{max-height: 800px !important;}
.mxh850s{max-height: 850px !important;}
.mxh900s{max-height: 900px !important;}
.mxh1000s{max-height: 1000px !important;}
}

@media(max-width:1000px){
.mxh0xs{max-height: 0px !important;}
.mxh5xs{max-height: 5px !important;}
.mxh10xs{max-height: 10px !important;}
.mxh15xs{max-height: 15px !important;}
.mxh20xs{max-height: 20px !important;}
.mxh25xs{max-height: 25px !important;}
.mxh30xs{max-height: 30px !important;}
.mxh35xs{max-height: 35px !important;}
.mxh40xs{max-height: 40px !important;}
.mxh45xs{max-height: 45px !important;}
.mxh50xs{max-height: 50px !important;}
.mxh55xs{max-height: 55px !important;}
.mxh60xs{max-height: 60px !important;}
.mxh65xs{max-height: 65px !important;}
.mxh70xs{max-height: 70px !important;}
.mxh75xs{max-height: 75px !important;}
.mxh80xs{max-height: 80px !important;}
.mxh85xs{max-height: 85px !important;}
.mxh90xs{max-height: 90px !important;}
.mxh95xs{max-height: 95px !important;}
.mxh100xs{max-height: 100px !important;}
.mxh110xs{max-height: 110px !important;}
.mxh120xs{max-height: 120px !important;}
.mxh130xs{max-height: 130px !important;}
.mxh140xs{max-height: 140px !important;}
.mxh150xs{max-height: 150px !important;}
.mxh160xs{max-height: 160px !important;}
.mxh170xs{max-height: 170px !important;}
.mxh180xs{max-height: 180px !important;}
.mxh190xs{max-height: 190px !important;}
.mxh200xs{max-height: 200px !important;}
.mxh210xs{max-height: 210px !important;}
.mxh220xs{max-height: 220px !important;}
.mxh230xs{max-height: 230px !important;}
.mxh240xs{max-height: 240px !important;}
.mxh250xs{max-height: 250px !important;}
.mxh260xs{max-height: 260px !important;}
.mxh270xs{max-height: 270px !important;}
.mxh280xs{max-height: 280px !important;}
.mxh290xs{max-height: 290px !important;}
.mxh300xs{max-height: 300px !important;}
.mxh350xs{max-height: 350px !important;}
.mxh400xs{max-height: 400px !important;}
.mxh450xs{max-height: 450px !important;}
.mxh500xs{max-height: 500px !important;}
.mxh550xs{max-height: 550px !important;}
.mxh600xs{max-height: 600px !important;}
.mxh650xs{max-height: 650px !important;}
.mxh700xs{max-height: 700px !important;}
.mxh750xs{max-height: 750px !important;}
.mxh800xs{max-height: 800px !important;}
.mxh850xs{max-height: 850px !important;}
.mxh900xs{max-height: 900px !important;}
.mxh1000xs{max-height: 1000px !important;}
}

@media(max-width:800px){
.mxh0ms{max-height: 0px !important;}
.mxh5ms{max-height: 5px !important;}
.mxh10ms{max-height: 10px !important;}
.mxh15ms{max-height: 15px !important;}
.mxh20ms{max-height: 20px !important;}
.mxh25ms{max-height: 25px !important;}
.mxh30ms{max-height: 30px !important;}
.mxh35ms{max-height: 35px !important;}
.mxh40ms{max-height: 40px !important;}
.mxh45ms{max-height: 45px !important;}
.mxh50ms{max-height: 50px !important;}
.mxh55ms{max-height: 55px !important;}
.mxh60ms{max-height: 60px !important;}
.mxh65ms{max-height: 65px !important;}
.mxh70ms{max-height: 70px !important;}
.mxh75ms{max-height: 75px !important;}
.mxh80ms{max-height: 80px !important;}
.mxh85ms{max-height: 85px !important;}
.mxh90ms{max-height: 90px !important;}
.mxh95ms{max-height: 95px !important;}
.mxh100ms{max-height: 100px !important;}
.mxh110ms{max-height: 110px !important;}
.mxh120ms{max-height: 120px !important;}
.mxh130ms{max-height: 130px !important;}
.mxh140ms{max-height: 140px !important;}
.mxh150ms{max-height: 150px !important;}
.mxh160ms{max-height: 160px !important;}
.mxh170ms{max-height: 170px !important;}
.mxh180ms{max-height: 180px !important;}
.mxh190ms{max-height: 190px !important;}
.mxh200ms{max-height: 200px !important;}
.mxh210ms{max-height: 210px !important;}
.mxh220ms{max-height: 220px !important;}
.mxh230ms{max-height: 230px !important;}
.mxh240ms{max-height: 240px !important;}
.mxh250ms{max-height: 250px !important;}
.mxh260ms{max-height: 260px !important;}
.mxh270ms{max-height: 270px !important;}
.mxh280ms{max-height: 280px !important;}
.mxh290ms{max-height: 290px !important;}
.mxh300ms{max-height: 300px !important;}
.mxh350ms{max-height: 350px !important;}
.mxh400ms{max-height: 400px !important;}
.mxh450ms{max-height: 450px !important;}
.mxh500ms{max-height: 500px !important;}
.mxh550ms{max-height: 550px !important;}
.mxh600ms{max-height: 600px !important;}
.mxh650ms{max-height: 650px !important;}
.mxh700ms{max-height: 700px !important;}
.mxh750ms{max-height: 750px !important;}
.mxh800ms{max-height: 800px !important;}
.mxh850ms{max-height: 850px !important;}
.mxh900ms{max-height: 900px !important;}
.mxh1000ms{max-height: 1000px !important;}
}

@media(max-width:600px){
.mxh0min{max-height: 0px !important;}
.mxh5min{max-height: 5px !important;}
.mxh10min{max-height: 10px !important;}
.mxh15min{max-height: 15px !important;}
.mxh20min{max-height: 20px !important;}
.mxh25min{max-height: 25px !important;}
.mxh30min{max-height: 30px !important;}
.mxh35min{max-height: 35px !important;}
.mxh40min{max-height: 40px !important;}
.mxh45min{max-height: 45px !important;}
.mxh50min{max-height: 50px !important;}
.mxh55min{max-height: 55px !important;}
.mxh60min{max-height: 60px !important;}
.mxh65min{max-height: 65px !important;}
.mxh70min{max-height: 70px !important;}
.mxh75min{max-height: 75px !important;}
.mxh80min{max-height: 80px !important;}
.mxh85min{max-height: 85px !important;}
.mxh90min{max-height: 90px !important;}
.mxh95min{max-height: 95px !important;}
.mxh100min{max-height: 100px !important;}
.mxh110min{max-height: 110px !important;}
.mxh120min{max-height: 120px !important;}
.mxh130min{max-height: 130px !important;}
.mxh140min{max-height: 140px !important;}
.mxh150min{max-height: 150px !important;}
.mxh160min{max-height: 160px !important;}
.mxh170min{max-height: 170px !important;}
.mxh180min{max-height: 180px !important;}
.mxh190min{max-height: 190px !important;}
.mxh200min{max-height: 200px !important;}
.mxh210min{max-height: 210px !important;}
.mxh220min{max-height: 220px !important;}
.mxh230min{max-height: 230px !important;}
.mxh240min{max-height: 240px !important;}
.mxh250min{max-height: 250px !important;}
.mxh260min{max-height: 260px !important;}
.mxh270min{max-height: 270px !important;}
.mxh280min{max-height: 280px !important;}
.mxh290min{max-height: 290px !important;}
.mxh300min{max-height: 300px !important;}
.mxh350min{max-height: 350px !important;}
.mxh400min{max-height: 400px !important;}
.mxh450min{max-height: 450px !important;}
.mxh500min{max-height: 500px !important;}
.mxh550min{max-height: 550px !important;}
.mxh600min{max-height: 600px !important;}
.mxh650min{max-height: 650px !important;}
.mxh700min{max-height: 700px !important;}
.mxh750min{max-height: 750px !important;}
.mxh800min{max-height: 800px !important;}
.mxh850min{max-height: 850px !important;}
.mxh900min{max-height: 900px !important;}
.mxh1000min{max-height: 1000px !important;}
}

@media(max-width:400px){
.mxh0mic{max-height: 0px !important;}
.mxh5mic{max-height: 5px !important;}
.mxh10mic{max-height: 10px !important;}
.mxh15mic{max-height: 15px !important;}
.mxh20mic{max-height: 20px !important;}
.mxh25mic{max-height: 25px !important;}
.mxh30mic{max-height: 30px !important;}
.mxh35mic{max-height: 35px !important;}
.mxh40mic{max-height: 40px !important;}
.mxh45mic{max-height: 45px !important;}
.mxh50mic{max-height: 50px !important;}
.mxh55mic{max-height: 55px !important;}
.mxh60mic{max-height: 60px !important;}
.mxh65mic{max-height: 65px !important;}
.mxh70mic{max-height: 70px !important;}
.mxh75mic{max-height: 75px !important;}
.mxh80mic{max-height: 80px !important;}
.mxh85mic{max-height: 85px !important;}
.mxh90mic{max-height: 90px !important;}
.mxh95mic{max-height: 95px !important;}
.mxh100mic{max-height: 100px !important;}
.mxh110mic{max-height: 110px !important;}
.mxh120mic{max-height: 120px !important;}
.mxh130mic{max-height: 130px !important;}
.mxh140mic{max-height: 140px !important;}
.mxh150mic{max-height: 150px !important;}
.mxh160mic{max-height: 160px !important;}
.mxh170mic{max-height: 170px !important;}
.mxh180mic{max-height: 180px !important;}
.mxh190mic{max-height: 190px !important;}
.mxh200mic{max-height: 200px !important;}
.mxh210mic{max-height: 210px !important;}
.mxh220mic{max-height: 220px !important;}
.mxh230mic{max-height: 230px !important;}
.mxh240mic{max-height: 240px !important;}
.mxh250mic{max-height: 250px !important;}
.mxh260mic{max-height: 260px !important;}
.mxh270mic{max-height: 270px !important;}
.mxh280mic{max-height: 280px !important;}
.mxh290mic{max-height: 290px !important;}
.mxh300mic{max-height: 300px !important;}
.mxh350mic{max-height: 350px !important;}
.mxh400mic{max-height: 400px !important;}
.mxh450mic{max-height: 450px !important;}
.mxh500mic{max-height: 500px !important;}
.mxh550mic{max-height: 550px !important;}
.mxh600mic{max-height: 600px !important;}
.mxh650mic{max-height: 650px !important;}
.mxh700mic{max-height: 700px !important;}
.mxh750mic{max-height: 750px !important;}
.mxh800mic{max-height: 800px !important;}
.mxh850mic{max-height: 850px !important;}
.mxh900mic{max-height: 900px !important;}
.mxh1000mic{max-height: 1000px !important;}
}

.mnh0{min-height: 0px !important;}
.mnh5{min-height: 5px !important;}
.mnh10{min-height: 10px !important;}
.mnh15{min-height: 15px !important;}
.mnh20{min-height: 20px !important;}
.mnh25{min-height: 25px !important;}
.mnh30{min-height: 30px !important;}
.mnh35{min-height: 35px !important;}
.mnh40{min-height: 40px !important;}
.mnh45{min-height: 45px !important;}
.mnh50{min-height: 50px !important;}
.mnh55{min-height: 55px !important;}
.mnh60{min-height: 60px !important;}
.mnh65{min-height: 65px !important;}
.mnh70{min-height: 70px !important;}
.mnh75{min-height: 75px !important;}
.mnh80{min-height: 80px !important;}
.mnh85{min-height: 85px !important;}
.mnh90{min-height: 90px !important;}
.mnh95{min-height: 95px !important;}
.mnh100{min-height: 100px !important;}
.mnh110{min-height: 110px !important;}
.mnh120{min-height: 120px !important;}
.mnh130{min-height: 130px !important;}
.mnh140{min-height: 140px !important;}
.mnh150{min-height: 150px !important;}
.mnh160{min-height: 160px !important;}
.mnh170{min-height: 170px !important;}
.mnh180{min-height: 180px !important;}
.mnh190{min-height: 190px !important;}
.mnh200{min-height: 200px !important;}
.mnh210{min-height: 210px !important;}
.mnh220{min-height: 220px !important;}
.mnh230{min-height: 230px !important;}
.mnh240{min-height: 240px !important;}
.mnh250{min-height: 250px !important;}
.mnh260{min-height: 260px !important;}
.mnh270{min-height: 270px !important;}
.mnh280{min-height: 280px !important;}
.mnh290{min-height: 290px !important;}
.mnh300{min-height: 300px !important;}
.mnh350{min-height: 350px !important;}
.mnh400{min-height: 400px !important;}
.mnh450{min-height: 450px !important;}
.mnh500{min-height: 500px !important;}
.mnh550{min-height: 550px !important;}
.mnh600{min-height: 600px !important;}
.mnh650{min-height: 650px !important;}
.mnh700{min-height: 700px !important;}
.mnh750{min-height: 750px !important;}
.mnh800{min-height: 800px !important;}
.mnh850{min-height: 850px !important;}
.mnh900{min-height: 900px !important;}
.mnh1000{min-height: 1000px !important;}

@media(max-width: 1600px){
.mnh0xl{min-height: 0px !important;}
.mnh5xl{min-height: 5px !important;}
.mnh10xl{min-height: 10px !important;}
.mnh15xl{min-height: 15px !important;}
.mnh20xl{min-height: 20px !important;}
.mnh25xl{min-height: 25px !important;}
.mnh30xl{min-height: 30px !important;}
.mnh35xl{min-height: 35px !important;}
.mnh40xl{min-height: 40px !important;}
.mnh45xl{min-height: 45px !important;}
.mnh50xl{min-height: 50px !important;}
.mnh55xl{min-height: 55px !important;}
.mnh60xl{min-height: 60px !important;}
.mnh65xl{min-height: 65px !important;}
.mnh70xl{min-height: 70px !important;}
.mnh75xl{min-height: 75px !important;}
.mnh80xl{min-height: 80px !important;}
.mnh85xl{min-height: 85px !important;}
.mnh90xl{min-height: 90px !important;}
.mnh95xl{min-height: 95px !important;}
.mnh100xl{min-height: 100px !important;}
.mnh110xl{min-height: 110px !important;}
.mnh120xl{min-height: 120px !important;}
.mnh130xl{min-height: 130px !important;}
.mnh140xl{min-height: 140px !important;}
.mnh150xl{min-height: 150px !important;}
.mnh160xl{min-height: 160px !important;}
.mnh170xl{min-height: 170px !important;}
.mnh180xl{min-height: 180px !important;}
.mnh190xl{min-height: 190px !important;}
.mnh200xl{min-height: 200px !important;}
.mnh210xl{min-height: 210px !important;}
.mnh220xl{min-height: 220px !important;}
.mnh230xl{min-height: 230px !important;}
.mnh240xl{min-height: 240px !important;}
.mnh250xl{min-height: 250px !important;}
.mnh260xl{min-height: 260px !important;}
.mnh270xl{min-height: 270px !important;}
.mnh280xl{min-height: 280px !important;}
.mnh290xl{min-height: 290px !important;}
.mnh300xl{min-height: 300px !important;}
.mnh350xl{min-height: 350px !important;}
.mnh400xl{min-height: 400px !important;}
.mnh450xl{min-height: 450px !important;}
.mnh500xl{min-height: 500px !important;}
.mnh550xl{min-height: 550px !important;}
.mnh600xl{min-height: 600px !important;}
.mnh650xl{min-height: 650px !important;}
.mnh700xl{min-height: 700px !important;}
.mnh750xl{min-height: 750px !important;}
.mnh800xl{min-height: 800px !important;}
.mnh850xl{min-height: 850px !important;}
.mnh900xl{min-height: 900px !important;}
.mnh1000xl{min-height: 1000px !important;}
}

@media(max-width:1380px){
.mnh0m{min-height: 0px !important;}
.mnh5m{min-height: 5px !important;}
.mnh10m{min-height: 10px !important;}
.mnh15m{min-height: 15px !important;}
.mnh20m{min-height: 20px !important;}
.mnh25m{min-height: 25px !important;}
.mnh30m{min-height: 30px !important;}
.mnh35m{min-height: 35px !important;}
.mnh40m{min-height: 40px !important;}
.mnh45m{min-height: 45px !important;}
.mnh50m{min-height: 50px !important;}
.mnh55m{min-height: 55px !important;}
.mnh60m{min-height: 60px !important;}
.mnh65m{min-height: 65px !important;}
.mnh70m{min-height: 70px !important;}
.mnh75m{min-height: 75px !important;}
.mnh80m{min-height: 80px !important;}
.mnh85m{min-height: 85px !important;}
.mnh90m{min-height: 90px !important;}
.mnh95m{min-height: 95px !important;}
.mnh100m{min-height: 100px !important;}
.mnh110m{min-height: 110px !important;}
.mnh120m{min-height: 120px !important;}
.mnh130m{min-height: 130px !important;}
.mnh140m{min-height: 140px !important;}
.mnh150m{min-height: 150px !important;}
.mnh160m{min-height: 160px !important;}
.mnh170m{min-height: 170px !important;}
.mnh180m{min-height: 180px !important;}
.mnh190m{min-height: 190px !important;}
.mnh200m{min-height: 200px !important;}
.mnh210m{min-height: 210px !important;}
.mnh220m{min-height: 220px !important;}
.mnh230m{min-height: 230px !important;}
.mnh240m{min-height: 240px !important;}
.mnh250m{min-height: 250px !important;}
.mnh260m{min-height: 260px !important;}
.mnh270m{min-height: 270px !important;}
.mnh280m{min-height: 280px !important;}
.mnh290m{min-height: 290px !important;}
.mnh300m{min-height: 300px !important;}
.mnh350m{min-height: 350px !important;}
.mnh400m{min-height: 400px !important;}
.mnh450m{min-height: 450px !important;}
.mnh500m{min-height: 500px !important;}
.mnh550m{min-height: 550px !important;}
.mnh600m{min-height: 600px !important;}
.mnh650m{min-height: 650px !important;}
.mnh700m{min-height: 700px !important;}
.mnh750m{min-height: 750px !important;}
.mnh800m{min-height: 800px !important;}
.mnh850m{min-height: 850px !important;}
.mnh900m{min-height: 900px !important;}
.mnh1000m{min-height: 1000px !important;}
}

@media(max-width:1200px){
.mnh0s{min-height: 0px !important;}
.mnh5s{min-height: 5px !important;}
.mnh10s{min-height: 10px !important;}
.mnh15s{min-height: 15px !important;}
.mnh20s{min-height: 20px !important;}
.mnh25s{min-height: 25px !important;}
.mnh30s{min-height: 30px !important;}
.mnh35s{min-height: 35px !important;}
.mnh40s{min-height: 40px !important;}
.mnh45s{min-height: 45px !important;}
.mnh50s{min-height: 50px !important;}
.mnh55s{min-height: 55px !important;}
.mnh60s{min-height: 60px !important;}
.mnh65s{min-height: 65px !important;}
.mnh70s{min-height: 70px !important;}
.mnh75s{min-height: 75px !important;}
.mnh80s{min-height: 80px !important;}
.mnh85s{min-height: 85px !important;}
.mnh90s{min-height: 90px !important;}
.mnh95s{min-height: 95px !important;}
.mnh100s{min-height: 100px !important;}
.mnh110s{min-height: 110px !important;}
.mnh120s{min-height: 120px !important;}
.mnh130s{min-height: 130px !important;}
.mnh140s{min-height: 140px !important;}
.mnh150s{min-height: 150px !important;}
.mnh160s{min-height: 160px !important;}
.mnh170s{min-height: 170px !important;}
.mnh180s{min-height: 180px !important;}
.mnh190s{min-height: 190px !important;}
.mnh200s{min-height: 200px !important;}
.mnh210s{min-height: 210px !important;}
.mnh220s{min-height: 220px !important;}
.mnh230s{min-height: 230px !important;}
.mnh240s{min-height: 240px !important;}
.mnh250s{min-height: 250px !important;}
.mnh260s{min-height: 260px !important;}
.mnh270s{min-height: 270px !important;}
.mnh280s{min-height: 280px !important;}
.mnh290s{min-height: 290px !important;}
.mnh300s{min-height: 300px !important;}
.mnh350s{min-height: 350px !important;}
.mnh400s{min-height: 400px !important;}
.mnh450s{min-height: 450px !important;}
.mnh500s{min-height: 500px !important;}
.mnh550s{min-height: 550px !important;}
.mnh600s{min-height: 600px !important;}
.mnh650s{min-height: 650px !important;}
.mnh700s{min-height: 700px !important;}
.mnh750s{min-height: 750px !important;}
.mnh800s{min-height: 800px !important;}
.mnh850s{min-height: 850px !important;}
.mnh900s{min-height: 900px !important;}
.mnh1000s{min-height: 1000px !important;}
}

@media(max-width:1000px){
.mnh0xs{min-height: 0px !important;}
.mnh5xs{min-height: 5px !important;}
.mnh10xs{min-height: 10px !important;}
.mnh15xs{min-height: 15px !important;}
.mnh20xs{min-height: 20px !important;}
.mnh25xs{min-height: 25px !important;}
.mnh30xs{min-height: 30px !important;}
.mnh35xs{min-height: 35px !important;}
.mnh40xs{min-height: 40px !important;}
.mnh45xs{min-height: 45px !important;}
.mnh50xs{min-height: 50px !important;}
.mnh55xs{min-height: 55px !important;}
.mnh60xs{min-height: 60px !important;}
.mnh65xs{min-height: 65px !important;}
.mnh70xs{min-height: 70px !important;}
.mnh75xs{min-height: 75px !important;}
.mnh80xs{min-height: 80px !important;}
.mnh85xs{min-height: 85px !important;}
.mnh90xs{min-height: 90px !important;}
.mnh95xs{min-height: 95px !important;}
.mnh100xs{min-height: 100px !important;}
.mnh110xs{min-height: 110px !important;}
.mnh120xs{min-height: 120px !important;}
.mnh130xs{min-height: 130px !important;}
.mnh140xs{min-height: 140px !important;}
.mnh150xs{min-height: 150px !important;}
.mnh160xs{min-height: 160px !important;}
.mnh170xs{min-height: 170px !important;}
.mnh180xs{min-height: 180px !important;}
.mnh190xs{min-height: 190px !important;}
.mnh200xs{min-height: 200px !important;}
.mnh210xs{min-height: 210px !important;}
.mnh220xs{min-height: 220px !important;}
.mnh230xs{min-height: 230px !important;}
.mnh240xs{min-height: 240px !important;}
.mnh250xs{min-height: 250px !important;}
.mnh260xs{min-height: 260px !important;}
.mnh270xs{min-height: 270px !important;}
.mnh280xs{min-height: 280px !important;}
.mnh290xs{min-height: 290px !important;}
.mnh300xs{min-height: 300px !important;}
.mnh350xs{min-height: 350px !important;}
.mnh400xs{min-height: 400px !important;}
.mnh450xs{min-height: 450px !important;}
.mnh500xs{min-height: 500px !important;}
.mnh550xs{min-height: 550px !important;}
.mnh600xs{min-height: 600px !important;}
.mnh650xs{min-height: 650px !important;}
.mnh700xs{min-height: 700px !important;}
.mnh750xs{min-height: 750px !important;}
.mnh800xs{min-height: 800px !important;}
.mnh850xs{min-height: 850px !important;}
.mnh900xs{min-height: 900px !important;}
.mnh1000xs{min-height: 1000px !important;}
}

@media(max-width:800px){
.mnh0ms{min-height: 0px !important;}
.mnh5ms{min-height: 5px !important;}
.mnh10ms{min-height: 10px !important;}
.mnh15ms{min-height: 15px !important;}
.mnh20ms{min-height: 20px !important;}
.mnh25ms{min-height: 25px !important;}
.mnh30ms{min-height: 30px !important;}
.mnh35ms{min-height: 35px !important;}
.mnh40ms{min-height: 40px !important;}
.mnh45ms{min-height: 45px !important;}
.mnh50ms{min-height: 50px !important;}
.mnh55ms{min-height: 55px !important;}
.mnh60ms{min-height: 60px !important;}
.mnh65ms{min-height: 65px !important;}
.mnh70ms{min-height: 70px !important;}
.mnh75ms{min-height: 75px !important;}
.mnh80ms{min-height: 80px !important;}
.mnh85ms{min-height: 85px !important;}
.mnh90ms{min-height: 90px !important;}
.mnh95ms{min-height: 95px !important;}
.mnh100ms{min-height: 100px !important;}
.mnh110ms{min-height: 110px !important;}
.mnh120ms{min-height: 120px !important;}
.mnh130ms{min-height: 130px !important;}
.mnh140ms{min-height: 140px !important;}
.mnh150ms{min-height: 150px !important;}
.mnh160ms{min-height: 160px !important;}
.mnh170ms{min-height: 170px !important;}
.mnh180ms{min-height: 180px !important;}
.mnh190ms{min-height: 190px !important;}
.mnh200ms{min-height: 200px !important;}
.mnh210ms{min-height: 210px !important;}
.mnh220ms{min-height: 220px !important;}
.mnh230ms{min-height: 230px !important;}
.mnh240ms{min-height: 240px !important;}
.mnh250ms{min-height: 250px !important;}
.mnh260ms{min-height: 260px !important;}
.mnh270ms{min-height: 270px !important;}
.mnh280ms{min-height: 280px !important;}
.mnh290ms{min-height: 290px !important;}
.mnh300ms{min-height: 300px !important;}
.mnh350ms{min-height: 350px !important;}
.mnh400ms{min-height: 400px !important;}
.mnh450ms{min-height: 450px !important;}
.mnh500ms{min-height: 500px !important;}
.mnh550ms{min-height: 550px !important;}
.mnh600ms{min-height: 600px !important;}
.mnh650ms{min-height: 650px !important;}
.mnh700ms{min-height: 700px !important;}
.mnh750ms{min-height: 750px !important;}
.mnh800ms{min-height: 800px !important;}
.mnh850ms{min-height: 850px !important;}
.mnh900ms{min-height: 900px !important;}
.mnh1000ms{min-height: 1000px !important;}
}

@media(max-width:600px){
.mnh0min{min-height: 0px !important;}
.mnh5min{min-height: 5px !important;}
.mnh10min{min-height: 10px !important;}
.mnh15min{min-height: 15px !important;}
.mnh20min{min-height: 20px !important;}
.mnh25min{min-height: 25px !important;}
.mnh30min{min-height: 30px !important;}
.mnh35min{min-height: 35px !important;}
.mnh40min{min-height: 40px !important;}
.mnh45min{min-height: 45px !important;}
.mnh50min{min-height: 50px !important;}
.mnh55min{min-height: 55px !important;}
.mnh60min{min-height: 60px !important;}
.mnh65min{min-height: 65px !important;}
.mnh70min{min-height: 70px !important;}
.mnh75min{min-height: 75px !important;}
.mnh80min{min-height: 80px !important;}
.mnh85min{min-height: 85px !important;}
.mnh90min{min-height: 90px !important;}
.mnh95min{min-height: 95px !important;}
.mnh100min{min-height: 100px !important;}
.mnh110min{min-height: 110px !important;}
.mnh120min{min-height: 120px !important;}
.mnh130min{min-height: 130px !important;}
.mnh140min{min-height: 140px !important;}
.mnh150min{min-height: 150px !important;}
.mnh160min{min-height: 160px !important;}
.mnh170min{min-height: 170px !important;}
.mnh180min{min-height: 180px !important;}
.mnh190min{min-height: 190px !important;}
.mnh200min{min-height: 200px !important;}
.mnh210min{min-height: 210px !important;}
.mnh220min{min-height: 220px !important;}
.mnh230min{min-height: 230px !important;}
.mnh240min{min-height: 240px !important;}
.mnh250min{min-height: 250px !important;}
.mnh260min{min-height: 260px !important;}
.mnh270min{min-height: 270px !important;}
.mnh280min{min-height: 280px !important;}
.mnh290min{min-height: 290px !important;}
.mnh300min{min-height: 300px !important;}
.mnh350min{min-height: 350px !important;}
.mnh400min{min-height: 400px !important;}
.mnh450min{min-height: 450px !important;}
.mnh500min{min-height: 500px !important;}
.mnh550min{min-height: 550px !important;}
.mnh600min{min-height: 600px !important;}
.mnh650min{min-height: 650px !important;}
.mnh700min{min-height: 700px !important;}
.mnh750min{min-height: 750px !important;}
.mnh800min{min-height: 800px !important;}
.mnh850min{min-height: 850px !important;}
.mnh900min{min-height: 900px !important;}
.mnh1000min{min-height: 1000px !important;}
}

@media(max-width:400px){
.mnh0mic{min-height: 0px !important;}
.mnh5mic{min-height: 5px !important;}
.mnh10mic{min-height: 10px !important;}
.mnh15mic{min-height: 15px !important;}
.mnh20mic{min-height: 20px !important;}
.mnh25mic{min-height: 25px !important;}
.mnh30mic{min-height: 30px !important;}
.mnh35mic{min-height: 35px !important;}
.mnh40mic{min-height: 40px !important;}
.mnh45mic{min-height: 45px !important;}
.mnh50mic{min-height: 50px !important;}
.mnh55mic{min-height: 55px !important;}
.mnh60mic{min-height: 60px !important;}
.mnh65mic{min-height: 65px !important;}
.mnh70mic{min-height: 70px !important;}
.mnh75mic{min-height: 75px !important;}
.mnh80mic{min-height: 80px !important;}
.mnh85mic{min-height: 85px !important;}
.mnh90mic{min-height: 90px !important;}
.mnh95mic{min-height: 95px !important;}
.mnh100mic{min-height: 100px !important;}
.mnh110mic{min-height: 110px !important;}
.mnh120mic{min-height: 120px !important;}
.mnh130mic{min-height: 130px !important;}
.mnh140mic{min-height: 140px !important;}
.mnh150mic{min-height: 150px !important;}
.mnh160mic{min-height: 160px !important;}
.mnh170mic{min-height: 170px !important;}
.mnh180mic{min-height: 180px !important;}
.mnh190mic{min-height: 190px !important;}
.mnh200mic{min-height: 200px !important;}
.mnh210mic{min-height: 210px !important;}
.mnh220mic{min-height: 220px !important;}
.mnh230mic{min-height: 230px !important;}
.mnh240mic{min-height: 240px !important;}
.mnh250mic{min-height: 250px !important;}
.mnh260mic{min-height: 260px !important;}
.mnh270mic{min-height: 270px !important;}
.mnh280mic{min-height: 280px !important;}
.mnh290mic{min-height: 290px !important;}
.mnh300mic{min-height: 300px !important;}
.mnh350mic{min-height: 350px !important;}
.mnh400mic{min-height: 400px !important;}
.mnh450mic{min-height: 450px !important;}
.mnh500mic{min-height: 500px !important;}
.mnh550mic{min-height: 550px !important;}
.mnh600mic{min-height: 600px !important;}
.mnh650mic{min-height: 650px !important;}
.mnh700mic{min-height: 700px !important;}
.mnh750mic{min-height: 750px !important;}
.mnh800mic{min-height: 800px !important;}
.mnh850mic{min-height: 850px !important;}
.mnh900mic{min-height: 900px !important;}
.mnh1000mic{min-height: 1000px !important;}
}

.vh5{min-height: 5vh !important; }
.vh10{min-height: 10vh !important; }
.vh15{min-height: 15vh !important; }
.vh20{min-height: 20vh !important; }
.vh25{min-height: 25vh !important; }
.vh30{min-height: 30vh !important; }
.vh33{min-height: 33vh !important; }
.vh35{min-height: 35vh !important; }
.vh40{min-height: 40vh !important; }
.vh45{min-height: 45vh !important; }
.vh50{min-height: 50vh !important; }
.vh55{min-height: 55vh !important; }
.vh60{min-height: 60vh !important; }
.vh65{min-height: 65vh !important; }
.vh66{min-height: 66vh !important; }
.vh70{min-height: 70vh !important; }
.vh75{min-height: 75vh !important; }
.vh80{min-height: 80vh !important; }
.vh85{min-height: 85vh !important; }
.vh90{min-height: 90vh !important; }
.vh100{min-height: 100vh !important; }

@media(max-width: 1600px){
.vh5xl{min-height: 5vh !important; }
.vh10xl{min-height: 10vh !important; }
.vh15xl{min-height: 15vh !important; }
.vh20xl{min-height: 20vh !important; }
.vh25xl{min-height: 25vh !important; }
.vh30xl{min-height: 30vh !important; }
.vh33xl{min-height: 33vh !important; }
.vh35xl{min-height: 35vh !important; }
.vh40xl{min-height: 40vh !important; }
.vh45xl{min-height: 45vh !important; }
.vh50xl{min-height: 50vh !important; }
.vh55xl{min-height: 55vh !important; }
.vh60xl{min-height: 60vh !important; }
.vh65xl{min-height: 65vh !important; }
.vh66xl{min-height: 66vh !important; }
.vh70xl{min-height: 70vh !important; }
.vh75xl{min-height: 75vh !important; }
.vh80xl{min-height: 80vh !important; }
.vh85xl{min-height: 85vh !important; }
.vh90xl{min-height: 90vh !important; }
.vh100xl{min-height: 100vh !important; }
}

@media(max-width:1380px){
.vh5m{min-height: 5vh !important; }
.vh10m{min-height: 10vh !important; }
.vh15m{min-height: 15vh !important; }
.vh20m{min-height: 20vh !important; }
.vh25m{min-height: 25vh !important; }
.vh30m{min-height: 30vh !important; }
.vh33m{min-height: 33vh !important; }
.vh35m{min-height: 35vh !important; }
.vh40m{min-height: 40vh !important; }
.vh45m{min-height: 45vh !important; }
.vh50m{min-height: 50vh !important; }
.vh55m{min-height: 55vh !important; }
.vh60m{min-height: 60vh !important; }
.vh65m{min-height: 65vh !important; }
.vh66m{min-height: 66vh !important; }
.vh70m{min-height: 70vh !important; }
.vh75m{min-height: 75vh !important; }
.vh80m{min-height: 80vh !important; }
.vh85m{min-height: 85vh !important; }
.vh90m{min-height: 90vh !important; }
.vh100m{min-height: 100vh !important; }
}

@media(max-width:1200px){
.vh5s{min-height: 5vh !important; }
.vh10s{min-height: 10vh !important; }
.vh15s{min-height: 15vh !important; }
.vh20s{min-height: 20vh !important; }
.vh25s{min-height: 25vh !important; }
.vh30s{min-height: 30vh !important; }
.vh33s{min-height: 33vh !important; }
.vh35s{min-height: 35vh !important; }
.vh40s{min-height: 40vh !important; }
.vh45s{min-height: 45vh !important; }
.vh50s{min-height: 50vh !important; }
.vh55s{min-height: 55vh !important; }
.vh60s{min-height: 60vh !important; }
.vh65s{min-height: 65vh !important; }
.vh66s{min-height: 66vh !important; }
.vh70s{min-height: 70vh !important; }
.vh75s{min-height: 75vh !important; }
.vh80s{min-height: 80vh !important; }
.vh85s{min-height: 85vh !important; }
.vh90s{min-height: 90vh !important; }
.vh100s{min-height: 100vh !important; }
}

@media(max-width:1000px){
.vh5xs{min-height: 5vh !important; }
.vh10xs{min-height: 10vh !important; }
.vh15xs{min-height: 15vh !important; }
.vh20xs{min-height: 20vh !important; }
.vh25xs{min-height: 25vh !important; }
.vh30xs{min-height: 30vh !important; }
.vh33xs{min-height: 33vh !important; }
.vh35xs{min-height: 35vh !important; }
.vh40xs{min-height: 40vh !important; }
.vh45xs{min-height: 45vh !important; }
.vh50xs{min-height: 50vh !important; }
.vh55xs{min-height: 55vh !important; }
.vh60xs{min-height: 60vh !important; }
.vh65xs{min-height: 65vh !important; }
.vh66xs{min-height: 66vh !important; }
.vh70xs{min-height: 70vh !important; }
.vh75xs{min-height: 75vh !important; }
.vh80xs{min-height: 80vh !important; }
.vh85xs{min-height: 85vh !important; }
.vh90xs{min-height: 90vh !important; }
.vh100xs{min-height: 100vh !important; }
}

@media(max-width:800px){
.vh5ms{min-height: 5vh !important; }
.vh10ms{min-height: 10vh !important; }
.vh15ms{min-height: 15vh !important; }
.vh20ms{min-height: 20vh !important; }
.vh25ms{min-height: 25vh !important; }
.vh30ms{min-height: 30vh !important; }
.vh33ms{min-height: 33vh !important; }
.vh35ms{min-height: 35vh !important; }
.vh40ms{min-height: 40vh !important; }
.vh45ms{min-height: 45vh !important; }
.vh50ms{min-height: 50vh !important; }
.vh55ms{min-height: 55vh !important; }
.vh60ms{min-height: 60vh !important; }
.vh65ms{min-height: 65vh !important; }
.vh66ms{min-height: 66vh !important; }
.vh70ms{min-height: 70vh !important; }
.vh75ms{min-height: 75vh !important; }
.vh80ms{min-height: 80vh !important; }
.vh85ms{min-height: 85vh !important; }
.vh90ms{min-height: 90vh !important; }
.vh100ms{min-height: 100vh !important; }
}

@media(max-width:600px){
.vh5min{min-height: 5vh !important; }
.vh10min{min-height: 10vh !important; }
.vh15min{min-height: 15vh !important; }
.vh20min{min-height: 20vh !important; }
.vh25min{min-height: 25vh !important; }
.vh30min{min-height: 30vh !important; }
.vh33min{min-height: 33vh !important; }
.vh35min{min-height: 35vh !important; }
.vh40min{min-height: 40vh !important; }
.vh45min{min-height: 45vh !important; }
.vh50min{min-height: 50vh !important; }
.vh55min{min-height: 55vh !important; }
.vh60min{min-height: 60vh !important; }
.vh65min{min-height: 65vh !important; }
.vh66min{min-height: 66vh !important; }
.vh70min{min-height: 70vh !important; }
.vh75min{min-height: 75vh !important; }
.vh80min{min-height: 80vh !important; }
.vh85min{min-height: 85vh !important; }
.vh90min{min-height: 90vh !important; }
.vh100min{min-height: 100vh !important; }
}

@media(max-width:400px){
.vh5mic{min-height: 5vh !important; }
.vh10mic{min-height: 10vh !important; }
.vh15mic{min-height: 15vh !important; }
.vh20mic{min-height: 20vh !important; }
.vh25mic{min-height: 25vh !important; }
.vh30mic{min-height: 30vh !important; }
.vh33mic{min-height: 33vh !important; }
.vh35mic{min-height: 35vh !important; }
.vh40mic{min-height: 40vh !important; }
.vh45mic{min-height: 45vh !important; }
.vh50mic{min-height: 50vh !important; }
.vh55mic{min-height: 55vh !important; }
.vh60mic{min-height: 60vh !important; }
.vh65mic{min-height: 65vh !important; }
.vh66mic{min-height: 66vh !important; }
.vh70mic{min-height: 70vh !important; }
.vh75mic{min-height: 75vh !important; }
.vh80mic{min-height: 80vh !important; }
.vh85mic{min-height: 85vh !important; }
.vh90mic{min-height: 90vh !important; }
.vh100mic{min-height: 100vh !important; }
}

.h100p{min-height:100% !important}

@media(max-width: 1600px){
.h100pxl{min-height:100% !important}
}

@media(max-width:1380px){
.h100pm{min-height:100% !important}
}

@media(max-width:1200px){
.h100ps{min-height:100% !important}
}

@media(max-width:1000px){
.h100pxs{min-height:100% !important}
}

@media(max-width:800px){
.h100pms{min-height:100% !important}
}

@media(max-width:600px){
.h100pmin{min-height:100% !important}
}

@media(max-width:400px){
.h100pmic{min-height:100% !important}
}






/* BLOCK */
.block{display:block;position:relative;max-width: 100%;margin:auto;-webkit-box-sizing: border-box;box-sizing: border-box;}

.block{max-width:1700px}

@media(max-width: 1800px){
  .block{max-width: 92%;}
}
@media(max-width:1200px){
  .block{max-width: 95%;}
}
@media(max-width:600px){
  .block{max-width: inherit;margin: 0 20px;}
}

.overflow{overflow:hidden}
.overflow-y{overflow-x:hidden;overflow-y:auto}
.overflow-x{overflow-y:hidden;overflow-x:auto}

.relative{position:relative;}
.fixed{position:fixed;}
.absolute{position:absolute;}




/* FLEX */

/*
bcol
wrap
nowrap

bcol.left
bcol.right
bcol.center
bcol.around

bcol.top
bcol.bottom
bcol.norm



flx flex % 
gap
gapr
gapc

*/


.bcol > *{float: left;box-sizing: border-box;}

.bcol{display:flex;position:relative;flex-wrap:wrap;justify-content:space-between;align-items: center;clear: both;flex-flow: wrap;box-sizing: border-box;}
.bcol.wrap{flex-wrap: wrap;}
.bcol.nowrap{flex-wrap: nowrap;}
.bcol.left{justify-content:flex-start;}
.bcol.right{justify-content:flex-end;}
.bcol.around{justify-content:space-around}
.bcol.center{justify-content:center}
.bcol.norm{align-items: normal;}
.bcol.stretch{align-items:stretch}
.bcol.top{align-items:flex-start}
.bcol.bottom{align-items:flex-end}
.bcol.column{flex-direction:column;}

@media(max-width: 1600px){
.bcolxl{display:flex;position:relative;flex-wrap:wrap;justify-content:space-between;align-items: center;clear: both;flex-flow: wrap;}
.bcol.wrapxl{flex-wrap: wrap;}
.bcol.nowrapxl{flex-wrap: nowrap;}
.bcol.leftxl{justify-content:flex-start;}
.bcol.rightxl{justify-content:flex-end;}
.bcol.aroundxl{justify-content:space-around}
.bcol.centerxl{justify-content:center}
.bcol.normxl{align-items: normal;}
.bcol.stretchxl{align-items:stretch}
.bcol.topxl{align-items:flex-start}
.bcol.bottomxl{align-items:flex-end}
.bcol.columnxl{flex-direction:column;}
}

@media(max-width:1380px){
.bcolm{display:flex;position:relative;flex-wrap:wrap;justify-content:space-between;align-items: center;clear: both;flex-flow: wrap;}
.bcol.wrapxl{flex-wrap: wrap;}
.bcol.nowrapxl{flex-wrap: nowrap;}
.bcol.leftxl{justify-content:flex-start;}
.bcol.rightxl{justify-content:flex-end;}
.bcol.aroundxl{justify-content:space-around}
.bcol.centerxl{justify-content:center}
.bcol.normxl{align-items: normal;}
.bcol.stretchxl{align-items:stretch}
.bcol.topxl{align-items:flex-start}
.bcol.bottomxl{align-items:flex-end}
.bcol.columnxl{flex-direction:column;}
}

@media(max-width:1200px){
.bcols{display:flex;position:relative;flex-wrap:wrap;justify-content:space-between;align-items: center;clear: both;flex-flow: wrap;}
.bcol.wraps{flex-wrap: wrap;}
.bcol.nowraps{flex-wrap: nowrap;}
.bcol.lefts{justify-content:flex-start;}
.bcol.rights{justify-content:flex-end;}
.bcol.arounds{justify-content:space-around}
.bcol.centers{justify-content:center}
.bcol.norms{align-items: normal;}
.bcol.stretchs{align-items:stretch}
.bcol.tops{align-items:flex-start}
.bcol.bottoms{align-items:flex-end}
.bcol.columns{flex-direction:column;}
}

@media(max-width:1000px){
.bcolxs{display:flex;position:relative;flex-wrap:wrap;justify-content:space-between;align-items: center;clear: both;flex-flow: wrap;}
.bcol.wrapxs{flex-wrap: wrap;}
.bcol.nowrapxs{flex-wrap: nowrap;}
.bcol.leftxs{justify-content:flex-start;}
.bcol.rightxs{justify-content:flex-end;}
.bcol.aroundxs{justify-content:space-around}
.bcol.centerxs{justify-content:center}
.bcol.normxs{align-items: normal;}
.bcol.stretchxs{align-items:stretch}
.bcol.topxs{align-items:flex-start}
.bcol.bottomxs{align-items:flex-end}
.bcol.columnxs{flex-direction:column;}
}

@media(max-width:800px){
.bcolms{display:flex;position:relative;flex-wrap:wrap;justify-content:space-between;align-items: center;clear: both;flex-flow: wrap;}
.bcol.wrapms{flex-wrap: wrap;}
.bcol.nowrapms{flex-wrap: nowrap;}
.bcol.leftms{justify-content:flex-start;}
.bcol.rightms{justify-content:flex-end;}
.bcol.aroundms{justify-content:space-around}
.bcol.centerms{justify-content:center}
.bcol.normms{align-items: normal;}
.bcol.stretchms{align-items:stretch}
.bcol.topms{align-items:flex-start}
.bcol.bottomms{align-items:flex-end}
.bcol.columnms{flex-direction:column;}
}

@media(max-width:600px){
.bcolmin{display:flex;position:relative;flex-wrap:wrap;justify-content:space-between;align-items: center;clear: both;flex-flow: wrap;}
.bcol.wrapmin{flex-wrap: wrap;}
.bcol.nowrapmin{flex-wrap: nowrap;}
.bcol.leftmin{justify-content:flex-start;}
.bcol.rightmin{justify-content:flex-end;}
.bcol.aroundmin{justify-content:space-around}
.bcol.centermin{justify-content:center}
.bcol.normmin{align-items: normal;}
.bcol.stretchmin{align-items:stretch}
.bcol.topmin{align-items:flex-start}
.bcol.bottommin{align-items:flex-end}
.bcol.columnmin{flex-direction:column;}
}

@media(max-width:400px){
.bcolmic{display:flex;position:relative;flex-wrap:wrap;justify-content:space-between;align-items: center;clear: both;flex-flow: wrap;}
.bcol.wrapmic{flex-wrap: wrap;}
.bcol.nowrapmic{flex-wrap: nowrap;}
.bcol.leftmic{justify-content:flex-start;}
.bcol.rightmic{justify-content:flex-end;}
.bcol.aroundmic{justify-content:space-around}
.bcol.centermic{justify-content:center}
.bcol.normmic{align-items: normal;}
.bcol.stretchmic{align-items:stretch}
.bcol.topmic{align-items:flex-start}
.bcol.bottommic{align-items:flex-end}
.bcol.columnmic{flex-direction:column;}
}


/* FLEX */
.flx5{flex:1 1 5% !important; }
.flx10{flex:1 1 10% !important; }
.flx15{flex:1 1 15% !important; }
.flx20{flex:1 1 20% !important; }
.flx25{flex:1 1 25% !important; }
.flx30{flex:1 1 30% !important; }
.flx33{flex:1 1 33% !important; }
.flx35{flex:1 1 35% !important; }
.flx40{flex:1 1 40% !important; }
.flx45{flex:1 1 45% !important; }
.flx50{flex:1 1 50% !important; }
.flx55{flex:1 1 55% !important; }
.flx60{flex:1 1 60% !important; }
.flx65{flex:1 1 65% !important; }
.flx66{flex:1 1 66% !important; }
.flx70{flex:1 1 70% !important; }
.flx75{flex:1 1 75% !important; }
.flx80{flex:1 1 80% !important; }
.flx85{flex:1 1 85% !important; }
.flx90{flex:1 1 90% !important; }
.flx100{flex:1 1 100% !important; }

@media(max-width: 1600px){
.flx5xl{flex:1 1 5% !important; }
.flx10xl{flex:1 1 10% !important; }
.flx15xl{flex:1 1 15% !important; }
.flx20xl{flex:1 1 20% !important; }
.flx25xl{flex:1 1 25% !important; }
.flx30xl{flex:1 1 30% !important; }
.flx33xl{flex:1 1 33% !important; }
.flx35xl{flex:1 1 35% !important; }
.flx40xl{flex:1 1 40% !important; }
.flx45xl{flex:1 1 45% !important; }
.flx50xl{flex:1 1 50% !important; }
.flx55xl{flex:1 1 55% !important; }
.flx60xl{flex:1 1 60% !important; }
.flx65xl{flex:1 1 65% !important; }
.flx66xl{flex:1 1 66% !important; }
.flx70xl{flex:1 1 70% !important; }
.flx75xl{flex:1 1 75% !important; }
.flx80xl{flex:1 1 80% !important; }
.flx85xl{flex:1 1 85% !important; }
.flx90xl{flex:1 1 90% !important; }
.flx100xl{flex:1 1 100% !important; }
}

@media(max-width:1380px){
.flx5m{flex:1 1 5% !important; }
.flx10m{flex:1 1 10% !important; }
.flx15m{flex:1 1 15% !important; }
.flx20m{flex:1 1 20% !important; }
.flx25m{flex:1 1 25% !important; }
.flx30m{flex:1 1 30% !important; }
.flx33m{flex:1 1 33% !important; }
.flx35m{flex:1 1 35% !important; }
.flx40m{flex:1 1 40% !important; }
.flx45m{flex:1 1 45% !important; }
.flx50m{flex:1 1 50% !important; }
.flx55m{flex:1 1 55% !important; }
.flx60m{flex:1 1 60% !important; }
.flx65m{flex:1 1 65% !important; }
.flx66m{flex:1 1 66% !important; }
.flx70m{flex:1 1 70% !important; }
.flx75m{flex:1 1 75% !important; }
.flx80m{flex:1 1 80% !important; }
.flx85m{flex:1 1 85% !important; }
.flx90m{flex:1 1 90% !important; }
.flx100m{flex:1 1 100% !important; }
}

@media(max-width:1200px){
.flx5s{flex:1 1 5% !important; }
.flx10s{flex:1 1 10% !important; }
.flx15s{flex:1 1 15% !important; }
.flx20s{flex:1 1 20% !important; }
.flx25s{flex:1 1 25% !important; }
.flx30s{flex:1 1 30% !important; }
.flx33s{flex:1 1 33% !important; }
.flx35s{flex:1 1 35% !important; }
.flx40s{flex:1 1 40% !important; }
.flx45s{flex:1 1 45% !important; }
.flx50s{flex:1 1 50% !important; }
.flx55s{flex:1 1 55% !important; }
.flx60s{flex:1 1 60% !important; }
.flx65s{flex:1 1 65% !important; }
.flx66s{flex:1 1 66% !important; }
.flx70s{flex:1 1 70% !important; }
.flx75s{flex:1 1 75% !important; }
.flx80s{flex:1 1 80% !important; }
.flx85s{flex:1 1 85% !important; }
.flx90s{flex:1 1 90% !important; }
.flx100s{flex:1 1 100% !important; }
}

@media(max-width:1000px){
.flx5xs{flex:1 1 5% !important; }
.flx10xs{flex:1 1 10% !important; }
.flx15xs{flex:1 1 15% !important; }
.flx20xs{flex:1 1 20% !important; }
.flx25xs{flex:1 1 25% !important; }
.flx30xs{flex:1 1 30% !important; }
.flx33xs{flex:1 1 33% !important; }
.flx35xs{flex:1 1 35% !important; }
.flx40xs{flex:1 1 40% !important; }
.flx45xs{flex:1 1 45% !important; }
.flx50xs{flex:1 1 50% !important; }
.flx55xs{flex:1 1 55% !important; }
.flx60xs{flex:1 1 60% !important; }
.flx65xs{flex:1 1 65% !important; }
.flx66xs{flex:1 1 66% !important; }
.flx70xs{flex:1 1 70% !important; }
.flx75xs{flex:1 1 75% !important; }
.flx80xs{flex:1 1 80% !important; }
.flx85xs{flex:1 1 85% !important; }
.flx90xs{flex:1 1 90% !important; }
.flx100xs{flex:1 1 100% !important; }
}

@media(max-width:800px){
.flx5ms{flex:1 1 5% !important; }
.flx10ms{flex:1 1 10% !important; }
.flx15ms{flex:1 1 15% !important; }
.flx20ms{flex:1 1 20% !important; }
.flx25ms{flex:1 1 25% !important; }
.flx30ms{flex:1 1 30% !important; }
.flx33ms{flex:1 1 33% !important; }
.flx35ms{flex:1 1 35% !important; }
.flx40ms{flex:1 1 40% !important; }
.flx45ms{flex:1 1 45% !important; }
.flx50ms{flex:1 1 50% !important; }
.flx55ms{flex:1 1 55% !important; }
.flx60ms{flex:1 1 60% !important; }
.flx65ms{flex:1 1 65% !important; }
.flx66ms{flex:1 1 66% !important; }
.flx70ms{flex:1 1 70% !important; }
.flx75ms{flex:1 1 75% !important; }
.flx80ms{flex:1 1 80% !important; }
.flx85ms{flex:1 1 85% !important; }
.flx90ms{flex:1 1 90% !important; }
.flx100ms{flex:1 1 100% !important; }
}

@media(max-width:600px){
.flx5min{flex:1 1 5% !important; }
.flx10min{flex:1 1 10% !important; }
.flx15min{flex:1 1 15% !important; }
.flx20min{flex:1 1 20% !important; }
.flx25min{flex:1 1 25% !important; }
.flx30min{flex:1 1 30% !important; }
.flx33min{flex:1 1 33% !important; }
.flx35min{flex:1 1 35% !important; }
.flx40min{flex:1 1 40% !important; }
.flx45min{flex:1 1 45% !important; }
.flx50min{flex:1 1 50% !important; }
.flx55min{flex:1 1 55% !important; }
.flx60min{flex:1 1 60% !important; }
.flx65min{flex:1 1 65% !important; }
.flx66min{flex:1 1 66% !important; }
.flx70min{flex:1 1 70% !important; }
.flx75min{flex:1 1 75% !important; }
.flx80min{flex:1 1 80% !important; }
.flx85min{flex:1 1 85% !important; }
.flx90min{flex:1 1 90% !important; }
.flx100min{flex:1 1 100% !important; }
}

@media(max-width:400px){
.flx5mic{flex:1 1 5% !important; }
.flx10mic{flex:1 1 10% !important; }
.flx15mic{flex:1 1 15% !important; }
.flx20mic{flex:1 1 20% !important; }
.flx25mic{flex:1 1 25% !important; }
.flx30mic{flex:1 1 30% !important; }
.flx33mic{flex:1 1 33% !important; }
.flx35mic{flex:1 1 35% !important; }
.flx40mic{flex:1 1 40% !important; }
.flx45mic{flex:1 1 45% !important; }
.flx50mic{flex:1 1 50% !important; }
.flx55mic{flex:1 1 55% !important; }
.flx60mic{flex:1 1 60% !important; }
.flx65mic{flex:1 1 65% !important; }
.flx66mic{flex:1 1 66% !important; }
.flx70mic{flex:1 1 70% !important; }
.flx75mic{flex:1 1 75% !important; }
.flx80mic{flex:1 1 80% !important; }
.flx85mic{flex:1 1 85% !important; }
.flx90mic{flex:1 1 90% !important; }
.flx100mic{flex:1 1 100% !important; }
}


/* GAP*/
/*

gap px
gapr row-gap px
gapc column-gap px
*/

.gap5{gap:5px !important; }
.gap10{gap:10px !important; }
.gap15{gap:15px !important; }
.gap20{gap:20px !important; }
.gap25{gap:25px !important; }
.gap30{gap:30px !important; }
.gap35{gap:35px !important; }
.gap40{gap:40px !important; }
.gap45{gap:45px !important; }
.gap50{gap:50px !important; }
.gap55{gap:55px !important; }
.gap60{gap:60px !important; }
.gap65{gap:65px !important; }
.gap70{gap:70px !important; }
.gap75{gap:75px !important; }
.gap80{gap:80px !important; }
.gap85{gap:85px !important; }
.gap90{gap:90px !important; }
.gap95{gap:95px !important; }
.gap100{gap:100px !important; }

@media(max-width: 1600px){
.gap5xl{gap:5px !important; }
.gap10xl{gap:10px !important; }
.gap15xl{gap:15px !important; }
.gap20xl{gap:20px !important; }
.gap25xl{gap:25px !important; }
.gap30xl{gap:30px !important; }
.gap35xl{gap:35px !important; }
.gap40xl{gap:40px !important; }
.gap45xl{gap:45px !important; }
.gap50xl{gap:50px !important; }
.gap55xl{gap:55px !important; }
.gap60xl{gap:60px !important; }
.gap65xl{gap:65px !important; }
.gap70xl{gap:70px !important; }
.gap75xl{gap:75px !important; }
.gap80xl{gap:80px !important; }
.gap85xl{gap:85px !important; }
.gap90xl{gap:90px !important; }
.gap95xl{gap:95px !important; }
.gap100xl{gap:100px !important; }
}

@media(max-width:1380px){
.gap5m{gap:5px !important; }
.gap10m{gap:10px !important; }
.gap15m{gap:15px !important; }
.gap20m{gap:20px !important; }
.gap25m{gap:25px !important; }
.gap30m{gap:30px !important; }
.gap35m{gap:35px !important; }
.gap40m{gap:40px !important; }
.gap45m{gap:45px !important; }
.gap50m{gap:50px !important; }
.gap55m{gap:55px !important; }
.gap60m{gap:60px !important; }
.gap65m{gap:65px !important; }
.gap70m{gap:70px !important; }
.gap75m{gap:75px !important; }
.gap80m{gap:80px !important; }
.gap85m{gap:85px !important; }
.gap90m{gap:90px !important; }
.gap95m{gap:95px !important; }
.gap100m{gap:100px !important; }
}

@media(max-width:1200px){
.gap5s{gap:5px !important; }
.gap10s{gap:10px !important; }
.gap15s{gap:15px !important; }
.gap20s{gap:20px !important; }
.gap25s{gap:25px !important; }
.gap30s{gap:30px !important; }
.gap35s{gap:35px !important; }
.gap40s{gap:40px !important; }
.gap45s{gap:45px !important; }
.gap50s{gap:50px !important; }
.gap55s{gap:55px !important; }
.gap60s{gap:60px !important; }
.gap65s{gap:65px !important; }
.gap70s{gap:70px !important; }
.gap75s{gap:75px !important; }
.gap80s{gap:80px !important; }
.gap85s{gap:85px !important; }
.gap90s{gap:90px !important; }
.gap95s{gap:95px !important; }
.gap100s{gap:100px !important; }
}

@media(max-width:1000px){
.gap5xs{gap:5px !important; }
.gap10xs{gap:10px !important; }
.gap15xs{gap:15px !important; }
.gap20xs{gap:20px !important; }
.gap25xs{gap:25px !important; }
.gap30xs{gap:30px !important; }
.gap35xs{gap:35px !important; }
.gap40xs{gap:40px !important; }
.gap45xs{gap:45px !important; }
.gap50xs{gap:50px !important; }
.gap55xs{gap:55px !important; }
.gap60xs{gap:60px !important; }
.gap65xs{gap:65px !important; }
.gap70xs{gap:70px !important; }
.gap75xs{gap:75px !important; }
.gap80xs{gap:80px !important; }
.gap85xs{gap:85px !important; }
.gap90xs{gap:90px !important; }
.gap95xs{gap:95px !important; }
.gap100xs{gap:100px !important; }
}

@media(max-width:800px){
.gap5ms{gap:5px !important; }
.gap10ms{gap:10px !important; }
.gap15ms{gap:15px !important; }
.gap20ms{gap:20px !important; }
.gap25ms{gap:25px !important; }
.gap30ms{gap:30px !important; }
.gap35ms{gap:35px !important; }
.gap40ms{gap:40px !important; }
.gap45ms{gap:45px !important; }
.gap50ms{gap:50px !important; }
.gap55ms{gap:55px !important; }
.gap60ms{gap:60px !important; }
.gap65ms{gap:65px !important; }
.gap70ms{gap:70px !important; }
.gap75ms{gap:75px !important; }
.gap80ms{gap:80px !important; }
.gap85ms{gap:85px !important; }
.gap90ms{gap:90px !important; }
.gap95ms{gap:95px !important; }
.gap100ms{gap:100px !important; }
}

@media(max-width:600px){
.gap5min{gap:5px !important; }
.gap10min{gap:10px !important; }
.gap15min{gap:15px !important; }
.gap20min{gap:20px !important; }
.gap25min{gap:25px !important; }
.gap30min{gap:30px !important; }
.gap35min{gap:35px !important; }
.gap40min{gap:40px !important; }
.gap45min{gap:45px !important; }
.gap50min{gap:50px !important; }
.gap55min{gap:55px !important; }
.gap60min{gap:60px !important; }
.gap65min{gap:65px !important; }
.gap70min{gap:70px !important; }
.gap75min{gap:75px !important; }
.gap80min{gap:80px !important; }
.gap85min{gap:85px !important; }
.gap90min{gap:90px !important; }
.gap95min{gap:95px !important; }
.gap100min{gap:100px !important; }
}

@media(max-width:400px){
.gap5mic{gap:5px !important; }
.gap10mic{gap:10px !important; }
.gap15mic{gap:15px !important; }
.gap20mic{gap:20px !important; }
.gap25mic{gap:25px !important; }
.gap30mic{gap:30px !important; }
.gap35mic{gap:35px !important; }
.gap40mic{gap:40px !important; }
.gap45mic{gap:45px !important; }
.gap50mic{gap:50px !important; }
.gap55mic{gap:55px !important; }
.gap60mic{gap:60px !important; }
.gap65mic{gap:65px !important; }
.gap70mic{gap:70px !important; }
.gap75mic{gap:75px !important; }
.gap80mic{gap:80px !important; }
.gap85mic{gap:85px !important; }
.gap90mic{gap:90px !important; }
.gap95mic{gap:95px !important; }
.gap100mic{gap:100px !important; }
}

.gapr5{row-gap: 5px !important;}
.gapr10{row-gap: 10px !important;}
.gapr15{row-gap: 15px !important;}
.gapr20{row-gap: 20px !important;}
.gapr25{row-gap: 25px !important;}
.gapr30{row-gap: 30px !important;}
.gapr35{row-gap: 35px !important;}
.gapr40{row-gap: 40px !important;}
.gapr45{row-gap: 45px !important;}
.gapr50{row-gap: 50px !important;}
.gapr55{row-gap: 55px !important;}
.gapr60{row-gap: 60px !important;}
.gapr65{row-gap: 65px !important;}
.gapr70{row-gap: 70px !important;}
.gapr75{row-gap: 75px !important;}
.gapr80{row-gap: 80px !important;}
.gapr85{row-gap: 85px !important;}
.gapr90{row-gap: 90px !important;}
.gapr95{row-gap: 95px !important;}
.gapr100{row-gap: 100px !important;}

@media(max-width: 1600px){
.gapr5xl{row-gap: 5px !important;}
.gapr10xl{row-gap: 10px !important;}
.gapr15xl{row-gap: 15px !important;}
.gapr20xl{row-gap: 20px !important;}
.gapr25xl{row-gap: 25px !important;}
.gapr30xl{row-gap: 30px !important;}
.gapr35xl{row-gap: 35px !important;}
.gapr40xl{row-gap: 40px !important;}
.gapr45xl{row-gap: 45px !important;}
.gapr50xl{row-gap: 50px !important;}
.gapr55xl{row-gap: 55px !important;}
.gapr60xl{row-gap: 60px !important;}
.gapr65xl{row-gap: 65px !important;}
.gapr70xl{row-gap: 70px !important;}
.gapr75xl{row-gap: 75px !important;}
.gapr80xl{row-gap: 80px !important;}
.gapr85xl{row-gap: 85px !important;}
.gapr90xl{row-gap: 90px !important;}
.gapr95xl{row-gap: 95px !important;}
.gapr100xl{row-gap: 100px !important;}
}

@media(max-width:1380px){
.gapr5m{row-gap: 5px !important;}
.gapr10m{row-gap: 10px !important;}
.gapr15m{row-gap: 15px !important;}
.gapr20m{row-gap: 20px !important;}
.gapr25m{row-gap: 25px !important;}
.gapr30m{row-gap: 30px !important;}
.gapr35m{row-gap: 35px !important;}
.gapr40m{row-gap: 40px !important;}
.gapr45m{row-gap: 45px !important;}
.gapr50m{row-gap: 50px !important;}
.gapr55m{row-gap: 55px !important;}
.gapr60m{row-gap: 60px !important;}
.gapr65m{row-gap: 65px !important;}
.gapr70m{row-gap: 70px !important;}
.gapr75m{row-gap: 75px !important;}
.gapr80m{row-gap: 80px !important;}
.gapr85m{row-gap: 85px !important;}
.gapr90m{row-gap: 90px !important;}
.gapr95m{row-gap: 95px !important;}
.gapr100m{row-gap: 100px !important;}
}

@media(max-width:1200px){
.gapr5s{row-gap: 5px !important;}
.gapr10s{row-gap: 10px !important;}
.gapr15s{row-gap: 15px !important;}
.gapr20s{row-gap: 20px !important;}
.gapr25s{row-gap: 25px !important;}
.gapr30s{row-gap: 30px !important;}
.gapr35s{row-gap: 35px !important;}
.gapr40s{row-gap: 40px !important;}
.gapr45s{row-gap: 45px !important;}
.gapr50s{row-gap: 50px !important;}
.gapr55s{row-gap: 55px !important;}
.gapr60s{row-gap: 60px !important;}
.gapr65s{row-gap: 65px !important;}
.gapr70s{row-gap: 70px !important;}
.gapr75s{row-gap: 75px !important;}
.gapr80s{row-gap: 80px !important;}
.gapr85s{row-gap: 85px !important;}
.gapr90s{row-gap: 90px !important;}
.gapr95s{row-gap: 95px !important;}
.gapr100s{row-gap: 100px !important;}
}

@media(max-width:1000px){
.gapr5xs{row-gap: 5px !important;}
.gapr10xs{row-gap: 10px !important;}
.gapr15xs{row-gap: 15px !important;}
.gapr20xs{row-gap: 20px !important;}
.gapr25xs{row-gap: 25px !important;}
.gapr30xs{row-gap: 30px !important;}
.gapr35xs{row-gap: 35px !important;}
.gapr40xs{row-gap: 40px !important;}
.gapr45xs{row-gap: 45px !important;}
.gapr50xs{row-gap: 50px !important;}
.gapr55xs{row-gap: 55px !important;}
.gapr60xs{row-gap: 60px !important;}
.gapr65xs{row-gap: 65px !important;}
.gapr70xs{row-gap: 70px !important;}
.gapr75xs{row-gap: 75px !important;}
.gapr80xs{row-gap: 80px !important;}
.gapr85xs{row-gap: 85px !important;}
.gapr90xs{row-gap: 90px !important;}
.gapr95xs{row-gap: 95px !important;}
.gapr100xs{row-gap: 100px !important;}
}

@media(max-width:800px){
.gapr5ms{row-gap: 5px !important;}
.gapr10ms{row-gap: 10px !important;}
.gapr15ms{row-gap: 15px !important;}
.gapr20ms{row-gap: 20px !important;}
.gapr25ms{row-gap: 25px !important;}
.gapr30ms{row-gap: 30px !important;}
.gapr35ms{row-gap: 35px !important;}
.gapr40ms{row-gap: 40px !important;}
.gapr45ms{row-gap: 45px !important;}
.gapr50ms{row-gap: 50px !important;}
.gapr55ms{row-gap: 55px !important;}
.gapr60ms{row-gap: 60px !important;}
.gapr65ms{row-gap: 65px !important;}
.gapr70ms{row-gap: 70px !important;}
.gapr75ms{row-gap: 75px !important;}
.gapr80ms{row-gap: 80px !important;}
.gapr85ms{row-gap: 85px !important;}
.gapr90ms{row-gap: 90px !important;}
.gapr95ms{row-gap: 95px !important;}
.gapr100ms{row-gap: 100px !important;}
}

@media(max-width:600px){
.gapr5min{row-gap: 5px !important;}
.gapr10min{row-gap: 10px !important;}
.gapr15min{row-gap: 15px !important;}
.gapr20min{row-gap: 20px !important;}
.gapr25min{row-gap: 25px !important;}
.gapr30min{row-gap: 30px !important;}
.gapr35min{row-gap: 35px !important;}
.gapr40min{row-gap: 40px !important;}
.gapr45min{row-gap: 45px !important;}
.gapr50min{row-gap: 50px !important;}
.gapr55min{row-gap: 55px !important;}
.gapr60min{row-gap: 60px !important;}
.gapr65min{row-gap: 65px !important;}
.gapr70min{row-gap: 70px !important;}
.gapr75min{row-gap: 75px !important;}
.gapr80min{row-gap: 80px !important;}
.gapr85min{row-gap: 85px !important;}
.gapr90min{row-gap: 90px !important;}
.gapr95min{row-gap: 95px !important;}
.gapr100min{row-gap: 100px !important;}
}

@media(max-width:400px){
.gapr5mic{row-gap: 5px !important;}
.gapr10mic{row-gap: 10px !important;}
.gapr15mic{row-gap: 15px !important;}
.gapr20mic{row-gap: 20px !important;}
.gapr25mic{row-gap: 25px !important;}
.gapr30mic{row-gap: 30px !important;}
.gapr35mic{row-gap: 35px !important;}
.gapr40mic{row-gap: 40px !important;}
.gapr45mic{row-gap: 45px !important;}
.gapr50mic{row-gap: 50px !important;}
.gapr55mic{row-gap: 55px !important;}
.gapr60mic{row-gap: 60px !important;}
.gapr65mic{row-gap: 65px !important;}
.gapr70mic{row-gap: 70px !important;}
.gapr75mic{row-gap: 75px !important;}
.gapr80mic{row-gap: 80px !important;}
.gapr85mic{row-gap: 85px !important;}
.gapr90mic{row-gap: 90px !important;}
.gapr95mic{row-gap: 95px !important;}
.gapr100mic{row-gap: 100px !important;}
}

.gapc5{column-gap: 5px !important;}
.gapc10{column-gap: 10px !important;}
.gapc15{column-gap: 15px !important;}
.gapc20{column-gap: 20px !important;}
.gapc25{column-gap: 25px !important;}
.gapc30{column-gap: 30px !important;}
.gapc35{column-gap: 35px !important;}
.gapc40{column-gap: 40px !important;}
.gapc45{column-gap: 45px !important;}
.gapc50{column-gap: 50px !important;}
.gapc55{column-gap: 55px !important;}
.gapc60{column-gap: 60px !important;}
.gapc65{column-gap: 65px !important;}
.gapc70{column-gap: 70px !important;}
.gapc75{column-gap: 75px !important;}
.gapc80{column-gap: 80px !important;}
.gapc85{column-gap: 85px !important;}
.gapc90{column-gap: 90px !important;}
.gapc95{column-gap: 95px !important;}
.gapc100{column-gap: 100px !important;}

@media(max-width: 1600px){
.gapc5xl{column-gap: 5px !important;}
.gapc10xl{column-gap: 10px !important;}
.gapc15xl{column-gap: 15px !important;}
.gapc20xl{column-gap: 20px !important;}
.gapc25xl{column-gap: 25px !important;}
.gapc30xl{column-gap: 30px !important;}
.gapc35xl{column-gap: 35px !important;}
.gapc40xl{column-gap: 40px !important;}
.gapc45xl{column-gap: 45px !important;}
.gapc50xl{column-gap: 50px !important;}
.gapc55xl{column-gap: 55px !important;}
.gapc60xl{column-gap: 60px !important;}
.gapc65xl{column-gap: 65px !important;}
.gapc70xl{column-gap: 70px !important;}
.gapc75xl{column-gap: 75px !important;}
.gapc80xl{column-gap: 80px !important;}
.gapc85xl{column-gap: 85px !important;}
.gapc90xl{column-gap: 90px !important;}
.gapc95xl{column-gap: 95px !important;}
.gapc100xl{column-gap: 100px !important;}
}

@media(max-width:1380px){
.gapc5m{column-gap: 5px !important;}
.gapc10m{column-gap: 10px !important;}
.gapc15m{column-gap: 15px !important;}
.gapc20m{column-gap: 20px !important;}
.gapc25m{column-gap: 25px !important;}
.gapc30m{column-gap: 30px !important;}
.gapc35m{column-gap: 35px !important;}
.gapc40m{column-gap: 40px !important;}
.gapc45m{column-gap: 45px !important;}
.gapc50m{column-gap: 50px !important;}
.gapc55m{column-gap: 55px !important;}
.gapc60m{column-gap: 60px !important;}
.gapc65m{column-gap: 65px !important;}
.gapc70m{column-gap: 70px !important;}
.gapc75m{column-gap: 75px !important;}
.gapc80m{column-gap: 80px !important;}
.gapc85m{column-gap: 85px !important;}
.gapc90m{column-gap: 90px !important;}
.gapc95m{column-gap: 95px !important;}
.gapc100m{column-gap: 100px !important;}
}

@media(max-width:1200px){
.gapc5s{column-gap: 5px !important;}
.gapc10s{column-gap: 10px !important;}
.gapc15s{column-gap: 15px !important;}
.gapc20s{column-gap: 20px !important;}
.gapc25s{column-gap: 25px !important;}
.gapc30s{column-gap: 30px !important;}
.gapc35s{column-gap: 35px !important;}
.gapc40s{column-gap: 40px !important;}
.gapc45s{column-gap: 45px !important;}
.gapc50s{column-gap: 50px !important;}
.gapc55s{column-gap: 55px !important;}
.gapc60s{column-gap: 60px !important;}
.gapc65s{column-gap: 65px !important;}
.gapc70s{column-gap: 70px !important;}
.gapc75s{column-gap: 75px !important;}
.gapc80s{column-gap: 80px !important;}
.gapc85s{column-gap: 85px !important;}
.gapc90s{column-gap: 90px !important;}
.gapc95s{column-gap: 95px !important;}
.gapc100s{column-gap: 100px !important;}
}

@media(max-width:1000px){
.gapc5xs{column-gap: 5px !important;}
.gapc10xs{column-gap: 10px !important;}
.gapc15xs{column-gap: 15px !important;}
.gapc20xs{column-gap: 20px !important;}
.gapc25xs{column-gap: 25px !important;}
.gapc30xs{column-gap: 30px !important;}
.gapc35xs{column-gap: 35px !important;}
.gapc40xs{column-gap: 40px !important;}
.gapc45xs{column-gap: 45px !important;}
.gapc50xs{column-gap: 50px !important;}
.gapc55xs{column-gap: 55px !important;}
.gapc60xs{column-gap: 60px !important;}
.gapc65xs{column-gap: 65px !important;}
.gapc70xs{column-gap: 70px !important;}
.gapc75xs{column-gap: 75px !important;}
.gapc80xs{column-gap: 80px !important;}
.gapc85xs{column-gap: 85px !important;}
.gapc90xs{column-gap: 90px !important;}
.gapc95xs{column-gap: 95px !important;}
.gapc100xs{column-gap: 100px !important;}
}

@media(max-width:800px){
.gapc5ms{column-gap: 5px !important;}
.gapc10ms{column-gap: 10px !important;}
.gapc15ms{column-gap: 15px !important;}
.gapc20ms{column-gap: 20px !important;}
.gapc25ms{column-gap: 25px !important;}
.gapc30ms{column-gap: 30px !important;}
.gapc35ms{column-gap: 35px !important;}
.gapc40ms{column-gap: 40px !important;}
.gapc45ms{column-gap: 45px !important;}
.gapc50ms{column-gap: 50px !important;}
.gapc55ms{column-gap: 55px !important;}
.gapc60ms{column-gap: 60px !important;}
.gapc65ms{column-gap: 65px !important;}
.gapc70ms{column-gap: 70px !important;}
.gapc75ms{column-gap: 75px !important;}
.gapc80ms{column-gap: 80px !important;}
.gapc85ms{column-gap: 85px !important;}
.gapc90ms{column-gap: 90px !important;}
.gapc95ms{column-gap: 95px !important;}
.gapc100ms{column-gap: 100px !important;}
}

@media(max-width:600px){
.gapc5min{column-gap: 5px !important;}
.gapc10min{column-gap: 10px !important;}
.gapc15min{column-gap: 15px !important;}
.gapc20min{column-gap: 20px !important;}
.gapc25min{column-gap: 25px !important;}
.gapc30min{column-gap: 30px !important;}
.gapc35min{column-gap: 35px !important;}
.gapc40min{column-gap: 40px !important;}
.gapc45min{column-gap: 45px !important;}
.gapc50min{column-gap: 50px !important;}
.gapc55min{column-gap: 55px !important;}
.gapc60min{column-gap: 60px !important;}
.gapc65min{column-gap: 65px !important;}
.gapc70min{column-gap: 70px !important;}
.gapc75min{column-gap: 75px !important;}
.gapc80min{column-gap: 80px !important;}
.gapc85min{column-gap: 85px !important;}
.gapc90min{column-gap: 90px !important;}
.gapc95min{column-gap: 95px !important;}
.gapc100min{column-gap: 100px !important;}
}

@media(max-width:400px){
.gapc5mic{column-gap: 5px !important;}
.gapc10mic{column-gap: 10px !important;}
.gapc15mic{column-gap: 15px !important;}
.gapc20mic{column-gap: 20px !important;}
.gapc25mic{column-gap: 25px !important;}
.gapc30mic{column-gap: 30px !important;}
.gapc35mic{column-gap: 35px !important;}
.gapc40mic{column-gap: 40px !important;}
.gapc45mic{column-gap: 45px !important;}
.gapc50mic{column-gap: 50px !important;}
.gapc55mic{column-gap: 55px !important;}
.gapc60mic{column-gap: 60px !important;}
.gapc65mic{column-gap: 65px !important;}
.gapc70mic{column-gap: 70px !important;}
.gapc75mic{column-gap: 75px !important;}
.gapc80mic{column-gap: 80px !important;}
.gapc85mic{column-gap: 85px !important;}
.gapc90mic{column-gap: 90px !important;}
.gapc95mic{column-gap: 95px !important;}
.gapc100mic{column-gap: 100px !important;}
}


/* ORDER */
.ord0{order:0; }
.ord1{order:1; }
.ord2{order:2; }
.ord3{order:3; }
.ord4{order:4; }
.ord5{order:5; }
.ord6{order:6; }
.ord7{order:7; }
.ord8{order:8; }
.ord9{order:9; }
.ord10{order:10; }

@media(max-width:1600px){
.ord0xl{order:0; }
.ord1xl{order:1; }
.ord2xl{order:2; }
.ord3xl{order:3; }
.ord4xl{order:4; }
.ord5xl{order:5; }
.ord6xl{order:6; }
.ord7xl{order:7; }
.ord8xl{order:8; }
.ord9xl{order:9; }
.ord10xl{order:10; }
}

@media(max-width:1400px){
.ord0m{order:0; }
.ord1m{order:1; }
.ord2m{order:2; }
.ord3m{order:3; }
.ord4m{order:4; }
.ord5m{order:5; }
.ord6m{order:6; }
.ord7m{order:7; }
.ord8m{order:8; }
.ord9m{order:9; }
.ord10m{order:10; }
}

@media(max-width:1200px){
.ord0s{order:0; }
.ord1s{order:1; }
.ord2s{order:2; }
.ord3s{order:3; }
.ord4s{order:4; }
.ord5s{order:5; }
.ord6s{order:6; }
.ord7s{order:7; }
.ord8s{order:8; }
.ord9s{order:9; }
.ord10s{order:10; }
}

@media(max-width:1000px){
.ord0xs{order:0; }
.ord1xs{order:1; }
.ord2xs{order:2; }
.ord3xs{order:3; }
.ord4xs{order:4; }
.ord5xs{order:5; }
.ord6xs{order:6; }
.ord7xs{order:7; }
.ord8xs{order:8; }
.ord9xs{order:9; }
.ord10xs{order:10; }
}

@media(max-width:800px){
.ord0ms{order:0; }
.ord1ms{order:1; }
.ord2ms{order:2; }
.ord3ms{order:3; }
.ord4ms{order:4; }
.ord5ms{order:5; }
.ord6ms{order:6; }
.ord7ms{order:7; }
.ord8ms{order:8; }
.ord9ms{order:9; }
.ord10ms{order:10; }
}

@media(max-width:600px){
.ord0min{order:0; }
.ord1min{order:1; }
.ord2min{order:2; }
.ord3min{order:3; }
.ord4min{order:4; }
.ord5min{order:5; }
.ord6min{order:6; }
.ord7min{order:7; }
.ord8min{order:8; }
.ord9min{order:9; }
.ord10min{order:10; }
}

@media(max-width:400px){
.ord0mic{order:0; }
.ord1mic{order:1; }
.ord2mic{order:2; }
.ord3mic{order:3; }
.ord4mic{order:4; }
.ord5mic{order:5; }
.ord6mic{order:6; }
.ord7mic{order:7; }
.ord8mic{order:8; }
.ord9mic{order:9; }
.ord10mic{order:10; }
}




/* Z INDEX */

.zi0{z-index:0;}
.zi1{z-index:1;}
.zi2{z-index:2;}
.zi3{z-index:3;}
.zi4{z-index:4;}
.zi5{z-index:5;}

.zi-1{z-index:-1;}
.zi-2{z-index:-2;}
.zi-3{z-index:-3;}
.zi-4{z-index:-4;}
.zi-5{z-index:-5;}







/* BORDER RADIUS */
.br5{border-radius:5px;}
.br10{border-radius:10px;}
.br15{border-radius:15px;}
.br20{border-radius:20px;}
.br25{border-radius:25px;}
.br30{border-radius:30px;}
.br40{border-radius:40px;}
.br45{border-radius:45px;}
.br50{border-radius:50px;}


/* TOP OFSET*/
.t-10{position:relative;margin-top:-10px;}
.t-15{position:relative;margin-top:-15px;}
.t-20{position:relative;margin-top:-20px;}
.t-25{position:relative;margin-top:-25px;}
.t-30{position:relative;margin-top:-30px;}
.t-35{position:relative;margin-top:-35px;}
.t-40{position:relative;margin-top:-40px;}
.t-45{position:relative;margin-top:-45px;}
.t-50{position:relative;margin-top:-50px;}
.t-55{position:relative;margin-top:-55px;}
.t-60{position:relative;margin-top:-60px;}
.t-65{position:relative;margin-top:-65px;}
.t-70{position:relative;margin-top:-70px;}
.t-75{position:relative;margin-top:-75px;}
.t-80{position:relative;margin-top: -80px;}
.t-85{position:relative;margin-top:-85px;}
.t-90{position:relative;margin-top:-90px;}
.t-95{position:relative;margin-top:-95px;}
.t-100{position:relative;margin-top:-10px;}

.t10{position:relative;top:10px;}
.t15{position:relative;top:15px;}
.t20{position:relative;top:20px;}
.t25{position:relative;top:25px;}
.t30{position:relative;top:30px;}
.t35{position:relative;top:35px;}
.t40{position:relative;top:40px;}
.t45{position:relative;top:45px;}
.t50{position:relative;top:50px;}
.t55{position:relative;top:55px;}
.t60{position:relative;top:60px;}
.t65{position:relative;top:65px;}
.t70{position:relative;top:70px;}
.t75{position:relative;top:75px;}
.t80{position:relative;top:80px;}
.t85{position:relative;top:85px;}
.t90{position:relative;top:90px;}
.t95{position:relative;top:95px;}
.t100{position:relative;top:10px;}

/*BOTTOM OFSET*/
.b-10{position:relative;bottom:-10px;}
.b-15{position:relative;bottom:-15px;}
.b-20{position:relative;bottom:-20px;}
.b-25{position:relative;bottom:-25px;}
.b-30{position:relative;bottom:-30px;}
.b-35{position:relative;bottom:-35px;}
.b-40{position:relative;bottom:-40px;}
.b-45{position:relative;bottom:-45px;}
.b-50{position:relative;bottom:-50px;}
.b-55{position:relative;bottom:-55px;}
.b-60{position:relative;bottom:-60px;}
.b-65{position:relative;bottom:-65px;}
.b-70{position:relative;bottom:-70px;}
.b-75{position:relative;bottom:-75px;}
.b-80{position:relative;bottom:-80px;}
.b-85{position:relative;bottom:-85px;}
.b-90{position:relative;bottom:-90px;}
.b-95{position:relative;bottom:-95px;}
.b-100{position:relative;bottom:-10px;}

.b10{position:relative;bottom:10px;}
.b15{position:relative;bottom:15px;}
.b20{position:relative;bottom:20px;}
.b25{position:relative;bottom:25px;}
.b30{position:relative;bottom:30px;}
.b35{position:relative;bottom:35px;}
.b40{position:relative;bottom:40px;}
.b45{position:relative;bottom:45px;}
.b50{position:relative;bottom:50px;}
.b55{position:relative;bottom:55px;}
.b60{position:relative;bottom:60px;}
.b65{position:relative;bottom:65px;}
.b70{position:relative;bottom:70px;}
.b75{position:relative;bottom:75px;}
.b80{position:relative;bottom:80px;}
.b85{position:relative;bottom:85px;}
.b90{position:relative;bottom:90px;}
.b95{position:relative;bottom:95px;}
.b100{position:relative;bottom:10px;}



/*
 * 
 BLOCK CSS v 7.01


*/