[block]{display:block}
[flex]{display:flex}
[grid]{display:grid}
[inline]{display:inline}
[iblock]{display:inline-block}
[iflex]{display:inline-flex}
[igrid]{display:inline-grid}
[hidden]{display:none !important}
[flex]>*,[iflex]>*{min-width:0;min-height:0}
[visible]{visibility:visible !important}
[invisible]{visibility:hidden !important}
[vanish]{visibility:collapse !important}
[o="0"]{opacity:0}
[o="1"]{opacity:1}
[o="5%"]{opacity:0.05}
[o="10%"]{opacity:0.1}
[o="/8"]{opacity:0.125}
[o="15%"]{opacity:0.15}
[o="20%"]{opacity:0.2}
[o="25%"]{opacity:0.25}
[o="/4"]{opacity:0.25}
[o="30%"]{opacity:0.3}
[o="35%"]{opacity:0.35}
[o="40%"]{opacity:0.4}
[o="45%"]{opacity:0.45}
[o="50%"]{opacity:0.5}
[o="/2"]{opacity:0.5}
[o="55%"]{opacity:0.55}
[o="60%"]{opacity:0.6}
[o="65%"]{opacity:0.65}
[o="2/3"]{opacity:0.666667}
[o="70%"]{opacity:0.7}
[o="75%"]{opacity:0.75}
[o="3/4"]{opacity:0.75}
[o="80%"]{opacity:0.8}
[o="85%"]{opacity:0.85}
[o="90%"]{opacity:0.9}
[o="95%"]{opacity:0.95}
[o="100%"]{opacity:1}
[transparent]{opacity:0}
[opaque]{opacity:1}
[overflow]{overflow:visible}
[no-overflow]{overflow:hidden}
[scroll]{overflow:auto}
[scroll="!"]{overflow:scroll}
[scroll-x]{overflow-x:auto;overflow-y:hidden}
[scroll-x="!"]{overflow-x:scroll;overflow-y:hidden}
[scroll-y]{overflow-x:hidden;overflow-y:auto}
[scroll-y="!"]{overflow-x:hidden;overflow-y:scroll}
[smooth-scroll]{scroll-behavior:smooth}
[normal-scroll]{scroll-behavior:auto}
[wrap]{flex-wrap:wrap}
[no-wrap]{flex-wrap:nowrap}
[wrap-r]{flex-wrap:wrap-reverse}
[wrap-overflow]{overflow-wrap:normal}
[wrap-break]{overflow-wrap:break-word}
[wrap-anywhere]{overflow-wrap:anywhere}
[hl]{display:flex;flex-direction:row}
[hl-center]{display:flex;flex-direction:row;justify-items:center}
[hl]>*,[hl-center]>*{min-width:0}
[vl]{display:flex;flex-direction:column}
[vl-center]{display:flex;flex-direction:column;justify-items:center}
[vl]>*,[vl-center]>*{min-height:0}
[start]{justify-content:flex-start}
[end]{justify-content:flex-end}
[center]{justify-content:center;align-items:center}
[to-left]{float:left}
[to-right]{float:right}
[no-float]{float:none}
[clear]{clear:both}
[clear-l]{clear:left}
[clear-r]{clear:right}
[no-clear]{clear:none}
[clearfix]:after{display:table;clear:both;content:" "}
[row]{flex-direction:row}
[row-r]{flex-direction:row-reverse}
[column]{flex-direction:column}
[column-r]{flex-direction:column-reverse}
[to-start]{justify-content:flex-start}
[to-end]{justify-content:flex-end}
[to-center]{justify-content:center}
[to-spread]{justify-content:space-between}
[to-space-out]{justify-content:space-around}
[to-divide]{justify-content:space-evenly}
[justify-start]{justify-items:flex-start}
[justify-end]{justify-items:flex-end}
[justify-center]{justify-items:center}
[justify-stretch]{justify-items:stretch}
[justify-base]{justify-items:baseline}
[self-to-start]{justify-self:flex-start}
[self-to-end]{justify-self:flex-end}
[self-to-center]{justify-self:center}
[self-to-spread]{justify-self:space-between}
[self-to-space-out]{justify-self:space-around}
[self-to-divide]{justify-self:space-evenly}
[ctn-start]{align-content:flex-start}
[ctn-end]{align-content:flex-end}
[ctn-center]{align-content:center}
[ctn-stretch]{align-content:stretch}
[ctn-spread]{align-content:space-between}
[ctn-space-out]{align-content:space-around}
[align-start]{align-items:flex-start}
[align-end]{align-items:flex-end}
[align-center]{align-items:center}
[align-stretch]{align-items:stretch}
[align-base]{align-items:baseline}
[self-start]{align-self:flex-start}
[self-end]{align-self:flex-end}
[self-center]{align-self:center}
[self-base]{align-self:baseline}
[self-stretch]{align-self:stretch}
[va-baseline]{vertical-align:baseline}
[va-sub]{vertical-align:sub}
[va-super]{vertical-align:super}
[va-top]{vertical-align:top}
[va-text-top]{vertical-align:text-top}
[va-middle]{vertical-align:middle}
[va-bottom]{vertical-align:bottom}
[va-text-bottom]{vertical-align:text-bottom}
[fit-contain]{object-fit:contain}
[fit-cover]{object-fit:cover}
[fit-fill]{object-fit:fill}
[fit-into]{object-fit:scale-down}
[no-fit]{object-fit:none}
[fit-center]{object-position:center}
[fit-top]{object-position:top}
[fit-bottom]{object-position:bottom}
[fit-left]{object-position:left}
[fit-right]{object-position:right}
[br]{break-before:all}
[br="!"]{break-before:always}
[br-page]{break-before:page}
[no-br]{break-before:avoid}
[br-after]{break-after:all}
[br-after="!"]{break-after:always}
[br-after-page]{break-after:page}
[no-br-after]{break-after:avoid}
[br-in]{break-inside:auto}
[no-br-in]{break-inside:avoid}
[resize]{resize:both}
[resize-h]{resize:horizontal}
[resize-v]{resize:vertical}
[no-resize]{resize:none}
[layout-auto]{table-layout:auto}
[layout-fixed]{table-layout:fixed}
[static]{position:static}
[absolute],[abs]{position:absolute}
[relative],[rel]{position:relative}
[fixed]{position:fixed}
[sticky]{position:sticky}
[t]{top:0}
[t="0"]{top:0rem}
[t="1"]{top:1rem}
[t="2"]{top:2rem}
[t="3"]{top:3rem}
[t="4"]{top:4rem}
[t="5"]{top:5rem}
[t="6"]{top:6rem}
[t="7"]{top:7rem}
[t="8"]{top:8rem}
[t="9"]{top:9rem}
[t="10"]{top:10rem}
[t="11"]{top:11rem}
[t="12"]{top:12rem}
[t="13"]{top:13rem}
[t="14"]{top:14rem}
[t="15"]{top:15rem}
[t="16"]{top:16rem}
[t="17"]{top:17rem}
[t="18"]{top:18rem}
[t="19"]{top:19rem}
[t="20"]{top:20rem}
[t="21"]{top:21rem}
[t="22"]{top:22rem}
[t="23"]{top:23rem}
[t="24"]{top:24rem}
[t="25"]{top:25rem}
[t="26"]{top:26rem}
[t="27"]{top:27rem}
[t="28"]{top:28rem}
[t="29"]{top:29rem}
[t="30"]{top:30rem}
[t="31"]{top:31rem}
[t="32"]{top:32rem}
[t="33"]{top:33rem}
[t="34"]{top:34rem}
[t="35"]{top:35rem}
[t="36"]{top:36rem}
[t="37"]{top:37rem}
[t="38"]{top:38rem}
[t="39"]{top:39rem}
[t="40"]{top:40rem}
[t="41"]{top:41rem}
[t="42"]{top:42rem}
[t="43"]{top:43rem}
[t="44"]{top:44rem}
[t="45"]{top:45rem}
[t="46"]{top:46rem}
[t="47"]{top:47rem}
[t="48"]{top:48rem}
[t="49"]{top:49rem}
[t="50"]{top:50rem}
[t="51"]{top:51rem}
[t="52"]{top:52rem}
[t="53"]{top:53rem}
[t="54"]{top:54rem}
[t="55"]{top:55rem}
[t="56"]{top:56rem}
[t="57"]{top:57rem}
[t="58"]{top:58rem}
[t="59"]{top:59rem}
[t="60"]{top:60rem}
[t="61"]{top:61rem}
[t="62"]{top:62rem}
[t="63"]{top:63rem}
[t="64"]{top:64rem}
[t="65"]{top:65rem}
[t="66"]{top:66rem}
[t="67"]{top:67rem}
[t="68"]{top:68rem}
[t="69"]{top:69rem}
[t="70"]{top:70rem}
[t="71"]{top:71rem}
[t="72"]{top:72rem}
[t="73"]{top:73rem}
[t="74"]{top:74rem}
[t="75"]{top:75rem}
[t="76"]{top:76rem}
[t="77"]{top:77rem}
[t="78"]{top:78rem}
[t="79"]{top:79rem}
[t="80"]{top:80rem}
[t="81"]{top:81rem}
[t="82"]{top:82rem}
[t="83"]{top:83rem}
[t="84"]{top:84rem}
[t="85"]{top:85rem}
[t="86"]{top:86rem}
[t="87"]{top:87rem}
[t="88"]{top:88rem}
[t="89"]{top:89rem}
[t="90"]{top:90rem}
[t="91"]{top:91rem}
[t="92"]{top:92rem}
[t="93"]{top:93rem}
[t="94"]{top:94rem}
[t="95"]{top:95rem}
[t="96"]{top:96rem}
[t="97"]{top:97rem}
[t="98"]{top:98rem}
[t="99"]{top:99rem}
[t="100"]{top:100rem}
[t="/64"]{top:0.015625rem}
[t="/32"]{top:0.03125rem}
[t="/16"]{top:0.0625rem}
[t="/8"]{top:0.125rem}
[t="/4"]{top:0.25rem}
[t="/2"]{top:0.5rem}
[t="2/3"]{top:0.666667rem}
[t="3/4"]{top:0.75rem}
[t="3/2"]{top:1.5rem}
[t="5/2"]{top:2.5rem}
[t="-10"]{top:-10rem}
[t="-9"]{top:-9rem}
[t="-8"]{top:-8rem}
[t="-7"]{top:-7rem}
[t="-6"]{top:-6rem}
[t="-5"]{top:-5rem}
[t="-4"]{top:-4rem}
[t="-3"]{top:-3rem}
[t="-5/2"]{top:-2.5rem}
[t="-2"]{top:-2rem}
[t="-3/2"]{top:-1.5rem}
[t="-1"]{top:-1rem}
[t="-3/4"]{top:-0.75rem}
[t="-2/3"]{top:-0.666667rem}
[t="-/2"]{top:-0.5rem}
[t="-/4"]{top:-0.25rem}
[t="-/8"]{top:-0.125rem}
[t="-/16"]{top:-0.0625rem}
[t="-/32"]{top:-0.03125rem}
[t="-/64"]{top:-0.015625rem}
[t="-100"]{top:-100rem}
[t="-99"]{top:-99rem}
[t="-98"]{top:-98rem}
[t="-97"]{top:-97rem}
[t="-96"]{top:-96rem}
[t="-95"]{top:-95rem}
[t="-94"]{top:-94rem}
[t="-93"]{top:-93rem}
[t="-92"]{top:-92rem}
[t="-91"]{top:-91rem}
[t="-90"]{top:-90rem}
[t="-89"]{top:-89rem}
[t="-88"]{top:-88rem}
[t="-87"]{top:-87rem}
[t="-86"]{top:-86rem}
[t="-85"]{top:-85rem}
[t="-84"]{top:-84rem}
[t="-83"]{top:-83rem}
[t="-82"]{top:-82rem}
[t="-81"]{top:-81rem}
[t="-80"]{top:-80rem}
[t="-79"]{top:-79rem}
[t="-78"]{top:-78rem}
[t="-77"]{top:-77rem}
[t="-76"]{top:-76rem}
[t="-75"]{top:-75rem}
[t="-74"]{top:-74rem}
[t="-73"]{top:-73rem}
[t="-72"]{top:-72rem}
[t="-71"]{top:-71rem}
[t="-70"]{top:-70rem}
[t="-69"]{top:-69rem}
[t="-68"]{top:-68rem}
[t="-67"]{top:-67rem}
[t="-66"]{top:-66rem}
[t="-65"]{top:-65rem}
[t="-64"]{top:-64rem}
[t="-63"]{top:-63rem}
[t="-62"]{top:-62rem}
[t="-61"]{top:-61rem}
[t="-60"]{top:-60rem}
[t="-59"]{top:-59rem}
[t="-58"]{top:-58rem}
[t="-57"]{top:-57rem}
[t="-56"]{top:-56rem}
[t="-55"]{top:-55rem}
[t="-54"]{top:-54rem}
[t="-53"]{top:-53rem}
[t="-52"]{top:-52rem}
[t="-51"]{top:-51rem}
[t="-50"]{top:-50rem}
[t="-49"]{top:-49rem}
[t="-48"]{top:-48rem}
[t="-47"]{top:-47rem}
[t="-46"]{top:-46rem}
[t="-45"]{top:-45rem}
[t="-44"]{top:-44rem}
[t="-43"]{top:-43rem}
[t="-42"]{top:-42rem}
[t="-41"]{top:-41rem}
[t="-40"]{top:-40rem}
[t="-39"]{top:-39rem}
[t="-38"]{top:-38rem}
[t="-37"]{top:-37rem}
[t="-36"]{top:-36rem}
[t="-35"]{top:-35rem}
[t="-34"]{top:-34rem}
[t="-33"]{top:-33rem}
[t="-32"]{top:-32rem}
[t="-31"]{top:-31rem}
[t="-30"]{top:-30rem}
[t="-29"]{top:-29rem}
[t="-28"]{top:-28rem}
[t="-27"]{top:-27rem}
[t="-26"]{top:-26rem}
[t="-25"]{top:-25rem}
[t="-24"]{top:-24rem}
[t="-23"]{top:-23rem}
[t="-22"]{top:-22rem}
[t="-21"]{top:-21rem}
[t="-20"]{top:-20rem}
[t="-19"]{top:-19rem}
[t="-18"]{top:-18rem}
[t="-17"]{top:-17rem}
[t="-16"]{top:-16rem}
[t="-15"]{top:-15rem}
[t="-14"]{top:-14rem}
[t="-13"]{top:-13rem}
[t="-12"]{top:-12rem}
[t="-11"]{top:-11rem}
[t="-100%"]{top:-100%}
[t="-95%"]{top:-95%}
[t="-90%"]{top:-90%}
[t="-85%"]{top:-85%}
[t="-80%"]{top:-80%}
[t="-75%"]{top:-75%}
[t="-70%"]{top:-70%}
[t="-65%"]{top:-65%}
[t="-60%"]{top:-60%}
[t="-55%"]{top:-55%}
[t="-50%"]{top:-50%}
[t="-45%"]{top:-45%}
[t="-40%"]{top:-40%}
[t="-35%"]{top:-35%}
[t="-30%"]{top:-30%}
[t="-25%"]{top:-25%}
[t="-20%"]{top:-20%}
[t="-15%"]{top:-15%}
[t="-10%"]{top:-10%}
[t="-5%"]{top:-5%}
[t="0%"]{top:0%}
[t="5%"]{top:5%}
[t="10%"]{top:10%}
[t="15%"]{top:15%}
[t="20%"]{top:20%}
[t="25%"]{top:25%}
[t="30%"]{top:30%}
[t="35%"]{top:35%}
[t="40%"]{top:40%}
[t="45%"]{top:45%}
[t="50%"]{top:50%}
[t="55%"]{top:55%}
[t="60%"]{top:60%}
[t="65%"]{top:65%}
[t="70%"]{top:70%}
[t="75%"]{top:75%}
[t="80%"]{top:80%}
[t="85%"]{top:85%}
[t="90%"]{top:90%}
[t="95%"]{top:95%}
[t="100%"]{top:100%}
[t="33%"]{top:33%}
[t="67%"]{top:67%}
[r]{right:0}
[r="0"]{right:0rem}
[r="1"]{right:1rem}
[r="2"]{right:2rem}
[r="3"]{right:3rem}
[r="4"]{right:4rem}
[r="5"]{right:5rem}
[r="6"]{right:6rem}
[r="7"]{right:7rem}
[r="8"]{right:8rem}
[r="9"]{right:9rem}
[r="10"]{right:10rem}
[r="11"]{right:11rem}
[r="12"]{right:12rem}
[r="13"]{right:13rem}
[r="14"]{right:14rem}
[r="15"]{right:15rem}
[r="16"]{right:16rem}
[r="17"]{right:17rem}
[r="18"]{right:18rem}
[r="19"]{right:19rem}
[r="20"]{right:20rem}
[r="21"]{right:21rem}
[r="22"]{right:22rem}
[r="23"]{right:23rem}
[r="24"]{right:24rem}
[r="25"]{right:25rem}
[r="26"]{right:26rem}
[r="27"]{right:27rem}
[r="28"]{right:28rem}
[r="29"]{right:29rem}
[r="30"]{right:30rem}
[r="31"]{right:31rem}
[r="32"]{right:32rem}
[r="33"]{right:33rem}
[r="34"]{right:34rem}
[r="35"]{right:35rem}
[r="36"]{right:36rem}
[r="37"]{right:37rem}
[r="38"]{right:38rem}
[r="39"]{right:39rem}
[r="40"]{right:40rem}
[r="41"]{right:41rem}
[r="42"]{right:42rem}
[r="43"]{right:43rem}
[r="44"]{right:44rem}
[r="45"]{right:45rem}
[r="46"]{right:46rem}
[r="47"]{right:47rem}
[r="48"]{right:48rem}
[r="49"]{right:49rem}
[r="50"]{right:50rem}
[r="51"]{right:51rem}
[r="52"]{right:52rem}
[r="53"]{right:53rem}
[r="54"]{right:54rem}
[r="55"]{right:55rem}
[r="56"]{right:56rem}
[r="57"]{right:57rem}
[r="58"]{right:58rem}
[r="59"]{right:59rem}
[r="60"]{right:60rem}
[r="61"]{right:61rem}
[r="62"]{right:62rem}
[r="63"]{right:63rem}
[r="64"]{right:64rem}
[r="65"]{right:65rem}
[r="66"]{right:66rem}
[r="67"]{right:67rem}
[r="68"]{right:68rem}
[r="69"]{right:69rem}
[r="70"]{right:70rem}
[r="71"]{right:71rem}
[r="72"]{right:72rem}
[r="73"]{right:73rem}
[r="74"]{right:74rem}
[r="75"]{right:75rem}
[r="76"]{right:76rem}
[r="77"]{right:77rem}
[r="78"]{right:78rem}
[r="79"]{right:79rem}
[r="80"]{right:80rem}
[r="81"]{right:81rem}
[r="82"]{right:82rem}
[r="83"]{right:83rem}
[r="84"]{right:84rem}
[r="85"]{right:85rem}
[r="86"]{right:86rem}
[r="87"]{right:87rem}
[r="88"]{right:88rem}
[r="89"]{right:89rem}
[r="90"]{right:90rem}
[r="91"]{right:91rem}
[r="92"]{right:92rem}
[r="93"]{right:93rem}
[r="94"]{right:94rem}
[r="95"]{right:95rem}
[r="96"]{right:96rem}
[r="97"]{right:97rem}
[r="98"]{right:98rem}
[r="99"]{right:99rem}
[r="100"]{right:100rem}
[r="/64"]{right:0.015625rem}
[r="/32"]{right:0.03125rem}
[r="/16"]{right:0.0625rem}
[r="/8"]{right:0.125rem}
[r="/4"]{right:0.25rem}
[r="/2"]{right:0.5rem}
[r="2/3"]{right:0.666667rem}
[r="3/4"]{right:0.75rem}
[r="3/2"]{right:1.5rem}
[r="5/2"]{right:2.5rem}
[r="-10"]{right:-10rem}
[r="-9"]{right:-9rem}
[r="-8"]{right:-8rem}
[r="-7"]{right:-7rem}
[r="-6"]{right:-6rem}
[r="-5"]{right:-5rem}
[r="-4"]{right:-4rem}
[r="-3"]{right:-3rem}
[r="-5/2"]{right:-2.5rem}
[r="-2"]{right:-2rem}
[r="-3/2"]{right:-1.5rem}
[r="-1"]{right:-1rem}
[r="-3/4"]{right:-0.75rem}
[r="-2/3"]{right:-0.666667rem}
[r="-/2"]{right:-0.5rem}
[r="-/4"]{right:-0.25rem}
[r="-/8"]{right:-0.125rem}
[r="-/16"]{right:-0.0625rem}
[r="-/32"]{right:-0.03125rem}
[r="-/64"]{right:-0.015625rem}
[r="-100"]{right:-100rem}
[r="-99"]{right:-99rem}
[r="-98"]{right:-98rem}
[r="-97"]{right:-97rem}
[r="-96"]{right:-96rem}
[r="-95"]{right:-95rem}
[r="-94"]{right:-94rem}
[r="-93"]{right:-93rem}
[r="-92"]{right:-92rem}
[r="-91"]{right:-91rem}
[r="-90"]{right:-90rem}
[r="-89"]{right:-89rem}
[r="-88"]{right:-88rem}
[r="-87"]{right:-87rem}
[r="-86"]{right:-86rem}
[r="-85"]{right:-85rem}
[r="-84"]{right:-84rem}
[r="-83"]{right:-83rem}
[r="-82"]{right:-82rem}
[r="-81"]{right:-81rem}
[r="-80"]{right:-80rem}
[r="-79"]{right:-79rem}
[r="-78"]{right:-78rem}
[r="-77"]{right:-77rem}
[r="-76"]{right:-76rem}
[r="-75"]{right:-75rem}
[r="-74"]{right:-74rem}
[r="-73"]{right:-73rem}
[r="-72"]{right:-72rem}
[r="-71"]{right:-71rem}
[r="-70"]{right:-70rem}
[r="-69"]{right:-69rem}
[r="-68"]{right:-68rem}
[r="-67"]{right:-67rem}
[r="-66"]{right:-66rem}
[r="-65"]{right:-65rem}
[r="-64"]{right:-64rem}
[r="-63"]{right:-63rem}
[r="-62"]{right:-62rem}
[r="-61"]{right:-61rem}
[r="-60"]{right:-60rem}
[r="-59"]{right:-59rem}
[r="-58"]{right:-58rem}
[r="-57"]{right:-57rem}
[r="-56"]{right:-56rem}
[r="-55"]{right:-55rem}
[r="-54"]{right:-54rem}
[r="-53"]{right:-53rem}
[r="-52"]{right:-52rem}
[r="-51"]{right:-51rem}
[r="-50"]{right:-50rem}
[r="-49"]{right:-49rem}
[r="-48"]{right:-48rem}
[r="-47"]{right:-47rem}
[r="-46"]{right:-46rem}
[r="-45"]{right:-45rem}
[r="-44"]{right:-44rem}
[r="-43"]{right:-43rem}
[r="-42"]{right:-42rem}
[r="-41"]{right:-41rem}
[r="-40"]{right:-40rem}
[r="-39"]{right:-39rem}
[r="-38"]{right:-38rem}
[r="-37"]{right:-37rem}
[r="-36"]{right:-36rem}
[r="-35"]{right:-35rem}
[r="-34"]{right:-34rem}
[r="-33"]{right:-33rem}
[r="-32"]{right:-32rem}
[r="-31"]{right:-31rem}
[r="-30"]{right:-30rem}
[r="-29"]{right:-29rem}
[r="-28"]{right:-28rem}
[r="-27"]{right:-27rem}
[r="-26"]{right:-26rem}
[r="-25"]{right:-25rem}
[r="-24"]{right:-24rem}
[r="-23"]{right:-23rem}
[r="-22"]{right:-22rem}
[r="-21"]{right:-21rem}
[r="-20"]{right:-20rem}
[r="-19"]{right:-19rem}
[r="-18"]{right:-18rem}
[r="-17"]{right:-17rem}
[r="-16"]{right:-16rem}
[r="-15"]{right:-15rem}
[r="-14"]{right:-14rem}
[r="-13"]{right:-13rem}
[r="-12"]{right:-12rem}
[r="-11"]{right:-11rem}
[r="-100%"]{right:-100%}
[r="-95%"]{right:-95%}
[r="-90%"]{right:-90%}
[r="-85%"]{right:-85%}
[r="-80%"]{right:-80%}
[r="-75%"]{right:-75%}
[r="-70%"]{right:-70%}
[r="-65%"]{right:-65%}
[r="-60%"]{right:-60%}
[r="-55%"]{right:-55%}
[r="-50%"]{right:-50%}
[r="-45%"]{right:-45%}
[r="-40%"]{right:-40%}
[r="-35%"]{right:-35%}
[r="-30%"]{right:-30%}
[r="-25%"]{right:-25%}
[r="-20%"]{right:-20%}
[r="-15%"]{right:-15%}
[r="-10%"]{right:-10%}
[r="-5%"]{right:-5%}
[r="0%"]{right:0%}
[r="5%"]{right:5%}
[r="10%"]{right:10%}
[r="15%"]{right:15%}
[r="20%"]{right:20%}
[r="25%"]{right:25%}
[r="30%"]{right:30%}
[r="35%"]{right:35%}
[r="40%"]{right:40%}
[r="45%"]{right:45%}
[r="50%"]{right:50%}
[r="55%"]{right:55%}
[r="60%"]{right:60%}
[r="65%"]{right:65%}
[r="70%"]{right:70%}
[r="75%"]{right:75%}
[r="80%"]{right:80%}
[r="85%"]{right:85%}
[r="90%"]{right:90%}
[r="95%"]{right:95%}
[r="100%"]{right:100%}
[r="33%"]{right:33%}
[r="67%"]{right:67%}
[b]{bottom:0}
[b="0"]{bottom:0rem}
[b="1"]{bottom:1rem}
[b="2"]{bottom:2rem}
[b="3"]{bottom:3rem}
[b="4"]{bottom:4rem}
[b="5"]{bottom:5rem}
[b="6"]{bottom:6rem}
[b="7"]{bottom:7rem}
[b="8"]{bottom:8rem}
[b="9"]{bottom:9rem}
[b="10"]{bottom:10rem}
[b="11"]{bottom:11rem}
[b="12"]{bottom:12rem}
[b="13"]{bottom:13rem}
[b="14"]{bottom:14rem}
[b="15"]{bottom:15rem}
[b="16"]{bottom:16rem}
[b="17"]{bottom:17rem}
[b="18"]{bottom:18rem}
[b="19"]{bottom:19rem}
[b="20"]{bottom:20rem}
[b="21"]{bottom:21rem}
[b="22"]{bottom:22rem}
[b="23"]{bottom:23rem}
[b="24"]{bottom:24rem}
[b="25"]{bottom:25rem}
[b="26"]{bottom:26rem}
[b="27"]{bottom:27rem}
[b="28"]{bottom:28rem}
[b="29"]{bottom:29rem}
[b="30"]{bottom:30rem}
[b="31"]{bottom:31rem}
[b="32"]{bottom:32rem}
[b="33"]{bottom:33rem}
[b="34"]{bottom:34rem}
[b="35"]{bottom:35rem}
[b="36"]{bottom:36rem}
[b="37"]{bottom:37rem}
[b="38"]{bottom:38rem}
[b="39"]{bottom:39rem}
[b="40"]{bottom:40rem}
[b="41"]{bottom:41rem}
[b="42"]{bottom:42rem}
[b="43"]{bottom:43rem}
[b="44"]{bottom:44rem}
[b="45"]{bottom:45rem}
[b="46"]{bottom:46rem}
[b="47"]{bottom:47rem}
[b="48"]{bottom:48rem}
[b="49"]{bottom:49rem}
[b="50"]{bottom:50rem}
[b="51"]{bottom:51rem}
[b="52"]{bottom:52rem}
[b="53"]{bottom:53rem}
[b="54"]{bottom:54rem}
[b="55"]{bottom:55rem}
[b="56"]{bottom:56rem}
[b="57"]{bottom:57rem}
[b="58"]{bottom:58rem}
[b="59"]{bottom:59rem}
[b="60"]{bottom:60rem}
[b="61"]{bottom:61rem}
[b="62"]{bottom:62rem}
[b="63"]{bottom:63rem}
[b="64"]{bottom:64rem}
[b="65"]{bottom:65rem}
[b="66"]{bottom:66rem}
[b="67"]{bottom:67rem}
[b="68"]{bottom:68rem}
[b="69"]{bottom:69rem}
[b="70"]{bottom:70rem}
[b="71"]{bottom:71rem}
[b="72"]{bottom:72rem}
[b="73"]{bottom:73rem}
[b="74"]{bottom:74rem}
[b="75"]{bottom:75rem}
[b="76"]{bottom:76rem}
[b="77"]{bottom:77rem}
[b="78"]{bottom:78rem}
[b="79"]{bottom:79rem}
[b="80"]{bottom:80rem}
[b="81"]{bottom:81rem}
[b="82"]{bottom:82rem}
[b="83"]{bottom:83rem}
[b="84"]{bottom:84rem}
[b="85"]{bottom:85rem}
[b="86"]{bottom:86rem}
[b="87"]{bottom:87rem}
[b="88"]{bottom:88rem}
[b="89"]{bottom:89rem}
[b="90"]{bottom:90rem}
[b="91"]{bottom:91rem}
[b="92"]{bottom:92rem}
[b="93"]{bottom:93rem}
[b="94"]{bottom:94rem}
[b="95"]{bottom:95rem}
[b="96"]{bottom:96rem}
[b="97"]{bottom:97rem}
[b="98"]{bottom:98rem}
[b="99"]{bottom:99rem}
[b="100"]{bottom:100rem}
[b="/64"]{bottom:0.015625rem}
[b="/32"]{bottom:0.03125rem}
[b="/16"]{bottom:0.0625rem}
[b="/8"]{bottom:0.125rem}
[b="/4"]{bottom:0.25rem}
[b="/2"]{bottom:0.5rem}
[b="2/3"]{bottom:0.666667rem}
[b="3/4"]{bottom:0.75rem}
[b="3/2"]{bottom:1.5rem}
[b="5/2"]{bottom:2.5rem}
[b="-10"]{bottom:-10rem}
[b="-9"]{bottom:-9rem}
[b="-8"]{bottom:-8rem}
[b="-7"]{bottom:-7rem}
[b="-6"]{bottom:-6rem}
[b="-5"]{bottom:-5rem}
[b="-4"]{bottom:-4rem}
[b="-3"]{bottom:-3rem}
[b="-5/2"]{bottom:-2.5rem}
[b="-2"]{bottom:-2rem}
[b="-3/2"]{bottom:-1.5rem}
[b="-1"]{bottom:-1rem}
[b="-3/4"]{bottom:-0.75rem}
[b="-2/3"]{bottom:-0.666667rem}
[b="-/2"]{bottom:-0.5rem}
[b="-/4"]{bottom:-0.25rem}
[b="-/8"]{bottom:-0.125rem}
[b="-/16"]{bottom:-0.0625rem}
[b="-/32"]{bottom:-0.03125rem}
[b="-/64"]{bottom:-0.015625rem}
[b="-100"]{bottom:-100rem}
[b="-99"]{bottom:-99rem}
[b="-98"]{bottom:-98rem}
[b="-97"]{bottom:-97rem}
[b="-96"]{bottom:-96rem}
[b="-95"]{bottom:-95rem}
[b="-94"]{bottom:-94rem}
[b="-93"]{bottom:-93rem}
[b="-92"]{bottom:-92rem}
[b="-91"]{bottom:-91rem}
[b="-90"]{bottom:-90rem}
[b="-89"]{bottom:-89rem}
[b="-88"]{bottom:-88rem}
[b="-87"]{bottom:-87rem}
[b="-86"]{bottom:-86rem}
[b="-85"]{bottom:-85rem}
[b="-84"]{bottom:-84rem}
[b="-83"]{bottom:-83rem}
[b="-82"]{bottom:-82rem}
[b="-81"]{bottom:-81rem}
[b="-80"]{bottom:-80rem}
[b="-79"]{bottom:-79rem}
[b="-78"]{bottom:-78rem}
[b="-77"]{bottom:-77rem}
[b="-76"]{bottom:-76rem}
[b="-75"]{bottom:-75rem}
[b="-74"]{bottom:-74rem}
[b="-73"]{bottom:-73rem}
[b="-72"]{bottom:-72rem}
[b="-71"]{bottom:-71rem}
[b="-70"]{bottom:-70rem}
[b="-69"]{bottom:-69rem}
[b="-68"]{bottom:-68rem}
[b="-67"]{bottom:-67rem}
[b="-66"]{bottom:-66rem}
[b="-65"]{bottom:-65rem}
[b="-64"]{bottom:-64rem}
[b="-63"]{bottom:-63rem}
[b="-62"]{bottom:-62rem}
[b="-61"]{bottom:-61rem}
[b="-60"]{bottom:-60rem}
[b="-59"]{bottom:-59rem}
[b="-58"]{bottom:-58rem}
[b="-57"]{bottom:-57rem}
[b="-56"]{bottom:-56rem}
[b="-55"]{bottom:-55rem}
[b="-54"]{bottom:-54rem}
[b="-53"]{bottom:-53rem}
[b="-52"]{bottom:-52rem}
[b="-51"]{bottom:-51rem}
[b="-50"]{bottom:-50rem}
[b="-49"]{bottom:-49rem}
[b="-48"]{bottom:-48rem}
[b="-47"]{bottom:-47rem}
[b="-46"]{bottom:-46rem}
[b="-45"]{bottom:-45rem}
[b="-44"]{bottom:-44rem}
[b="-43"]{bottom:-43rem}
[b="-42"]{bottom:-42rem}
[b="-41"]{bottom:-41rem}
[b="-40"]{bottom:-40rem}
[b="-39"]{bottom:-39rem}
[b="-38"]{bottom:-38rem}
[b="-37"]{bottom:-37rem}
[b="-36"]{bottom:-36rem}
[b="-35"]{bottom:-35rem}
[b="-34"]{bottom:-34rem}
[b="-33"]{bottom:-33rem}
[b="-32"]{bottom:-32rem}
[b="-31"]{bottom:-31rem}
[b="-30"]{bottom:-30rem}
[b="-29"]{bottom:-29rem}
[b="-28"]{bottom:-28rem}
[b="-27"]{bottom:-27rem}
[b="-26"]{bottom:-26rem}
[b="-25"]{bottom:-25rem}
[b="-24"]{bottom:-24rem}
[b="-23"]{bottom:-23rem}
[b="-22"]{bottom:-22rem}
[b="-21"]{bottom:-21rem}
[b="-20"]{bottom:-20rem}
[b="-19"]{bottom:-19rem}
[b="-18"]{bottom:-18rem}
[b="-17"]{bottom:-17rem}
[b="-16"]{bottom:-16rem}
[b="-15"]{bottom:-15rem}
[b="-14"]{bottom:-14rem}
[b="-13"]{bottom:-13rem}
[b="-12"]{bottom:-12rem}
[b="-11"]{bottom:-11rem}
[b="-100%"]{bottom:-100%}
[b="-95%"]{bottom:-95%}
[b="-90%"]{bottom:-90%}
[b="-85%"]{bottom:-85%}
[b="-80%"]{bottom:-80%}
[b="-75%"]{bottom:-75%}
[b="-70%"]{bottom:-70%}
[b="-65%"]{bottom:-65%}
[b="-60%"]{bottom:-60%}
[b="-55%"]{bottom:-55%}
[b="-50%"]{bottom:-50%}
[b="-45%"]{bottom:-45%}
[b="-40%"]{bottom:-40%}
[b="-35%"]{bottom:-35%}
[b="-30%"]{bottom:-30%}
[b="-25%"]{bottom:-25%}
[b="-20%"]{bottom:-20%}
[b="-15%"]{bottom:-15%}
[b="-10%"]{bottom:-10%}
[b="-5%"]{bottom:-5%}
[b="0%"]{bottom:0%}
[b="5%"]{bottom:5%}
[b="10%"]{bottom:10%}
[b="15%"]{bottom:15%}
[b="20%"]{bottom:20%}
[b="25%"]{bottom:25%}
[b="30%"]{bottom:30%}
[b="35%"]{bottom:35%}
[b="40%"]{bottom:40%}
[b="45%"]{bottom:45%}
[b="50%"]{bottom:50%}
[b="55%"]{bottom:55%}
[b="60%"]{bottom:60%}
[b="65%"]{bottom:65%}
[b="70%"]{bottom:70%}
[b="75%"]{bottom:75%}
[b="80%"]{bottom:80%}
[b="85%"]{bottom:85%}
[b="90%"]{bottom:90%}
[b="95%"]{bottom:95%}
[b="100%"]{bottom:100%}
[b="33%"]{bottom:33%}
[b="67%"]{bottom:67%}
[l]{left:0}
[l="0"]{left:0rem}
[l="1"]{left:1rem}
[l="2"]{left:2rem}
[l="3"]{left:3rem}
[l="4"]{left:4rem}
[l="5"]{left:5rem}
[l="6"]{left:6rem}
[l="7"]{left:7rem}
[l="8"]{left:8rem}
[l="9"]{left:9rem}
[l="10"]{left:10rem}
[l="11"]{left:11rem}
[l="12"]{left:12rem}
[l="13"]{left:13rem}
[l="14"]{left:14rem}
[l="15"]{left:15rem}
[l="16"]{left:16rem}
[l="17"]{left:17rem}
[l="18"]{left:18rem}
[l="19"]{left:19rem}
[l="20"]{left:20rem}
[l="21"]{left:21rem}
[l="22"]{left:22rem}
[l="23"]{left:23rem}
[l="24"]{left:24rem}
[l="25"]{left:25rem}
[l="26"]{left:26rem}
[l="27"]{left:27rem}
[l="28"]{left:28rem}
[l="29"]{left:29rem}
[l="30"]{left:30rem}
[l="31"]{left:31rem}
[l="32"]{left:32rem}
[l="33"]{left:33rem}
[l="34"]{left:34rem}
[l="35"]{left:35rem}
[l="36"]{left:36rem}
[l="37"]{left:37rem}
[l="38"]{left:38rem}
[l="39"]{left:39rem}
[l="40"]{left:40rem}
[l="41"]{left:41rem}
[l="42"]{left:42rem}
[l="43"]{left:43rem}
[l="44"]{left:44rem}
[l="45"]{left:45rem}
[l="46"]{left:46rem}
[l="47"]{left:47rem}
[l="48"]{left:48rem}
[l="49"]{left:49rem}
[l="50"]{left:50rem}
[l="51"]{left:51rem}
[l="52"]{left:52rem}
[l="53"]{left:53rem}
[l="54"]{left:54rem}
[l="55"]{left:55rem}
[l="56"]{left:56rem}
[l="57"]{left:57rem}
[l="58"]{left:58rem}
[l="59"]{left:59rem}
[l="60"]{left:60rem}
[l="61"]{left:61rem}
[l="62"]{left:62rem}
[l="63"]{left:63rem}
[l="64"]{left:64rem}
[l="65"]{left:65rem}
[l="66"]{left:66rem}
[l="67"]{left:67rem}
[l="68"]{left:68rem}
[l="69"]{left:69rem}
[l="70"]{left:70rem}
[l="71"]{left:71rem}
[l="72"]{left:72rem}
[l="73"]{left:73rem}
[l="74"]{left:74rem}
[l="75"]{left:75rem}
[l="76"]{left:76rem}
[l="77"]{left:77rem}
[l="78"]{left:78rem}
[l="79"]{left:79rem}
[l="80"]{left:80rem}
[l="81"]{left:81rem}
[l="82"]{left:82rem}
[l="83"]{left:83rem}
[l="84"]{left:84rem}
[l="85"]{left:85rem}
[l="86"]{left:86rem}
[l="87"]{left:87rem}
[l="88"]{left:88rem}
[l="89"]{left:89rem}
[l="90"]{left:90rem}
[l="91"]{left:91rem}
[l="92"]{left:92rem}
[l="93"]{left:93rem}
[l="94"]{left:94rem}
[l="95"]{left:95rem}
[l="96"]{left:96rem}
[l="97"]{left:97rem}
[l="98"]{left:98rem}
[l="99"]{left:99rem}
[l="100"]{left:100rem}
[l="/64"]{left:0.015625rem}
[l="/32"]{left:0.03125rem}
[l="/16"]{left:0.0625rem}
[l="/8"]{left:0.125rem}
[l="/4"]{left:0.25rem}
[l="/2"]{left:0.5rem}
[l="2/3"]{left:0.666667rem}
[l="3/4"]{left:0.75rem}
[l="3/2"]{left:1.5rem}
[l="5/2"]{left:2.5rem}
[l="-10"]{left:-10rem}
[l="-9"]{left:-9rem}
[l="-8"]{left:-8rem}
[l="-7"]{left:-7rem}
[l="-6"]{left:-6rem}
[l="-5"]{left:-5rem}
[l="-4"]{left:-4rem}
[l="-3"]{left:-3rem}
[l="-5/2"]{left:-2.5rem}
[l="-2"]{left:-2rem}
[l="-3/2"]{left:-1.5rem}
[l="-1"]{left:-1rem}
[l="-3/4"]{left:-0.75rem}
[l="-2/3"]{left:-0.666667rem}
[l="-/2"]{left:-0.5rem}
[l="-/4"]{left:-0.25rem}
[l="-/8"]{left:-0.125rem}
[l="-/16"]{left:-0.0625rem}
[l="-/32"]{left:-0.03125rem}
[l="-/64"]{left:-0.015625rem}
[l="-100"]{left:-100rem}
[l="-99"]{left:-99rem}
[l="-98"]{left:-98rem}
[l="-97"]{left:-97rem}
[l="-96"]{left:-96rem}
[l="-95"]{left:-95rem}
[l="-94"]{left:-94rem}
[l="-93"]{left:-93rem}
[l="-92"]{left:-92rem}
[l="-91"]{left:-91rem}
[l="-90"]{left:-90rem}
[l="-89"]{left:-89rem}
[l="-88"]{left:-88rem}
[l="-87"]{left:-87rem}
[l="-86"]{left:-86rem}
[l="-85"]{left:-85rem}
[l="-84"]{left:-84rem}
[l="-83"]{left:-83rem}
[l="-82"]{left:-82rem}
[l="-81"]{left:-81rem}
[l="-80"]{left:-80rem}
[l="-79"]{left:-79rem}
[l="-78"]{left:-78rem}
[l="-77"]{left:-77rem}
[l="-76"]{left:-76rem}
[l="-75"]{left:-75rem}
[l="-74"]{left:-74rem}
[l="-73"]{left:-73rem}
[l="-72"]{left:-72rem}
[l="-71"]{left:-71rem}
[l="-70"]{left:-70rem}
[l="-69"]{left:-69rem}
[l="-68"]{left:-68rem}
[l="-67"]{left:-67rem}
[l="-66"]{left:-66rem}
[l="-65"]{left:-65rem}
[l="-64"]{left:-64rem}
[l="-63"]{left:-63rem}
[l="-62"]{left:-62rem}
[l="-61"]{left:-61rem}
[l="-60"]{left:-60rem}
[l="-59"]{left:-59rem}
[l="-58"]{left:-58rem}
[l="-57"]{left:-57rem}
[l="-56"]{left:-56rem}
[l="-55"]{left:-55rem}
[l="-54"]{left:-54rem}
[l="-53"]{left:-53rem}
[l="-52"]{left:-52rem}
[l="-51"]{left:-51rem}
[l="-50"]{left:-50rem}
[l="-49"]{left:-49rem}
[l="-48"]{left:-48rem}
[l="-47"]{left:-47rem}
[l="-46"]{left:-46rem}
[l="-45"]{left:-45rem}
[l="-44"]{left:-44rem}
[l="-43"]{left:-43rem}
[l="-42"]{left:-42rem}
[l="-41"]{left:-41rem}
[l="-40"]{left:-40rem}
[l="-39"]{left:-39rem}
[l="-38"]{left:-38rem}
[l="-37"]{left:-37rem}
[l="-36"]{left:-36rem}
[l="-35"]{left:-35rem}
[l="-34"]{left:-34rem}
[l="-33"]{left:-33rem}
[l="-32"]{left:-32rem}
[l="-31"]{left:-31rem}
[l="-30"]{left:-30rem}
[l="-29"]{left:-29rem}
[l="-28"]{left:-28rem}
[l="-27"]{left:-27rem}
[l="-26"]{left:-26rem}
[l="-25"]{left:-25rem}
[l="-24"]{left:-24rem}
[l="-23"]{left:-23rem}
[l="-22"]{left:-22rem}
[l="-21"]{left:-21rem}
[l="-20"]{left:-20rem}
[l="-19"]{left:-19rem}
[l="-18"]{left:-18rem}
[l="-17"]{left:-17rem}
[l="-16"]{left:-16rem}
[l="-15"]{left:-15rem}
[l="-14"]{left:-14rem}
[l="-13"]{left:-13rem}
[l="-12"]{left:-12rem}
[l="-11"]{left:-11rem}
[l="-100%"]{left:-100%}
[l="-95%"]{left:-95%}
[l="-90%"]{left:-90%}
[l="-85%"]{left:-85%}
[l="-80%"]{left:-80%}
[l="-75%"]{left:-75%}
[l="-70%"]{left:-70%}
[l="-65%"]{left:-65%}
[l="-60%"]{left:-60%}
[l="-55%"]{left:-55%}
[l="-50%"]{left:-50%}
[l="-45%"]{left:-45%}
[l="-40%"]{left:-40%}
[l="-35%"]{left:-35%}
[l="-30%"]{left:-30%}
[l="-25%"]{left:-25%}
[l="-20%"]{left:-20%}
[l="-15%"]{left:-15%}
[l="-10%"]{left:-10%}
[l="-5%"]{left:-5%}
[l="0%"]{left:0%}
[l="5%"]{left:5%}
[l="10%"]{left:10%}
[l="15%"]{left:15%}
[l="20%"]{left:20%}
[l="25%"]{left:25%}
[l="30%"]{left:30%}
[l="35%"]{left:35%}
[l="40%"]{left:40%}
[l="45%"]{left:45%}
[l="50%"]{left:50%}
[l="55%"]{left:55%}
[l="60%"]{left:60%}
[l="65%"]{left:65%}
[l="70%"]{left:70%}
[l="75%"]{left:75%}
[l="80%"]{left:80%}
[l="85%"]{left:85%}
[l="90%"]{left:90%}
[l="95%"]{left:95%}
[l="100%"]{left:100%}
[l="33%"]{left:33%}
[l="67%"]{left:67%}
[z="0"]{z-index:0}
[z="1"]{z-index:1}
[z="2"]{z-index:2}
[z="3"]{z-index:3}
[z="4"]{z-index:4}
[z="5"]{z-index:5}
[z="6"]{z-index:6}
[z="7"]{z-index:7}
[z="8"]{z-index:8}
[z="9"]{z-index:9}
[z="10"]{z-index:10}
[z="11"]{z-index:11}
[z="12"]{z-index:12}
[z="13"]{z-index:13}
[z="14"]{z-index:14}
[z="15"]{z-index:15}
[z="16"]{z-index:16}
[z="17"]{z-index:17}
[z="18"]{z-index:18}
[z="19"]{z-index:19}
[z="20"]{z-index:20}
[z="21"]{z-index:21}
[z="22"]{z-index:22}
[z="23"]{z-index:23}
[z="24"]{z-index:24}
[z="25"]{z-index:25}
[z="26"]{z-index:26}
[z="27"]{z-index:27}
[z="28"]{z-index:28}
[z="29"]{z-index:29}
[z="30"]{z-index:30}
[z="31"]{z-index:31}
[z="32"]{z-index:32}
[z="33"]{z-index:33}
[z="34"]{z-index:34}
[z="35"]{z-index:35}
[z="36"]{z-index:36}
[z="37"]{z-index:37}
[z="38"]{z-index:38}
[z="39"]{z-index:39}
[z="40"]{z-index:40}
[z="41"]{z-index:41}
[z="42"]{z-index:42}
[z="43"]{z-index:43}
[z="44"]{z-index:44}
[z="45"]{z-index:45}
[z="46"]{z-index:46}
[z="47"]{z-index:47}
[z="48"]{z-index:48}
[z="49"]{z-index:49}
[z="50"]{z-index:50}
[z="51"]{z-index:51}
[z="52"]{z-index:52}
[z="53"]{z-index:53}
[z="54"]{z-index:54}
[z="55"]{z-index:55}
[z="56"]{z-index:56}
[z="57"]{z-index:57}
[z="58"]{z-index:58}
[z="59"]{z-index:59}
[z="60"]{z-index:60}
[z="61"]{z-index:61}
[z="62"]{z-index:62}
[z="63"]{z-index:63}
[z="64"]{z-index:64}
[z="65"]{z-index:65}
[z="66"]{z-index:66}
[z="67"]{z-index:67}
[z="68"]{z-index:68}
[z="69"]{z-index:69}
[z="70"]{z-index:70}
[z="71"]{z-index:71}
[z="72"]{z-index:72}
[z="73"]{z-index:73}
[z="74"]{z-index:74}
[z="75"]{z-index:75}
[z="76"]{z-index:76}
[z="77"]{z-index:77}
[z="78"]{z-index:78}
[z="79"]{z-index:79}
[z="80"]{z-index:80}
[z="81"]{z-index:81}
[z="82"]{z-index:82}
[z="83"]{z-index:83}
[z="84"]{z-index:84}
[z="85"]{z-index:85}
[z="86"]{z-index:86}
[z="87"]{z-index:87}
[z="88"]{z-index:88}
[z="89"]{z-index:89}
[z="90"]{z-index:90}
[z="91"]{z-index:91}
[z="92"]{z-index:92}
[z="93"]{z-index:93}
[z="94"]{z-index:94}
[z="95"]{z-index:95}
[z="96"]{z-index:96}
[z="97"]{z-index:97}
[z="98"]{z-index:98}
[z="99"]{z-index:99}
[z="100"]{z-index:100}
[z="-10"]{z-index:-10}
[z="-9"]{z-index:-9}
[z="-8"]{z-index:-8}
[z="-7"]{z-index:-7}
[z="-6"]{z-index:-6}
[z="-5"]{z-index:-5}
[z="-4"]{z-index:-4}
[z="-3"]{z-index:-3}
[z="-2"]{z-index:-2}
[z="-1"]{z-index:-1}
[w="0"]{width:0rem}
[w="1"]{width:1rem}
[w="2"]{width:2rem}
[w="3"]{width:3rem}
[w="4"]{width:4rem}
[w="5"]{width:5rem}
[w="6"]{width:6rem}
[w="7"]{width:7rem}
[w="8"]{width:8rem}
[w="9"]{width:9rem}
[w="10"]{width:10rem}
[w="11"]{width:11rem}
[w="12"]{width:12rem}
[w="13"]{width:13rem}
[w="14"]{width:14rem}
[w="15"]{width:15rem}
[w="16"]{width:16rem}
[w="17"]{width:17rem}
[w="18"]{width:18rem}
[w="19"]{width:19rem}
[w="20"]{width:20rem}
[w="21"]{width:21rem}
[w="22"]{width:22rem}
[w="23"]{width:23rem}
[w="24"]{width:24rem}
[w="25"]{width:25rem}
[w="26"]{width:26rem}
[w="27"]{width:27rem}
[w="28"]{width:28rem}
[w="29"]{width:29rem}
[w="30"]{width:30rem}
[w="31"]{width:31rem}
[w="32"]{width:32rem}
[w="33"]{width:33rem}
[w="34"]{width:34rem}
[w="35"]{width:35rem}
[w="36"]{width:36rem}
[w="37"]{width:37rem}
[w="38"]{width:38rem}
[w="39"]{width:39rem}
[w="40"]{width:40rem}
[w="41"]{width:41rem}
[w="42"]{width:42rem}
[w="43"]{width:43rem}
[w="44"]{width:44rem}
[w="45"]{width:45rem}
[w="46"]{width:46rem}
[w="47"]{width:47rem}
[w="48"]{width:48rem}
[w="49"]{width:49rem}
[w="50"]{width:50rem}
[w="51"]{width:51rem}
[w="52"]{width:52rem}
[w="53"]{width:53rem}
[w="54"]{width:54rem}
[w="55"]{width:55rem}
[w="56"]{width:56rem}
[w="57"]{width:57rem}
[w="58"]{width:58rem}
[w="59"]{width:59rem}
[w="60"]{width:60rem}
[w="61"]{width:61rem}
[w="62"]{width:62rem}
[w="63"]{width:63rem}
[w="64"]{width:64rem}
[w="65"]{width:65rem}
[w="66"]{width:66rem}
[w="67"]{width:67rem}
[w="68"]{width:68rem}
[w="69"]{width:69rem}
[w="70"]{width:70rem}
[w="71"]{width:71rem}
[w="72"]{width:72rem}
[w="73"]{width:73rem}
[w="74"]{width:74rem}
[w="75"]{width:75rem}
[w="76"]{width:76rem}
[w="77"]{width:77rem}
[w="78"]{width:78rem}
[w="79"]{width:79rem}
[w="80"]{width:80rem}
[w="81"]{width:81rem}
[w="82"]{width:82rem}
[w="83"]{width:83rem}
[w="84"]{width:84rem}
[w="85"]{width:85rem}
[w="86"]{width:86rem}
[w="87"]{width:87rem}
[w="88"]{width:88rem}
[w="89"]{width:89rem}
[w="90"]{width:90rem}
[w="91"]{width:91rem}
[w="92"]{width:92rem}
[w="93"]{width:93rem}
[w="94"]{width:94rem}
[w="95"]{width:95rem}
[w="96"]{width:96rem}
[w="97"]{width:97rem}
[w="98"]{width:98rem}
[w="99"]{width:99rem}
[w="100"]{width:100rem}
[w="/64"]{width:0.015625rem}
[w="/32"]{width:0.03125rem}
[w="/16"]{width:0.0625rem}
[w="/8"]{width:0.125rem}
[w="/4"]{width:0.25rem}
[w="/2"]{width:0.5rem}
[w="2/3"]{width:0.666667rem}
[w="3/4"]{width:0.75rem}
[w="3/2"]{width:1.5rem}
[w="5/2"]{width:2.5rem}
[w="0%"]{width:0%}
[w="5%"]{width:5%}
[w="10%"]{width:10%}
[w="15%"]{width:15%}
[w="20%"]{width:20%}
[w="25%"]{width:25%}
[w="30%"]{width:30%}
[w="35%"]{width:35%}
[w="40%"]{width:40%}
[w="45%"]{width:45%}
[w="50%"]{width:50%}
[w="55%"]{width:55%}
[w="60%"]{width:60%}
[w="65%"]{width:65%}
[w="70%"]{width:70%}
[w="75%"]{width:75%}
[w="80%"]{width:80%}
[w="85%"]{width:85%}
[w="90%"]{width:90%}
[w="95%"]{width:95%}
[w="100%"]{width:100%}
[w="33%"]{width:33%}
[w="67%"]{width:67%}
[minw="0"]{min-width:0rem}
[minw="1"]{min-width:1rem}
[minw="2"]{min-width:2rem}
[minw="3"]{min-width:3rem}
[minw="4"]{min-width:4rem}
[minw="5"]{min-width:5rem}
[minw="6"]{min-width:6rem}
[minw="7"]{min-width:7rem}
[minw="8"]{min-width:8rem}
[minw="9"]{min-width:9rem}
[minw="10"]{min-width:10rem}
[minw="11"]{min-width:11rem}
[minw="12"]{min-width:12rem}
[minw="13"]{min-width:13rem}
[minw="14"]{min-width:14rem}
[minw="15"]{min-width:15rem}
[minw="16"]{min-width:16rem}
[minw="17"]{min-width:17rem}
[minw="18"]{min-width:18rem}
[minw="19"]{min-width:19rem}
[minw="20"]{min-width:20rem}
[minw="21"]{min-width:21rem}
[minw="22"]{min-width:22rem}
[minw="23"]{min-width:23rem}
[minw="24"]{min-width:24rem}
[minw="25"]{min-width:25rem}
[minw="26"]{min-width:26rem}
[minw="27"]{min-width:27rem}
[minw="28"]{min-width:28rem}
[minw="29"]{min-width:29rem}
[minw="30"]{min-width:30rem}
[minw="31"]{min-width:31rem}
[minw="32"]{min-width:32rem}
[minw="33"]{min-width:33rem}
[minw="34"]{min-width:34rem}
[minw="35"]{min-width:35rem}
[minw="36"]{min-width:36rem}
[minw="37"]{min-width:37rem}
[minw="38"]{min-width:38rem}
[minw="39"]{min-width:39rem}
[minw="40"]{min-width:40rem}
[minw="41"]{min-width:41rem}
[minw="42"]{min-width:42rem}
[minw="43"]{min-width:43rem}
[minw="44"]{min-width:44rem}
[minw="45"]{min-width:45rem}
[minw="46"]{min-width:46rem}
[minw="47"]{min-width:47rem}
[minw="48"]{min-width:48rem}
[minw="49"]{min-width:49rem}
[minw="50"]{min-width:50rem}
[minw="51"]{min-width:51rem}
[minw="52"]{min-width:52rem}
[minw="53"]{min-width:53rem}
[minw="54"]{min-width:54rem}
[minw="55"]{min-width:55rem}
[minw="56"]{min-width:56rem}
[minw="57"]{min-width:57rem}
[minw="58"]{min-width:58rem}
[minw="59"]{min-width:59rem}
[minw="60"]{min-width:60rem}
[minw="61"]{min-width:61rem}
[minw="62"]{min-width:62rem}
[minw="63"]{min-width:63rem}
[minw="64"]{min-width:64rem}
[minw="65"]{min-width:65rem}
[minw="66"]{min-width:66rem}
[minw="67"]{min-width:67rem}
[minw="68"]{min-width:68rem}
[minw="69"]{min-width:69rem}
[minw="70"]{min-width:70rem}
[minw="71"]{min-width:71rem}
[minw="72"]{min-width:72rem}
[minw="73"]{min-width:73rem}
[minw="74"]{min-width:74rem}
[minw="75"]{min-width:75rem}
[minw="76"]{min-width:76rem}
[minw="77"]{min-width:77rem}
[minw="78"]{min-width:78rem}
[minw="79"]{min-width:79rem}
[minw="80"]{min-width:80rem}
[minw="81"]{min-width:81rem}
[minw="82"]{min-width:82rem}
[minw="83"]{min-width:83rem}
[minw="84"]{min-width:84rem}
[minw="85"]{min-width:85rem}
[minw="86"]{min-width:86rem}
[minw="87"]{min-width:87rem}
[minw="88"]{min-width:88rem}
[minw="89"]{min-width:89rem}
[minw="90"]{min-width:90rem}
[minw="91"]{min-width:91rem}
[minw="92"]{min-width:92rem}
[minw="93"]{min-width:93rem}
[minw="94"]{min-width:94rem}
[minw="95"]{min-width:95rem}
[minw="96"]{min-width:96rem}
[minw="97"]{min-width:97rem}
[minw="98"]{min-width:98rem}
[minw="99"]{min-width:99rem}
[minw="100"]{min-width:100rem}
[minw="/64"]{min-width:0.015625rem}
[minw="/32"]{min-width:0.03125rem}
[minw="/16"]{min-width:0.0625rem}
[minw="/8"]{min-width:0.125rem}
[minw="/4"]{min-width:0.25rem}
[minw="/2"]{min-width:0.5rem}
[minw="2/3"]{min-width:0.666667rem}
[minw="3/4"]{min-width:0.75rem}
[minw="3/2"]{min-width:1.5rem}
[minw="5/2"]{min-width:2.5rem}
[minw="0%"]{min-width:0%}
[minw="5%"]{min-width:5%}
[minw="10%"]{min-width:10%}
[minw="15%"]{min-width:15%}
[minw="20%"]{min-width:20%}
[minw="25%"]{min-width:25%}
[minw="30%"]{min-width:30%}
[minw="35%"]{min-width:35%}
[minw="40%"]{min-width:40%}
[minw="45%"]{min-width:45%}
[minw="50%"]{min-width:50%}
[minw="55%"]{min-width:55%}
[minw="60%"]{min-width:60%}
[minw="65%"]{min-width:65%}
[minw="70%"]{min-width:70%}
[minw="75%"]{min-width:75%}
[minw="80%"]{min-width:80%}
[minw="85%"]{min-width:85%}
[minw="90%"]{min-width:90%}
[minw="95%"]{min-width:95%}
[minw="100%"]{min-width:100%}
[minw="33%"]{min-width:33%}
[minw="67%"]{min-width:67%}
[maxw="0"]{max-width:0rem}
[maxw="1"]{max-width:1rem}
[maxw="2"]{max-width:2rem}
[maxw="3"]{max-width:3rem}
[maxw="4"]{max-width:4rem}
[maxw="5"]{max-width:5rem}
[maxw="6"]{max-width:6rem}
[maxw="7"]{max-width:7rem}
[maxw="8"]{max-width:8rem}
[maxw="9"]{max-width:9rem}
[maxw="10"]{max-width:10rem}
[maxw="11"]{max-width:11rem}
[maxw="12"]{max-width:12rem}
[maxw="13"]{max-width:13rem}
[maxw="14"]{max-width:14rem}
[maxw="15"]{max-width:15rem}
[maxw="16"]{max-width:16rem}
[maxw="17"]{max-width:17rem}
[maxw="18"]{max-width:18rem}
[maxw="19"]{max-width:19rem}
[maxw="20"]{max-width:20rem}
[maxw="21"]{max-width:21rem}
[maxw="22"]{max-width:22rem}
[maxw="23"]{max-width:23rem}
[maxw="24"]{max-width:24rem}
[maxw="25"]{max-width:25rem}
[maxw="26"]{max-width:26rem}
[maxw="27"]{max-width:27rem}
[maxw="28"]{max-width:28rem}
[maxw="29"]{max-width:29rem}
[maxw="30"]{max-width:30rem}
[maxw="31"]{max-width:31rem}
[maxw="32"]{max-width:32rem}
[maxw="33"]{max-width:33rem}
[maxw="34"]{max-width:34rem}
[maxw="35"]{max-width:35rem}
[maxw="36"]{max-width:36rem}
[maxw="37"]{max-width:37rem}
[maxw="38"]{max-width:38rem}
[maxw="39"]{max-width:39rem}
[maxw="40"]{max-width:40rem}
[maxw="41"]{max-width:41rem}
[maxw="42"]{max-width:42rem}
[maxw="43"]{max-width:43rem}
[maxw="44"]{max-width:44rem}
[maxw="45"]{max-width:45rem}
[maxw="46"]{max-width:46rem}
[maxw="47"]{max-width:47rem}
[maxw="48"]{max-width:48rem}
[maxw="49"]{max-width:49rem}
[maxw="50"]{max-width:50rem}
[maxw="51"]{max-width:51rem}
[maxw="52"]{max-width:52rem}
[maxw="53"]{max-width:53rem}
[maxw="54"]{max-width:54rem}
[maxw="55"]{max-width:55rem}
[maxw="56"]{max-width:56rem}
[maxw="57"]{max-width:57rem}
[maxw="58"]{max-width:58rem}
[maxw="59"]{max-width:59rem}
[maxw="60"]{max-width:60rem}
[maxw="61"]{max-width:61rem}
[maxw="62"]{max-width:62rem}
[maxw="63"]{max-width:63rem}
[maxw="64"]{max-width:64rem}
[maxw="65"]{max-width:65rem}
[maxw="66"]{max-width:66rem}
[maxw="67"]{max-width:67rem}
[maxw="68"]{max-width:68rem}
[maxw="69"]{max-width:69rem}
[maxw="70"]{max-width:70rem}
[maxw="71"]{max-width:71rem}
[maxw="72"]{max-width:72rem}
[maxw="73"]{max-width:73rem}
[maxw="74"]{max-width:74rem}
[maxw="75"]{max-width:75rem}
[maxw="76"]{max-width:76rem}
[maxw="77"]{max-width:77rem}
[maxw="78"]{max-width:78rem}
[maxw="79"]{max-width:79rem}
[maxw="80"]{max-width:80rem}
[maxw="81"]{max-width:81rem}
[maxw="82"]{max-width:82rem}
[maxw="83"]{max-width:83rem}
[maxw="84"]{max-width:84rem}
[maxw="85"]{max-width:85rem}
[maxw="86"]{max-width:86rem}
[maxw="87"]{max-width:87rem}
[maxw="88"]{max-width:88rem}
[maxw="89"]{max-width:89rem}
[maxw="90"]{max-width:90rem}
[maxw="91"]{max-width:91rem}
[maxw="92"]{max-width:92rem}
[maxw="93"]{max-width:93rem}
[maxw="94"]{max-width:94rem}
[maxw="95"]{max-width:95rem}
[maxw="96"]{max-width:96rem}
[maxw="97"]{max-width:97rem}
[maxw="98"]{max-width:98rem}
[maxw="99"]{max-width:99rem}
[maxw="100"]{max-width:100rem}
[maxw="/64"]{max-width:0.015625rem}
[maxw="/32"]{max-width:0.03125rem}
[maxw="/16"]{max-width:0.0625rem}
[maxw="/8"]{max-width:0.125rem}
[maxw="/4"]{max-width:0.25rem}
[maxw="/2"]{max-width:0.5rem}
[maxw="2/3"]{max-width:0.666667rem}
[maxw="3/4"]{max-width:0.75rem}
[maxw="3/2"]{max-width:1.5rem}
[maxw="5/2"]{max-width:2.5rem}
[maxw="0%"]{max-width:0%}
[maxw="5%"]{max-width:5%}
[maxw="10%"]{max-width:10%}
[maxw="15%"]{max-width:15%}
[maxw="20%"]{max-width:20%}
[maxw="25%"]{max-width:25%}
[maxw="30%"]{max-width:30%}
[maxw="35%"]{max-width:35%}
[maxw="40%"]{max-width:40%}
[maxw="45%"]{max-width:45%}
[maxw="50%"]{max-width:50%}
[maxw="55%"]{max-width:55%}
[maxw="60%"]{max-width:60%}
[maxw="65%"]{max-width:65%}
[maxw="70%"]{max-width:70%}
[maxw="75%"]{max-width:75%}
[maxw="80%"]{max-width:80%}
[maxw="85%"]{max-width:85%}
[maxw="90%"]{max-width:90%}
[maxw="95%"]{max-width:95%}
[maxw="100%"]{max-width:100%}
[maxw="33%"]{max-width:33%}
[maxw="67%"]{max-width:67%}
[w="0!"]{width:0rem !important;min-width:0rem;max-width:0rem}
[w="1!"]{width:1rem !important;min-width:1rem;max-width:1rem}
[w="2!"]{width:2rem !important;min-width:2rem;max-width:2rem}
[w="3!"]{width:3rem !important;min-width:3rem;max-width:3rem}
[w="4!"]{width:4rem !important;min-width:4rem;max-width:4rem}
[w="5!"]{width:5rem !important;min-width:5rem;max-width:5rem}
[w="6!"]{width:6rem !important;min-width:6rem;max-width:6rem}
[w="7!"]{width:7rem !important;min-width:7rem;max-width:7rem}
[w="8!"]{width:8rem !important;min-width:8rem;max-width:8rem}
[w="9!"]{width:9rem !important;min-width:9rem;max-width:9rem}
[w="10!"]{width:10rem !important;min-width:10rem;max-width:10rem}
[w="11!"]{width:11rem !important;min-width:11rem;max-width:11rem}
[w="12!"]{width:12rem !important;min-width:12rem;max-width:12rem}
[w="13!"]{width:13rem !important;min-width:13rem;max-width:13rem}
[w="14!"]{width:14rem !important;min-width:14rem;max-width:14rem}
[w="15!"]{width:15rem !important;min-width:15rem;max-width:15rem}
[w="16!"]{width:16rem !important;min-width:16rem;max-width:16rem}
[w="17!"]{width:17rem !important;min-width:17rem;max-width:17rem}
[w="18!"]{width:18rem !important;min-width:18rem;max-width:18rem}
[w="19!"]{width:19rem !important;min-width:19rem;max-width:19rem}
[w="20!"]{width:20rem !important;min-width:20rem;max-width:20rem}
[w="21!"]{width:21rem !important;min-width:21rem;max-width:21rem}
[w="22!"]{width:22rem !important;min-width:22rem;max-width:22rem}
[w="23!"]{width:23rem !important;min-width:23rem;max-width:23rem}
[w="24!"]{width:24rem !important;min-width:24rem;max-width:24rem}
[w="25!"]{width:25rem !important;min-width:25rem;max-width:25rem}
[w="26!"]{width:26rem !important;min-width:26rem;max-width:26rem}
[w="27!"]{width:27rem !important;min-width:27rem;max-width:27rem}
[w="28!"]{width:28rem !important;min-width:28rem;max-width:28rem}
[w="29!"]{width:29rem !important;min-width:29rem;max-width:29rem}
[w="30!"]{width:30rem !important;min-width:30rem;max-width:30rem}
[w="31!"]{width:31rem !important;min-width:31rem;max-width:31rem}
[w="32!"]{width:32rem !important;min-width:32rem;max-width:32rem}
[w="33!"]{width:33rem !important;min-width:33rem;max-width:33rem}
[w="34!"]{width:34rem !important;min-width:34rem;max-width:34rem}
[w="35!"]{width:35rem !important;min-width:35rem;max-width:35rem}
[w="36!"]{width:36rem !important;min-width:36rem;max-width:36rem}
[w="37!"]{width:37rem !important;min-width:37rem;max-width:37rem}
[w="38!"]{width:38rem !important;min-width:38rem;max-width:38rem}
[w="39!"]{width:39rem !important;min-width:39rem;max-width:39rem}
[w="40!"]{width:40rem !important;min-width:40rem;max-width:40rem}
[w="41!"]{width:41rem !important;min-width:41rem;max-width:41rem}
[w="42!"]{width:42rem !important;min-width:42rem;max-width:42rem}
[w="43!"]{width:43rem !important;min-width:43rem;max-width:43rem}
[w="44!"]{width:44rem !important;min-width:44rem;max-width:44rem}
[w="45!"]{width:45rem !important;min-width:45rem;max-width:45rem}
[w="46!"]{width:46rem !important;min-width:46rem;max-width:46rem}
[w="47!"]{width:47rem !important;min-width:47rem;max-width:47rem}
[w="48!"]{width:48rem !important;min-width:48rem;max-width:48rem}
[w="49!"]{width:49rem !important;min-width:49rem;max-width:49rem}
[w="50!"]{width:50rem !important;min-width:50rem;max-width:50rem}
[w="51!"]{width:51rem !important;min-width:51rem;max-width:51rem}
[w="52!"]{width:52rem !important;min-width:52rem;max-width:52rem}
[w="53!"]{width:53rem !important;min-width:53rem;max-width:53rem}
[w="54!"]{width:54rem !important;min-width:54rem;max-width:54rem}
[w="55!"]{width:55rem !important;min-width:55rem;max-width:55rem}
[w="56!"]{width:56rem !important;min-width:56rem;max-width:56rem}
[w="57!"]{width:57rem !important;min-width:57rem;max-width:57rem}
[w="58!"]{width:58rem !important;min-width:58rem;max-width:58rem}
[w="59!"]{width:59rem !important;min-width:59rem;max-width:59rem}
[w="60!"]{width:60rem !important;min-width:60rem;max-width:60rem}
[w="61!"]{width:61rem !important;min-width:61rem;max-width:61rem}
[w="62!"]{width:62rem !important;min-width:62rem;max-width:62rem}
[w="63!"]{width:63rem !important;min-width:63rem;max-width:63rem}
[w="64!"]{width:64rem !important;min-width:64rem;max-width:64rem}
[w="65!"]{width:65rem !important;min-width:65rem;max-width:65rem}
[w="66!"]{width:66rem !important;min-width:66rem;max-width:66rem}
[w="67!"]{width:67rem !important;min-width:67rem;max-width:67rem}
[w="68!"]{width:68rem !important;min-width:68rem;max-width:68rem}
[w="69!"]{width:69rem !important;min-width:69rem;max-width:69rem}
[w="70!"]{width:70rem !important;min-width:70rem;max-width:70rem}
[w="71!"]{width:71rem !important;min-width:71rem;max-width:71rem}
[w="72!"]{width:72rem !important;min-width:72rem;max-width:72rem}
[w="73!"]{width:73rem !important;min-width:73rem;max-width:73rem}
[w="74!"]{width:74rem !important;min-width:74rem;max-width:74rem}
[w="75!"]{width:75rem !important;min-width:75rem;max-width:75rem}
[w="76!"]{width:76rem !important;min-width:76rem;max-width:76rem}
[w="77!"]{width:77rem !important;min-width:77rem;max-width:77rem}
[w="78!"]{width:78rem !important;min-width:78rem;max-width:78rem}
[w="79!"]{width:79rem !important;min-width:79rem;max-width:79rem}
[w="80!"]{width:80rem !important;min-width:80rem;max-width:80rem}
[w="81!"]{width:81rem !important;min-width:81rem;max-width:81rem}
[w="82!"]{width:82rem !important;min-width:82rem;max-width:82rem}
[w="83!"]{width:83rem !important;min-width:83rem;max-width:83rem}
[w="84!"]{width:84rem !important;min-width:84rem;max-width:84rem}
[w="85!"]{width:85rem !important;min-width:85rem;max-width:85rem}
[w="86!"]{width:86rem !important;min-width:86rem;max-width:86rem}
[w="87!"]{width:87rem !important;min-width:87rem;max-width:87rem}
[w="88!"]{width:88rem !important;min-width:88rem;max-width:88rem}
[w="89!"]{width:89rem !important;min-width:89rem;max-width:89rem}
[w="90!"]{width:90rem !important;min-width:90rem;max-width:90rem}
[w="91!"]{width:91rem !important;min-width:91rem;max-width:91rem}
[w="92!"]{width:92rem !important;min-width:92rem;max-width:92rem}
[w="93!"]{width:93rem !important;min-width:93rem;max-width:93rem}
[w="94!"]{width:94rem !important;min-width:94rem;max-width:94rem}
[w="95!"]{width:95rem !important;min-width:95rem;max-width:95rem}
[w="96!"]{width:96rem !important;min-width:96rem;max-width:96rem}
[w="97!"]{width:97rem !important;min-width:97rem;max-width:97rem}
[w="98!"]{width:98rem !important;min-width:98rem;max-width:98rem}
[w="99!"]{width:99rem !important;min-width:99rem;max-width:99rem}
[w="100!"]{width:100rem !important;min-width:100rem;max-width:100rem}
[w="/64!"]{width:0.015625rem !important;min-width:0.015625rem;max-width:0.015625rem}
[w="/32!"]{width:0.03125rem !important;min-width:0.03125rem;max-width:0.03125rem}
[w="/16!"]{width:0.0625rem !important;min-width:0.0625rem;max-width:0.0625rem}
[w="/8!"]{width:0.125rem !important;min-width:0.125rem;max-width:0.125rem}
[w="/4!"]{width:0.25rem !important;min-width:0.25rem;max-width:0.25rem}
[w="/2!"]{width:0.5rem !important;min-width:0.5rem;max-width:0.5rem}
[w="2/3!"]{width:0.666667rem !important;min-width:0.666667rem;max-width:0.666667rem}
[w="3/4!"]{width:0.75rem !important;min-width:0.75rem;max-width:0.75rem}
[w="3/2!"]{width:1.5rem !important;min-width:1.5rem;max-width:1.5rem}
[w="5/2!"]{width:2.5rem !important;min-width:2.5rem;max-width:2.5rem}
[h="0"]{height:0rem}
[h="1"]{height:1rem}
[h="2"]{height:2rem}
[h="3"]{height:3rem}
[h="4"]{height:4rem}
[h="5"]{height:5rem}
[h="6"]{height:6rem}
[h="7"]{height:7rem}
[h="8"]{height:8rem}
[h="9"]{height:9rem}
[h="10"]{height:10rem}
[h="11"]{height:11rem}
[h="12"]{height:12rem}
[h="13"]{height:13rem}
[h="14"]{height:14rem}
[h="15"]{height:15rem}
[h="16"]{height:16rem}
[h="17"]{height:17rem}
[h="18"]{height:18rem}
[h="19"]{height:19rem}
[h="20"]{height:20rem}
[h="21"]{height:21rem}
[h="22"]{height:22rem}
[h="23"]{height:23rem}
[h="24"]{height:24rem}
[h="25"]{height:25rem}
[h="26"]{height:26rem}
[h="27"]{height:27rem}
[h="28"]{height:28rem}
[h="29"]{height:29rem}
[h="30"]{height:30rem}
[h="31"]{height:31rem}
[h="32"]{height:32rem}
[h="33"]{height:33rem}
[h="34"]{height:34rem}
[h="35"]{height:35rem}
[h="36"]{height:36rem}
[h="37"]{height:37rem}
[h="38"]{height:38rem}
[h="39"]{height:39rem}
[h="40"]{height:40rem}
[h="41"]{height:41rem}
[h="42"]{height:42rem}
[h="43"]{height:43rem}
[h="44"]{height:44rem}
[h="45"]{height:45rem}
[h="46"]{height:46rem}
[h="47"]{height:47rem}
[h="48"]{height:48rem}
[h="49"]{height:49rem}
[h="50"]{height:50rem}
[h="51"]{height:51rem}
[h="52"]{height:52rem}
[h="53"]{height:53rem}
[h="54"]{height:54rem}
[h="55"]{height:55rem}
[h="56"]{height:56rem}
[h="57"]{height:57rem}
[h="58"]{height:58rem}
[h="59"]{height:59rem}
[h="60"]{height:60rem}
[h="61"]{height:61rem}
[h="62"]{height:62rem}
[h="63"]{height:63rem}
[h="64"]{height:64rem}
[h="65"]{height:65rem}
[h="66"]{height:66rem}
[h="67"]{height:67rem}
[h="68"]{height:68rem}
[h="69"]{height:69rem}
[h="70"]{height:70rem}
[h="71"]{height:71rem}
[h="72"]{height:72rem}
[h="73"]{height:73rem}
[h="74"]{height:74rem}
[h="75"]{height:75rem}
[h="76"]{height:76rem}
[h="77"]{height:77rem}
[h="78"]{height:78rem}
[h="79"]{height:79rem}
[h="80"]{height:80rem}
[h="81"]{height:81rem}
[h="82"]{height:82rem}
[h="83"]{height:83rem}
[h="84"]{height:84rem}
[h="85"]{height:85rem}
[h="86"]{height:86rem}
[h="87"]{height:87rem}
[h="88"]{height:88rem}
[h="89"]{height:89rem}
[h="90"]{height:90rem}
[h="91"]{height:91rem}
[h="92"]{height:92rem}
[h="93"]{height:93rem}
[h="94"]{height:94rem}
[h="95"]{height:95rem}
[h="96"]{height:96rem}
[h="97"]{height:97rem}
[h="98"]{height:98rem}
[h="99"]{height:99rem}
[h="100"]{height:100rem}
[h="/64"]{height:0.015625rem}
[h="/32"]{height:0.03125rem}
[h="/16"]{height:0.0625rem}
[h="/8"]{height:0.125rem}
[h="/4"]{height:0.25rem}
[h="/2"]{height:0.5rem}
[h="2/3"]{height:0.666667rem}
[h="3/4"]{height:0.75rem}
[h="3/2"]{height:1.5rem}
[h="5/2"]{height:2.5rem}
[h="0%"]{height:0%}
[h="5%"]{height:5%}
[h="10%"]{height:10%}
[h="15%"]{height:15%}
[h="20%"]{height:20%}
[h="25%"]{height:25%}
[h="30%"]{height:30%}
[h="35%"]{height:35%}
[h="40%"]{height:40%}
[h="45%"]{height:45%}
[h="50%"]{height:50%}
[h="55%"]{height:55%}
[h="60%"]{height:60%}
[h="65%"]{height:65%}
[h="70%"]{height:70%}
[h="75%"]{height:75%}
[h="80%"]{height:80%}
[h="85%"]{height:85%}
[h="90%"]{height:90%}
[h="95%"]{height:95%}
[h="100%"]{height:100%}
[h="33%"]{height:33%}
[h="67%"]{height:67%}
[minh="0"]{min-height:0rem}
[minh="1"]{min-height:1rem}
[minh="2"]{min-height:2rem}
[minh="3"]{min-height:3rem}
[minh="4"]{min-height:4rem}
[minh="5"]{min-height:5rem}
[minh="6"]{min-height:6rem}
[minh="7"]{min-height:7rem}
[minh="8"]{min-height:8rem}
[minh="9"]{min-height:9rem}
[minh="10"]{min-height:10rem}
[minh="11"]{min-height:11rem}
[minh="12"]{min-height:12rem}
[minh="13"]{min-height:13rem}
[minh="14"]{min-height:14rem}
[minh="15"]{min-height:15rem}
[minh="16"]{min-height:16rem}
[minh="17"]{min-height:17rem}
[minh="18"]{min-height:18rem}
[minh="19"]{min-height:19rem}
[minh="20"]{min-height:20rem}
[minh="21"]{min-height:21rem}
[minh="22"]{min-height:22rem}
[minh="23"]{min-height:23rem}
[minh="24"]{min-height:24rem}
[minh="25"]{min-height:25rem}
[minh="26"]{min-height:26rem}
[minh="27"]{min-height:27rem}
[minh="28"]{min-height:28rem}
[minh="29"]{min-height:29rem}
[minh="30"]{min-height:30rem}
[minh="31"]{min-height:31rem}
[minh="32"]{min-height:32rem}
[minh="33"]{min-height:33rem}
[minh="34"]{min-height:34rem}
[minh="35"]{min-height:35rem}
[minh="36"]{min-height:36rem}
[minh="37"]{min-height:37rem}
[minh="38"]{min-height:38rem}
[minh="39"]{min-height:39rem}
[minh="40"]{min-height:40rem}
[minh="41"]{min-height:41rem}
[minh="42"]{min-height:42rem}
[minh="43"]{min-height:43rem}
[minh="44"]{min-height:44rem}
[minh="45"]{min-height:45rem}
[minh="46"]{min-height:46rem}
[minh="47"]{min-height:47rem}
[minh="48"]{min-height:48rem}
[minh="49"]{min-height:49rem}
[minh="50"]{min-height:50rem}
[minh="51"]{min-height:51rem}
[minh="52"]{min-height:52rem}
[minh="53"]{min-height:53rem}
[minh="54"]{min-height:54rem}
[minh="55"]{min-height:55rem}
[minh="56"]{min-height:56rem}
[minh="57"]{min-height:57rem}
[minh="58"]{min-height:58rem}
[minh="59"]{min-height:59rem}
[minh="60"]{min-height:60rem}
[minh="61"]{min-height:61rem}
[minh="62"]{min-height:62rem}
[minh="63"]{min-height:63rem}
[minh="64"]{min-height:64rem}
[minh="65"]{min-height:65rem}
[minh="66"]{min-height:66rem}
[minh="67"]{min-height:67rem}
[minh="68"]{min-height:68rem}
[minh="69"]{min-height:69rem}
[minh="70"]{min-height:70rem}
[minh="71"]{min-height:71rem}
[minh="72"]{min-height:72rem}
[minh="73"]{min-height:73rem}
[minh="74"]{min-height:74rem}
[minh="75"]{min-height:75rem}
[minh="76"]{min-height:76rem}
[minh="77"]{min-height:77rem}
[minh="78"]{min-height:78rem}
[minh="79"]{min-height:79rem}
[minh="80"]{min-height:80rem}
[minh="81"]{min-height:81rem}
[minh="82"]{min-height:82rem}
[minh="83"]{min-height:83rem}
[minh="84"]{min-height:84rem}
[minh="85"]{min-height:85rem}
[minh="86"]{min-height:86rem}
[minh="87"]{min-height:87rem}
[minh="88"]{min-height:88rem}
[minh="89"]{min-height:89rem}
[minh="90"]{min-height:90rem}
[minh="91"]{min-height:91rem}
[minh="92"]{min-height:92rem}
[minh="93"]{min-height:93rem}
[minh="94"]{min-height:94rem}
[minh="95"]{min-height:95rem}
[minh="96"]{min-height:96rem}
[minh="97"]{min-height:97rem}
[minh="98"]{min-height:98rem}
[minh="99"]{min-height:99rem}
[minh="100"]{min-height:100rem}
[minh="/64"]{min-height:0.015625rem}
[minh="/32"]{min-height:0.03125rem}
[minh="/16"]{min-height:0.0625rem}
[minh="/8"]{min-height:0.125rem}
[minh="/4"]{min-height:0.25rem}
[minh="/2"]{min-height:0.5rem}
[minh="2/3"]{min-height:0.666667rem}
[minh="3/4"]{min-height:0.75rem}
[minh="3/2"]{min-height:1.5rem}
[minh="5/2"]{min-height:2.5rem}
[minh="0%"]{min-height:0%}
[minh="5%"]{min-height:5%}
[minh="10%"]{min-height:10%}
[minh="15%"]{min-height:15%}
[minh="20%"]{min-height:20%}
[minh="25%"]{min-height:25%}
[minh="30%"]{min-height:30%}
[minh="35%"]{min-height:35%}
[minh="40%"]{min-height:40%}
[minh="45%"]{min-height:45%}
[minh="50%"]{min-height:50%}
[minh="55%"]{min-height:55%}
[minh="60%"]{min-height:60%}
[minh="65%"]{min-height:65%}
[minh="70%"]{min-height:70%}
[minh="75%"]{min-height:75%}
[minh="80%"]{min-height:80%}
[minh="85%"]{min-height:85%}
[minh="90%"]{min-height:90%}
[minh="95%"]{min-height:95%}
[minh="100%"]{min-height:100%}
[minh="33%"]{min-height:33%}
[minh="67%"]{min-height:67%}
[maxh="0"]{max-height:0rem}
[maxh="1"]{max-height:1rem}
[maxh="2"]{max-height:2rem}
[maxh="3"]{max-height:3rem}
[maxh="4"]{max-height:4rem}
[maxh="5"]{max-height:5rem}
[maxh="6"]{max-height:6rem}
[maxh="7"]{max-height:7rem}
[maxh="8"]{max-height:8rem}
[maxh="9"]{max-height:9rem}
[maxh="10"]{max-height:10rem}
[maxh="11"]{max-height:11rem}
[maxh="12"]{max-height:12rem}
[maxh="13"]{max-height:13rem}
[maxh="14"]{max-height:14rem}
[maxh="15"]{max-height:15rem}
[maxh="16"]{max-height:16rem}
[maxh="17"]{max-height:17rem}
[maxh="18"]{max-height:18rem}
[maxh="19"]{max-height:19rem}
[maxh="20"]{max-height:20rem}
[maxh="21"]{max-height:21rem}
[maxh="22"]{max-height:22rem}
[maxh="23"]{max-height:23rem}
[maxh="24"]{max-height:24rem}
[maxh="25"]{max-height:25rem}
[maxh="26"]{max-height:26rem}
[maxh="27"]{max-height:27rem}
[maxh="28"]{max-height:28rem}
[maxh="29"]{max-height:29rem}
[maxh="30"]{max-height:30rem}
[maxh="31"]{max-height:31rem}
[maxh="32"]{max-height:32rem}
[maxh="33"]{max-height:33rem}
[maxh="34"]{max-height:34rem}
[maxh="35"]{max-height:35rem}
[maxh="36"]{max-height:36rem}
[maxh="37"]{max-height:37rem}
[maxh="38"]{max-height:38rem}
[maxh="39"]{max-height:39rem}
[maxh="40"]{max-height:40rem}
[maxh="41"]{max-height:41rem}
[maxh="42"]{max-height:42rem}
[maxh="43"]{max-height:43rem}
[maxh="44"]{max-height:44rem}
[maxh="45"]{max-height:45rem}
[maxh="46"]{max-height:46rem}
[maxh="47"]{max-height:47rem}
[maxh="48"]{max-height:48rem}
[maxh="49"]{max-height:49rem}
[maxh="50"]{max-height:50rem}
[maxh="51"]{max-height:51rem}
[maxh="52"]{max-height:52rem}
[maxh="53"]{max-height:53rem}
[maxh="54"]{max-height:54rem}
[maxh="55"]{max-height:55rem}
[maxh="56"]{max-height:56rem}
[maxh="57"]{max-height:57rem}
[maxh="58"]{max-height:58rem}
[maxh="59"]{max-height:59rem}
[maxh="60"]{max-height:60rem}
[maxh="61"]{max-height:61rem}
[maxh="62"]{max-height:62rem}
[maxh="63"]{max-height:63rem}
[maxh="64"]{max-height:64rem}
[maxh="65"]{max-height:65rem}
[maxh="66"]{max-height:66rem}
[maxh="67"]{max-height:67rem}
[maxh="68"]{max-height:68rem}
[maxh="69"]{max-height:69rem}
[maxh="70"]{max-height:70rem}
[maxh="71"]{max-height:71rem}
[maxh="72"]{max-height:72rem}
[maxh="73"]{max-height:73rem}
[maxh="74"]{max-height:74rem}
[maxh="75"]{max-height:75rem}
[maxh="76"]{max-height:76rem}
[maxh="77"]{max-height:77rem}
[maxh="78"]{max-height:78rem}
[maxh="79"]{max-height:79rem}
[maxh="80"]{max-height:80rem}
[maxh="81"]{max-height:81rem}
[maxh="82"]{max-height:82rem}
[maxh="83"]{max-height:83rem}
[maxh="84"]{max-height:84rem}
[maxh="85"]{max-height:85rem}
[maxh="86"]{max-height:86rem}
[maxh="87"]{max-height:87rem}
[maxh="88"]{max-height:88rem}
[maxh="89"]{max-height:89rem}
[maxh="90"]{max-height:90rem}
[maxh="91"]{max-height:91rem}
[maxh="92"]{max-height:92rem}
[maxh="93"]{max-height:93rem}
[maxh="94"]{max-height:94rem}
[maxh="95"]{max-height:95rem}
[maxh="96"]{max-height:96rem}
[maxh="97"]{max-height:97rem}
[maxh="98"]{max-height:98rem}
[maxh="99"]{max-height:99rem}
[maxh="100"]{max-height:100rem}
[maxh="/64"]{max-height:0.015625rem}
[maxh="/32"]{max-height:0.03125rem}
[maxh="/16"]{max-height:0.0625rem}
[maxh="/8"]{max-height:0.125rem}
[maxh="/4"]{max-height:0.25rem}
[maxh="/2"]{max-height:0.5rem}
[maxh="2/3"]{max-height:0.666667rem}
[maxh="3/4"]{max-height:0.75rem}
[maxh="3/2"]{max-height:1.5rem}
[maxh="5/2"]{max-height:2.5rem}
[maxh="0%"]{max-height:0%}
[maxh="5%"]{max-height:5%}
[maxh="10%"]{max-height:10%}
[maxh="15%"]{max-height:15%}
[maxh="20%"]{max-height:20%}
[maxh="25%"]{max-height:25%}
[maxh="30%"]{max-height:30%}
[maxh="35%"]{max-height:35%}
[maxh="40%"]{max-height:40%}
[maxh="45%"]{max-height:45%}
[maxh="50%"]{max-height:50%}
[maxh="55%"]{max-height:55%}
[maxh="60%"]{max-height:60%}
[maxh="65%"]{max-height:65%}
[maxh="70%"]{max-height:70%}
[maxh="75%"]{max-height:75%}
[maxh="80%"]{max-height:80%}
[maxh="85%"]{max-height:85%}
[maxh="90%"]{max-height:90%}
[maxh="95%"]{max-height:95%}
[maxh="100%"]{max-height:100%}
[maxh="33%"]{max-height:33%}
[maxh="67%"]{max-height:67%}
[h="0!"]{height:0rem !important;min-height:0rem;max-height:0rem}
[h="1!"]{height:1rem !important;min-height:1rem;max-height:1rem}
[h="2!"]{height:2rem !important;min-height:2rem;max-height:2rem}
[h="3!"]{height:3rem !important;min-height:3rem;max-height:3rem}
[h="4!"]{height:4rem !important;min-height:4rem;max-height:4rem}
[h="5!"]{height:5rem !important;min-height:5rem;max-height:5rem}
[h="6!"]{height:6rem !important;min-height:6rem;max-height:6rem}
[h="7!"]{height:7rem !important;min-height:7rem;max-height:7rem}
[h="8!"]{height:8rem !important;min-height:8rem;max-height:8rem}
[h="9!"]{height:9rem !important;min-height:9rem;max-height:9rem}
[h="10!"]{height:10rem !important;min-height:10rem;max-height:10rem}
[h="11!"]{height:11rem !important;min-height:11rem;max-height:11rem}
[h="12!"]{height:12rem !important;min-height:12rem;max-height:12rem}
[h="13!"]{height:13rem !important;min-height:13rem;max-height:13rem}
[h="14!"]{height:14rem !important;min-height:14rem;max-height:14rem}
[h="15!"]{height:15rem !important;min-height:15rem;max-height:15rem}
[h="16!"]{height:16rem !important;min-height:16rem;max-height:16rem}
[h="17!"]{height:17rem !important;min-height:17rem;max-height:17rem}
[h="18!"]{height:18rem !important;min-height:18rem;max-height:18rem}
[h="19!"]{height:19rem !important;min-height:19rem;max-height:19rem}
[h="20!"]{height:20rem !important;min-height:20rem;max-height:20rem}
[h="21!"]{height:21rem !important;min-height:21rem;max-height:21rem}
[h="22!"]{height:22rem !important;min-height:22rem;max-height:22rem}
[h="23!"]{height:23rem !important;min-height:23rem;max-height:23rem}
[h="24!"]{height:24rem !important;min-height:24rem;max-height:24rem}
[h="25!"]{height:25rem !important;min-height:25rem;max-height:25rem}
[h="26!"]{height:26rem !important;min-height:26rem;max-height:26rem}
[h="27!"]{height:27rem !important;min-height:27rem;max-height:27rem}
[h="28!"]{height:28rem !important;min-height:28rem;max-height:28rem}
[h="29!"]{height:29rem !important;min-height:29rem;max-height:29rem}
[h="30!"]{height:30rem !important;min-height:30rem;max-height:30rem}
[h="31!"]{height:31rem !important;min-height:31rem;max-height:31rem}
[h="32!"]{height:32rem !important;min-height:32rem;max-height:32rem}
[h="33!"]{height:33rem !important;min-height:33rem;max-height:33rem}
[h="34!"]{height:34rem !important;min-height:34rem;max-height:34rem}
[h="35!"]{height:35rem !important;min-height:35rem;max-height:35rem}
[h="36!"]{height:36rem !important;min-height:36rem;max-height:36rem}
[h="37!"]{height:37rem !important;min-height:37rem;max-height:37rem}
[h="38!"]{height:38rem !important;min-height:38rem;max-height:38rem}
[h="39!"]{height:39rem !important;min-height:39rem;max-height:39rem}
[h="40!"]{height:40rem !important;min-height:40rem;max-height:40rem}
[h="41!"]{height:41rem !important;min-height:41rem;max-height:41rem}
[h="42!"]{height:42rem !important;min-height:42rem;max-height:42rem}
[h="43!"]{height:43rem !important;min-height:43rem;max-height:43rem}
[h="44!"]{height:44rem !important;min-height:44rem;max-height:44rem}
[h="45!"]{height:45rem !important;min-height:45rem;max-height:45rem}
[h="46!"]{height:46rem !important;min-height:46rem;max-height:46rem}
[h="47!"]{height:47rem !important;min-height:47rem;max-height:47rem}
[h="48!"]{height:48rem !important;min-height:48rem;max-height:48rem}
[h="49!"]{height:49rem !important;min-height:49rem;max-height:49rem}
[h="50!"]{height:50rem !important;min-height:50rem;max-height:50rem}
[h="51!"]{height:51rem !important;min-height:51rem;max-height:51rem}
[h="52!"]{height:52rem !important;min-height:52rem;max-height:52rem}
[h="53!"]{height:53rem !important;min-height:53rem;max-height:53rem}
[h="54!"]{height:54rem !important;min-height:54rem;max-height:54rem}
[h="55!"]{height:55rem !important;min-height:55rem;max-height:55rem}
[h="56!"]{height:56rem !important;min-height:56rem;max-height:56rem}
[h="57!"]{height:57rem !important;min-height:57rem;max-height:57rem}
[h="58!"]{height:58rem !important;min-height:58rem;max-height:58rem}
[h="59!"]{height:59rem !important;min-height:59rem;max-height:59rem}
[h="60!"]{height:60rem !important;min-height:60rem;max-height:60rem}
[h="61!"]{height:61rem !important;min-height:61rem;max-height:61rem}
[h="62!"]{height:62rem !important;min-height:62rem;max-height:62rem}
[h="63!"]{height:63rem !important;min-height:63rem;max-height:63rem}
[h="64!"]{height:64rem !important;min-height:64rem;max-height:64rem}
[h="65!"]{height:65rem !important;min-height:65rem;max-height:65rem}
[h="66!"]{height:66rem !important;min-height:66rem;max-height:66rem}
[h="67!"]{height:67rem !important;min-height:67rem;max-height:67rem}
[h="68!"]{height:68rem !important;min-height:68rem;max-height:68rem}
[h="69!"]{height:69rem !important;min-height:69rem;max-height:69rem}
[h="70!"]{height:70rem !important;min-height:70rem;max-height:70rem}
[h="71!"]{height:71rem !important;min-height:71rem;max-height:71rem}
[h="72!"]{height:72rem !important;min-height:72rem;max-height:72rem}
[h="73!"]{height:73rem !important;min-height:73rem;max-height:73rem}
[h="74!"]{height:74rem !important;min-height:74rem;max-height:74rem}
[h="75!"]{height:75rem !important;min-height:75rem;max-height:75rem}
[h="76!"]{height:76rem !important;min-height:76rem;max-height:76rem}
[h="77!"]{height:77rem !important;min-height:77rem;max-height:77rem}
[h="78!"]{height:78rem !important;min-height:78rem;max-height:78rem}
[h="79!"]{height:79rem !important;min-height:79rem;max-height:79rem}
[h="80!"]{height:80rem !important;min-height:80rem;max-height:80rem}
[h="81!"]{height:81rem !important;min-height:81rem;max-height:81rem}
[h="82!"]{height:82rem !important;min-height:82rem;max-height:82rem}
[h="83!"]{height:83rem !important;min-height:83rem;max-height:83rem}
[h="84!"]{height:84rem !important;min-height:84rem;max-height:84rem}
[h="85!"]{height:85rem !important;min-height:85rem;max-height:85rem}
[h="86!"]{height:86rem !important;min-height:86rem;max-height:86rem}
[h="87!"]{height:87rem !important;min-height:87rem;max-height:87rem}
[h="88!"]{height:88rem !important;min-height:88rem;max-height:88rem}
[h="89!"]{height:89rem !important;min-height:89rem;max-height:89rem}
[h="90!"]{height:90rem !important;min-height:90rem;max-height:90rem}
[h="91!"]{height:91rem !important;min-height:91rem;max-height:91rem}
[h="92!"]{height:92rem !important;min-height:92rem;max-height:92rem}
[h="93!"]{height:93rem !important;min-height:93rem;max-height:93rem}
[h="94!"]{height:94rem !important;min-height:94rem;max-height:94rem}
[h="95!"]{height:95rem !important;min-height:95rem;max-height:95rem}
[h="96!"]{height:96rem !important;min-height:96rem;max-height:96rem}
[h="97!"]{height:97rem !important;min-height:97rem;max-height:97rem}
[h="98!"]{height:98rem !important;min-height:98rem;max-height:98rem}
[h="99!"]{height:99rem !important;min-height:99rem;max-height:99rem}
[h="100!"]{height:100rem !important;min-height:100rem;max-height:100rem}
[h="/64!"]{height:0.015625rem !important;min-height:0.015625rem;max-height:0.015625rem}
[h="/32!"]{height:0.03125rem !important;min-height:0.03125rem;max-height:0.03125rem}
[h="/16!"]{height:0.0625rem !important;min-height:0.0625rem;max-height:0.0625rem}
[h="/8!"]{height:0.125rem !important;min-height:0.125rem;max-height:0.125rem}
[h="/4!"]{height:0.25rem !important;min-height:0.25rem;max-height:0.25rem}
[h="/2!"]{height:0.5rem !important;min-height:0.5rem;max-height:0.5rem}
[h="2/3!"]{height:0.666667rem !important;min-height:0.666667rem;max-height:0.666667rem}
[h="3/4!"]{height:0.75rem !important;min-height:0.75rem;max-height:0.75rem}
[h="3/2!"]{height:1.5rem !important;min-height:1.5rem;max-height:1.5rem}
[h="5/2!"]{height:2.5rem !important;min-height:2.5rem;max-height:2.5rem}
[full-w],[full]{width:100vw}
[full-h],[full]{height:100vh}
[full-w-max],[full-max]{width:100vmax}
[full-h-max],[full-max]{height:100vmax}
[full-w-min],[full-min]{width:100vmin}
[full-h-min],[full-min]{height:100vmin}
[fill-w],[fill]{width:100%}
[fill-h],[fill]{height:100%}
[spread]{flex-grow:1}
[no-spread]{flex-grow:0}
[shrink]{flex-shrink:1}
[no-shrink]{flex-shrink:0}
[size="0"]{flex:0 0 0%}
[size="1"]{flex:0 0 8.333333%}
[size="2"]{flex:0 0 16.666667%}
[size="3"]{flex:0 0 25%}
[size="4"]{flex:0 0 33.333333%}
[size="5"]{flex:0 0 41.666667%}
[size="6"]{flex:0 0 50%}
[size="7"]{flex:0 0 58.333333%}
[size="8"]{flex:0 0 66.666667%}
[size="9"]{flex:0 0 75%}
[size="10"]{flex:0 0 83.333333%}
[size="11"]{flex:0 0 91.666667%}
[size="12"]{flex:0 0 100%}
[row]>[size="0"]{min-width:0%;max-width:0%}
[row]>[size="1"]{min-width:8.333333%;max-width:8.333333%}
[row]>[size="2"]{min-width:16.666667%;max-width:16.666667%}
[row]>[size="3"]{min-width:25%;max-width:25%}
[row]>[size="4"]{min-width:33.333333%;max-width:33.333333%}
[row]>[size="5"]{min-width:41.666667%;max-width:41.666667%}
[row]>[size="6"]{min-width:50%;max-width:50%}
[row]>[size="7"]{min-width:58.333333%;max-width:58.333333%}
[row]>[size="8"]{min-width:66.666667%;max-width:66.666667%}
[row]>[size="9"]{min-width:75%;max-width:75%}
[row]>[size="10"]{min-width:83.333333%;max-width:83.333333%}
[row]>[size="11"]{min-width:91.666667%;max-width:91.666667%}
[row]>[size="12"]{min-width:100%;max-width:100%}
[column]>[size="0"]{min-height:0%;max-height:0%}
[column]>[size="1"]{min-height:8.333333%;max-height:8.333333%}
[column]>[size="2"]{min-height:16.666667%;max-height:16.666667%}
[column]>[size="3"]{min-height:25%;max-height:25%}
[column]>[size="4"]{min-height:33.333333%;max-height:33.333333%}
[column]>[size="5"]{min-height:41.666667%;max-height:41.666667%}
[column]>[size="6"]{min-height:50%;max-height:50%}
[column]>[size="7"]{min-height:58.333333%;max-height:58.333333%}
[column]>[size="8"]{min-height:66.666667%;max-height:66.666667%}
[column]>[size="9"]{min-height:75%;max-height:75%}
[column]>[size="10"]{min-height:83.333333%;max-height:83.333333%}
[column]>[size="11"]{min-height:91.666667%;max-height:91.666667%}
[column]>[size="12"]{min-height:100%;max-height:100%}
[mg]{margin:auto}
[mg="auto"]{margin:auto}
[mg="0"]{margin:0rem}
[mg="1"]{margin:1rem}
[mg="2"]{margin:2rem}
[mg="3"]{margin:3rem}
[mg="4"]{margin:4rem}
[mg="5"]{margin:5rem}
[mg="6"]{margin:6rem}
[mg="7"]{margin:7rem}
[mg="8"]{margin:8rem}
[mg="9"]{margin:9rem}
[mg="10"]{margin:10rem}
[mg="11"]{margin:11rem}
[mg="12"]{margin:12rem}
[mg="13"]{margin:13rem}
[mg="14"]{margin:14rem}
[mg="15"]{margin:15rem}
[mg="16"]{margin:16rem}
[mg="17"]{margin:17rem}
[mg="18"]{margin:18rem}
[mg="19"]{margin:19rem}
[mg="20"]{margin:20rem}
[mg="/64"]{margin:0.015625rem}
[mg="/32"]{margin:0.03125rem}
[mg="/16"]{margin:0.0625rem}
[mg="/8"]{margin:0.125rem}
[mg="/4"]{margin:0.25rem}
[mg="/2"]{margin:0.5rem}
[mg="2/3"]{margin:0.666667rem}
[mg="3/4"]{margin:0.75rem}
[mg="3/2"]{margin:1.5rem}
[mg="5/2"]{margin:2.5rem}
[mg="-10"]{margin:-10rem}
[mg="-9"]{margin:-9rem}
[mg="-8"]{margin:-8rem}
[mg="-7"]{margin:-7rem}
[mg="-6"]{margin:-6rem}
[mg="-5"]{margin:-5rem}
[mg="-4"]{margin:-4rem}
[mg="-3"]{margin:-3rem}
[mg="-5/2"]{margin:-2.5rem}
[mg="-2"]{margin:-2rem}
[mg="-3/2"]{margin:-1.5rem}
[mg="-1"]{margin:-1rem}
[mg="-3/4"]{margin:-0.75rem}
[mg="-2/3"]{margin:-0.666667rem}
[mg="-/2"]{margin:-0.5rem}
[mg="-/4"]{margin:-0.25rem}
[mg="-/8"]{margin:-0.125rem}
[mg="-/16"]{margin:-0.0625rem}
[mg="-/32"]{margin:-0.03125rem}
[mg="-/64"]{margin:-0.015625rem}
[mg-t="0"],[mg-y="0"]{margin-top:0rem}
[mg-t="1"],[mg-y="1"]{margin-top:1rem}
[mg-t="2"],[mg-y="2"]{margin-top:2rem}
[mg-t="3"],[mg-y="3"]{margin-top:3rem}
[mg-t="4"],[mg-y="4"]{margin-top:4rem}
[mg-t="5"],[mg-y="5"]{margin-top:5rem}
[mg-t="6"],[mg-y="6"]{margin-top:6rem}
[mg-t="7"],[mg-y="7"]{margin-top:7rem}
[mg-t="8"],[mg-y="8"]{margin-top:8rem}
[mg-t="9"],[mg-y="9"]{margin-top:9rem}
[mg-t="10"],[mg-y="10"]{margin-top:10rem}
[mg-t="11"],[mg-y="11"]{margin-top:11rem}
[mg-t="12"],[mg-y="12"]{margin-top:12rem}
[mg-t="13"],[mg-y="13"]{margin-top:13rem}
[mg-t="14"],[mg-y="14"]{margin-top:14rem}
[mg-t="15"],[mg-y="15"]{margin-top:15rem}
[mg-t="16"],[mg-y="16"]{margin-top:16rem}
[mg-t="17"],[mg-y="17"]{margin-top:17rem}
[mg-t="18"],[mg-y="18"]{margin-top:18rem}
[mg-t="19"],[mg-y="19"]{margin-top:19rem}
[mg-t="20"],[mg-y="20"]{margin-top:20rem}
[mg-t="/64"],[mg-y="/64"]{margin-top:0.015625rem}
[mg-t="/32"],[mg-y="/32"]{margin-top:0.03125rem}
[mg-t="/16"],[mg-y="/16"]{margin-top:0.0625rem}
[mg-t="/8"],[mg-y="/8"]{margin-top:0.125rem}
[mg-t="/4"],[mg-y="/4"]{margin-top:0.25rem}
[mg-t="/2"],[mg-y="/2"]{margin-top:0.5rem}
[mg-t="2/3"],[mg-y="2/3"]{margin-top:0.666667rem}
[mg-t="3/4"],[mg-y="3/4"]{margin-top:0.75rem}
[mg-t="3/2"],[mg-y="3/2"]{margin-top:1.5rem}
[mg-t="5/2"],[mg-y="5/2"]{margin-top:2.5rem}
[mg-t="-10"],[mg-y="-10"]{margin-top:-10rem}
[mg-t="-9"],[mg-y="-9"]{margin-top:-9rem}
[mg-t="-8"],[mg-y="-8"]{margin-top:-8rem}
[mg-t="-7"],[mg-y="-7"]{margin-top:-7rem}
[mg-t="-6"],[mg-y="-6"]{margin-top:-6rem}
[mg-t="-5"],[mg-y="-5"]{margin-top:-5rem}
[mg-t="-4"],[mg-y="-4"]{margin-top:-4rem}
[mg-t="-3"],[mg-y="-3"]{margin-top:-3rem}
[mg-t="-5/2"],[mg-y="-5/2"]{margin-top:-2.5rem}
[mg-t="-2"],[mg-y="-2"]{margin-top:-2rem}
[mg-t="-3/2"],[mg-y="-3/2"]{margin-top:-1.5rem}
[mg-t="-1"],[mg-y="-1"]{margin-top:-1rem}
[mg-t="-3/4"],[mg-y="-3/4"]{margin-top:-0.75rem}
[mg-t="-2/3"],[mg-y="-2/3"]{margin-top:-0.666667rem}
[mg-t="-/2"],[mg-y="-/2"]{margin-top:-0.5rem}
[mg-t="-/4"],[mg-y="-/4"]{margin-top:-0.25rem}
[mg-t="-/8"],[mg-y="-/8"]{margin-top:-0.125rem}
[mg-t="-/16"],[mg-y="-/16"]{margin-top:-0.0625rem}
[mg-t="-/32"],[mg-y="-/32"]{margin-top:-0.03125rem}
[mg-t="-/64"],[mg-y="-/64"]{margin-top:-0.015625rem}
[mg-b="0"],[mg-y="0"]{margin-bottom:0rem}
[mg-b="1"],[mg-y="1"]{margin-bottom:1rem}
[mg-b="2"],[mg-y="2"]{margin-bottom:2rem}
[mg-b="3"],[mg-y="3"]{margin-bottom:3rem}
[mg-b="4"],[mg-y="4"]{margin-bottom:4rem}
[mg-b="5"],[mg-y="5"]{margin-bottom:5rem}
[mg-b="6"],[mg-y="6"]{margin-bottom:6rem}
[mg-b="7"],[mg-y="7"]{margin-bottom:7rem}
[mg-b="8"],[mg-y="8"]{margin-bottom:8rem}
[mg-b="9"],[mg-y="9"]{margin-bottom:9rem}
[mg-b="10"],[mg-y="10"]{margin-bottom:10rem}
[mg-b="11"],[mg-y="11"]{margin-bottom:11rem}
[mg-b="12"],[mg-y="12"]{margin-bottom:12rem}
[mg-b="13"],[mg-y="13"]{margin-bottom:13rem}
[mg-b="14"],[mg-y="14"]{margin-bottom:14rem}
[mg-b="15"],[mg-y="15"]{margin-bottom:15rem}
[mg-b="16"],[mg-y="16"]{margin-bottom:16rem}
[mg-b="17"],[mg-y="17"]{margin-bottom:17rem}
[mg-b="18"],[mg-y="18"]{margin-bottom:18rem}
[mg-b="19"],[mg-y="19"]{margin-bottom:19rem}
[mg-b="20"],[mg-y="20"]{margin-bottom:20rem}
[mg-b="/64"],[mg-y="/64"]{margin-bottom:0.015625rem}
[mg-b="/32"],[mg-y="/32"]{margin-bottom:0.03125rem}
[mg-b="/16"],[mg-y="/16"]{margin-bottom:0.0625rem}
[mg-b="/8"],[mg-y="/8"]{margin-bottom:0.125rem}
[mg-b="/4"],[mg-y="/4"]{margin-bottom:0.25rem}
[mg-b="/2"],[mg-y="/2"]{margin-bottom:0.5rem}
[mg-b="2/3"],[mg-y="2/3"]{margin-bottom:0.666667rem}
[mg-b="3/4"],[mg-y="3/4"]{margin-bottom:0.75rem}
[mg-b="3/2"],[mg-y="3/2"]{margin-bottom:1.5rem}
[mg-b="5/2"],[mg-y="5/2"]{margin-bottom:2.5rem}
[mg-b="-10"],[mg-y="-10"]{margin-bottom:-10rem}
[mg-b="-9"],[mg-y="-9"]{margin-bottom:-9rem}
[mg-b="-8"],[mg-y="-8"]{margin-bottom:-8rem}
[mg-b="-7"],[mg-y="-7"]{margin-bottom:-7rem}
[mg-b="-6"],[mg-y="-6"]{margin-bottom:-6rem}
[mg-b="-5"],[mg-y="-5"]{margin-bottom:-5rem}
[mg-b="-4"],[mg-y="-4"]{margin-bottom:-4rem}
[mg-b="-3"],[mg-y="-3"]{margin-bottom:-3rem}
[mg-b="-5/2"],[mg-y="-5/2"]{margin-bottom:-2.5rem}
[mg-b="-2"],[mg-y="-2"]{margin-bottom:-2rem}
[mg-b="-3/2"],[mg-y="-3/2"]{margin-bottom:-1.5rem}
[mg-b="-1"],[mg-y="-1"]{margin-bottom:-1rem}
[mg-b="-3/4"],[mg-y="-3/4"]{margin-bottom:-0.75rem}
[mg-b="-2/3"],[mg-y="-2/3"]{margin-bottom:-0.666667rem}
[mg-b="-/2"],[mg-y="-/2"]{margin-bottom:-0.5rem}
[mg-b="-/4"],[mg-y="-/4"]{margin-bottom:-0.25rem}
[mg-b="-/8"],[mg-y="-/8"]{margin-bottom:-0.125rem}
[mg-b="-/16"],[mg-y="-/16"]{margin-bottom:-0.0625rem}
[mg-b="-/32"],[mg-y="-/32"]{margin-bottom:-0.03125rem}
[mg-b="-/64"],[mg-y="-/64"]{margin-bottom:-0.015625rem}
[mg-l="0"],[mg-x="0"]{margin-left:0rem}
[mg-l="1"],[mg-x="1"]{margin-left:1rem}
[mg-l="2"],[mg-x="2"]{margin-left:2rem}
[mg-l="3"],[mg-x="3"]{margin-left:3rem}
[mg-l="4"],[mg-x="4"]{margin-left:4rem}
[mg-l="5"],[mg-x="5"]{margin-left:5rem}
[mg-l="6"],[mg-x="6"]{margin-left:6rem}
[mg-l="7"],[mg-x="7"]{margin-left:7rem}
[mg-l="8"],[mg-x="8"]{margin-left:8rem}
[mg-l="9"],[mg-x="9"]{margin-left:9rem}
[mg-l="10"],[mg-x="10"]{margin-left:10rem}
[mg-l="11"],[mg-x="11"]{margin-left:11rem}
[mg-l="12"],[mg-x="12"]{margin-left:12rem}
[mg-l="13"],[mg-x="13"]{margin-left:13rem}
[mg-l="14"],[mg-x="14"]{margin-left:14rem}
[mg-l="15"],[mg-x="15"]{margin-left:15rem}
[mg-l="16"],[mg-x="16"]{margin-left:16rem}
[mg-l="17"],[mg-x="17"]{margin-left:17rem}
[mg-l="18"],[mg-x="18"]{margin-left:18rem}
[mg-l="19"],[mg-x="19"]{margin-left:19rem}
[mg-l="20"],[mg-x="20"]{margin-left:20rem}
[mg-l="/64"],[mg-x="/64"]{margin-left:0.015625rem}
[mg-l="/32"],[mg-x="/32"]{margin-left:0.03125rem}
[mg-l="/16"],[mg-x="/16"]{margin-left:0.0625rem}
[mg-l="/8"],[mg-x="/8"]{margin-left:0.125rem}
[mg-l="/4"],[mg-x="/4"]{margin-left:0.25rem}
[mg-l="/2"],[mg-x="/2"]{margin-left:0.5rem}
[mg-l="2/3"],[mg-x="2/3"]{margin-left:0.666667rem}
[mg-l="3/4"],[mg-x="3/4"]{margin-left:0.75rem}
[mg-l="3/2"],[mg-x="3/2"]{margin-left:1.5rem}
[mg-l="5/2"],[mg-x="5/2"]{margin-left:2.5rem}
[mg-l="-10"],[mg-x="-10"]{margin-left:-10rem}
[mg-l="-9"],[mg-x="-9"]{margin-left:-9rem}
[mg-l="-8"],[mg-x="-8"]{margin-left:-8rem}
[mg-l="-7"],[mg-x="-7"]{margin-left:-7rem}
[mg-l="-6"],[mg-x="-6"]{margin-left:-6rem}
[mg-l="-5"],[mg-x="-5"]{margin-left:-5rem}
[mg-l="-4"],[mg-x="-4"]{margin-left:-4rem}
[mg-l="-3"],[mg-x="-3"]{margin-left:-3rem}
[mg-l="-5/2"],[mg-x="-5/2"]{margin-left:-2.5rem}
[mg-l="-2"],[mg-x="-2"]{margin-left:-2rem}
[mg-l="-3/2"],[mg-x="-3/2"]{margin-left:-1.5rem}
[mg-l="-1"],[mg-x="-1"]{margin-left:-1rem}
[mg-l="-3/4"],[mg-x="-3/4"]{margin-left:-0.75rem}
[mg-l="-2/3"],[mg-x="-2/3"]{margin-left:-0.666667rem}
[mg-l="-/2"],[mg-x="-/2"]{margin-left:-0.5rem}
[mg-l="-/4"],[mg-x="-/4"]{margin-left:-0.25rem}
[mg-l="-/8"],[mg-x="-/8"]{margin-left:-0.125rem}
[mg-l="-/16"],[mg-x="-/16"]{margin-left:-0.0625rem}
[mg-l="-/32"],[mg-x="-/32"]{margin-left:-0.03125rem}
[mg-l="-/64"],[mg-x="-/64"]{margin-left:-0.015625rem}
[mg-r="0"],[mg-x="0"]{margin-right:0rem}
[mg-r="1"],[mg-x="1"]{margin-right:1rem}
[mg-r="2"],[mg-x="2"]{margin-right:2rem}
[mg-r="3"],[mg-x="3"]{margin-right:3rem}
[mg-r="4"],[mg-x="4"]{margin-right:4rem}
[mg-r="5"],[mg-x="5"]{margin-right:5rem}
[mg-r="6"],[mg-x="6"]{margin-right:6rem}
[mg-r="7"],[mg-x="7"]{margin-right:7rem}
[mg-r="8"],[mg-x="8"]{margin-right:8rem}
[mg-r="9"],[mg-x="9"]{margin-right:9rem}
[mg-r="10"],[mg-x="10"]{margin-right:10rem}
[mg-r="11"],[mg-x="11"]{margin-right:11rem}
[mg-r="12"],[mg-x="12"]{margin-right:12rem}
[mg-r="13"],[mg-x="13"]{margin-right:13rem}
[mg-r="14"],[mg-x="14"]{margin-right:14rem}
[mg-r="15"],[mg-x="15"]{margin-right:15rem}
[mg-r="16"],[mg-x="16"]{margin-right:16rem}
[mg-r="17"],[mg-x="17"]{margin-right:17rem}
[mg-r="18"],[mg-x="18"]{margin-right:18rem}
[mg-r="19"],[mg-x="19"]{margin-right:19rem}
[mg-r="20"],[mg-x="20"]{margin-right:20rem}
[mg-r="/64"],[mg-x="/64"]{margin-right:0.015625rem}
[mg-r="/32"],[mg-x="/32"]{margin-right:0.03125rem}
[mg-r="/16"],[mg-x="/16"]{margin-right:0.0625rem}
[mg-r="/8"],[mg-x="/8"]{margin-right:0.125rem}
[mg-r="/4"],[mg-x="/4"]{margin-right:0.25rem}
[mg-r="/2"],[mg-x="/2"]{margin-right:0.5rem}
[mg-r="2/3"],[mg-x="2/3"]{margin-right:0.666667rem}
[mg-r="3/4"],[mg-x="3/4"]{margin-right:0.75rem}
[mg-r="3/2"],[mg-x="3/2"]{margin-right:1.5rem}
[mg-r="5/2"],[mg-x="5/2"]{margin-right:2.5rem}
[mg-r="-10"],[mg-x="-10"]{margin-right:-10rem}
[mg-r="-9"],[mg-x="-9"]{margin-right:-9rem}
[mg-r="-8"],[mg-x="-8"]{margin-right:-8rem}
[mg-r="-7"],[mg-x="-7"]{margin-right:-7rem}
[mg-r="-6"],[mg-x="-6"]{margin-right:-6rem}
[mg-r="-5"],[mg-x="-5"]{margin-right:-5rem}
[mg-r="-4"],[mg-x="-4"]{margin-right:-4rem}
[mg-r="-3"],[mg-x="-3"]{margin-right:-3rem}
[mg-r="-5/2"],[mg-x="-5/2"]{margin-right:-2.5rem}
[mg-r="-2"],[mg-x="-2"]{margin-right:-2rem}
[mg-r="-3/2"],[mg-x="-3/2"]{margin-right:-1.5rem}
[mg-r="-1"],[mg-x="-1"]{margin-right:-1rem}
[mg-r="-3/4"],[mg-x="-3/4"]{margin-right:-0.75rem}
[mg-r="-2/3"],[mg-x="-2/3"]{margin-right:-0.666667rem}
[mg-r="-/2"],[mg-x="-/2"]{margin-right:-0.5rem}
[mg-r="-/4"],[mg-x="-/4"]{margin-right:-0.25rem}
[mg-r="-/8"],[mg-x="-/8"]{margin-right:-0.125rem}
[mg-r="-/16"],[mg-x="-/16"]{margin-right:-0.0625rem}
[mg-r="-/32"],[mg-x="-/32"]{margin-right:-0.03125rem}
[mg-r="-/64"],[mg-x="-/64"]{margin-right:-0.015625rem}
[mg-in]>*{margin:auto}
[mg-in="auto"]>*{margin:auto}
[mg-in="0"]>*{margin:0rem}
[mg-in="1"]>*{margin:1rem}
[mg-in="2"]>*{margin:2rem}
[mg-in="3"]>*{margin:3rem}
[mg-in="4"]>*{margin:4rem}
[mg-in="5"]>*{margin:5rem}
[mg-in="6"]>*{margin:6rem}
[mg-in="7"]>*{margin:7rem}
[mg-in="8"]>*{margin:8rem}
[mg-in="9"]>*{margin:9rem}
[mg-in="10"]>*{margin:10rem}
[mg-in="11"]>*{margin:11rem}
[mg-in="12"]>*{margin:12rem}
[mg-in="13"]>*{margin:13rem}
[mg-in="14"]>*{margin:14rem}
[mg-in="15"]>*{margin:15rem}
[mg-in="16"]>*{margin:16rem}
[mg-in="17"]>*{margin:17rem}
[mg-in="18"]>*{margin:18rem}
[mg-in="19"]>*{margin:19rem}
[mg-in="20"]>*{margin:20rem}
[mg-in="/64"]>*{margin:0.015625rem}
[mg-in="/32"]>*{margin:0.03125rem}
[mg-in="/16"]>*{margin:0.0625rem}
[mg-in="/8"]>*{margin:0.125rem}
[mg-in="/4"]>*{margin:0.25rem}
[mg-in="/2"]>*{margin:0.5rem}
[mg-in="2/3"]>*{margin:0.666667rem}
[mg-in="3/4"]>*{margin:0.75rem}
[mg-in="3/2"]>*{margin:1.5rem}
[mg-in="5/2"]>*{margin:2.5rem}
[mg-in="-10"]>*{margin:-10rem}
[mg-in="-9"]>*{margin:-9rem}
[mg-in="-8"]>*{margin:-8rem}
[mg-in="-7"]>*{margin:-7rem}
[mg-in="-6"]>*{margin:-6rem}
[mg-in="-5"]>*{margin:-5rem}
[mg-in="-4"]>*{margin:-4rem}
[mg-in="-3"]>*{margin:-3rem}
[mg-in="-5/2"]>*{margin:-2.5rem}
[mg-in="-2"]>*{margin:-2rem}
[mg-in="-3/2"]>*{margin:-1.5rem}
[mg-in="-1"]>*{margin:-1rem}
[mg-in="-3/4"]>*{margin:-0.75rem}
[mg-in="-2/3"]>*{margin:-0.666667rem}
[mg-in="-/2"]>*{margin:-0.5rem}
[mg-in="-/4"]>*{margin:-0.25rem}
[mg-in="-/8"]>*{margin:-0.125rem}
[mg-in="-/16"]>*{margin:-0.0625rem}
[mg-in="-/32"]>*{margin:-0.03125rem}
[mg-in="-/64"]>*{margin:-0.015625rem}
[mg-in-t="0"]>*,[mg-in-y="0"]>*{margin-top:0rem}
[mg-in-t="1"]>*,[mg-in-y="1"]>*{margin-top:1rem}
[mg-in-t="2"]>*,[mg-in-y="2"]>*{margin-top:2rem}
[mg-in-t="3"]>*,[mg-in-y="3"]>*{margin-top:3rem}
[mg-in-t="4"]>*,[mg-in-y="4"]>*{margin-top:4rem}
[mg-in-t="5"]>*,[mg-in-y="5"]>*{margin-top:5rem}
[mg-in-t="6"]>*,[mg-in-y="6"]>*{margin-top:6rem}
[mg-in-t="7"]>*,[mg-in-y="7"]>*{margin-top:7rem}
[mg-in-t="8"]>*,[mg-in-y="8"]>*{margin-top:8rem}
[mg-in-t="9"]>*,[mg-in-y="9"]>*{margin-top:9rem}
[mg-in-t="10"]>*,[mg-in-y="10"]>*{margin-top:10rem}
[mg-in-t="11"]>*,[mg-in-y="11"]>*{margin-top:11rem}
[mg-in-t="12"]>*,[mg-in-y="12"]>*{margin-top:12rem}
[mg-in-t="13"]>*,[mg-in-y="13"]>*{margin-top:13rem}
[mg-in-t="14"]>*,[mg-in-y="14"]>*{margin-top:14rem}
[mg-in-t="15"]>*,[mg-in-y="15"]>*{margin-top:15rem}
[mg-in-t="16"]>*,[mg-in-y="16"]>*{margin-top:16rem}
[mg-in-t="17"]>*,[mg-in-y="17"]>*{margin-top:17rem}
[mg-in-t="18"]>*,[mg-in-y="18"]>*{margin-top:18rem}
[mg-in-t="19"]>*,[mg-in-y="19"]>*{margin-top:19rem}
[mg-in-t="20"]>*,[mg-in-y="20"]>*{margin-top:20rem}
[mg-in-t="/64"]>*,[mg-in-y="/64"]>*{margin-top:0.015625rem}
[mg-in-t="/32"]>*,[mg-in-y="/32"]>*{margin-top:0.03125rem}
[mg-in-t="/16"]>*,[mg-in-y="/16"]>*{margin-top:0.0625rem}
[mg-in-t="/8"]>*,[mg-in-y="/8"]>*{margin-top:0.125rem}
[mg-in-t="/4"]>*,[mg-in-y="/4"]>*{margin-top:0.25rem}
[mg-in-t="/2"]>*,[mg-in-y="/2"]>*{margin-top:0.5rem}
[mg-in-t="2/3"]>*,[mg-in-y="2/3"]>*{margin-top:0.666667rem}
[mg-in-t="3/4"]>*,[mg-in-y="3/4"]>*{margin-top:0.75rem}
[mg-in-t="3/2"]>*,[mg-in-y="3/2"]>*{margin-top:1.5rem}
[mg-in-t="5/2"]>*,[mg-in-y="5/2"]>*{margin-top:2.5rem}
[mg-in-t="-10"]>*,[mg-in-y="-10"]>*{margin-top:-10rem}
[mg-in-t="-9"]>*,[mg-in-y="-9"]>*{margin-top:-9rem}
[mg-in-t="-8"]>*,[mg-in-y="-8"]>*{margin-top:-8rem}
[mg-in-t="-7"]>*,[mg-in-y="-7"]>*{margin-top:-7rem}
[mg-in-t="-6"]>*,[mg-in-y="-6"]>*{margin-top:-6rem}
[mg-in-t="-5"]>*,[mg-in-y="-5"]>*{margin-top:-5rem}
[mg-in-t="-4"]>*,[mg-in-y="-4"]>*{margin-top:-4rem}
[mg-in-t="-3"]>*,[mg-in-y="-3"]>*{margin-top:-3rem}
[mg-in-t="-5/2"]>*,[mg-in-y="-5/2"]>*{margin-top:-2.5rem}
[mg-in-t="-2"]>*,[mg-in-y="-2"]>*{margin-top:-2rem}
[mg-in-t="-3/2"]>*,[mg-in-y="-3/2"]>*{margin-top:-1.5rem}
[mg-in-t="-1"]>*,[mg-in-y="-1"]>*{margin-top:-1rem}
[mg-in-t="-3/4"]>*,[mg-in-y="-3/4"]>*{margin-top:-0.75rem}
[mg-in-t="-2/3"]>*,[mg-in-y="-2/3"]>*{margin-top:-0.666667rem}
[mg-in-t="-/2"]>*,[mg-in-y="-/2"]>*{margin-top:-0.5rem}
[mg-in-t="-/4"]>*,[mg-in-y="-/4"]>*{margin-top:-0.25rem}
[mg-in-t="-/8"]>*,[mg-in-y="-/8"]>*{margin-top:-0.125rem}
[mg-in-t="-/16"]>*,[mg-in-y="-/16"]>*{margin-top:-0.0625rem}
[mg-in-t="-/32"]>*,[mg-in-y="-/32"]>*{margin-top:-0.03125rem}
[mg-in-t="-/64"]>*,[mg-in-y="-/64"]>*{margin-top:-0.015625rem}
[mg-in-b="0"]>*,[mg-in-y="0"]>*{margin-bottom:0rem}
[mg-in-b="1"]>*,[mg-in-y="1"]>*{margin-bottom:1rem}
[mg-in-b="2"]>*,[mg-in-y="2"]>*{margin-bottom:2rem}
[mg-in-b="3"]>*,[mg-in-y="3"]>*{margin-bottom:3rem}
[mg-in-b="4"]>*,[mg-in-y="4"]>*{margin-bottom:4rem}
[mg-in-b="5"]>*,[mg-in-y="5"]>*{margin-bottom:5rem}
[mg-in-b="6"]>*,[mg-in-y="6"]>*{margin-bottom:6rem}
[mg-in-b="7"]>*,[mg-in-y="7"]>*{margin-bottom:7rem}
[mg-in-b="8"]>*,[mg-in-y="8"]>*{margin-bottom:8rem}
[mg-in-b="9"]>*,[mg-in-y="9"]>*{margin-bottom:9rem}
[mg-in-b="10"]>*,[mg-in-y="10"]>*{margin-bottom:10rem}
[mg-in-b="11"]>*,[mg-in-y="11"]>*{margin-bottom:11rem}
[mg-in-b="12"]>*,[mg-in-y="12"]>*{margin-bottom:12rem}
[mg-in-b="13"]>*,[mg-in-y="13"]>*{margin-bottom:13rem}
[mg-in-b="14"]>*,[mg-in-y="14"]>*{margin-bottom:14rem}
[mg-in-b="15"]>*,[mg-in-y="15"]>*{margin-bottom:15rem}
[mg-in-b="16"]>*,[mg-in-y="16"]>*{margin-bottom:16rem}
[mg-in-b="17"]>*,[mg-in-y="17"]>*{margin-bottom:17rem}
[mg-in-b="18"]>*,[mg-in-y="18"]>*{margin-bottom:18rem}
[mg-in-b="19"]>*,[mg-in-y="19"]>*{margin-bottom:19rem}
[mg-in-b="20"]>*,[mg-in-y="20"]>*{margin-bottom:20rem}
[mg-in-b="/64"]>*,[mg-in-y="/64"]>*{margin-bottom:0.015625rem}
[mg-in-b="/32"]>*,[mg-in-y="/32"]>*{margin-bottom:0.03125rem}
[mg-in-b="/16"]>*,[mg-in-y="/16"]>*{margin-bottom:0.0625rem}
[mg-in-b="/8"]>*,[mg-in-y="/8"]>*{margin-bottom:0.125rem}
[mg-in-b="/4"]>*,[mg-in-y="/4"]>*{margin-bottom:0.25rem}
[mg-in-b="/2"]>*,[mg-in-y="/2"]>*{margin-bottom:0.5rem}
[mg-in-b="2/3"]>*,[mg-in-y="2/3"]>*{margin-bottom:0.666667rem}
[mg-in-b="3/4"]>*,[mg-in-y="3/4"]>*{margin-bottom:0.75rem}
[mg-in-b="3/2"]>*,[mg-in-y="3/2"]>*{margin-bottom:1.5rem}
[mg-in-b="5/2"]>*,[mg-in-y="5/2"]>*{margin-bottom:2.5rem}
[mg-in-b="-10"]>*,[mg-in-y="-10"]>*{margin-bottom:-10rem}
[mg-in-b="-9"]>*,[mg-in-y="-9"]>*{margin-bottom:-9rem}
[mg-in-b="-8"]>*,[mg-in-y="-8"]>*{margin-bottom:-8rem}
[mg-in-b="-7"]>*,[mg-in-y="-7"]>*{margin-bottom:-7rem}
[mg-in-b="-6"]>*,[mg-in-y="-6"]>*{margin-bottom:-6rem}
[mg-in-b="-5"]>*,[mg-in-y="-5"]>*{margin-bottom:-5rem}
[mg-in-b="-4"]>*,[mg-in-y="-4"]>*{margin-bottom:-4rem}
[mg-in-b="-3"]>*,[mg-in-y="-3"]>*{margin-bottom:-3rem}
[mg-in-b="-5/2"]>*,[mg-in-y="-5/2"]>*{margin-bottom:-2.5rem}
[mg-in-b="-2"]>*,[mg-in-y="-2"]>*{margin-bottom:-2rem}
[mg-in-b="-3/2"]>*,[mg-in-y="-3/2"]>*{margin-bottom:-1.5rem}
[mg-in-b="-1"]>*,[mg-in-y="-1"]>*{margin-bottom:-1rem}
[mg-in-b="-3/4"]>*,[mg-in-y="-3/4"]>*{margin-bottom:-0.75rem}
[mg-in-b="-2/3"]>*,[mg-in-y="-2/3"]>*{margin-bottom:-0.666667rem}
[mg-in-b="-/2"]>*,[mg-in-y="-/2"]>*{margin-bottom:-0.5rem}
[mg-in-b="-/4"]>*,[mg-in-y="-/4"]>*{margin-bottom:-0.25rem}
[mg-in-b="-/8"]>*,[mg-in-y="-/8"]>*{margin-bottom:-0.125rem}
[mg-in-b="-/16"]>*,[mg-in-y="-/16"]>*{margin-bottom:-0.0625rem}
[mg-in-b="-/32"]>*,[mg-in-y="-/32"]>*{margin-bottom:-0.03125rem}
[mg-in-b="-/64"]>*,[mg-in-y="-/64"]>*{margin-bottom:-0.015625rem}
[mg-in-l="0"]>*,[mg-in-x="0"]>*{margin-left:0rem}
[mg-in-l="1"]>*,[mg-in-x="1"]>*{margin-left:1rem}
[mg-in-l="2"]>*,[mg-in-x="2"]>*{margin-left:2rem}
[mg-in-l="3"]>*,[mg-in-x="3"]>*{margin-left:3rem}
[mg-in-l="4"]>*,[mg-in-x="4"]>*{margin-left:4rem}
[mg-in-l="5"]>*,[mg-in-x="5"]>*{margin-left:5rem}
[mg-in-l="6"]>*,[mg-in-x="6"]>*{margin-left:6rem}
[mg-in-l="7"]>*,[mg-in-x="7"]>*{margin-left:7rem}
[mg-in-l="8"]>*,[mg-in-x="8"]>*{margin-left:8rem}
[mg-in-l="9"]>*,[mg-in-x="9"]>*{margin-left:9rem}
[mg-in-l="10"]>*,[mg-in-x="10"]>*{margin-left:10rem}
[mg-in-l="11"]>*,[mg-in-x="11"]>*{margin-left:11rem}
[mg-in-l="12"]>*,[mg-in-x="12"]>*{margin-left:12rem}
[mg-in-l="13"]>*,[mg-in-x="13"]>*{margin-left:13rem}
[mg-in-l="14"]>*,[mg-in-x="14"]>*{margin-left:14rem}
[mg-in-l="15"]>*,[mg-in-x="15"]>*{margin-left:15rem}
[mg-in-l="16"]>*,[mg-in-x="16"]>*{margin-left:16rem}
[mg-in-l="17"]>*,[mg-in-x="17"]>*{margin-left:17rem}
[mg-in-l="18"]>*,[mg-in-x="18"]>*{margin-left:18rem}
[mg-in-l="19"]>*,[mg-in-x="19"]>*{margin-left:19rem}
[mg-in-l="20"]>*,[mg-in-x="20"]>*{margin-left:20rem}
[mg-in-l="/64"]>*,[mg-in-x="/64"]>*{margin-left:0.015625rem}
[mg-in-l="/32"]>*,[mg-in-x="/32"]>*{margin-left:0.03125rem}
[mg-in-l="/16"]>*,[mg-in-x="/16"]>*{margin-left:0.0625rem}
[mg-in-l="/8"]>*,[mg-in-x="/8"]>*{margin-left:0.125rem}
[mg-in-l="/4"]>*,[mg-in-x="/4"]>*{margin-left:0.25rem}
[mg-in-l="/2"]>*,[mg-in-x="/2"]>*{margin-left:0.5rem}
[mg-in-l="2/3"]>*,[mg-in-x="2/3"]>*{margin-left:0.666667rem}
[mg-in-l="3/4"]>*,[mg-in-x="3/4"]>*{margin-left:0.75rem}
[mg-in-l="3/2"]>*,[mg-in-x="3/2"]>*{margin-left:1.5rem}
[mg-in-l="5/2"]>*,[mg-in-x="5/2"]>*{margin-left:2.5rem}
[mg-in-l="-10"]>*,[mg-in-x="-10"]>*{margin-left:-10rem}
[mg-in-l="-9"]>*,[mg-in-x="-9"]>*{margin-left:-9rem}
[mg-in-l="-8"]>*,[mg-in-x="-8"]>*{margin-left:-8rem}
[mg-in-l="-7"]>*,[mg-in-x="-7"]>*{margin-left:-7rem}
[mg-in-l="-6"]>*,[mg-in-x="-6"]>*{margin-left:-6rem}
[mg-in-l="-5"]>*,[mg-in-x="-5"]>*{margin-left:-5rem}
[mg-in-l="-4"]>*,[mg-in-x="-4"]>*{margin-left:-4rem}
[mg-in-l="-3"]>*,[mg-in-x="-3"]>*{margin-left:-3rem}
[mg-in-l="-5/2"]>*,[mg-in-x="-5/2"]>*{margin-left:-2.5rem}
[mg-in-l="-2"]>*,[mg-in-x="-2"]>*{margin-left:-2rem}
[mg-in-l="-3/2"]>*,[mg-in-x="-3/2"]>*{margin-left:-1.5rem}
[mg-in-l="-1"]>*,[mg-in-x="-1"]>*{margin-left:-1rem}
[mg-in-l="-3/4"]>*,[mg-in-x="-3/4"]>*{margin-left:-0.75rem}
[mg-in-l="-2/3"]>*,[mg-in-x="-2/3"]>*{margin-left:-0.666667rem}
[mg-in-l="-/2"]>*,[mg-in-x="-/2"]>*{margin-left:-0.5rem}
[mg-in-l="-/4"]>*,[mg-in-x="-/4"]>*{margin-left:-0.25rem}
[mg-in-l="-/8"]>*,[mg-in-x="-/8"]>*{margin-left:-0.125rem}
[mg-in-l="-/16"]>*,[mg-in-x="-/16"]>*{margin-left:-0.0625rem}
[mg-in-l="-/32"]>*,[mg-in-x="-/32"]>*{margin-left:-0.03125rem}
[mg-in-l="-/64"]>*,[mg-in-x="-/64"]>*{margin-left:-0.015625rem}
[mg-in-r="0"]>*,[mg-in-x="0"]>*{margin-right:0rem}
[mg-in-r="1"]>*,[mg-in-x="1"]>*{margin-right:1rem}
[mg-in-r="2"]>*,[mg-in-x="2"]>*{margin-right:2rem}
[mg-in-r="3"]>*,[mg-in-x="3"]>*{margin-right:3rem}
[mg-in-r="4"]>*,[mg-in-x="4"]>*{margin-right:4rem}
[mg-in-r="5"]>*,[mg-in-x="5"]>*{margin-right:5rem}
[mg-in-r="6"]>*,[mg-in-x="6"]>*{margin-right:6rem}
[mg-in-r="7"]>*,[mg-in-x="7"]>*{margin-right:7rem}
[mg-in-r="8"]>*,[mg-in-x="8"]>*{margin-right:8rem}
[mg-in-r="9"]>*,[mg-in-x="9"]>*{margin-right:9rem}
[mg-in-r="10"]>*,[mg-in-x="10"]>*{margin-right:10rem}
[mg-in-r="11"]>*,[mg-in-x="11"]>*{margin-right:11rem}
[mg-in-r="12"]>*,[mg-in-x="12"]>*{margin-right:12rem}
[mg-in-r="13"]>*,[mg-in-x="13"]>*{margin-right:13rem}
[mg-in-r="14"]>*,[mg-in-x="14"]>*{margin-right:14rem}
[mg-in-r="15"]>*,[mg-in-x="15"]>*{margin-right:15rem}
[mg-in-r="16"]>*,[mg-in-x="16"]>*{margin-right:16rem}
[mg-in-r="17"]>*,[mg-in-x="17"]>*{margin-right:17rem}
[mg-in-r="18"]>*,[mg-in-x="18"]>*{margin-right:18rem}
[mg-in-r="19"]>*,[mg-in-x="19"]>*{margin-right:19rem}
[mg-in-r="20"]>*,[mg-in-x="20"]>*{margin-right:20rem}
[mg-in-r="/64"]>*,[mg-in-x="/64"]>*{margin-right:0.015625rem}
[mg-in-r="/32"]>*,[mg-in-x="/32"]>*{margin-right:0.03125rem}
[mg-in-r="/16"]>*,[mg-in-x="/16"]>*{margin-right:0.0625rem}
[mg-in-r="/8"]>*,[mg-in-x="/8"]>*{margin-right:0.125rem}
[mg-in-r="/4"]>*,[mg-in-x="/4"]>*{margin-right:0.25rem}
[mg-in-r="/2"]>*,[mg-in-x="/2"]>*{margin-right:0.5rem}
[mg-in-r="2/3"]>*,[mg-in-x="2/3"]>*{margin-right:0.666667rem}
[mg-in-r="3/4"]>*,[mg-in-x="3/4"]>*{margin-right:0.75rem}
[mg-in-r="3/2"]>*,[mg-in-x="3/2"]>*{margin-right:1.5rem}
[mg-in-r="5/2"]>*,[mg-in-x="5/2"]>*{margin-right:2.5rem}
[mg-in-r="-10"]>*,[mg-in-x="-10"]>*{margin-right:-10rem}
[mg-in-r="-9"]>*,[mg-in-x="-9"]>*{margin-right:-9rem}
[mg-in-r="-8"]>*,[mg-in-x="-8"]>*{margin-right:-8rem}
[mg-in-r="-7"]>*,[mg-in-x="-7"]>*{margin-right:-7rem}
[mg-in-r="-6"]>*,[mg-in-x="-6"]>*{margin-right:-6rem}
[mg-in-r="-5"]>*,[mg-in-x="-5"]>*{margin-right:-5rem}
[mg-in-r="-4"]>*,[mg-in-x="-4"]>*{margin-right:-4rem}
[mg-in-r="-3"]>*,[mg-in-x="-3"]>*{margin-right:-3rem}
[mg-in-r="-5/2"]>*,[mg-in-x="-5/2"]>*{margin-right:-2.5rem}
[mg-in-r="-2"]>*,[mg-in-x="-2"]>*{margin-right:-2rem}
[mg-in-r="-3/2"]>*,[mg-in-x="-3/2"]>*{margin-right:-1.5rem}
[mg-in-r="-1"]>*,[mg-in-x="-1"]>*{margin-right:-1rem}
[mg-in-r="-3/4"]>*,[mg-in-x="-3/4"]>*{margin-right:-0.75rem}
[mg-in-r="-2/3"]>*,[mg-in-x="-2/3"]>*{margin-right:-0.666667rem}
[mg-in-r="-/2"]>*,[mg-in-x="-/2"]>*{margin-right:-0.5rem}
[mg-in-r="-/4"]>*,[mg-in-x="-/4"]>*{margin-right:-0.25rem}
[mg-in-r="-/8"]>*,[mg-in-x="-/8"]>*{margin-right:-0.125rem}
[mg-in-r="-/16"]>*,[mg-in-x="-/16"]>*{margin-right:-0.0625rem}
[mg-in-r="-/32"]>*,[mg-in-x="-/32"]>*{margin-right:-0.03125rem}
[mg-in-r="-/64"]>*,[mg-in-x="-/64"]>*{margin-right:-0.015625rem}
[pd="0"]{padding:0rem}
[pd="1"]{padding:1rem}
[pd="2"]{padding:2rem}
[pd="3"]{padding:3rem}
[pd="4"]{padding:4rem}
[pd="5"]{padding:5rem}
[pd="6"]{padding:6rem}
[pd="7"]{padding:7rem}
[pd="8"]{padding:8rem}
[pd="9"]{padding:9rem}
[pd="10"]{padding:10rem}
[pd="11"]{padding:11rem}
[pd="12"]{padding:12rem}
[pd="13"]{padding:13rem}
[pd="14"]{padding:14rem}
[pd="15"]{padding:15rem}
[pd="16"]{padding:16rem}
[pd="17"]{padding:17rem}
[pd="18"]{padding:18rem}
[pd="19"]{padding:19rem}
[pd="20"]{padding:20rem}
[pd="/64"]{padding:0.015625rem}
[pd="/32"]{padding:0.03125rem}
[pd="/16"]{padding:0.0625rem}
[pd="/8"]{padding:0.125rem}
[pd="/4"]{padding:0.25rem}
[pd="/2"]{padding:0.5rem}
[pd="2/3"]{padding:0.666667rem}
[pd="3/4"]{padding:0.75rem}
[pd="3/2"]{padding:1.5rem}
[pd="5/2"]{padding:2.5rem}
[pd-t="0"],[pd-y="0"]{padding-top:0rem}
[pd-t="1"],[pd-y="1"]{padding-top:1rem}
[pd-t="2"],[pd-y="2"]{padding-top:2rem}
[pd-t="3"],[pd-y="3"]{padding-top:3rem}
[pd-t="4"],[pd-y="4"]{padding-top:4rem}
[pd-t="5"],[pd-y="5"]{padding-top:5rem}
[pd-t="6"],[pd-y="6"]{padding-top:6rem}
[pd-t="7"],[pd-y="7"]{padding-top:7rem}
[pd-t="8"],[pd-y="8"]{padding-top:8rem}
[pd-t="9"],[pd-y="9"]{padding-top:9rem}
[pd-t="10"],[pd-y="10"]{padding-top:10rem}
[pd-t="11"],[pd-y="11"]{padding-top:11rem}
[pd-t="12"],[pd-y="12"]{padding-top:12rem}
[pd-t="13"],[pd-y="13"]{padding-top:13rem}
[pd-t="14"],[pd-y="14"]{padding-top:14rem}
[pd-t="15"],[pd-y="15"]{padding-top:15rem}
[pd-t="16"],[pd-y="16"]{padding-top:16rem}
[pd-t="17"],[pd-y="17"]{padding-top:17rem}
[pd-t="18"],[pd-y="18"]{padding-top:18rem}
[pd-t="19"],[pd-y="19"]{padding-top:19rem}
[pd-t="20"],[pd-y="20"]{padding-top:20rem}
[pd-t="/64"],[pd-y="/64"]{padding-top:0.015625rem}
[pd-t="/32"],[pd-y="/32"]{padding-top:0.03125rem}
[pd-t="/16"],[pd-y="/16"]{padding-top:0.0625rem}
[pd-t="/8"],[pd-y="/8"]{padding-top:0.125rem}
[pd-t="/4"],[pd-y="/4"]{padding-top:0.25rem}
[pd-t="/2"],[pd-y="/2"]{padding-top:0.5rem}
[pd-t="2/3"],[pd-y="2/3"]{padding-top:0.666667rem}
[pd-t="3/4"],[pd-y="3/4"]{padding-top:0.75rem}
[pd-t="3/2"],[pd-y="3/2"]{padding-top:1.5rem}
[pd-t="5/2"],[pd-y="5/2"]{padding-top:2.5rem}
[pd-b="0"],[pd-y="0"]{padding-bottom:0rem}
[pd-b="1"],[pd-y="1"]{padding-bottom:1rem}
[pd-b="2"],[pd-y="2"]{padding-bottom:2rem}
[pd-b="3"],[pd-y="3"]{padding-bottom:3rem}
[pd-b="4"],[pd-y="4"]{padding-bottom:4rem}
[pd-b="5"],[pd-y="5"]{padding-bottom:5rem}
[pd-b="6"],[pd-y="6"]{padding-bottom:6rem}
[pd-b="7"],[pd-y="7"]{padding-bottom:7rem}
[pd-b="8"],[pd-y="8"]{padding-bottom:8rem}
[pd-b="9"],[pd-y="9"]{padding-bottom:9rem}
[pd-b="10"],[pd-y="10"]{padding-bottom:10rem}
[pd-b="11"],[pd-y="11"]{padding-bottom:11rem}
[pd-b="12"],[pd-y="12"]{padding-bottom:12rem}
[pd-b="13"],[pd-y="13"]{padding-bottom:13rem}
[pd-b="14"],[pd-y="14"]{padding-bottom:14rem}
[pd-b="15"],[pd-y="15"]{padding-bottom:15rem}
[pd-b="16"],[pd-y="16"]{padding-bottom:16rem}
[pd-b="17"],[pd-y="17"]{padding-bottom:17rem}
[pd-b="18"],[pd-y="18"]{padding-bottom:18rem}
[pd-b="19"],[pd-y="19"]{padding-bottom:19rem}
[pd-b="20"],[pd-y="20"]{padding-bottom:20rem}
[pd-b="/64"],[pd-y="/64"]{padding-bottom:0.015625rem}
[pd-b="/32"],[pd-y="/32"]{padding-bottom:0.03125rem}
[pd-b="/16"],[pd-y="/16"]{padding-bottom:0.0625rem}
[pd-b="/8"],[pd-y="/8"]{padding-bottom:0.125rem}
[pd-b="/4"],[pd-y="/4"]{padding-bottom:0.25rem}
[pd-b="/2"],[pd-y="/2"]{padding-bottom:0.5rem}
[pd-b="2/3"],[pd-y="2/3"]{padding-bottom:0.666667rem}
[pd-b="3/4"],[pd-y="3/4"]{padding-bottom:0.75rem}
[pd-b="3/2"],[pd-y="3/2"]{padding-bottom:1.5rem}
[pd-b="5/2"],[pd-y="5/2"]{padding-bottom:2.5rem}
[pd-l="0"],[pd-x="0"]{padding-left:0rem}
[pd-l="1"],[pd-x="1"]{padding-left:1rem}
[pd-l="2"],[pd-x="2"]{padding-left:2rem}
[pd-l="3"],[pd-x="3"]{padding-left:3rem}
[pd-l="4"],[pd-x="4"]{padding-left:4rem}
[pd-l="5"],[pd-x="5"]{padding-left:5rem}
[pd-l="6"],[pd-x="6"]{padding-left:6rem}
[pd-l="7"],[pd-x="7"]{padding-left:7rem}
[pd-l="8"],[pd-x="8"]{padding-left:8rem}
[pd-l="9"],[pd-x="9"]{padding-left:9rem}
[pd-l="10"],[pd-x="10"]{padding-left:10rem}
[pd-l="11"],[pd-x="11"]{padding-left:11rem}
[pd-l="12"],[pd-x="12"]{padding-left:12rem}
[pd-l="13"],[pd-x="13"]{padding-left:13rem}
[pd-l="14"],[pd-x="14"]{padding-left:14rem}
[pd-l="15"],[pd-x="15"]{padding-left:15rem}
[pd-l="16"],[pd-x="16"]{padding-left:16rem}
[pd-l="17"],[pd-x="17"]{padding-left:17rem}
[pd-l="18"],[pd-x="18"]{padding-left:18rem}
[pd-l="19"],[pd-x="19"]{padding-left:19rem}
[pd-l="20"],[pd-x="20"]{padding-left:20rem}
[pd-l="/64"],[pd-x="/64"]{padding-left:0.015625rem}
[pd-l="/32"],[pd-x="/32"]{padding-left:0.03125rem}
[pd-l="/16"],[pd-x="/16"]{padding-left:0.0625rem}
[pd-l="/8"],[pd-x="/8"]{padding-left:0.125rem}
[pd-l="/4"],[pd-x="/4"]{padding-left:0.25rem}
[pd-l="/2"],[pd-x="/2"]{padding-left:0.5rem}
[pd-l="2/3"],[pd-x="2/3"]{padding-left:0.666667rem}
[pd-l="3/4"],[pd-x="3/4"]{padding-left:0.75rem}
[pd-l="3/2"],[pd-x="3/2"]{padding-left:1.5rem}
[pd-l="5/2"],[pd-x="5/2"]{padding-left:2.5rem}
[pd-r="0"],[pd-x="0"]{padding-right:0rem}
[pd-r="1"],[pd-x="1"]{padding-right:1rem}
[pd-r="2"],[pd-x="2"]{padding-right:2rem}
[pd-r="3"],[pd-x="3"]{padding-right:3rem}
[pd-r="4"],[pd-x="4"]{padding-right:4rem}
[pd-r="5"],[pd-x="5"]{padding-right:5rem}
[pd-r="6"],[pd-x="6"]{padding-right:6rem}
[pd-r="7"],[pd-x="7"]{padding-right:7rem}
[pd-r="8"],[pd-x="8"]{padding-right:8rem}
[pd-r="9"],[pd-x="9"]{padding-right:9rem}
[pd-r="10"],[pd-x="10"]{padding-right:10rem}
[pd-r="11"],[pd-x="11"]{padding-right:11rem}
[pd-r="12"],[pd-x="12"]{padding-right:12rem}
[pd-r="13"],[pd-x="13"]{padding-right:13rem}
[pd-r="14"],[pd-x="14"]{padding-right:14rem}
[pd-r="15"],[pd-x="15"]{padding-right:15rem}
[pd-r="16"],[pd-x="16"]{padding-right:16rem}
[pd-r="17"],[pd-x="17"]{padding-right:17rem}
[pd-r="18"],[pd-x="18"]{padding-right:18rem}
[pd-r="19"],[pd-x="19"]{padding-right:19rem}
[pd-r="20"],[pd-x="20"]{padding-right:20rem}
[pd-r="/64"],[pd-x="/64"]{padding-right:0.015625rem}
[pd-r="/32"],[pd-x="/32"]{padding-right:0.03125rem}
[pd-r="/16"],[pd-x="/16"]{padding-right:0.0625rem}
[pd-r="/8"],[pd-x="/8"]{padding-right:0.125rem}
[pd-r="/4"],[pd-x="/4"]{padding-right:0.25rem}
[pd-r="/2"],[pd-x="/2"]{padding-right:0.5rem}
[pd-r="2/3"],[pd-x="2/3"]{padding-right:0.666667rem}
[pd-r="3/4"],[pd-x="3/4"]{padding-right:0.75rem}
[pd-r="3/2"],[pd-x="3/2"]{padding-right:1.5rem}
[pd-r="5/2"],[pd-x="5/2"]{padding-right:2.5rem}
[pd-in="0"]>*{padding:0rem}
[pd-in="1"]>*{padding:1rem}
[pd-in="2"]>*{padding:2rem}
[pd-in="3"]>*{padding:3rem}
[pd-in="4"]>*{padding:4rem}
[pd-in="5"]>*{padding:5rem}
[pd-in="6"]>*{padding:6rem}
[pd-in="7"]>*{padding:7rem}
[pd-in="8"]>*{padding:8rem}
[pd-in="9"]>*{padding:9rem}
[pd-in="10"]>*{padding:10rem}
[pd-in="11"]>*{padding:11rem}
[pd-in="12"]>*{padding:12rem}
[pd-in="13"]>*{padding:13rem}
[pd-in="14"]>*{padding:14rem}
[pd-in="15"]>*{padding:15rem}
[pd-in="16"]>*{padding:16rem}
[pd-in="17"]>*{padding:17rem}
[pd-in="18"]>*{padding:18rem}
[pd-in="19"]>*{padding:19rem}
[pd-in="20"]>*{padding:20rem}
[pd-in="/64"]>*{padding:0.015625rem}
[pd-in="/32"]>*{padding:0.03125rem}
[pd-in="/16"]>*{padding:0.0625rem}
[pd-in="/8"]>*{padding:0.125rem}
[pd-in="/4"]>*{padding:0.25rem}
[pd-in="/2"]>*{padding:0.5rem}
[pd-in="2/3"]>*{padding:0.666667rem}
[pd-in="3/4"]>*{padding:0.75rem}
[pd-in="3/2"]>*{padding:1.5rem}
[pd-in="5/2"]>*{padding:2.5rem}
[pd-in-t="0"]>*,[pd-in-y="0"]>*{padding-top:0rem}
[pd-in-t="1"]>*,[pd-in-y="1"]>*{padding-top:1rem}
[pd-in-t="2"]>*,[pd-in-y="2"]>*{padding-top:2rem}
[pd-in-t="3"]>*,[pd-in-y="3"]>*{padding-top:3rem}
[pd-in-t="4"]>*,[pd-in-y="4"]>*{padding-top:4rem}
[pd-in-t="5"]>*,[pd-in-y="5"]>*{padding-top:5rem}
[pd-in-t="6"]>*,[pd-in-y="6"]>*{padding-top:6rem}
[pd-in-t="7"]>*,[pd-in-y="7"]>*{padding-top:7rem}
[pd-in-t="8"]>*,[pd-in-y="8"]>*{padding-top:8rem}
[pd-in-t="9"]>*,[pd-in-y="9"]>*{padding-top:9rem}
[pd-in-t="10"]>*,[pd-in-y="10"]>*{padding-top:10rem}
[pd-in-t="11"]>*,[pd-in-y="11"]>*{padding-top:11rem}
[pd-in-t="12"]>*,[pd-in-y="12"]>*{padding-top:12rem}
[pd-in-t="13"]>*,[pd-in-y="13"]>*{padding-top:13rem}
[pd-in-t="14"]>*,[pd-in-y="14"]>*{padding-top:14rem}
[pd-in-t="15"]>*,[pd-in-y="15"]>*{padding-top:15rem}
[pd-in-t="16"]>*,[pd-in-y="16"]>*{padding-top:16rem}
[pd-in-t="17"]>*,[pd-in-y="17"]>*{padding-top:17rem}
[pd-in-t="18"]>*,[pd-in-y="18"]>*{padding-top:18rem}
[pd-in-t="19"]>*,[pd-in-y="19"]>*{padding-top:19rem}
[pd-in-t="20"]>*,[pd-in-y="20"]>*{padding-top:20rem}
[pd-in-t="/64"]>*,[pd-in-y="/64"]>*{padding-top:0.015625rem}
[pd-in-t="/32"]>*,[pd-in-y="/32"]>*{padding-top:0.03125rem}
[pd-in-t="/16"]>*,[pd-in-y="/16"]>*{padding-top:0.0625rem}
[pd-in-t="/8"]>*,[pd-in-y="/8"]>*{padding-top:0.125rem}
[pd-in-t="/4"]>*,[pd-in-y="/4"]>*{padding-top:0.25rem}
[pd-in-t="/2"]>*,[pd-in-y="/2"]>*{padding-top:0.5rem}
[pd-in-t="2/3"]>*,[pd-in-y="2/3"]>*{padding-top:0.666667rem}
[pd-in-t="3/4"]>*,[pd-in-y="3/4"]>*{padding-top:0.75rem}
[pd-in-t="3/2"]>*,[pd-in-y="3/2"]>*{padding-top:1.5rem}
[pd-in-t="5/2"]>*,[pd-in-y="5/2"]>*{padding-top:2.5rem}
[pd-in-b="0"]>*,[pd-in-y="0"]>*{padding-bottom:0rem}
[pd-in-b="1"]>*,[pd-in-y="1"]>*{padding-bottom:1rem}
[pd-in-b="2"]>*,[pd-in-y="2"]>*{padding-bottom:2rem}
[pd-in-b="3"]>*,[pd-in-y="3"]>*{padding-bottom:3rem}
[pd-in-b="4"]>*,[pd-in-y="4"]>*{padding-bottom:4rem}
[pd-in-b="5"]>*,[pd-in-y="5"]>*{padding-bottom:5rem}
[pd-in-b="6"]>*,[pd-in-y="6"]>*{padding-bottom:6rem}
[pd-in-b="7"]>*,[pd-in-y="7"]>*{padding-bottom:7rem}
[pd-in-b="8"]>*,[pd-in-y="8"]>*{padding-bottom:8rem}
[pd-in-b="9"]>*,[pd-in-y="9"]>*{padding-bottom:9rem}
[pd-in-b="10"]>*,[pd-in-y="10"]>*{padding-bottom:10rem}
[pd-in-b="11"]>*,[pd-in-y="11"]>*{padding-bottom:11rem}
[pd-in-b="12"]>*,[pd-in-y="12"]>*{padding-bottom:12rem}
[pd-in-b="13"]>*,[pd-in-y="13"]>*{padding-bottom:13rem}
[pd-in-b="14"]>*,[pd-in-y="14"]>*{padding-bottom:14rem}
[pd-in-b="15"]>*,[pd-in-y="15"]>*{padding-bottom:15rem}
[pd-in-b="16"]>*,[pd-in-y="16"]>*{padding-bottom:16rem}
[pd-in-b="17"]>*,[pd-in-y="17"]>*{padding-bottom:17rem}
[pd-in-b="18"]>*,[pd-in-y="18"]>*{padding-bottom:18rem}
[pd-in-b="19"]>*,[pd-in-y="19"]>*{padding-bottom:19rem}
[pd-in-b="20"]>*,[pd-in-y="20"]>*{padding-bottom:20rem}
[pd-in-b="/64"]>*,[pd-in-y="/64"]>*{padding-bottom:0.015625rem}
[pd-in-b="/32"]>*,[pd-in-y="/32"]>*{padding-bottom:0.03125rem}
[pd-in-b="/16"]>*,[pd-in-y="/16"]>*{padding-bottom:0.0625rem}
[pd-in-b="/8"]>*,[pd-in-y="/8"]>*{padding-bottom:0.125rem}
[pd-in-b="/4"]>*,[pd-in-y="/4"]>*{padding-bottom:0.25rem}
[pd-in-b="/2"]>*,[pd-in-y="/2"]>*{padding-bottom:0.5rem}
[pd-in-b="2/3"]>*,[pd-in-y="2/3"]>*{padding-bottom:0.666667rem}
[pd-in-b="3/4"]>*,[pd-in-y="3/4"]>*{padding-bottom:0.75rem}
[pd-in-b="3/2"]>*,[pd-in-y="3/2"]>*{padding-bottom:1.5rem}
[pd-in-b="5/2"]>*,[pd-in-y="5/2"]>*{padding-bottom:2.5rem}
[pd-in-l="0"]>*,[pd-in-x="0"]>*{padding-left:0rem}
[pd-in-l="1"]>*,[pd-in-x="1"]>*{padding-left:1rem}
[pd-in-l="2"]>*,[pd-in-x="2"]>*{padding-left:2rem}
[pd-in-l="3"]>*,[pd-in-x="3"]>*{padding-left:3rem}
[pd-in-l="4"]>*,[pd-in-x="4"]>*{padding-left:4rem}
[pd-in-l="5"]>*,[pd-in-x="5"]>*{padding-left:5rem}
[pd-in-l="6"]>*,[pd-in-x="6"]>*{padding-left:6rem}
[pd-in-l="7"]>*,[pd-in-x="7"]>*{padding-left:7rem}
[pd-in-l="8"]>*,[pd-in-x="8"]>*{padding-left:8rem}
[pd-in-l="9"]>*,[pd-in-x="9"]>*{padding-left:9rem}
[pd-in-l="10"]>*,[pd-in-x="10"]>*{padding-left:10rem}
[pd-in-l="11"]>*,[pd-in-x="11"]>*{padding-left:11rem}
[pd-in-l="12"]>*,[pd-in-x="12"]>*{padding-left:12rem}
[pd-in-l="13"]>*,[pd-in-x="13"]>*{padding-left:13rem}
[pd-in-l="14"]>*,[pd-in-x="14"]>*{padding-left:14rem}
[pd-in-l="15"]>*,[pd-in-x="15"]>*{padding-left:15rem}
[pd-in-l="16"]>*,[pd-in-x="16"]>*{padding-left:16rem}
[pd-in-l="17"]>*,[pd-in-x="17"]>*{padding-left:17rem}
[pd-in-l="18"]>*,[pd-in-x="18"]>*{padding-left:18rem}
[pd-in-l="19"]>*,[pd-in-x="19"]>*{padding-left:19rem}
[pd-in-l="20"]>*,[pd-in-x="20"]>*{padding-left:20rem}
[pd-in-l="/64"]>*,[pd-in-x="/64"]>*{padding-left:0.015625rem}
[pd-in-l="/32"]>*,[pd-in-x="/32"]>*{padding-left:0.03125rem}
[pd-in-l="/16"]>*,[pd-in-x="/16"]>*{padding-left:0.0625rem}
[pd-in-l="/8"]>*,[pd-in-x="/8"]>*{padding-left:0.125rem}
[pd-in-l="/4"]>*,[pd-in-x="/4"]>*{padding-left:0.25rem}
[pd-in-l="/2"]>*,[pd-in-x="/2"]>*{padding-left:0.5rem}
[pd-in-l="2/3"]>*,[pd-in-x="2/3"]>*{padding-left:0.666667rem}
[pd-in-l="3/4"]>*,[pd-in-x="3/4"]>*{padding-left:0.75rem}
[pd-in-l="3/2"]>*,[pd-in-x="3/2"]>*{padding-left:1.5rem}
[pd-in-l="5/2"]>*,[pd-in-x="5/2"]>*{padding-left:2.5rem}
[pd-in-r="0"]>*,[pd-in-x="0"]>*{padding-right:0rem}
[pd-in-r="1"]>*,[pd-in-x="1"]>*{padding-right:1rem}
[pd-in-r="2"]>*,[pd-in-x="2"]>*{padding-right:2rem}
[pd-in-r="3"]>*,[pd-in-x="3"]>*{padding-right:3rem}
[pd-in-r="4"]>*,[pd-in-x="4"]>*{padding-right:4rem}
[pd-in-r="5"]>*,[pd-in-x="5"]>*{padding-right:5rem}
[pd-in-r="6"]>*,[pd-in-x="6"]>*{padding-right:6rem}
[pd-in-r="7"]>*,[pd-in-x="7"]>*{padding-right:7rem}
[pd-in-r="8"]>*,[pd-in-x="8"]>*{padding-right:8rem}
[pd-in-r="9"]>*,[pd-in-x="9"]>*{padding-right:9rem}
[pd-in-r="10"]>*,[pd-in-x="10"]>*{padding-right:10rem}
[pd-in-r="11"]>*,[pd-in-x="11"]>*{padding-right:11rem}
[pd-in-r="12"]>*,[pd-in-x="12"]>*{padding-right:12rem}
[pd-in-r="13"]>*,[pd-in-x="13"]>*{padding-right:13rem}
[pd-in-r="14"]>*,[pd-in-x="14"]>*{padding-right:14rem}
[pd-in-r="15"]>*,[pd-in-x="15"]>*{padding-right:15rem}
[pd-in-r="16"]>*,[pd-in-x="16"]>*{padding-right:16rem}
[pd-in-r="17"]>*,[pd-in-x="17"]>*{padding-right:17rem}
[pd-in-r="18"]>*,[pd-in-x="18"]>*{padding-right:18rem}
[pd-in-r="19"]>*,[pd-in-x="19"]>*{padding-right:19rem}
[pd-in-r="20"]>*,[pd-in-x="20"]>*{padding-right:20rem}
[pd-in-r="/64"]>*,[pd-in-x="/64"]>*{padding-right:0.015625rem}
[pd-in-r="/32"]>*,[pd-in-x="/32"]>*{padding-right:0.03125rem}
[pd-in-r="/16"]>*,[pd-in-x="/16"]>*{padding-right:0.0625rem}
[pd-in-r="/8"]>*,[pd-in-x="/8"]>*{padding-right:0.125rem}
[pd-in-r="/4"]>*,[pd-in-x="/4"]>*{padding-right:0.25rem}
[pd-in-r="/2"]>*,[pd-in-x="/2"]>*{padding-right:0.5rem}
[pd-in-r="2/3"]>*,[pd-in-x="2/3"]>*{padding-right:0.666667rem}
[pd-in-r="3/4"]>*,[pd-in-x="3/4"]>*{padding-right:0.75rem}
[pd-in-r="3/2"]>*,[pd-in-x="3/2"]>*{padding-right:1.5rem}
[pd-in-r="5/2"]>*,[pd-in-x="5/2"]>*{padding-right:2.5rem}
[gap="0"]{gap:0rem}
[gap="1"]{gap:1rem}
[gap="2"]{gap:2rem}
[gap="3"]{gap:3rem}
[gap="4"]{gap:4rem}
[gap="5"]{gap:5rem}
[gap="6"]{gap:6rem}
[gap="7"]{gap:7rem}
[gap="8"]{gap:8rem}
[gap="9"]{gap:9rem}
[gap="10"]{gap:10rem}
[gap="11"]{gap:11rem}
[gap="12"]{gap:12rem}
[gap="13"]{gap:13rem}
[gap="14"]{gap:14rem}
[gap="15"]{gap:15rem}
[gap="16"]{gap:16rem}
[gap="17"]{gap:17rem}
[gap="18"]{gap:18rem}
[gap="19"]{gap:19rem}
[gap="20"]{gap:20rem}
[gap="/64"]{gap:0.015625rem}
[gap="/32"]{gap:0.03125rem}
[gap="/16"]{gap:0.0625rem}
[gap="/8"]{gap:0.125rem}
[gap="/4"]{gap:0.25rem}
[gap="/2"]{gap:0.5rem}
[gap="2/3"]{gap:0.666667rem}
[gap="3/4"]{gap:0.75rem}
[gap="3/2"]{gap:1.5rem}
[gap="5/2"]{gap:2.5rem}
[bg-tl]{background-position:top left}
[bg-t]{background-position:top}
[bg-tc]{background-position:top center}
[bg-tr]{background-position:top right}
[bg-r]{background-position:right}
[bg-cr]{background-position:center right}
[bg-br]{background-position:bottom right}
[bg-b]{background-position:bottom}
[bg-bc]{background-position:bottom center}
[bg-bl]{background-position:bottom left}
[bg-l]{background-position:left}
[bg-cl]{background-position:center left}
[bg-c]{background-position:center}
[bg-auto]{background-size:auto}
[bg-contain]{background-size:contain}
[bg-cover]{background-size:cover}
[bg-repeat]{background-repeat:repeat}
[bg-repeat-x]{background-repeat:repeat-x}
[bg-repeat-y]{background-repeat:repeat-y}
[bg-no-repeat]{background-repeat:no-repeat}
[bg-scroll]{background-attachment:scroll}
[bg-fixed]{background-attachment:fixed}
[bg-local]{background-attachment:local}
[round]{border-radius:100%}
[round="0"]{border-radius:0px}
[round="1"]{border-radius:1px}
[round="2"]{border-radius:2px}
[round="3"]{border-radius:3px}
[round="4"]{border-radius:4px}
[round="5"]{border-radius:5px}
[round="6"]{border-radius:6px}
[round="7"]{border-radius:7px}
[round="8"]{border-radius:8px}
[round="9"]{border-radius:9px}
[round="10"]{border-radius:10px}
[round="11"]{border-radius:11px}
[round="12"]{border-radius:12px}
[round="13"]{border-radius:13px}
[round="14"]{border-radius:14px}
[round="15"]{border-radius:15px}
[round="16"]{border-radius:16px}
[round="17"]{border-radius:17px}
[round="18"]{border-radius:18px}
[round="19"]{border-radius:19px}
[round="20"]{border-radius:20px}
[round-tl]{border-top-left-radius:100%}
[round-tl="0"]{border-top-left-radius:0px}
[round-tl="1"]{border-top-left-radius:1px}
[round-tl="2"]{border-top-left-radius:2px}
[round-tl="3"]{border-top-left-radius:3px}
[round-tl="4"]{border-top-left-radius:4px}
[round-tl="5"]{border-top-left-radius:5px}
[round-tl="6"]{border-top-left-radius:6px}
[round-tl="7"]{border-top-left-radius:7px}
[round-tl="8"]{border-top-left-radius:8px}
[round-tl="9"]{border-top-left-radius:9px}
[round-tl="10"]{border-top-left-radius:10px}
[round-tl="11"]{border-top-left-radius:11px}
[round-tl="12"]{border-top-left-radius:12px}
[round-tl="13"]{border-top-left-radius:13px}
[round-tl="14"]{border-top-left-radius:14px}
[round-tl="15"]{border-top-left-radius:15px}
[round-tl="16"]{border-top-left-radius:16px}
[round-tl="17"]{border-top-left-radius:17px}
[round-tl="18"]{border-top-left-radius:18px}
[round-tl="19"]{border-top-left-radius:19px}
[round-tl="20"]{border-top-left-radius:20px}
[round-tr]{border-top-right-radius:100%}
[round-tr="0"]{border-top-right-radius:0px}
[round-tr="1"]{border-top-right-radius:1px}
[round-tr="2"]{border-top-right-radius:2px}
[round-tr="3"]{border-top-right-radius:3px}
[round-tr="4"]{border-top-right-radius:4px}
[round-tr="5"]{border-top-right-radius:5px}
[round-tr="6"]{border-top-right-radius:6px}
[round-tr="7"]{border-top-right-radius:7px}
[round-tr="8"]{border-top-right-radius:8px}
[round-tr="9"]{border-top-right-radius:9px}
[round-tr="10"]{border-top-right-radius:10px}
[round-tr="11"]{border-top-right-radius:11px}
[round-tr="12"]{border-top-right-radius:12px}
[round-tr="13"]{border-top-right-radius:13px}
[round-tr="14"]{border-top-right-radius:14px}
[round-tr="15"]{border-top-right-radius:15px}
[round-tr="16"]{border-top-right-radius:16px}
[round-tr="17"]{border-top-right-radius:17px}
[round-tr="18"]{border-top-right-radius:18px}
[round-tr="19"]{border-top-right-radius:19px}
[round-tr="20"]{border-top-right-radius:20px}
[round-br]{border-bottom-right-radius:100%}
[round-br="0"]{border-bottom-right-radius:0px}
[round-br="1"]{border-bottom-right-radius:1px}
[round-br="2"]{border-bottom-right-radius:2px}
[round-br="3"]{border-bottom-right-radius:3px}
[round-br="4"]{border-bottom-right-radius:4px}
[round-br="5"]{border-bottom-right-radius:5px}
[round-br="6"]{border-bottom-right-radius:6px}
[round-br="7"]{border-bottom-right-radius:7px}
[round-br="8"]{border-bottom-right-radius:8px}
[round-br="9"]{border-bottom-right-radius:9px}
[round-br="10"]{border-bottom-right-radius:10px}
[round-br="11"]{border-bottom-right-radius:11px}
[round-br="12"]{border-bottom-right-radius:12px}
[round-br="13"]{border-bottom-right-radius:13px}
[round-br="14"]{border-bottom-right-radius:14px}
[round-br="15"]{border-bottom-right-radius:15px}
[round-br="16"]{border-bottom-right-radius:16px}
[round-br="17"]{border-bottom-right-radius:17px}
[round-br="18"]{border-bottom-right-radius:18px}
[round-br="19"]{border-bottom-right-radius:19px}
[round-br="20"]{border-bottom-right-radius:20px}
[round-bl]{border-bottom-left-radius:100%}
[round-bl="0"]{border-bottom-left-radius:0px}
[round-bl="1"]{border-bottom-left-radius:1px}
[round-bl="2"]{border-bottom-left-radius:2px}
[round-bl="3"]{border-bottom-left-radius:3px}
[round-bl="4"]{border-bottom-left-radius:4px}
[round-bl="5"]{border-bottom-left-radius:5px}
[round-bl="6"]{border-bottom-left-radius:6px}
[round-bl="7"]{border-bottom-left-radius:7px}
[round-bl="8"]{border-bottom-left-radius:8px}
[round-bl="9"]{border-bottom-left-radius:9px}
[round-bl="10"]{border-bottom-left-radius:10px}
[round-bl="11"]{border-bottom-left-radius:11px}
[round-bl="12"]{border-bottom-left-radius:12px}
[round-bl="13"]{border-bottom-left-radius:13px}
[round-bl="14"]{border-bottom-left-radius:14px}
[round-bl="15"]{border-bottom-left-radius:15px}
[round-bl="16"]{border-bottom-left-radius:16px}
[round-bl="17"]{border-bottom-left-radius:17px}
[round-bl="18"]{border-bottom-left-radius:18px}
[round-bl="19"]{border-bottom-left-radius:19px}
[round-bl="20"]{border-bottom-left-radius:20px}
[bd],[bd-x],[bd-y],[bd-t],[bd-r],[bd-b],[bd-l]{border-width:0;border-style:solid}
[bd="0"]{border-width:0px}
[bd="1"]{border-width:1px}
[bd="2"]{border-width:2px}
[bd="3"]{border-width:3px}
[bd="4"]{border-width:4px}
[bd="5"]{border-width:5px}
[bd="6"]{border-width:6px}
[bd="7"]{border-width:7px}
[bd="8"]{border-width:8px}
[bd="9"]{border-width:9px}
[bd="10"]{border-width:10px}
[bd="11"]{border-width:11px}
[bd="12"]{border-width:12px}
[bd="13"]{border-width:13px}
[bd="14"]{border-width:14px}
[bd="15"]{border-width:15px}
[bd="16"]{border-width:16px}
[bd="17"]{border-width:17px}
[bd="18"]{border-width:18px}
[bd="19"]{border-width:19px}
[bd="20"]{border-width:20px}
[bd-x="0"]{border-left-width:0px;border-right-width:0px}
[bd-x="1"]{border-left-width:1px;border-right-width:1px}
[bd-x="2"]{border-left-width:2px;border-right-width:2px}
[bd-x="3"]{border-left-width:3px;border-right-width:3px}
[bd-x="4"]{border-left-width:4px;border-right-width:4px}
[bd-x="5"]{border-left-width:5px;border-right-width:5px}
[bd-x="6"]{border-left-width:6px;border-right-width:6px}
[bd-x="7"]{border-left-width:7px;border-right-width:7px}
[bd-x="8"]{border-left-width:8px;border-right-width:8px}
[bd-x="9"]{border-left-width:9px;border-right-width:9px}
[bd-x="10"]{border-left-width:10px;border-right-width:10px}
[bd-x="11"]{border-left-width:11px;border-right-width:11px}
[bd-x="12"]{border-left-width:12px;border-right-width:12px}
[bd-x="13"]{border-left-width:13px;border-right-width:13px}
[bd-x="14"]{border-left-width:14px;border-right-width:14px}
[bd-x="15"]{border-left-width:15px;border-right-width:15px}
[bd-x="16"]{border-left-width:16px;border-right-width:16px}
[bd-x="17"]{border-left-width:17px;border-right-width:17px}
[bd-x="18"]{border-left-width:18px;border-right-width:18px}
[bd-x="19"]{border-left-width:19px;border-right-width:19px}
[bd-x="20"]{border-left-width:20px;border-right-width:20px}
[bd-y="0"]{border-top-width:0px;border-bottom-width:0px}
[bd-y="1"]{border-top-width:1px;border-bottom-width:1px}
[bd-y="2"]{border-top-width:2px;border-bottom-width:2px}
[bd-y="3"]{border-top-width:3px;border-bottom-width:3px}
[bd-y="4"]{border-top-width:4px;border-bottom-width:4px}
[bd-y="5"]{border-top-width:5px;border-bottom-width:5px}
[bd-y="6"]{border-top-width:6px;border-bottom-width:6px}
[bd-y="7"]{border-top-width:7px;border-bottom-width:7px}
[bd-y="8"]{border-top-width:8px;border-bottom-width:8px}
[bd-y="9"]{border-top-width:9px;border-bottom-width:9px}
[bd-y="10"]{border-top-width:10px;border-bottom-width:10px}
[bd-y="11"]{border-top-width:11px;border-bottom-width:11px}
[bd-y="12"]{border-top-width:12px;border-bottom-width:12px}
[bd-y="13"]{border-top-width:13px;border-bottom-width:13px}
[bd-y="14"]{border-top-width:14px;border-bottom-width:14px}
[bd-y="15"]{border-top-width:15px;border-bottom-width:15px}
[bd-y="16"]{border-top-width:16px;border-bottom-width:16px}
[bd-y="17"]{border-top-width:17px;border-bottom-width:17px}
[bd-y="18"]{border-top-width:18px;border-bottom-width:18px}
[bd-y="19"]{border-top-width:19px;border-bottom-width:19px}
[bd-y="20"]{border-top-width:20px;border-bottom-width:20px}
[bd-t="0"]{border-top-width:0px}
[bd-t="1"]{border-top-width:1px}
[bd-t="2"]{border-top-width:2px}
[bd-t="3"]{border-top-width:3px}
[bd-t="4"]{border-top-width:4px}
[bd-t="5"]{border-top-width:5px}
[bd-t="6"]{border-top-width:6px}
[bd-t="7"]{border-top-width:7px}
[bd-t="8"]{border-top-width:8px}
[bd-t="9"]{border-top-width:9px}
[bd-t="10"]{border-top-width:10px}
[bd-t="11"]{border-top-width:11px}
[bd-t="12"]{border-top-width:12px}
[bd-t="13"]{border-top-width:13px}
[bd-t="14"]{border-top-width:14px}
[bd-t="15"]{border-top-width:15px}
[bd-t="16"]{border-top-width:16px}
[bd-t="17"]{border-top-width:17px}
[bd-t="18"]{border-top-width:18px}
[bd-t="19"]{border-top-width:19px}
[bd-t="20"]{border-top-width:20px}
[bd-r="0"]{border-right-width:0px}
[bd-r="1"]{border-right-width:1px}
[bd-r="2"]{border-right-width:2px}
[bd-r="3"]{border-right-width:3px}
[bd-r="4"]{border-right-width:4px}
[bd-r="5"]{border-right-width:5px}
[bd-r="6"]{border-right-width:6px}
[bd-r="7"]{border-right-width:7px}
[bd-r="8"]{border-right-width:8px}
[bd-r="9"]{border-right-width:9px}
[bd-r="10"]{border-right-width:10px}
[bd-r="11"]{border-right-width:11px}
[bd-r="12"]{border-right-width:12px}
[bd-r="13"]{border-right-width:13px}
[bd-r="14"]{border-right-width:14px}
[bd-r="15"]{border-right-width:15px}
[bd-r="16"]{border-right-width:16px}
[bd-r="17"]{border-right-width:17px}
[bd-r="18"]{border-right-width:18px}
[bd-r="19"]{border-right-width:19px}
[bd-r="20"]{border-right-width:20px}
[bd-b="0"]{border-bottom-width:0px}
[bd-b="1"]{border-bottom-width:1px}
[bd-b="2"]{border-bottom-width:2px}
[bd-b="3"]{border-bottom-width:3px}
[bd-b="4"]{border-bottom-width:4px}
[bd-b="5"]{border-bottom-width:5px}
[bd-b="6"]{border-bottom-width:6px}
[bd-b="7"]{border-bottom-width:7px}
[bd-b="8"]{border-bottom-width:8px}
[bd-b="9"]{border-bottom-width:9px}
[bd-b="10"]{border-bottom-width:10px}
[bd-b="11"]{border-bottom-width:11px}
[bd-b="12"]{border-bottom-width:12px}
[bd-b="13"]{border-bottom-width:13px}
[bd-b="14"]{border-bottom-width:14px}
[bd-b="15"]{border-bottom-width:15px}
[bd-b="16"]{border-bottom-width:16px}
[bd-b="17"]{border-bottom-width:17px}
[bd-b="18"]{border-bottom-width:18px}
[bd-b="19"]{border-bottom-width:19px}
[bd-b="20"]{border-bottom-width:20px}
[bd-l="0"]{border-left-width:0px}
[bd-l="1"]{border-left-width:1px}
[bd-l="2"]{border-left-width:2px}
[bd-l="3"]{border-left-width:3px}
[bd-l="4"]{border-left-width:4px}
[bd-l="5"]{border-left-width:5px}
[bd-l="6"]{border-left-width:6px}
[bd-l="7"]{border-left-width:7px}
[bd-l="8"]{border-left-width:8px}
[bd-l="9"]{border-left-width:9px}
[bd-l="10"]{border-left-width:10px}
[bd-l="11"]{border-left-width:11px}
[bd-l="12"]{border-left-width:12px}
[bd-l="13"]{border-left-width:13px}
[bd-l="14"]{border-left-width:14px}
[bd-l="15"]{border-left-width:15px}
[bd-l="16"]{border-left-width:16px}
[bd-l="17"]{border-left-width:17px}
[bd-l="18"]{border-left-width:18px}
[bd-l="19"]{border-left-width:19px}
[bd-l="20"]{border-left-width:20px}
[bd-hidden]{border-style:hidden}
[bd-solid]{border-style:solid}
[bd-double]{border-style:double}
[bd-dashed]{border-style:dashed}
[bd-dotted]{border-style:dotted}
[no-border],[no-bd]{border:none}
[ol-solid]{outline-style:solid}
[ol-double]{outline-style:double}
[ol-dashed]{outline-style:dashed}
[ol-dotted]{outline-style:dotted}
[no-outline],[no-ol]{outline:none}
[dots-in]{list-style-position:inside}
[dots-out]{list-style-position:outside}
[dots-number]{list-style-type:decimal}
[dots-disc]{list-style-type:disc}
[dots-circle]{list-style-type:circle}
[dots-square]{list-style-type:square}
[dots-dash]{list-style-type:"– "}
[no-dots]{list-style:none}
[read-left],[left]{text-align:left}
[read-right],[right]{text-align:right}
[read-middle],[middle]{text-align:center}
[read-justify],[justify]{text-align:justify}
[read-start]{text-align:start}
[read-end]{text-align:end}
[hyphens]{hyphens:auto}
[hyphens-man]{hyphens:manual}
[no-hyphens]{hyphens:none}
[ws]{white-space:normal}
[no-ws]{white-space:nowrap}
[ws-pre]{white-space:pre}
[ws-pre-wrap]{white-space:pre-wrap}
[ws-pre-line]{white-space:pre-line}
[ws-space]{white-space:break-spaces}
[word-break]{word-break:normal}
[word-break="!"]{word-break:break-all}
[no-word-break]{word-break:keep-all}
[underline]{text-decoration:underline}
[underline-dot]{text-decoration:underline dotted}
[underline-wave]{text-decoration:underline wavy}
[overline]{text-decoration:overline}
[overline-dot]{text-decoration:overline dotted}
[overline-wave]{text-decoration:overline wavy}
[no-decor]{text-decoration:none}
[ls="0"]{letter-spacing:0rem}
[ls="1"]{letter-spacing:1rem}
[ls="2"]{letter-spacing:2rem}
[ls="3"]{letter-spacing:3rem}
[ls="4"]{letter-spacing:4rem}
[ls="5"]{letter-spacing:5rem}
[ls="6"]{letter-spacing:6rem}
[ls="7"]{letter-spacing:7rem}
[ls="8"]{letter-spacing:8rem}
[ls="9"]{letter-spacing:9rem}
[ls="10"]{letter-spacing:10rem}
[ls="/64"]{letter-spacing:0.015625rem}
[ls="/32"]{letter-spacing:0.03125rem}
[ls="/16"]{letter-spacing:0.0625rem}
[ls="/8"]{letter-spacing:0.125rem}
[ls="/4"]{letter-spacing:0.25rem}
[ls="/2"]{letter-spacing:0.5rem}
[ls="2/3"]{letter-spacing:0.666667rem}
[ls="3/4"]{letter-spacing:0.75rem}
[ls="3/2"]{letter-spacing:1.5rem}
[ls="5/2"]{letter-spacing:2.5rem}
[ls="-10"]{letter-spacing:-10rem}
[ls="-9"]{letter-spacing:-9rem}
[ls="-8"]{letter-spacing:-8rem}
[ls="-7"]{letter-spacing:-7rem}
[ls="-6"]{letter-spacing:-6rem}
[ls="-5"]{letter-spacing:-5rem}
[ls="-4"]{letter-spacing:-4rem}
[ls="-3"]{letter-spacing:-3rem}
[ls="-5/2"]{letter-spacing:-2.5rem}
[ls="-2"]{letter-spacing:-2rem}
[ls="-3/2"]{letter-spacing:-1.5rem}
[ls="-1"]{letter-spacing:-1rem}
[ls="-3/4"]{letter-spacing:-0.75rem}
[ls="-2/3"]{letter-spacing:-0.666667rem}
[ls="-/2"]{letter-spacing:-0.5rem}
[ls="-/4"]{letter-spacing:-0.25rem}
[ls="-/8"]{letter-spacing:-0.125rem}
[ls="-/16"]{letter-spacing:-0.0625rem}
[ls="-/32"]{letter-spacing:-0.03125rem}
[ls="-/64"]{letter-spacing:-0.015625rem}
[ws="0"]{word-spacing:0rem}
[ws="1"]{word-spacing:1rem}
[ws="2"]{word-spacing:2rem}
[ws="3"]{word-spacing:3rem}
[ws="4"]{word-spacing:4rem}
[ws="5"]{word-spacing:5rem}
[ws="6"]{word-spacing:6rem}
[ws="7"]{word-spacing:7rem}
[ws="8"]{word-spacing:8rem}
[ws="9"]{word-spacing:9rem}
[ws="10"]{word-spacing:10rem}
[ws="/64"]{word-spacing:0.015625rem}
[ws="/32"]{word-spacing:0.03125rem}
[ws="/16"]{word-spacing:0.0625rem}
[ws="/8"]{word-spacing:0.125rem}
[ws="/4"]{word-spacing:0.25rem}
[ws="/2"]{word-spacing:0.5rem}
[ws="2/3"]{word-spacing:0.666667rem}
[ws="3/4"]{word-spacing:0.75rem}
[ws="3/2"]{word-spacing:1.5rem}
[ws="5/2"]{word-spacing:2.5rem}
[ws="-10"]{word-spacing:-10rem}
[ws="-9"]{word-spacing:-9rem}
[ws="-8"]{word-spacing:-8rem}
[ws="-7"]{word-spacing:-7rem}
[ws="-6"]{word-spacing:-6rem}
[ws="-5"]{word-spacing:-5rem}
[ws="-4"]{word-spacing:-4rem}
[ws="-3"]{word-spacing:-3rem}
[ws="-5/2"]{word-spacing:-2.5rem}
[ws="-2"]{word-spacing:-2rem}
[ws="-3/2"]{word-spacing:-1.5rem}
[ws="-1"]{word-spacing:-1rem}
[ws="-3/4"]{word-spacing:-0.75rem}
[ws="-2/3"]{word-spacing:-0.666667rem}
[ws="-/2"]{word-spacing:-0.5rem}
[ws="-/4"]{word-spacing:-0.25rem}
[ws="-/8"]{word-spacing:-0.125rem}
[ws="-/16"]{word-spacing:-0.0625rem}
[ws="-/32"]{word-spacing:-0.03125rem}
[ws="-/64"]{word-spacing:-0.015625rem}
[lh="0"]{line-height:0rem}
[lh="1"]{line-height:1rem}
[lh="2"]{line-height:2rem}
[lh="3"]{line-height:3rem}
[lh="4"]{line-height:4rem}
[lh="5"]{line-height:5rem}
[lh="6"]{line-height:6rem}
[lh="7"]{line-height:7rem}
[lh="8"]{line-height:8rem}
[lh="9"]{line-height:9rem}
[lh="10"]{line-height:10rem}
[lh="/64"]{line-height:0.015625rem}
[lh="/32"]{line-height:0.03125rem}
[lh="/16"]{line-height:0.0625rem}
[lh="/8"]{line-height:0.125rem}
[lh="/4"]{line-height:0.25rem}
[lh="/2"]{line-height:0.5rem}
[lh="2/3"]{line-height:0.666667rem}
[lh="3/4"]{line-height:0.75rem}
[lh="3/2"]{line-height:1.5rem}
[lh="5/2"]{line-height:2.5rem}
[lh="-10"]{line-height:-10rem}
[lh="-9"]{line-height:-9rem}
[lh="-8"]{line-height:-8rem}
[lh="-7"]{line-height:-7rem}
[lh="-6"]{line-height:-6rem}
[lh="-5"]{line-height:-5rem}
[lh="-4"]{line-height:-4rem}
[lh="-3"]{line-height:-3rem}
[lh="-5/2"]{line-height:-2.5rem}
[lh="-2"]{line-height:-2rem}
[lh="-3/2"]{line-height:-1.5rem}
[lh="-1"]{line-height:-1rem}
[lh="-3/4"]{line-height:-0.75rem}
[lh="-2/3"]{line-height:-0.666667rem}
[lh="-/2"]{line-height:-0.5rem}
[lh="-/4"]{line-height:-0.25rem}
[lh="-/8"]{line-height:-0.125rem}
[lh="-/16"]{line-height:-0.0625rem}
[lh="-/32"]{line-height:-0.03125rem}
[lh="-/64"]{line-height:-0.015625rem}
[uppercase]{text-transform:uppercase}
[lowercase]{text-transform:lowercase}
[indent=0]{text-indent:0rem}
[indent=1]{text-indent:1rem}
[indent=2]{text-indent:2rem}
[indent=3]{text-indent:3rem}
[indent=4]{text-indent:4rem}
[indent=5]{text-indent:5rem}
[indent=6]{text-indent:6rem}
[indent=7]{text-indent:7rem}
[indent=8]{text-indent:8rem}
[indent=9]{text-indent:9rem}
[indent=10]{text-indent:10rem}
[indent=11]{text-indent:11rem}
[indent=12]{text-indent:12rem}
[indent=13]{text-indent:13rem}
[indent=14]{text-indent:14rem}
[indent=15]{text-indent:15rem}
[indent=16]{text-indent:16rem}
[indent=17]{text-indent:17rem}
[indent=18]{text-indent:18rem}
[indent=19]{text-indent:19rem}
[indent=20]{text-indent:20rem}
[indent=-20]{text-indent:-20rem}
[indent=-19]{text-indent:-19rem}
[indent=-18]{text-indent:-18rem}
[indent=-17]{text-indent:-17rem}
[indent=-16]{text-indent:-16rem}
[indent=-15]{text-indent:-15rem}
[indent=-14]{text-indent:-14rem}
[indent=-13]{text-indent:-13rem}
[indent=-12]{text-indent:-12rem}
[indent=-11]{text-indent:-11rem}
[indent=-10]{text-indent:-10rem}
[indent=-9]{text-indent:-9rem}
[indent=-8]{text-indent:-8rem}
[indent=-7]{text-indent:-7rem}
[indent=-6]{text-indent:-6rem}
[indent=-5]{text-indent:-5rem}
[indent=-4]{text-indent:-4rem}
[indent=-3]{text-indent:-3rem}
[indent=-2]{text-indent:-2rem}
[indent=-1]{text-indent:-1rem}
[writing-tb]{writing-mode:horizontal-tb}
[writing-lr]{writing-mode:vertical-lr}
[writing-rl]{writing-mode:vertical-rl}
[writing-mixed]{text-orientation:mixed}
[writing-upright]{text-orientation:upright}
[font-init]{font:initial}
[same-font]{font:inherit}
[normal]{font-style:normal}
[italic]{font-style:italic}
[tiny]{font-size:0.625rem}
[small]{font-size:0.75rem}
[smaller]{font-size:0.875rem}
[medium]{font-size:1rem}
[larger]{font-size:1.25rem}
[large]{font-size:1.5rem}
[bigger]{font-size:2rem}
[big]{font-size:2.75rem}
[taller]{font-size:4rem}
[tall]{font-size:6rem}
[huge]{font-size:9rem}
[regular]{font-weight:normal}
[bolder]{font-weight:bolder}
[bold]{font-weight:bold}
[lighter]{font-weight:lighter}
[light]{font-weight:light}
[fw-thin]{font-weight:100}
[fw-extra-light]{font-weight:200}
[fw-light]{font-weight:300}
[fw-normal]{font-weight:400}
[fw-medium]{font-weight:500}
[fw-semi-bold]{font-weight:600}
[fw-bold]{font-weight:700}
[fw-extra-bold]{font-weight:800}
[fw-black]{font-weight:900}
[fs-ultra-cond]{font-stretch:ultra-condensed}
[fs-extra-cond]{font-stretch:extra-condensed}
[fs-cond]{font-stretch:condensed}
[fs-semi-cond]{font-stretch:semi-condensed}
[fs-normal]{font-stretch:normal}
[fs-semi-exp]{font-stretch:semi-expanded}
[fs-exp]{font-stretch:expanded}
[fs-extra-exp]{font-stretch:extra-expanded}
[fs-ultra-exp]{font-stretch:ultra-expanded}
[tab-size=0]{tab-size:0rem}
[tab-size=1]{tab-size:1rem}
[tab-size=2]{tab-size:2rem}
[tab-size=3]{tab-size:3rem}
[tab-size=4]{tab-size:4rem}
[tab-size=5]{tab-size:5rem}
[tab-size=6]{tab-size:6rem}
[tab-size=7]{tab-size:7rem}
[tab-size=8]{tab-size:8rem}
[tab-size=9]{tab-size:9rem}
[tab-size=10]{tab-size:10rem}
[tab-size=11]{tab-size:11rem}
[tab-size=12]{tab-size:12rem}
[tab-size=13]{tab-size:13rem}
[tab-size=14]{tab-size:14rem}
[tab-size=15]{tab-size:15rem}
[tab-size=16]{tab-size:16rem}
[tab-size=17]{tab-size:17rem}
[tab-size=18]{tab-size:18rem}
[tab-size=19]{tab-size:19rem}
[tab-size=20]{tab-size:20rem}
[cursor]{cursor:default}
[no-cursor]{cursor:none}
[na-cursor]{cursor:not-allowed}
[pointer]{cursor:pointer}
[movable]{cursor:move}
[grabbable]{cursor:grab}
[grabbing]{cursor:grabbing}
[crosshair]{cursor:crosshair}
[events]{pointer-events:auto}
[no-events]{pointer-events:none}
[all-events]{pointer-events:all}
[select]{user-select:auto}
[no-select]{user-select:none}
[all-select]{user-select:all}
[touch]{touch-action:auto}
[touch-zoom]{touch-action:pinch-zoom}
[touch-pan-x]{touch-action:pan-x}
[touch-pan-y]{touch-action:pan-y}
[touch-manip]{touch-action:manipulation}
[no-touch]{touch-action:none}
[render="auto"]{image-rendering:auto}
[render="crisp"]{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}
[render="pixel"]{image-rendering:pixelated}